I have 2 Bank accounts in my company. Odoo Automatically adds both in the footer. Is there a way to select/exclude on of the accounts?
Thanks.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
Hi,
Please refer to the following links:
1. https://www.cybrosys.com/blog/how-to-customize-header-footer-for-all-reports-in-odoo-16-erp
2. https://www.cybrosys.com/blog/how-to-customize-headerfooter-for-all-reports-in-odoo-18
Hope it helps.
Either use any other Document Layout than DIN5008 (Settings -> General Settings --> Companies --> Document Layout -> Configure Document Layout), or extend l10n_din5008.external_layout_din5008 so it doesn't loop over the first two but only the first bank, i.e.
<t t-foreach="company.partner_id.bank_ids[:1]" t-as="bank">
instead of
<t t-foreach="company.partner_id.bank_ids[:2]" t-as="bank">
(https://github.com/odoo/odoo/blob/18.0/addons/l10n_din5008/report/din5008_report.xml#L140)
Note: You could change the template in Settings -> Technical --> User Interface -> Views - but, any upgrade of the module l10n_din5008 will reset it to its original state again (hence, the template should be extended in a custom module rather than directly in Odoo).
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
4
thg 12 23
|
15429 | ||
|
1
thg 3 15
|
5242 | ||
|
2
thg 6 25
|
2605 | ||
Invoice Report Layout on Odoo 12
Đã xử lý
|
|
5
thg 11 24
|
32582 | |
|
4
thg 5 24
|
6521 |