partner-contact/base_country_state_translatable/__manifest__.py
2021-05-27 12:46:32 +02:00

14 lines
347 B
Python

# © initOS GmbH 2017
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Translate Country States",
"version": "1.0.1.0.0",
"depends": ['base',
],
'author': 'initOS GmbH, Odoo Community Association (OCA)',
"category": "Localisation",
'license': 'AGPL-3',
'installable': True,
}