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

  1. # Copyright (C) 2019 Open Source Integrators
  2. # Copyright (C) 2019 Serpent Consulting Services
  3. # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
  4. {
  5. 'name': 'Contract Line Invoice By Average',
  6. 'version': '12.0.1.0.0',
  7. 'category': 'Contract',
  8. 'summary': "Contract Line Invoice By Average.",
  9. 'author': 'Open Source Integrators, '
  10. 'Serpent Consulting Services Pvt. Ltd.,'
  11. 'Odoo Community Association (OCA)',
  12. 'website': 'https://github.com/oca/contract',
  13. 'depends': [
  14. 'account_invoice_pricelist',
  15. 'contract_sale_invoicing',
  16. 'product_contract'
  17. ],
  18. 'data': [
  19. 'views/contract_line_view.xml',
  20. ],
  21. 'license': 'AGPL-3',
  22. 'installable': True,
  23. }