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.

22 lines
598 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright GRAP
  3. # Copyright 2016 LasLabs Inc.
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': 'Web Widget - Formulas in Float Fields',
  7. 'summary': 'Allow use of simple formulas in float fields',
  8. 'version': '9.0.1.0.0',
  9. 'category': 'Web',
  10. 'author': 'GRAP, LasLabs, Odoo Community Association (OCA)',
  11. 'website': 'http://www.grap.coop',
  12. 'license': 'AGPL-3',
  13. 'depends': [
  14. 'web',
  15. ],
  16. 'data': [
  17. 'views/web_widget_float_formula.xml',
  18. ],
  19. 'installable': True,
  20. 'application': False,
  21. }