Hi,
Can anyone please tell me how this amount due is calculated after register payment if there is tax. Which method get called during this. My amount due calculation is getting wrong after register payment. Please help if anybody know this.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
Can anyone please tell me how this amount due is calculated after register payment if there is tax. Which method get called during this. My amount due calculation is getting wrong after register payment. Please help if anybody know this.
Hi,
When you click the validate button, 'action_invoice_open' method is called which in turn will call many other methods. The method which is related to tax is 'tax_line_move_line_get' in account.invoice. Hope you fix your issue!
Thanks Mihran...
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
Please kindly reply to this question if anyone know this part. Thanks