openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #24907
[Bug 1217869] Re: purchase order merge limits
changed the report.
** Description changed:
- I have added a few fields to purchase.order using my own module in v 7.0.
+ 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.
+ 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.
--
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):
Incomplete
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