mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-14 18:22:04 +00:00
31 lines
963 B
Python
31 lines
963 B
Python
# Copyright 2016 Nicolas Bessi, Camptocamp SA
|
|
# Copyright 2018 Tecnativa - Pedro M. Baeza
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'Location management (aka Better ZIP)',
|
|
'version': '1.0.1.0.1',
|
|
'depends': [
|
|
'base_address_city'
|
|
],
|
|
'author': "Camptocamp,"
|
|
"ACYSOS S.L.,"
|
|
"Alejandro Santana,"
|
|
"Tecnativa,"
|
|
"Odoo Community Association (OCA)",
|
|
'license': "AGPL-3",
|
|
'summary': '''Enhanced zip/npa management system''',
|
|
'website': 'https://gitlab.com/flectra-community/partner-contact',
|
|
'data': ['views/better_zip_view.xml',
|
|
'views/state_view.xml',
|
|
'views/res_country_view.xml',
|
|
'views/company_view.xml',
|
|
'views/partner_view.xml',
|
|
'security/ir.model.access.csv'],
|
|
'demo': [
|
|
'demo/better_zip.xml',
|
|
],
|
|
'installable': True,
|
|
'auto_install': False,
|
|
}
|