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

Hi,

 

When I save an invoice after adding new invoice lines with products under VAT, the total VAT amount is not automatically updated.

Is there a way to compute automatically the amount tax when the invoice is saved ?

Why it is not native behavior ?

 

Any help will be much appreciated

Cheers

 

Imagine profil
Abandonează
Cel mai bun răspuns

If you add an invoice line or change an amount, the total are not updated. There is a button "update" next to tax to recalculate the tax and the total. You can save the invoice without recalculating, but you cannot validate the invoice - at least in my instance (v8).

I am not sure whether there is a setting to do this automatcally on save. But I think you could do this by modifying the code. addons/account/account_invoice.py. There is a method called action_move_create. I think if you add a call at the beginning of that function to self.button_compute(self,cr,uid,ids,content), that should do the trick. But not tested and I have no experience in python.

 

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
1
iun. 25
2290
1
mai 17
5428
1
iul. 25
221
3
iul. 25
2998
2
iul. 25
439