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.

20 lines
646 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": "14.0.1.0.0",
  7. "category": "Base",
  8. "author": "Tecnativa, Odoo Community Association (OCA)",
  9. "website": "https://github.com/OCA/server-backend",
  10. "license": "AGPL-3",
  11. "depends": ["product"],
  12. "data": [
  13. "security/security.xml",
  14. "security/ir.model.access.csv",
  15. "views/global_discount_views.xml",
  16. "views/res_partner_views.xml",
  17. ],
  18. "application": False,
  19. "installable": True,
  20. }