forked from Techsystech/web
19 lines
553 B
Python
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',
|
|
],
|
|
}
|