跳至內容
選單
此問題已被標幟
1 回覆
280 瀏覽次數

Hello,


Where i find the code that fill field line_ids (account.move) odoo 16


i need to change calculation of tax_base_amount


Thank you

頭像
捨棄
最佳答案

Hi,


In Odoo 16, the line_ids field on the account.move model (used for invoices, bills, etc.) is a One2many relation to the account.move.line model. The field responsible for computing tax-related values, including tax_base_amount, is handled mainly in the accounting and tax engine, and is triggered during the creation or modification of invoice lines and taxes.


line_ids is defined like this in account.move:



Hope it helps

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
9月 24
1207
0
7月 24
1145
1
5月 25
1147
1
4月 25
136
0
11月 24
1667