Tuesday, March 31, 2020
6 changes · master
Enhancements to existing features
The Purchase reporting menu now takes users straight to the relevant report page instead of requiring extra navigation. This makes it faster for purchasing teams to access reporting information and reduces clicks in daily workflows.
Resolved issues and error corrections
Timesheet entries now receive a default description automatically in the shared timesheet app rather than only in the enterprise grid view. This prevents required-description issues for users working with standard timesheets and keeps behavior consistent across editions.
Original PR description
Currently the code for default name is inside the timesheet_grid so on community the name(description) of the analytic line is required. so move that default name code from timesheet_grid to hr_timesheet. TaskID: 2176065 Closes: #9561
Miscellaneous changes
In France, the code for merchandise import is 11 and the code for merchandise export is 21 Reference: https://www.douane.gouv.fr/comment-remplir-sa-declaration-dechanges-de-biens For Belgium, it is respectively 19-29 Reference: https://www.nbb.be/doc/dq/onegate/downloads/d%C3%A9claration%20intrastat%20via%20one%20gate%20fr.pdf opw:2222065 Forward-Port-Of: odoo/enterprise#9448 Forward-Port-Of: odoo/enterprise#9426
Original PR description
In France, the code for merchandise import is 11 and the code for merchandise export is 21 Reference: https://www.douane.gouv.fr/comment-remplir-sa-declaration-dechanges-de-biens For Belgium, it is respectively 19-29 Reference: https://www.nbb.be/doc/dq/onegate/downloads/d%C3%A9claration%20intrastat%20via%20one%20gate%20fr.pdf opw:2222065 Forward-Port-Of: odoo/enterprise#9448 Forward-Port-Of: odoo/enterprise#9426
Deleting a file attachment now also removes the related document record instead of leaving behind an empty document request. This keeps the Documents workspace cleaner and avoids confusing leftover entries for users.
Original PR description
This commit adds an `ondelete='cascade'` to the `attachment_id` field of `documents.document`. Before this commit, when the attachment of a document was unlinked, the document turned into a document of type `empty` (document request), the correct behaviour is to unlink the document with its attachment. opw-2191553
Web Studio now correctly handles field subtype selection for newer field components. This prevents configuration issues when editing views or reports as the platform adopts updated field technology.
Original PR description
The commit 2856c55 adds new AbstractField class written in owl, it breaks the selection of fields' sub types. This commit fixes this issue. Community PR: https://github.com/odoo/odoo/pull/44267
before this commit: - ocr options were in hr_expense after this commit: - they are now properly in hr_expense_extract Forward-Port-Of: odoo/enterprise#9416
Original PR description
before this commit: - ocr options were in hr_expense after this commit: - they are now properly in hr_expense_extract Forward-Port-Of: odoo/enterprise#9416