Merge lp:~agilebg/purchase-wkfl/imp_purchase_modules_summary into lp:~purchase-core-editors/purchase-wkfl/7.0

Proposed by Lorenzo Battistini
Status: Merged
Merged at revision: 16
Proposed branch: lp:~agilebg/purchase-wkfl/imp_purchase_modules_summary
Merge into: lp:~purchase-core-editors/purchase-wkfl/7.0
Diff against target: 39 lines (+4/-1)
3 files modified
purchase_delivery_term/__openerp__.py (+1/-0)
purchase_multi_picking/__openerp__.py (+2/-1)
purchase_order_force_number/__openerp__.py (+1/-0)
To merge this branch: bzr merge lp:~agilebg/purchase-wkfl/imp_purchase_modules_summary
Reviewer Review Type Date Requested Status
Guewen Baconnier @ Camptocamp Approve
Stefan Rijnhart (Opener) Approve
Leonardo Pistone Approve
Review via email: mp+181801@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) wrote :

Obvious

review: Approve
Revision history for this message
Guewen Baconnier @ Camptocamp (gbaconnier-c2c) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'purchase_delivery_term/__openerp__.py'
2--- purchase_delivery_term/__openerp__.py 2013-02-18 17:41:30 +0000
3+++ purchase_delivery_term/__openerp__.py 2013-08-23 11:58:24 +0000
4@@ -23,6 +23,7 @@
5 'name': "Purchase delivery terms",
6 'version': '0.2',
7 'category': 'Purchase Management',
8+ 'summary': "Delivery term for purchase orders",
9 'description': """
10 Delivery term for purchase orders.
11 You can configure delivery terms specifying the quantity percentage and the delay for every term line.
12
13=== modified file 'purchase_multi_picking/__openerp__.py'
14--- purchase_multi_picking/__openerp__.py 2013-02-18 17:41:30 +0000
15+++ purchase_multi_picking/__openerp__.py 2013-08-23 11:58:24 +0000
16@@ -20,9 +20,10 @@
17 #
18 ##############################################################################
19 {
20- 'name': "Multi Pickings from Purchase Orders",
21+ 'name': "Purchase multi picking",
22 'version': '0.2',
23 'category': 'Purchase Management',
24+ 'summary': "Multi Pickings from Purchase Orders",
25 'description': """
26 This module allows to generate several pickings from the same purchase 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 'purchase_order_force_number/__openerp__.py'
30--- purchase_order_force_number/__openerp__.py 2013-04-22 17:03:16 +0000
31+++ purchase_order_force_number/__openerp__.py 2013-08-23 11:58:24 +0000
32@@ -23,6 +23,7 @@
33 'name': "Purchase orders - Force number",
34 'version': '0.1',
35 'category': 'Purchase Management',
36+ 'summary': "Force purchase orders numeration",
37 'description': """This simple module allows to specify the number to use when creating purchase orders.
38 If user does not change the default value ('/'), the standard sequence is used.""",
39 'author': 'Agile Business Group',

Subscribers

People subscribed via source and target branches