Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
5762 Zobrazení

As per title is it possible to do the manual tax adjustment from the Invoice form?

Tried to change the attributes of amount_tax field:

class account_invoice(models.Model):
    _inherit = ['account.invoice']
 amount_tax = fields.Monetary(string='Tax',
        store=True, readonly=False, compute='_compute_amount')

This gives an opportunity to change it but it is only visible on the current view(field is not connected to chart of accounts in any way).
How would you do it to have the charts of accounts updated? Changing tax per line?



Avatar
Zrušit

I do not understand your question or problem.

Autor

My accountant want to manualy adjust the tax by editing the tax field. The problem is this is not reflecting in the chart of accounts and other parts of accounting

Related Posts Odpovědi Zobrazení Aktivita
2
dub 25
2648
1
úno 25
4912
0
led 24
1983
2
říj 23
1900
1
čvn 21
3179