Mohammed Shekha(Open ERP) has proposed merging
lp:~openerp-dev/openobject-addons/6.1-opw-573841-msh into
lp:openobject-addons/6.1.
Requested reviews:
OpenERP Core Team (openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-573841-msh/+merge/104668
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.
--
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-573841-msh/+merge/104668
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/6.1-opw-573841-msh.
=== 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 @@
<field name="product_qty" />
<field name="product_uom" string="UoM"/>
<field name="date"/>
+ <field name="state"/>
<button name="action_done" states="confirmed,assigned" string="Process" type="object" icon="gtk-go-forward"/>
</tree>
</field>
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp