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.

29 lines
893 B

  1. # Copyright 2016 Nicolas Bessi, Camptocamp SA
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. 'name': 'Location management (aka Better ZIP)',
  5. 'version': '11.0.1.0.0',
  6. 'depends': [
  7. 'base_address_city'
  8. ],
  9. 'author': "Camptocamp,"
  10. "ACYSOS S.L.,"
  11. "Alejandro Santana,"
  12. "Tecnativa,"
  13. "Odoo Community Association (OCA)",
  14. 'license': "AGPL-3",
  15. 'summary': '''Enhanced zip/npa management system''',
  16. 'website': 'http://www.camptocamp.com',
  17. 'data': ['views/better_zip_view.xml',
  18. 'views/state_view.xml',
  19. 'views/res_country_view.xml',
  20. 'views/company_view.xml',
  21. 'views/partner_view.xml',
  22. 'security/ir.model.access.csv'],
  23. 'demo': [
  24. 'demo/better_zip.xml',
  25. ],
  26. 'installable': True,
  27. 'auto_install': False,
  28. }