Merge lp:~openerp-dev/openobject-addons/6.1-opw-573841-msh into lp:openobject-addons/6.1

Proposed by Mohammed Shekha(Open ERP)
Status: Approved
Approved by: Naresh(OpenERP)
Approved revision: 6782
Proposed branch: lp:~openerp-dev/openobject-addons/6.1-opw-573841-msh
Merge into: lp:openobject-addons/6.1
Diff against target: 11 lines (+1/-0)
1 file modified
stock/stock_view.xml (+1/-0)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/6.1-opw-573841-msh
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+104668@code.launchpad.net

Description of the change

Hello,

Fixed the issue of state field not shown in tree view of stock.move due to which web-client was giving error as there are some field which have state based conditions.

Demo :- Purchase -> Purchase Order -> open existing one and open purchase order line, it will throw an error from compute_domain as the state field is not shown in stock.move tree.

Thanks.

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

Hello,

This bug was qualified as Not Reproducible on Trunk. If this Merge Proposal could not be merged in v6.1 at the release of v7.0, it will be closed.

Thanks,
Naresh Soni

Unmerged revisions

6782. By Mohammed Shekha(Open ERP)

[FIX]Fixed the issue of state field not shown in tree view of stock.move due to which web-client was giving error as there are some field which have state based conditions.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'stock/stock_view.xml'
--- stock/stock_view.xml 2012-03-02 15:26:24 +0000
+++ stock/stock_view.xml 2012-05-04 05:01:21 +0000
@@ -1585,6 +1585,7 @@
1585 <field name="product_qty" />1585 <field name="product_qty" />
1586 <field name="product_uom" string="UoM"/>1586 <field name="product_uom" string="UoM"/>
1587 <field name="date"/>1587 <field name="date"/>
1588 <field name="state"/>
1588 <button name="action_done" states="confirmed,assigned" string="Process" type="object" icon="gtk-go-forward"/>1589 <button name="action_done" states="confirmed,assigned" string="Process" type="object" icon="gtk-go-forward"/>
1589 </tree>1590 </tree>
1590 </field>1591 </field>