Im using _inherit and adding new field in 'account.move'
in the view
The problem is that 'tax_totals_json' variable is holding all the taxes and totals So that when I use position 'before' or 'after' it doesn't work I want my custom variable to be Before total value,
I mean inside that Json variable
any help please !
Hi and thank you , my problem is that tax_totals_json contains all the taxes and final total , and i want to add my custom value between the taxes values and the final amount value