Sunday, February 8, 2026
1 change · saas-19.1
Resolved issues and error corrections
This update resolves an issue where users were unable to set the opening date when posting opening moves in the tax returns wizard. The fix ensures the date field is always editable, providing a smoother user experience. This change aligns with the current workflow and maintains compatibility for users accustomed to the previous setup bar flows.
Original PR description
To reproduce the issue (in enterprise): - Go to accounting > configuration - click on "Review Manually" (under Accounting Import) - add a balance to 1 or 2 accounts - Search for the created draft opening move in the journal entries, and post it - On the dashboard, click on "Tax returns" ====> The opening date is not set in the wizard, and still, it's not editable. You're stuck The opening date was originally introduced in the setup bar flows, years ago. Today, this field isn't really used anymore, except for creating the returns, and it then does not especially always correspond to the date of the opening move. To solve the issue, we just always allow editing it in the wizard. To keep things comfortable for users who would be used to the previous way it worked, we still modify the date of the opening move when doing so if it's still in draft. Forward-Port-Of: odoo/odoo#247676 Forward-Port-Of: odoo/odoo#247606