Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
6162 Tampilan

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
Buang

I do not understand your question or problem.

Penulis

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

Jawaban Terbai

I get where you're coming from. Managing manual tax adjustments in Odoo can be a bit of a headache, right? When u manually tweak amount_tax on teh invoice, you're only affecting the current view. So basically, it doesn't really alter the core data tied to the chart of accounts.


If you need those changes to show up, you gotta dig a bit deeper. Look into changing the attributes of account.invoice.line instead. Altering the taxes per line lets you directly mess with the ledger accounts linked with each product line, making sure teh tax adjustments actually reflect in your chart of accounts.


I've faced this myself. Depending on your setup, you'd want to ensure any inv line updates sync with account entries. Also, check that your tax settings are configured to handle manual changes right - sometimes it's about tweaking settings just so.


Another method is using odoo's tax adjustment features in accounting settings. There might be a dedicated journaling method for this adjustment to properly show in GL. It needs some fine-tuning, but with the right setup, it's doable. If you aren't sure, getting a consultant on board early can really save you hassle.

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
1
Okt 25
319
2
Apr 25
2992
1
Feb 25
5494
0
Jan 24
2335
2
Okt 23
2259