Daily updates from Odoo
Sunday, October 12, 2025
1 change · saas-18.2
Resolved issues and error corrections
Indian GST return processing now looks for a purchase journal across all companies in a tax unit, instead of only the main company. This prevents record creation failures when the main company lacks the required journal but another company in the tax unit has one configured.
Original PR description
Before this PR: - The system searched for a purchase journal only in `company_id`. - In a tax unit with multiple companies, if the main company had no purchase journal configured, record creation failed with a 'NOT NULL constraint violated' error. After this PR: - The journal search now checks all companies in `company_ids` (or falls back to `company_id`), - allowing the system to find a valid purchase journal across the tax unit. OPW: 5159518 Forward-Port-Of: odoo/enterprise#96838