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

  1. # Copyright 2019 Tecnativa <vicent.cubells@tecnativa.com>
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. 'name': 'Contract Price Revision',
  5. 'summary': 'Easy revision of contract prices',
  6. 'version': '11.0.1.0.0',
  7. 'category': 'Contract',
  8. 'author': 'Tecnativa, '
  9. 'Odoo Community Association (OCA)',
  10. 'license': 'AGPL-3',
  11. 'website': 'https://github.com/OCA/contract',
  12. 'depends': [
  13. 'contract',
  14. ],
  15. 'data': [
  16. 'wizards/create_revision_line_views.xml',
  17. 'views/account_analytic_account_views.xml',
  18. ],
  19. 'installable': True,
  20. }