← Back to team overview

openerp-india team mailing list archive

[Bug 1217869] Re: purchase order merge limits

 

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

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

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

-- 
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):
  Confirmed

Bug description:
  Not a bug, but suggestion for improvement.

  I have added a few fields to purchase.order using my own module in v
  7.0.

  When I try to use do_merge on the purchase orders I created, the
  custom fields are not written to the new purchase order.

  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. And so on.
  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


References