Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
4089 Vizualizări

Trying to grammatically change the tax value of a invoice.
Tax is changing or updating in line
but to re computation works. amount,tax amount,total etc.

tried to invoke methods

line._onchange_mark_recompute_taxes()
line._onchange_price_subtotal()
move._compute_tax_lock_date_message()
move._compute_invoice_taxes_by_group()

 

Imagine profil
Abandonează
Cel mai bun răspuns

Hi,

Try calling the _recompute_dynamic_lines or _recompute_tax_lines function.

Thanks

Imagine profil
Abandonează
Autor

it thrown some error like,Cannot create unbalanced journal entry. Ids:
seems like we should call something before

pass check check_move_validity=False in the context

Autor

def _recompute_tax_lines(self, recompute_tax_base_amount=False):
def _recompute_dynamic_lines(self, recompute_all_taxes=False,recompute_tax_base_amount=False):

there is no parameter like check_move_validity

its not a parameter, its a marker which has to pass in the context.
with_context(check_move_validity=False)

suppose if you are calling self.action_test(), call it as self.with_context(check_move_validity=False).action_test()

Autor Cel mai bun răspuns

Finally,
move.with_context(check_move_validity=False)._recompute_dynamic_lines(recompute_all_taxes=True)

Thanks :)

Imagine profil
Abandonează

this worked. thanks.

Perfect... Thanks

Related Posts Răspunsuri Vizualizări Activitate
5
dec. 22
5482
3
ian. 20
6230
2
mar. 15
3666
1
iul. 25
429
0
aug. 22
68