mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
条码增加可定制功能
fix odoo customize
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user