c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #07846
[Bug 689897] [NEW] [6.0-RC1] warning purchase_order_line call
Public bug reported:
try to use warning and inherit product_id_change in purchase_order_line.
In purchase module, purchase_order_line have a function product_id_change with 15 parameters.
In warning module, purchase_order_line surcharge product_id_change but only with 11 parameters.
When i try to make my product_id_change version, no way to pass 15
parameters because of warning definition.
** Affects: openobject-addons
Importance: Undecided
Status: New
--
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/689897
Title:
[6.0-RC1] warning purchase_order_line call
Status in OpenObject Addons Modules:
New
Bug description:
try to use warning and inherit product_id_change in purchase_order_line.
In purchase module, purchase_order_line have a function product_id_change with 15 parameters.
In warning module, purchase_order_line surcharge product_id_change but only with 11 parameters.
When i try to make my product_id_change version, no way to pass 15 parameters because of warning definition.
Follow ups
References