c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #00883
[Bug 664897] Re: Account Invoice compute method does not working properly without account_voucher
I explored some code in addons/account/invoice.py.
I think the reason :
method of function field _amount_residual is called before _account_all.
the residual field set before total_amount field.
then after confirmed that invoice total_amount = 100.0, residual = 0.0
--
Account Invoice compute method does not working properly without account_voucher
https://bugs.launchpad.net/bugs/664897
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP OpenObject.
Status in OpenObject Addons Modules: New
Bug description:
I'm testing rc1 code and I installed account module without account_voucher module.
Then i create Customer Invoice and confirmed. But Residual field appearing zero. It is a BUG?
Please check this.
Thanks
References