partner-contact/base_country_state_translatable/__manifest__.py
2024-10-01 07:51:46 +02:00

15 lines
451 B
Python

# Copyright 2017 initOS GmbH
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Translate Country States",
"version": "3.0.1.0.0",
"depends": ["base"],
"website": "https://gitlab.com/flectra-community/partner-contact",
"summary": "Translate Country States",
"author": "initOS GmbH, Odoo Community Association (OCA)",
"category": "Localization",
"license": "AGPL-3",
"installable": True,
}