コンテンツへスキップ
メニュー
この質問にフラグが付けられました
5961 ビュー

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?



アバター
破棄

I do not understand your question or problem.

著作者

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

関連投稿 返信 ビュー 活動
2
4月 25
2808
1
2月 25
5204
0
1月 24
2173
2
10月 23
2103
1
6月 21
3354