[trunk] sale order - missing field client_order_ref in tree view

Bug #659908 reported by Ferdinand
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Released
Wishlist
OpenERP R&D Addons Team 3

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"/>

Related branches

Changed in openobject-addons:
importance: Undecided → Wishlist
Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

This becomes necessary when same partner has so many sale orders and user wants to search SO for a specific reference to customers.

Should be discussed before applying as an improvement.

Thanks.

Changed in openobject-addons:
status: New → Triaged
Revision history for this message
Nathan (nathan-bowden-kiwi) wrote :

--Based on the trunk sale/stock testing done by my colleagues for 6.0 migration.
this should be done.

Revision history for this message
Fabien (Open ERP) (fp-tinyerp) wrote :

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:
assignee: nobody → OpenERP R&D Addons Team 3 (openerp-dev-addons3)
status: Triaged → Confirmed
qdp (OpenERP) (qdp)
Changed in openobject-addons:
milestone: none → 6.0-rc2
Changed in openobject-addons:
status: Confirmed → In Progress
Revision history for this message
Mustufa Rangwala (Open ERP) (mra-tinyerp) wrote :

Hello,

Added Customer Ref on tree view of sale order with extended group.

Rev id: mra@mra-laptop-20101111114443-ulw749f2uybwoybt

Thank you,
Mustufa

Changed in openobject-addons:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.