← Back to team overview

openerp-india team mailing list archive

[Bug 1217869] [NEW] purchase order merge limits

 

Public bug reported:

I have added a few fields to purchase.order using my own module in v 7.0.
Unfortunately, the function do_merge does all in one and returns when everything is finished.
It would be nice to split up the function into several functions, one of which is responsible to set the values of the dictionary to compare / merge.
Another function should define which fields should be compared to decide whether to merge or not.
That would simplify the possibility to customize.

And having read https://bugs.launchpad.net/openobject-
addons/+bug/1091268, I would suggest to do something similar with
porder.notes.

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1217869

Title:
  purchase order merge limits

Status in OpenERP Addons (modules):
  New

Bug description:
  I have added a few fields to purchase.order using my own module in v 7.0.
  Unfortunately, the function do_merge does all in one and returns when everything is finished.
  It would be nice to split up the function into several functions, one of which is responsible to set the values of the dictionary to compare / merge.
  Another function should define which fields should be compared to decide whether to merge or not.
  That would simplify the possibility to customize.

  And having read https://bugs.launchpad.net/openobject-
  addons/+bug/1091268, I would suggest to do something similar with
  porder.notes.

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


Follow ups

References