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.

23 lines
677 B

  1. # Copyright 2019 Tecnativa S.L. - David Vidal
  2. # Copyright 2020 Xtendoo - Manuel Calero
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'Base Global Discount',
  6. 'version': '12.0.1.0.0',
  7. 'category': 'Base',
  8. 'author': 'Tecnativa,'
  9. 'Odoo Community Association (OCA)',
  10. 'website': 'https://github.com/OCA/server-backend',
  11. 'license': 'AGPL-3',
  12. 'depends': [
  13. 'product',
  14. ],
  15. 'data': [
  16. 'security/ir.model.access.csv',
  17. 'security/security.xml',
  18. 'views/global_discount_views.xml',
  19. 'views/res_partner_views.xml',
  20. ],
  21. 'application': False,
  22. 'installable': True,
  23. }