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

  1. # Copyright 2016 Nicolas Bessi, Camptocamp SA
  2. # Copyright 2018-2020 Tecnativa - Pedro M. Baeza
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Location management (aka Better ZIP)',
  6. 'version': '12.0.1.1.2',
  7. 'depends': [
  8. 'base_address_city',
  9. 'contacts',
  10. ],
  11. 'author': "Camptocamp,"
  12. "ACYSOS S.L.,"
  13. "Alejandro Santana,"
  14. "Tecnativa,"
  15. "AdaptiveCity,"
  16. "Odoo Community Association (OCA)",
  17. 'license': "AGPL-3",
  18. 'summary': '''Enhanced zip/npa management system''',
  19. 'website': 'https://github.com/OCA/partner-contact',
  20. 'data': [
  21. 'security/ir.model.access.csv',
  22. 'views/res_city_zip_view.xml',
  23. 'views/res_city_view.xml',
  24. 'views/res_country_view.xml',
  25. 'views/res_company_view.xml',
  26. 'views/res_partner_view.xml',
  27. ],
  28. 'demo': [
  29. 'demo/res_city_zip.xml',
  30. ],
  31. 'installable': True,
  32. 'auto_install': False,
  33. }