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

  1. # Copyright 2018 Tecnativa - Carlos Dauden
  2. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  3. {
  4. 'name': 'Contract Invoicing of Pending Sales Orders',
  5. 'summary': 'Include sales to invoice in contract invoice creation',
  6. 'version': '12.0.1.0.2',
  7. 'category': 'Contract Management',
  8. 'website': 'https://github.com/oca/contract',
  9. 'author': 'Tecnativa, '
  10. 'Odoo Community Association (OCA)',
  11. 'license': 'AGPL-3',
  12. 'installable': True,
  13. 'depends': [
  14. 'contract',
  15. 'sale_management',
  16. ],
  17. 'data': [
  18. 'views/contract_view.xml',
  19. ],
  20. }