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