Monday, December 21, 2020
4 changes · master
Resolved issues and error corrections
Product pictures used for expenses now display correctly when users return to the Kanban view after editing them. This avoids the need to manually refresh the page and keeps visual product information up to date for users.
Original PR description
Currently,in Expense model When a picture is set on an expense product, it doesn't displayed in the kanban view. So in this commit, we displayed the picture on the kanban view without refresh the page. LINKS PR: #58313 Task-Id: 2341493 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Import Records option no longer appears in the Favorites menu when users are choosing records from many-to-one or many-to-many dialog windows. This avoids showing an action that is not relevant in that context and makes the selection flow clearer.
Original PR description
PURPOSE When opening a select create dialog from many2many widget or many2one widget and opening a Favorite dropdown from searchview, it shows Import Records, Import Records here in dialog doesn't make sense, it should not be displayed SPEC Do not display Import Records inside the Favourite menu in case of listview/kanban is opened in Dialog. task-2376279 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update corrects a typo in an internal accounting method description. It does not change how the software works, but it improves code clarity for future maintenance.
Original PR description
Description of the issue/feature this PR addresses: fix typo on docstring of _get_last_sequence method Current behavior before PR: Typo on docstring Desired behavior after PR is merged: fixed typo on docstring -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update corrects a typo in an internal documentation note for an accounting sequence method. It does not change how the product works, but improves clarity for developers maintaining the accounting code.
Original PR description
Description of the issue/feature this PR addresses: fix typo on docstring of _get_last_sequence method Current behavior before PR: Typo on docstring Desired behavior after PR is merged: fixed typo on docstring -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr