diff --git a/app_product_sequence/data/product_sequence.xml b/app_product_sequence/data/product_sequence.xml index 1bc14a7d..906a9335 100644 --- a/app_product_sequence/data/product_sequence.xml +++ b/app_product_sequence/data/product_sequence.xml @@ -6,7 +6,7 @@ Sequence for All Products product.product - P%(y)s%(month)s + PR%(y)s%(month)s 5 True @@ -42,7 +42,7 @@ Sequence for Sourced Product product.product - CL%(y)s%(month)s + WL%(y)s%(month)s 5 True @@ -86,12 +86,12 @@ Sourced Product - cl + wl product 1 1 - Set prefix as "CL" in link sequence + Set prefix as "WL" in link sequence diff --git a/app_product_sequence/hooks.py b/app_product_sequence/hooks.py index a4d9d2f1..4a0ea85d 100644 --- a/app_product_sequence/hooks.py +++ b/app_product_sequence/hooks.py @@ -24,7 +24,7 @@ def pre_init_hook(cr): :return: void """ cr.execute("UPDATE product_product " - "SET default_code = '!!DP!!' || id " + "SET default_code = '!!PR!!' || id " "WHERE default_code IS NULL OR default_code = 'New';") cr.execute("UPDATE product_template " diff --git a/app_ui_enhance/__openerp__.py b/app_ui_enhance/__openerp__.py index 178957e3..8374f76f 100644 --- a/app_ui_enhance/__openerp__.py +++ b/app_ui_enhance/__openerp__.py @@ -22,7 +22,7 @@ 'website': 'http://www.sunpop.cn', 'license': 'AGPL-3', 'sequence': 2, - 'summary': 'UI Enhance for Odoo', + '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', 'description': """ 1.Search by date or number range in List view and Pivot view diff --git a/app_widget_extra/__manifest__.py b/app_widget_extra/__openerp__.py similarity index 99% rename from app_widget_extra/__manifest__.py rename to app_widget_extra/__openerp__.py index ebd1d4ed..1b41543c 100644 --- a/app_widget_extra/__manifest__.py +++ b/app_widget_extra/__openerp__.py @@ -21,6 +21,8 @@ 'name': "App widget extra(Inputmask Widget)", 'author': "Sunpop.cn", 'website': 'http://www.sunpop.cn', + 'currency': 'EUR', + 'price': 38, 'summary': """ A Widget to make masks on form fields""",