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
776 B

  1. # Copyright 2016-2018 Tecnativa - Pedro M. Baeza
  2. # Copyright 2018 Tecnativa - Carlos Dauden
  3. # Copyright 2019 ACSONE SA/NV
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. 'name': 'Variable quantity in contract recurrent invoicing',
  7. 'version': '12.0.2.0.0',
  8. 'category': 'Contract Management',
  9. 'license': 'AGPL-3',
  10. 'author': "Tecnativa,"
  11. "Odoo Community Association (OCA)",
  12. 'website': 'https://www.tecnativa.com',
  13. 'depends': ['contract'],
  14. 'data': [
  15. 'security/ir.model.access.csv',
  16. 'views/abstract_contract_line.xml',
  17. 'views/contract_line_formula.xml',
  18. 'views/contract_line.xml',
  19. 'views/contract_template.xml',
  20. 'views/contract.xml',
  21. ],
  22. 'installable': True,
  23. }