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.

22 lines
606 B

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