콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
5986 화면

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
2841
1
2월 25
5245
0
1월 24
2193
2
10월 23
2123
1
6월 21
3376