c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #02177
[Bug 659908] Re: [trunk] sale order - missing field client_order_ref in tree view
Only a very few companies need this. Most small ones work with quotation
or sale numbers.
So, we can add to to the tree view, but put it as
groups="base.group_extended".
** Changed in: openobject-addons
Status: Triaged => Confirmed
** Changed in: openobject-addons
Assignee: (unassigned) => OpenERP R&D Addons Team 3 (openerp-dev-addons3)
--
[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: Confirmed
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"/>
References