Merge lp:~agilebg/stock-logistic-flows/stock_move_backdating_stock_picking_invoice_link_descriptions into lp:stock-logistic-flows

Proposed by Lorenzo Battistini
Status: Merged
Merged at revision: 31
Proposed branch: lp:~agilebg/stock-logistic-flows/stock_move_backdating_stock_picking_invoice_link_descriptions
Merge into: lp:stock-logistic-flows
Diff against target: 36 lines (+6/-3)
2 files modified
stock_move_backdating/__openerp__.py (+4/-2)
stock_picking_invoice_link/__openerp__.py (+2/-1)
To merge this branch: bzr merge lp:~agilebg/stock-logistic-flows/stock_move_backdating_stock_picking_invoice_link_descriptions
Reviewer Review Type Date Requested Status
Guewen Baconnier @ Camptocamp Approve
Stefan Rijnhart (Opener) Approve
Leonardo Pistone Approve
Review via email: mp+181791@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
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 'stock_move_backdating/__openerp__.py'
2--- stock_move_backdating/__openerp__.py 2013-05-23 14:06:31 +0000
3+++ stock_move_backdating/__openerp__.py 2013-08-23 11:27:26 +0000
4@@ -20,13 +20,15 @@
5 #
6 ##############################################################################
7 {
8- "name": "Allows back-dating of stock moves",
9+ "name": "Stock Move Backdating",
10 "version": "1.0",
11 'author' : ['Marco Dieckhoff, BREMSKERL', 'Agile Business Group'],
12 "category": "Stock Logistics",
13 'website' : 'www.bremskerl.com',
14 "depends": ["stock"],
15- "description": "Allows back-dating of stock moves",
16+ "summary": "Allows back-dating of stock moves",
17+ "description": """This module allows to register old stock moves (with date != now).
18+On stock moves, user can specify the "Actual Movement Date", that will be used as movement date""",
19 'data': [
20 "view/stock_view.xml",
21 "wizard/stock_partial_picking_view.xml",
22
23=== modified file 'stock_picking_invoice_link/__openerp__.py'
24--- stock_picking_invoice_link/__openerp__.py 2013-06-03 14:50:36 +0000
25+++ stock_picking_invoice_link/__openerp__.py 2013-08-23 11:27:26 +0000
26@@ -22,8 +22,9 @@
27 'name': "Picking Invoice Link",
28 'version': '0.1',
29 'category': 'Warehouse Management',
30+ 'summary': 'Adds link between pickings and generated invoices'
31 'description': """
32-Add link between pickings and generated invoices.
33+This module adds a link between pickings and generated invoices. So that user can easly reach the invoice related to the picking.
34
35 Probably to be modified according to bug 1169998 (when solution will come)
36 https://bugs.launchpad.net/openobject-addons/+bug/1169998

Subscribers

People subscribed via source and target branches