__openerp__.py 598 Bytes
Newer Older
François C. committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
# -*- coding: utf-8 -*-
# Copyright GRAP
# Copyright 2016 LasLabs Inc.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

{
    'name': 'Web Widget - Formulas in Float Fields',
    'summary': 'Allow use of simple formulas in float fields',
    'version': '9.0.1.0.0',
    'category': 'Web',
    'author': 'GRAP, LasLabs, Odoo Community Association (OCA)',
    'website': 'http://www.grap.coop',
    'license': 'AGPL-3',
    'depends': [
        'web',
    ],
    'data': [
        'views/web_widget_float_formula.xml',
    ],
    'installable': True,
    'application': False,
}