From b0418bb3f1ad8b687e70507d7be937cdd41c060c Mon Sep 17 00:00:00 2001 From: ivan deng Date: Mon, 26 Nov 2018 16:21:01 +0800 Subject: [PATCH] update app with weight --- app_odoo_customize/static/description/index.html | 10 +++++----- app_product_weight_sale/__manifest__.py | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) 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.

-

Update: v11.0.11.25

+

Update: v12.0.11.25

add 22. Update online manual and developer document to odoo12.

-

Update: v11.0.11.08

+

Update: v12.0.11.08

Add 21. Reset Account Chart.

-

Update: v11.0.9.30

+

Update: v12.0.9.30

Add 20. Show quick upgrade in app dashboard

-

Update: v11.0.9.25

+

Update: v12.0.9.25

Now ready for odoo 12, please email to me. guohuadeng@hotmail.com

-

Update: v11.0.7.23

+

Update: v12.0.7.23

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', ],