c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #24337
[Bug 776319] Re: not net_price on pos/sales form
Hello Cosubo,
I have checked your issue.
But the latest version of OpenERP (v6) have removed the function field of net_price and we have improved the functionally compare to v5.
See the _amount_line function in sale.order.line object in v6 which is
merged _amount_line_net and _amount_line function of v5 so no need to
net_price field in v6.
Hope you will understand.
Thanks.
** Changed in: openobject-addons
Status: New => Invalid
** Converted to question:
https://answers.launchpad.net/openobject-addons/+question/157731
--
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/776319
Title:
not net_price on pos/sales form
Status in OpenERP Modules (addons):
Invalid
Bug description:
hi,
v5 had price_net field in sale order form, v6 doesn't but technical
guide (http://doc.openerp.com/v6.0/technical_guide/sale.html) mentions
it in 'Object: Sale Order line (sale.order.line)' section.
i have been trying to add the function myself using v5 sale.py file as
template, but have unsuccesfully been able to. the run down of my
attempts are in this post of the openerp forums:
http://www.openerp.com/forum/post80542.html?hilit=no%20price_net#p80542.
thank you very much for your help,
n.
References