Merge lp:~openerp-dev/openobject-addons/trunk-bug-1097688-nco into lp:openobject-addons

Proposed by Nimesh Contractor(Open ERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1097688-nco
Merge into: lp:openobject-addons
Diff against target: 38 lines (+3/-3)
3 files modified
product/product_view.xml (+1/-1)
stock/product.py (+1/-1)
stock/product_view.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1097688-nco
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+142501@code.launchpad.net

Description of the change

Hello,

     I have done following changes.

     1. product form => inventory tab: changed to "Forecast quantity"
     2. list view of products: Forecasted Quantity column name changed to "Forecast quantity"
     3. kanban view: Forecasted: => Forecast.

Thanks,
 NCO.

To post a comment you must log in.
8498. By Nimesh Contractor(Open ERP)

[IMP] improve string.

Unmerged revisions

8498. By Nimesh Contractor(Open ERP)

[IMP] improve string.

8497. By Nimesh Contractor(Open ERP)

[FIX] change the staring inventory to forecast quantity, in kanban Forecasted to Forecast.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'product/product_view.xml'
2--- product/product_view.xml 2012-12-10 06:44:42 +0000
3+++ product/product_view.xml 2013-01-09 13:08:21 +0000
4@@ -111,7 +111,7 @@
5 <separator string="Description for Suppliers"/>
6 <field name="description_purchase" placeholder="This note will be displayed on requests for quotation..."/>
7 </page>
8- <page string="Inventory" groups="base.group_user">
9+ <page string="Forecast Quantity" groups="base.group_user">
10 <group name="inventory">
11 <group name="status" string="Status">
12 <field name="state"/>
13
14=== modified file 'stock/product.py'
15--- stock/product.py 2012-12-18 22:50:15 +0000
16+++ stock/product.py 2013-01-09 13:08:21 +0000
17@@ -377,7 +377,7 @@
18 "with 'internal' type."),
19 'virtual_available': fields.function(_product_available, multi='qty_available',
20 type='float', digits_compute=dp.get_precision('Product Unit of Measure'),
21- string='Forecasted Quantity',
22+ string='Forecast Quantity',
23 help="Forecast quantity (computed as Quantity On Hand "
24 "- Outgoing + Incoming)\n"
25 "In a context with a single Stock Location, this includes "
26
27=== modified file 'stock/product_view.xml'
28--- stock/product_view.xml 2012-11-29 22:26:45 +0000
29+++ stock/product_view.xml 2013-01-09 13:08:21 +0000
30@@ -221,7 +221,7 @@
31 </xpath>
32 <ul position="inside">
33 <li t-if="record.type.raw_value != 'service'">On hand: <field name="qty_available"/> <field name="uom_id"/></li>
34- <li t-if="record.type.raw_value != 'service'">Forecasted: <field name="virtual_available"/> <field name="uom_id"/></li>
35+ <li t-if="record.type.raw_value != 'service'">Forecast: <field name="virtual_available"/> <field name="uom_id"/></li>
36 </ul>
37 </field>
38 </record>

Subscribers

People subscribed via source and target branches

to all changes: