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.

23 lines
747 B

  1. # Copyright 2018 Tecnativa - Carlos Dauden
  2. # Copyright 2019 Tecnativa - Pedro M. Baeza
  3. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Contract Variable Qty Timesheet',
  6. 'summary': 'Add formula to invoice ',
  7. 'version': '12.0.1.0.0',
  8. 'category': 'Contract Management',
  9. 'website': 'https://github.com/oca/contract',
  10. 'author': 'Tecnativa, '
  11. 'Odoo Community Association (OCA)',
  12. 'license': 'AGPL-3',
  13. 'installable': True,
  14. 'development_status': 'Production/Stable',
  15. 'depends': [
  16. 'contract_variable_quantity',
  17. 'hr_timesheet',
  18. ],
  19. 'data': [
  20. 'data/contract_line_qty_formula_data.xml',
  21. ],
  22. 'maintainers': ['carlosdauden', 'pedrobaeza'],
  23. }