--Based on the trunk sale/stock testing done by my colleagues for 6.0 migration. this should be done.
-- [trunk] sale order - missing field client_order_ref in tree view https://bugs.launchpad.net/bugs/659908 You received this bug notification because you are a member of C2C OERPScenario, which is subscribed to the OpenERP Project Group. Status in OpenObject Addons Modules: Triaged Bug description: we find it useful to display the customer order reference in tree view === modified file 'sale/sale_view.xml' --- sale/sale_view.xml 2010-10-12 17:05:46 +0000 +++ sale/sale_view.xml 2010-10-13 13:24:04 +0000 @@ -83,6 +83,7 @@ <tree string="Sales Orders" colors="grey:state=='done'"> <field name="name"/> <field name="date_order"/> + <field name="client_order_ref"/> <field name="partner_id"/> <field name="user_id" /> <field name="picked_rate" widget="progressbar"/> _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

