Odooers论坛

欢迎!

该社区面向专业人士和我们产品和服务的爱好者。
分享和讨论最好的内容和新的营销理念,建立您的专业形象,一起成为更好的营销人员。


0

Downpayment Account in Product Category Missing? (Odoo Online v18.4e)

形象
丢弃
1 答案
0
形象
odoo
最佳答案

The field / configuration option you're looking for in Odoo 18.4 now only resides in Accounting -> Configuration -> Settings --> Section Accounting -> Default Accounts:

See also https://github.com/odoo/odoo/commit/6422427ce10dfbe74186985bfe8da540d11cebde

Commit 6422427
igbe-odoo committed on Jun 23 [2025]

[IMP] sale, l10n_fr_account, l10n_be: improve down payment

Move the property_account_downpayment_categ_id field to the company (instead of product.category).
The reason for this is we want to simplify the downpayment accounts. Having one account per product category could lead to downpayment invoices with a lot of lines, as we split lines based on account. Now that we have only 1 account per company, we only split lines based on taxes.

task-4640319



1 备注
形象
丢弃
形象
odoo
-

Thank you Christoph! Very much appreciated!

Yeah I saw that Configuration Setting previously and set my account for downpayments there. I was very much confused as some videos and even the latest documentation (18.4 or even the Master) haven't been updated.