Daily updates from Odoo
Navigate
Branch
Friday, June 18, 2021
6 changes
Resolved issues and error corrections
This fix ensures customers can be removed from helpdesk tickets when timesheets and time reinvoicing are enabled. It prevents the system from automatically restoring the customer from a linked sales order when the user intentionally clears the customer field.
Original PR description
After installing helpdesk_sale_timesheet and helpdesk_timesheet removal of customer name from the dropdown was erratic. This commit fixes that issue. Task- 2535773 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
Code cleanup and technical improvements
This update adapts Odoo Enterprise apps to the rewritten web client and refreshes parts of the user interface. It helps keep key business workflows compatible with the new platform foundation while delivering broader visual and usability improvements.
Original PR description
This commit is the enterprise counter-part of https://github.com/odoo/odoo/pull/58287. It adapts the enterprise codebase to the rewriting of the /web application in owl. This commit also does a general design improvement pass. Task 2344639 Community PR https://github.com/odoo/odoo/pull/58287 Co-authored-by: Aaron Bohy <aab@odoo.com> Co-authored-by: Bruno Boi <boi@odoo.com> Co-authored-by: Géry Debongnie <ged@odoo.com> Co-authored-by: Samuel Degueldre <sad@odoo.com> Co-authored-by: Mathieu Duckerts-Antoine <dam@odoo.com> Co-authored-by: Simon Genin (ges) <ges@odoo.com> Co-authored-by: Francois (fge) <fge@odoo.com> Co-authored-by: Michael Mattiello (mcm) <mcm@odoo.com> Co-authored-by: Julien Mougenot <jum@odoo.com> Co-authored-by: Lucas Perais (lpe) <lpe@odoo.com> Co-authored-by: Jorge Pinna Puissant <jpp@odoo.com> Co-authored-by: stefanorigano (SRI) <sri@odoo.com>
Miscellaneous changes
Forward-Port-Of: odoo/enterprise#19103 Forward-Port-Of: odoo/enterprise#19075
Original PR description
Forward-Port-Of: odoo/enterprise#19103 Forward-Port-Of: odoo/enterprise#19075
Steps to reproduce the bug: - Install the l10n_mx_edi_landing module - Go to inventory > Operations > Landed Costs - Create a new landed cost > add product - Do not fill the “customs number” field - An error is triggered Problem: A constraint is checked for each landed cost, in which we try to directly access the 'l10n_mx_edi_customs_number' field without checking if it is filled. Solution: 'l10n_mx_edi_customs_number' is an optional field, so we can add a verification to be sure it
Original PR description
Steps to reproduce the bug: - Install the l10n_mx_edi_landing module - Go to inventory > Operations > Landed Costs - Create a new landed cost > add product - Do not fill the “customs number” field - An error is triggered Problem: A constraint is checked for each landed cost, in which we try to directly access the 'l10n_mx_edi_customs_number' field without checking if it is filled. Solution: 'l10n_mx_edi_customs_number' is an optional field, so we can add a verification to be sure it's filled before accessing it. opw-2572849 Forward-Port-Of: odoo/enterprise#19072
When selecting records on workorder list view, we can have next to return button: "80 selected -> Select all 2921" Clicking on that returns us to workcenter kanban view because the return button was set over the whole button bar, not just the return button. opw-2572401 Forward-Port-Of: odoo/enterprise#19087
Original PR description
When selecting records on workorder list view, we can have next to return button: "80 selected -> Select all 2921" Clicking on that returns us to workcenter kanban view because the return button was set over the whole button bar, not just the return button. opw-2572401 Forward-Port-Of: odoo/enterprise#19087
Remove fuzzy entries that are kept (while they should be ignored, fuzzy entries are generated by closest match and often wrong) because of pofile.merge. Update the es_MX.po file to keep only translated terms. Forward-Port-Of: odoo/enterprise#19093 Forward-Port-Of: odoo/enterprise#19066
Original PR description
Remove fuzzy entries that are kept (while they should be ignored, fuzzy entries are generated by closest match and often wrong) because of pofile.merge. Update the es_MX.po file to keep only translated terms. Forward-Port-Of: odoo/enterprise#19093 Forward-Port-Of: odoo/enterprise#19066