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.

21 lines
605 B

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