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.

18 lines
559 B

  1. # -*- encoding: utf-8 -*-
  2. ###############################################################################
  3. # See Copyright and Licence Informations undermentioned.
  4. ###############################################################################
  5. {
  6. 'name': 'Web Widget - Formulas in Float fields',
  7. 'version': '8.0.1.0.0',
  8. 'category': 'web',
  9. 'author': 'GRAP,Odoo Community Association (OCA)',
  10. 'website': 'http://www.grap.coop',
  11. 'license': 'AGPL-3',
  12. 'depends': [
  13. 'web',
  14. ],
  15. 'data': [
  16. 'views/qweb.xml',
  17. ],
  18. }