Mohammed Shekha(Open ERP) has proposed merging
lp:~openerp-dev/openobject-addons/6.1-opw-576495-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-576495-msh/+merge/113392
Hello,
Fixed the issue of state field missing in tree view of stock.move, there is a
state based domain, so the state field must be there, otherwise web will throw
traceback that unknown field in state in domain.
Thanks.
--
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-576495-msh/+merge/113392
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/6.1-opw-576495-msh.
=== modified file 'stock/stock_view.xml'
--- stock/stock_view.xml 2012-03-02 15:26:24 +0000
+++ stock/stock_view.xml 2012-07-04 12:32:18 +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