update app with weight

This commit is contained in:
ivan deng
2018-11-26 16:21:01 +08:00
parent 76f309e4bd
commit b0418bb3f1
2 changed files with 11 additions and 11 deletions

View File

@@ -6,15 +6,15 @@
<p>This moduld allows user to quickly customize and debranding Odoo. Quick debug, Language Switcher, <p>This moduld allows user to quickly customize and debranding Odoo. Quick debug, Language Switcher,
Online Documentation Access,Quick Data Clear. </p> Online Documentation Access,Quick Data Clear. </p>
<p>Support Odoo 12, 11, 10, 9. Including communicate and enterprise version. </p> <p>Support Odoo 12, 11, 10, 9. Including communicate and enterprise version. </p>
<h3>Update: v11.0.11.25</h3> <h3>Update: v12.0.11.25</h3>
<p>add 22. Update online manual and developer document to odoo12.</p> <p>add 22. Update online manual and developer document to odoo12.</p>
<h3>Update: v11.0.11.08</h3> <h3>Update: v12.0.11.08</h3>
<p>Add 21. Reset Account Chart.</p> <p>Add 21. Reset Account Chart.</p>
<h3>Update: v11.0.9.30</h3> <h3>Update: v12.0.9.30</h3>
<p>Add 20. Show quick upgrade in app dashboard</p> <p>Add 20. Show quick upgrade in app dashboard</p>
<h3>Update: v11.0.9.25</h3> <h3>Update: v12.0.9.25</h3>
<p>Now ready for odoo 12, please email to me. guohuadeng@hotmail.com</p> <p>Now ready for odoo 12, please email to me. guohuadeng@hotmail.com</p>
<h3>Update: v11.0.7.23</h3> <h3>Update: v12.0.7.23</h3>
<p>Fix Login bug when install website.</p> <p>Fix Login bug when install website.</p>
<p>Add 19. One Click to clear all data (Sometime pls click twice)</p> <p>Add 19. One Click to clear all data (Sometime pls click twice)</p>
<p>Add 18. Show/Hide Author and Website in Apps Dashboard</p> <p>Add 18. Show/Hide Author and Website in Apps Dashboard</p>

View File

@@ -2,20 +2,20 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details. # Part of Odoo. See LICENSE file for full copyright and licensing details.
{ {
'name' : 'App Sales Order Weight', 'name': 'App Sales Order Weight',
'version' : '12.0.11.14', 'version': '12.0.11.26',
'summary': 'Add sku weight in Sale Order', 'summary': 'Add sku weight in Sale Order',
'sequence': 10, 'sequence': 10,
'license':'LGPL-3', 'license': 'LGPL-3',
'description': """ 'description': """
Add sku weight in Sale Order. 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 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', 'category': 'Sales',
'author' : 'Sunpop.cn', 'author': 'Sunpop.cn',
'website' : 'http://www.sunpop.cn', 'website': 'http://www.sunpop.cn',
'images': ['static/description/banner.jpg'], 'images': ['static/description/banner.jpg'],
'depends' : ['sale_management'], 'depends': ['sale_management'],
'data': [ 'data': [
'views/sale_order_views.xml', 'views/sale_order_views.xml',
], ],