Files
web/web_widget_float_formula/__openerp__.py
Sylvain LE GAL ffda79ad79 [PORT][REF] icon in description folder;
move module description into readme file;
use qweb file to include js file;
2015-07-17 17:10:40 +02:00

19 lines
553 B
Python

# -*- encoding: utf-8 -*-
###############################################################################
# See Copyright and Licence Informations undermentioned.
###############################################################################
{
'name': 'Web Widget - Formulas in Float fields',
'version': '1.0',
'category': 'web',
'author': 'GRAP,Odoo Community Association (OCA)',
'website': 'http://www.grap.coop',
'license': 'AGPL-3',
'depends': [
'web',
],
'data': [
'views/qweb.xml',
],
}