← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 788789] Re: [6.0.x][purchase] action_picking_create: broken extensibility

 

Hello,

I have checked the whole bug report.
Here I have faced the two issue.

1) The action_picking_create method in purchase is return a last
generated picking_id but it should be same as a sale#action_ship_create
method.

2) As per Raphael said it should be return the dictionary of all the
generated pickings not a "True".

@ Raphael: I am agree with you. It's good suggestion that the method will reruns dictionary of all the generated pickings so when we called a method via script then we will get the proper result.
But currently we consider this suggestion as a feature and we will consider it as a feature roadmaps.
 
@Team : I am confirming this bug for above two issue but the issue #1 as a "Low" importance  and issue#2 as a "Wishlist" .

So currently I am setting this as a "Low" importance after completed
issue#1 the team will set this as a "Wishlist".

Thanks for understanding!

** Changed in: openobject-addons
   Importance: Undecided => Low

** Changed in: openobject-addons
       Status: Triaged => Confirmed

** Changed in: openobject-addons
     Assignee: (unassigned) => OpenERP R&D Addons Team 2 (openerp-dev-addons2)

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/788789

Title:
  [6.0.x][purchase] action_picking_create: broken extensibility

Status in OpenERP Modules (addons):
  Confirmed

Bug description:
  Hello,

  there is a design issue in purchase#action_picking_create
  the method actually applies to a collection of purchase orders but actually returns only the id of the last picking that is generated.
  To play nice efficiently with overriders, you need to change that and return a dictionary of all the generated pickings, just as you do in sale#action_ship_create

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/788789/+subscriptions


References