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.

30 lines
937 B

  1. # Copyright 2016 Nicolas Bessi, Camptocamp SA
  2. # Copyright 2018 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': '11.0.1.0.1',
  7. 'depends': [
  8. 'base_address_city'
  9. ],
  10. 'author': "Camptocamp,"
  11. "ACYSOS S.L.,"
  12. "Alejandro Santana,"
  13. "Tecnativa,"
  14. "Odoo Community Association (OCA)",
  15. 'license': "AGPL-3",
  16. 'summary': '''Enhanced zip/npa management system''',
  17. 'website': 'http://www.camptocamp.com',
  18. 'data': ['views/better_zip_view.xml',
  19. 'views/state_view.xml',
  20. 'views/res_country_view.xml',
  21. 'views/company_view.xml',
  22. 'views/partner_view.xml',
  23. 'security/ir.model.access.csv'],
  24. 'demo': [
  25. 'demo/better_zip.xml',
  26. ],
  27. 'installable': True,
  28. 'auto_install': False,
  29. }