Merge lp:~agilebg/sale-wkfl/imp_sale_modules_summary into lp:~sale-core-editors/sale-wkfl/7.0

Proposed by Lorenzo Battistini
Status: Merged
Merged at revision: 19
Proposed branch: lp:~agilebg/sale-wkfl/imp_sale_modules_summary
Merge into: lp:~sale-core-editors/sale-wkfl/7.0
Diff against target: 51 lines (+5/-1)
4 files modified
sale_delivery_term/__openerp__.py (+1/-0)
sale_multi_picking/__openerp__.py (+2/-1)
sale_order_force_number/__openerp__.py (+1/-0)
sale_quotation_number/__openerp__.py (+1/-0)
To merge this branch: bzr merge lp:~agilebg/sale-wkfl/imp_sale_modules_summary
Reviewer Review Type Date Requested Status
Stefan Rijnhart (Opener) Approve
Leonardo Pistone Approve
Review via email: mp+181796@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Leonardo Pistone (lepistone) wrote :

LGTM

review: Approve
Revision history for this message
Stefan Rijnhart (Opener) (stefan-opener) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'sale_delivery_term/__openerp__.py'
--- sale_delivery_term/__openerp__.py 2013-03-15 09:05:11 +0000
+++ sale_delivery_term/__openerp__.py 2013-08-23 11:48:24 +0000
@@ -22,6 +22,7 @@
22 'name': "Sale delivery terms",22 'name': "Sale delivery terms",
23 'version': '0.1',23 'version': '0.1',
24 'category': 'Sales Management',24 'category': 'Sales Management',
25 'summary': "Delivery term for sale orders",
25 'description': """26 'description': """
26Delivery term for sale orders.27Delivery term for sale orders.
27You can configure delivery terms specifying the quantity percentage and the delay for every term line.28You can configure delivery terms specifying the quantity percentage and the delay for every term line.
2829
=== modified file 'sale_multi_picking/__openerp__.py'
--- sale_multi_picking/__openerp__.py 2013-03-15 09:21:42 +0000
+++ sale_multi_picking/__openerp__.py 2013-08-23 11:48:24 +0000
@@ -19,9 +19,10 @@
19#19#
20##############################################################################20##############################################################################
21{21{
22 'name': "Multi Pickings from Sale Orders",22 'name': "Sale multi pickings",
23 'version': '0.1',23 'version': '0.1',
24 'category': 'Sales Management',24 'category': 'Sales Management',
25 'summary': "Multi Pickings from Sale Orders",
25 'description': """26 'description': """
26This module allows to generate several pickings from the same sale order.27This module allows to generate several pickings from the same sale order.
27You just have to indicate which order lines have to be grouped in the same picking. When confirming the order, for each group a picking is generated.28You just have to indicate which order lines have to be grouped in the same picking. When confirming the order, for each group a picking is generated.
2829
=== modified file 'sale_order_force_number/__openerp__.py'
--- sale_order_force_number/__openerp__.py 2013-04-22 17:08:04 +0000
+++ sale_order_force_number/__openerp__.py 2013-08-23 11:48:24 +0000
@@ -23,6 +23,7 @@
23 'name': "Sale orders - Force number",23 'name': "Sale orders - Force number",
24 'version': '0.1',24 'version': '0.1',
25 'category': 'Sales Management',25 'category': 'Sales Management',
26 'summary': "Force sale orders numeration",
26 'description': """This simple module allows to specify the number to use when creating sale orders.27 'description': """This simple module allows to specify the number to use when creating sale orders.
27If user does not change the default value ('/'), the standard sequence is used.""",28If user does not change the default value ('/'), the standard sequence is used.""",
28 'author': 'Agile Business Group',29 'author': 'Agile Business Group',
2930
=== modified file 'sale_quotation_number/__openerp__.py'
--- sale_quotation_number/__openerp__.py 2013-06-20 04:15:22 +0000
+++ sale_quotation_number/__openerp__.py 2013-08-23 11:48:24 +0000
@@ -26,6 +26,7 @@
26 'name': 'Sale Quotation Numeration',26 'name': 'Sale Quotation Numeration',
27 'version': '1.1',27 'version': '1.1',
28 'category': 'Sales Management',28 'category': 'Sales Management',
29 'summary': "Different sequence for sale quotations",
29 'description': """30 'description': """
30This module adds a sale quotation sequence.31This module adds a sale quotation sequence.
31===========================================32===========================================

Subscribers

People subscribed via source and target branches