Skip to Content
Menu
This question has been flagged
2 Replies
1465 Views

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.

Avatar
Discard
Author

Please kindly reply to this question if anyone know this part. Thanks

Best Answer

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!

Avatar
Discard
Author

Thanks Mihran...