partner-contact/base_country_state_translatable/__manifest__.py

14 lines
347 B
Python
Raw Permalink Normal View History

2021-03-23 19:36:29 +00:00
# © initOS GmbH 2017
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Translate Country States",
2021-05-27 10:46:32 +00:00
"version": "1.0.1.0.0",
2021-03-23 19:36:29 +00:00
"depends": ['base',
],
'author': 'initOS GmbH, Odoo Community Association (OCA)',
"category": "Localisation",
'license': 'AGPL-3',
'installable': True,
}