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

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