Tuesday, April 2, 2019
3 changes · master
Resolved issues and error corrections
This fix restores the correct handling of errors when applying changes in the web interface. It helps prevent incorrect error behavior, making form updates more reliable for users.
Original PR description
After #230ad8c the error handling has been changed inaccurately. This fix sets the error handling correctly. 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
Users who belong to a channel following a private project can now access that project as expected. This fixes an access issue so employees included through a channel are treated like valid project followers.
Original PR description
Steps to reproduce: - Create a channels C with user A linked to an employee E - Create project P with privacy_visibility='followers' meaning only visible for employees that follow P - Add the channel C as a follower of P - Log as user A go to Project app Bug: The project P is not readable for A opw:1958386
The Swiss VAT, balance sheet, and profit and loss reports have been adjusted to follow the expected standard structure more closely. This makes the reports easier to compare with official formats and reduces confusion for Swiss accounting users.
Original PR description
The following accounting reports do not have the standard structure: - Décompte TVA Suisse - Bilan - Compte de résultat We adapt the structure of these reports to get a result closer to the official reports. opw-1958469