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.

26 lines
713 B

11 years ago
11 years ago
11 years ago
  1. # -*- coding: utf-8 -*-
  2. # © 2014-2016 Camptocamp SA (Author: Romain Deheele)
  3. # © 2017 senseFly, Amaris (Author: Quentin Theuret)
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. 'name': 'Continent management',
  7. 'version': '10.0.1.0.1',
  8. 'depends': [
  9. 'base',
  10. 'sales_team',
  11. ],
  12. 'author': "Camptocamp,senseFly,Amaris,Odoo Community Association (OCA)",
  13. 'license': 'AGPL-3',
  14. 'category': 'Generic Modules/Base',
  15. 'data': [
  16. 'views/continent.xml',
  17. 'views/country.xml',
  18. 'views/partner.xml',
  19. 'data/continent_data.xml',
  20. 'data/country_data.xml',
  21. 'security/ir.model.access.csv',
  22. ],
  23. 'installable': True,
  24. }