diff --git a/app_odoo_customize/static/description/index.html b/app_odoo_customize/static/description/index.html index eac32d3d..733c6b68 100644 --- a/app_odoo_customize/static/description/index.html +++ b/app_odoo_customize/static/description/index.html @@ -6,15 +6,15 @@
This moduld allows user to quickly customize and debranding Odoo. Quick debug, Language Switcher, Online Documentation Access,Quick Data Clear.
Support Odoo 12, 11, 10, 9. Including communicate and enterprise version.
-add 22. Update online manual and developer document to odoo12.
-Add 21. Reset Account Chart.
-Add 20. Show quick upgrade in app dashboard
-Now ready for odoo 12, please email to me. guohuadeng@hotmail.com
-Fix Login bug when install website.
Add 19. One Click to clear all data (Sometime pls click twice)
Add 18. Show/Hide Author and Website in Apps Dashboard
diff --git a/app_product_weight_sale/__manifest__.py b/app_product_weight_sale/__manifest__.py index 64ccd49b..67de7573 100644 --- a/app_product_weight_sale/__manifest__.py +++ b/app_product_weight_sale/__manifest__.py @@ -2,20 +2,20 @@ # Part of Odoo. See LICENSE file for full copyright and licensing details. { - 'name' : 'App Sales Order Weight', - 'version' : '12.0.11.14', + 'name': 'App Sales Order Weight', + 'version': '12.0.11.26', 'summary': 'Add sku weight in Sale Order', 'sequence': 10, - 'license':'LGPL-3', + 'license': 'LGPL-3', 'description': """ Add sku weight in Sale Order. Calculates total weight of a sale order, which is the sum of individual weights of each unit of the products in the order """, 'category': 'Sales', - 'author' : 'Sunpop.cn', - 'website' : 'http://www.sunpop.cn', + 'author': 'Sunpop.cn', + 'website': 'http://www.sunpop.cn', 'images': ['static/description/banner.jpg'], - 'depends' : ['sale_management'], + 'depends': ['sale_management'], 'data': [ 'views/sale_order_views.xml', ],