confusing picking policy in make_sale wizard

Bug #545868 reported by Jean-Luc WEYL
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Released
Low
gpa(OpenERP)

Bug Description

In the opportunity view, when you create a quote using the make-sale wizard (file sale_crm/wizard/makesale.py), the packing policy "Direct delivery" becomes "Partial delivery" on the created quote object, and the packing policy "All at once" becomes "Complete delivery" on the created quote.

In fact, the following definition (in makesale.py) is somehow confusing:
    'picking_policy': {'string': 'Packing Policy', 'type': 'selection',
        'selection': [('direct','Direct Delivery'),('one','All at once')]},

At least, 'direct' should be changed into 'partial' to be consistent with what's defined in sale.order.

Related branches

Changed in openobject-addons:
status: New → Confirmed
Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

It has been fixed by revision 2677 <email address hidden>.
Thanks.

Changed in openobject-addons:
assignee: nobody → gpa(Open ERP) (gpa-openerp)
importance: Undecided → Low
milestone: none → 5.0.8
status: Confirmed → 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.