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.

24 lines
733 B

  1. # -*- coding: utf-8 -*-
  2. # © 2015-2016 Camptocamp SA
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {'name': 'Partner Changesets',
  5. 'version': '9.0.1.0.0',
  6. 'author': 'Camptocamp, Odoo Community Association (OCA)',
  7. 'license': 'AGPL-3',
  8. 'category': 'Sales Management',
  9. 'depends': ['base',
  10. 'sale',
  11. ],
  12. 'website': 'http://www.camptocamp.com',
  13. 'data': ['security/security.xml',
  14. 'security/ir.model.access.csv',
  15. 'views/menu.xml',
  16. 'views/res_partner_changeset_views.xml',
  17. 'views/changeset_field_rule_views.xml',
  18. 'views/res_partner_views.xml',
  19. ],
  20. 'demo': ['demo/changeset_field_rule.xml',
  21. ],
  22. 'installable': True,
  23. }