mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] Rename manifest files
This commit is contained in:
22
web_widget_float_formula/__manifest__.py
Normal file
22
web_widget_float_formula/__manifest__.py
Normal file
@@ -0,0 +1,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': False,
|
||||
'application': False,
|
||||
}
|
||||
Reference in New Issue
Block a user