server-tools/company_country/__manifest__.py

18 lines
580 B
Python

# © 2016 Vauxoo (<http://www.vauxoo.com/>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Company Country",
"summary": "Set country to main company",
"version": "13.0.1.0.2",
"category": "base",
"website": "https://github.com/OCA/server-tools/tree/13.0/company_country",
"maintainers": ["moylop260", "luisg123v"],
"author": "Vauxoo, Odoo Community Association (OCA)",
"license": "AGPL-3",
"depends": [],
"data": ["data/res_config.xml"],
"sequence": 1,
"auto_install": False,
"installable": True,
}