Friday, September 8, 2023
1 change
Resolved issues and error corrections
This update fixes the startup order for Luxembourg reporting components so required company information is available when reports load. It helps prevent errors when using Luxembourg-specific accounting reports without changing user workflows.
Original PR description
Before this commit, the model account_sales_report was imported in the init file before the res_company model while it calls the value of a field ecdf_prefix that is defined in that file. This commit reorders the file import order.