Tuesday, February 14, 2023
3 changes · master
Resolved issues and error corrections
The accounting wizard now keeps the journal chosen by the user when creating accrued revenue entries. This prevents entries from unexpectedly reverting to the default miscellaneous journal, reducing manual corrections and accounting confusion.
Original PR description
When creating an accrued revenue entry, the same journal will always be selected by the model (by default: Miscellaneous Operations) even after selecting and confirming another journal in the view form. This is due to the computed field that always take the same journal. Converting the computed function to a default function resolve the issue. related PR: #109058 opw-3076067
Accounting entries created from attachments now use the intended journal when no automatic processing method is found. This helps ensure documents imported from attachments are recorded in the correct accounting journal, reducing manual corrections.
Original PR description
This commit fix an issue on moves creation from attachments. Before, when creating moves from attachment, if no method is found the 'self' journal is not taken into account. After, the journal found or contained in 'self' is used while creating the move taskid: 3134526 [community](https://github.com/odoo/odoo/pull/111328) [enterprise](https://github.com/odoo/enterprise/pull/36308)
This fixes a missing payroll printing component so payroll documents can be sent to a printer as expected. It restores previously unavailable functionality, reducing disruption for payroll teams that rely on printed reports or payslips.
Original PR description
Oupsie.