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.

31 lines
959 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": "14.0.1.2.4",
  7. "depends": ["base_address_city", "contacts"],
  8. "author": (
  9. "Camptocamp,"
  10. "ACYSOS S.L.,"
  11. "Alejandro Santana,"
  12. "Tecnativa,"
  13. "AdaptiveCity,"
  14. "Odoo Community Association (OCA)"
  15. ),
  16. "license": "AGPL-3",
  17. "summary": """Enhanced zip/npa management system""",
  18. "website": "https://github.com/OCA/partner-contact",
  19. "data": [
  20. "security/ir.model.access.csv",
  21. "views/res_city_zip_view.xml",
  22. "views/res_city_view.xml",
  23. "views/res_country_view.xml",
  24. "views/res_company_view.xml",
  25. "views/res_partner_view.xml",
  26. ],
  27. "demo": ["demo/res_city_zip.xml"],
  28. "installable": True,
  29. "auto_install": False,
  30. }