c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #05163
[Bug 677772] Re: [6.0RC1] product list_price versus lst_price
Thanks I know, but for which customer the lst_price is produced in tree
?
--
[6.0RC1] product list_price versus lst_price
https://bugs.launchpad.net/bugs/677772
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Addons Modules: Invalid
Bug description:
On the way porting main features of price_unit_branch to v6
I discovered that
product_product_tree_view displays lst_price (a function field of product_product)
product_normal_form_view displays list_price (a database field of product_template)
(note the difference - "i")
for both the string is "List Price" and hence we will se different values for same Filed Name in tree and form
obviously this will confuse users - at least me ;-)
May be I miss something
References