Merge lp:~openerp-dev/openobject-addons/6.0-impoved_stock_description-han into lp:openobject-addons/6.0

Proposed by Hardik Ansodariya (OpenERP)
Status: Approved
Approved by: Naresh(OpenERP)
Approved revision: 5235
Proposed branch: lp:~openerp-dev/openobject-addons/6.0-impoved_stock_description-han
Merge into: lp:openobject-addons/6.0
Diff against target: 11 lines (+0/-1)
1 file modified
stock/__openerp__.py (+0/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/6.0-impoved_stock_description-han
Reviewer Review Type Date Requested Status
Naresh(OpenERP) (community) Approve
Review via email: mp+107745@code.launchpad.net

Description of the change

Hello,

Removed "Different inventory methods (FIFO, LIFO, ...)" from description of stock module as
FIFI and LIFO method is not available in current version of OpenERP.

Suggestion by Phoung Luu.

Thanks

To post a comment you must log in.
Revision history for this message
Naresh(OpenERP) (nch-openerp) :
review: Approve

Unmerged revisions

5235. By Hardik Ansodariya (OpenERP)

[IMP] Removed the string [Different inventory methods (FIFO, LIFO, ...)] from description as FIFO and LIFO methos is not available in current version of OpenERP

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'stock/__openerp__.py'
2--- stock/__openerp__.py 2011-01-14 00:11:01 +0000
3+++ stock/__openerp__.py 2012-05-29 10:20:24 +0000
4@@ -26,7 +26,6 @@
5 "description" : """OpenERP Inventory Management module can manage multi-warehouses, multi and structured stock locations.
6 Thanks to the double entry management, the inventory controlling is powerful and flexible:
7 * Moves history and planning,
8-* Different inventory methods (FIFO, LIFO, ...)
9 * Stock valuation (standard or average price, ...)
10 * Robustness faced with Inventory differences
11 * Automatic reordering rules (stock level, JIT, ...)