Monday, August 12, 2019
6 changes · master
Resolved issues and error corrections
This fixes an issue where the invoice action from a partner record could show no invoices because the filter was incorrect. Business users can now reliably access the related invoices they expect to see.
Original PR description
The domain could not return any invoice Task 2052468 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Employees can now reset their own payroll-related expense reports to draft without needing expense approver permissions. This removes an unnecessary blocker while keeping the change limited to the payroll expenses workflow.
Original PR description
The field refund_in_payslip is only writable for hr_expense_team_approver users, using sudo will enable a simple internal user to reset his expense report to draft
The form view now hides the Action dropdown when there are no available buttons to show. This prevents users from seeing an empty menu, making the interface cleaner and less confusing.
Original PR description
Add 'o_invisible_modifier' class to 'o_statusbar_buttons' when there is no visible dropdown item button. Task-ID : 2029847
The accounting reports module now passes the required information when building the trial balance hierarchy view. This prevents an error when users generate the trial balance in hierarchy mode, helping finance teams access the report reliably.
Original PR description
The method _create_hierarchy receives 2 parameters (lines & options), and the second parameter is missing. To get this error try to generate the trial balance on hierarchy view. Fixes https://github.com/odoo/odoo/issues/35428
The mobile hamburger menu now shows user profile pictures in a consistent circular shape, even when the original image is rectangular. This improves the visual polish and consistency of the user preferences area on mobile devices.
Original PR description
Task Link: https://www.odoo.com/web#id=2042276&action=327&model=project.task&view_type=form&menu_id=4720 Pad Link: https://pad.odoo.com/p/r.a91623a4f361ee1ad7681b73a0106cd8
Marketing automation users can now change an activity type while editing without triggering an error. This keeps campaign setup smoother and prevents interruptions caused by missing activity information in edit mode.
Original PR description
**Task:** https://www.odoo.com/web#id=2039048&action=327&model=project.task&view_type=form&menu_id=4720 **Pad:** https://pad.odoo.com/p/r.f4d93435a1d4656e2d34bd781bd1be1e **Description:** The id of the activity wasn't available in the edit mode. hence the traceback.