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
=== modified file 'product/product_view.xml'
--- product/product_view.xml 2012-12-10 06:44:42 +0000
+++ product/product_view.xml 2013-01-09 13:08:21 +0000
@@ -111,7 +111,7 @@
111 <separator string="Description for Suppliers"/>111 <separator string="Description for Suppliers"/>
112 <field name="description_purchase" placeholder="This note will be displayed on requests for quotation..."/>112 <field name="description_purchase" placeholder="This note will be displayed on requests for quotation..."/>
113 </page>113 </page>
114 <page string="Inventory" groups="base.group_user">114 <page string="Forecast Quantity" groups="base.group_user">
115 <group name="inventory">115 <group name="inventory">
116 <group name="status" string="Status">116 <group name="status" string="Status">
117 <field name="state"/>117 <field name="state"/>
118118
=== modified file 'stock/product.py'
--- stock/product.py 2012-12-18 22:50:15 +0000
+++ stock/product.py 2013-01-09 13:08:21 +0000
@@ -377,7 +377,7 @@
377 "with 'internal' type."),377 "with 'internal' type."),
378 'virtual_available': fields.function(_product_available, multi='qty_available',378 'virtual_available': fields.function(_product_available, multi='qty_available',
379 type='float', digits_compute=dp.get_precision('Product Unit of Measure'),379 type='float', digits_compute=dp.get_precision('Product Unit of Measure'),
380 string='Forecasted Quantity',380 string='Forecast Quantity',
381 help="Forecast quantity (computed as Quantity On Hand "381 help="Forecast quantity (computed as Quantity On Hand "
382 "- Outgoing + Incoming)\n"382 "- Outgoing + Incoming)\n"
383 "In a context with a single Stock Location, this includes "383 "In a context with a single Stock Location, this includes "
384384
=== modified file 'stock/product_view.xml'
--- stock/product_view.xml 2012-11-29 22:26:45 +0000
+++ stock/product_view.xml 2013-01-09 13:08:21 +0000
@@ -221,7 +221,7 @@
221 </xpath>221 </xpath>
222 <ul position="inside">222 <ul position="inside">
223 <li t-if="record.type.raw_value != 'service'">On hand: <field name="qty_available"/> <field name="uom_id"/></li>223 <li t-if="record.type.raw_value != 'service'">On hand: <field name="qty_available"/> <field name="uom_id"/></li>
224 <li t-if="record.type.raw_value != 'service'">Forecasted: <field name="virtual_available"/> <field name="uom_id"/></li>224 <li t-if="record.type.raw_value != 'service'">Forecast: <field name="virtual_available"/> <field name="uom_id"/></li>
225 </ul>225 </ul>
226 </field>226 </field>
227 </record>227 </record>

Subscribers

People subscribed via source and target branches

to all changes: