条码增加可定制功能

fix odoo customize
This commit is contained in:
ivan deng
2018-01-15 21:38:18 +08:00
parent e883015416
commit 033d517c03
15 changed files with 236 additions and 18 deletions

View File

@@ -15,14 +15,19 @@
# http://www.sunpop.cn/odoo10_developer_document_offline/
# description:
{
'name': 'App Web UI Enhance',
'name': 'App Web UI Enhance(Search by date or number range,List background color,Barcode Setting.)',
'version': '10.0.1.0',
'author': 'Sunpop.cn',
'category': 'web',
'website': 'http://www.sunpop.cn',
'license': 'AGPL-3',
'sequence': 2,
'summary': 'UI Enhance for Odoo. 1.Search by date or number range in List view and Pivot view. 2.Instructions for Activating List background color property',
'summary': """
UI Enhance for Odoo.
1.Search by date or number range in List view and Pivot view.
2.Instructions for Activating List background color property.
3.Reset the barcode format.
""",
'description': """
1.Search by date or number range in List view and Pivot view
@@ -49,7 +54,7 @@ eg.
--------------------------------------------------
""",
'depends': ['web','app_odoo_customize'],
'depends': ['web', 'app_odoo_customize'],
'data': [
'views/app_ui_config_settings_view.xml',
'views/template_view.xml',
@@ -61,7 +66,7 @@ eg.
],
"price": 68.00,
"currency": "EUR",
'images': ['static/description/list_pivot.png'],
'installable': True,