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.

57 lines
2.4 KiB

  1. # -*- coding: utf-8 -*-
  2. ##############################################################################
  3. #
  4. # Author: Nicolas Bessi. Copyright Camptocamp SA
  5. # Contributor: Pedro Manuel Baeza <pedro.baeza@serviciosbaeza.com>
  6. # Ignacio Ibeas <ignacio@acysos.com>
  7. # Alejandro Santana <alejandrosantana@anubia.es>
  8. # Jose Maria Alzaga <jose.alzaga@aselcis.com>
  9. #
  10. # This program is free software: you can redistribute it and/or modify
  11. # it under the terms of the GNU Affero General Public License as
  12. # published by the Free Software Foundation, either version 3 of the
  13. # License, or (at your option) any later version.
  14. #
  15. # This program is distributed in the hope that it will be useful,
  16. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  18. # GNU Affero General Public License for more details.
  19. #
  20. # You should have received a copy of the GNU Affero General Public License
  21. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  22. #
  23. ##############################################################################
  24. {
  25. 'name': 'Location management (aka Better ZIP)',
  26. 'version': '10.0.1.0.1',
  27. 'depends': ['base'],
  28. 'author': "Camptocamp,"
  29. "ACYSOS S.L.,"
  30. "Alejandro Santana,"
  31. "Serv. Tecnol. Avanzados - Pedro M. Baeza,"
  32. "Aselcis Consulting,"
  33. "Odoo Community Association (OCA)",
  34. 'license': "AGPL-3",
  35. 'contributors': [
  36. 'Nicolas Bessi <nicolas.bessi@camptocamp.com>',
  37. 'Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>',
  38. 'Ignacio Ibeas (Acysos S.L.)',
  39. 'Alejandro Santana <alejandrosantana@anubia.es>',
  40. 'Sandy Carter <sandy.carter@savoirfairelinux.com>',
  41. 'Yannick Vaucher <yannick.vaucher@camptocamp.com>',
  42. 'Jose Maria Alzaga <jose.alzaga@aselcis.com>',
  43. ],
  44. 'summary': '''Enhanced zip/npa management system''',
  45. 'website': 'http://www.camptocamp.com',
  46. 'data': ['views/better_zip_view.xml',
  47. 'views/state_view.xml',
  48. 'views/res_country_view.xml',
  49. 'views/company_view.xml',
  50. 'views/partner_view.xml',
  51. 'security/ir.model.access.csv'],
  52. 'demo': [
  53. 'demo/better_zip.xml',
  54. ],
  55. 'installable': True,
  56. 'auto_install': False,
  57. }