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
1=== modified file 'sale_delivery_term/__openerp__.py'
2--- sale_delivery_term/__openerp__.py 2013-03-15 09:05:11 +0000
3+++ sale_delivery_term/__openerp__.py 2013-08-23 11:48:24 +0000
4@@ -22,6 +22,7 @@
5 'name': "Sale delivery terms",
6 'version': '0.1',
7 'category': 'Sales Management',
8+ 'summary': "Delivery term for sale orders",
9 'description': """
10 Delivery term for sale orders.
11 You can configure delivery terms specifying the quantity percentage and the delay for every term line.
12
13=== modified file 'sale_multi_picking/__openerp__.py'
14--- sale_multi_picking/__openerp__.py 2013-03-15 09:21:42 +0000
15+++ sale_multi_picking/__openerp__.py 2013-08-23 11:48:24 +0000
16@@ -19,9 +19,10 @@
17 #
18 ##############################################################################
19 {
20- 'name': "Multi Pickings from Sale Orders",
21+ 'name': "Sale multi pickings",
22 'version': '0.1',
23 'category': 'Sales Management',
24+ 'summary': "Multi Pickings from Sale Orders",
25 'description': """
26 This module allows to generate several pickings from the same sale order.
27 You 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.
28
29=== modified file 'sale_order_force_number/__openerp__.py'
30--- sale_order_force_number/__openerp__.py 2013-04-22 17:08:04 +0000
31+++ sale_order_force_number/__openerp__.py 2013-08-23 11:48:24 +0000
32@@ -23,6 +23,7 @@
33 'name': "Sale orders - Force number",
34 'version': '0.1',
35 'category': 'Sales Management',
36+ 'summary': "Force sale orders numeration",
37 'description': """This simple module allows to specify the number to use when creating sale orders.
38 If user does not change the default value ('/'), the standard sequence is used.""",
39 'author': 'Agile Business Group',
40
41=== modified file 'sale_quotation_number/__openerp__.py'
42--- sale_quotation_number/__openerp__.py 2013-06-20 04:15:22 +0000
43+++ sale_quotation_number/__openerp__.py 2013-08-23 11:48:24 +0000
44@@ -26,6 +26,7 @@
45 'name': 'Sale Quotation Numeration',
46 'version': '1.1',
47 'category': 'Sales Management',
48+ 'summary': "Different sequence for sale quotations",
49 'description': """
50 This module adds a sale quotation sequence.
51 ===========================================

Subscribers

People subscribed via source and target branches