3
0
Fork 0
web_techsystech/web_widget_float_formula/__manifest__.py

27 lines
723 B
Python

# Copyright 2014-2015 GRAP
# Copyright 2016 LasLabs Inc.
# Copyright 2020 Brainbean Apps (https://brainbeanapps.com)
# Copyright 2020 CorporateHub (https://corporatehub.eu)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
'name': 'Web Widget - Formulas in Float Fields',
'summary': 'Allow use of simple formulas in float fields',
'version': '12.0.1.0.1',
'category': 'Web',
'author':
'GRAP, '
'LasLabs, '
'CorporateHub, '
'Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/web',
'license': 'AGPL-3',
'depends': [
'web',
],
'data': [
'templates/assets.xml',
],
'installable': True,
}