You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1011 B
34 lines
1011 B
# Copyright 2016 Nicolas Bessi, Camptocamp SA
|
|
# Copyright 2018-2020 Tecnativa - Pedro M. Baeza
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'Location management (aka Better ZIP)',
|
|
'version': '12.0.1.1.1',
|
|
'depends': [
|
|
'base_address_city',
|
|
'contacts',
|
|
],
|
|
'author': "Camptocamp,"
|
|
"ACYSOS S.L.,"
|
|
"Alejandro Santana,"
|
|
"Tecnativa,"
|
|
"AdaptiveCity,"
|
|
"Odoo Community Association (OCA)",
|
|
'license': "AGPL-3",
|
|
'summary': '''Enhanced zip/npa management system''',
|
|
'website': 'https://github.com/OCA/partner-contact',
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'views/res_city_zip_view.xml',
|
|
'views/res_city_view.xml',
|
|
'views/res_country_view.xml',
|
|
'views/res_company_view.xml',
|
|
'views/res_partner_view.xml',
|
|
],
|
|
'demo': [
|
|
'demo/res_city_zip.xml',
|
|
],
|
|
'installable': True,
|
|
'auto_install': False,
|
|
}
|