odoo/ext/custom-addons/l10n_ph_country_states/__manifest__.py

20 lines
538 B
Python

# -*- coding: utf-8 -*-
# (C) Piotr Cierkosz
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Philippines Country States',
'category': 'Localisation',
'version': '11.0.1.0',
'author': 'Piotr Cierkosz',
'data': [
'data/res_country_states.xml',
],
'license': 'AGPL-3',
'installable': True,
'description' : "PProvinces of the Philippines",
'images': ['images/thumbnail.png'],
'summary': 'Provinces of the Philippines',
'website' : "https://www.cier.tech",
}