Tuesday, March 3, 2020
5 changes · master
Enhancements to existing features
Website visitor tracking code was simplified by removing unused internal parameters. This reduces maintenance overhead and helps lower the risk of issues during visitor updates without changing normal website behavior.
Original PR description
This PR also cleans visitor's code: - Remove 'response' parameter that is not used anymore in _handle_website_page_visit method. - Remove 'website_track_values' parameter that was not set anywhere anymore in the _create_visitor method. Task ID: 2205541
Repair records now enforce clearer links between repair orders, lines, fees, and company information. This helps prevent incomplete or mismatched repair data, reducing operational errors and improving reporting reliability.
Original PR description
* Repair lines should have a repair order * Repair fees and lines companies should be related to the order company. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
OAuth login provider settings now include the missing style field on the configuration form, making it easier to control how providers appear. Providers can also be ordered using their existing sequence setting, helping businesses choose the order shown on the login page.
Original PR description
Field `css_class` was not added on Views. In this commit, we add this field on form view. 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
Sales order lines for event tickets now keep their unit of measure locked so users cannot change it to an unsupported value. This prevents confusing or incorrect ticket sales processing and keeps event sales data consistent.
Original PR description
Specification: -Updating the uom of Sales Order Lines related to an event (selling event tickets) doesn't have any sense and wouldn't work correctly if changed. Task-2178371 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
Subscription templates now display their code field, with a helpful tooltip explaining its use. This makes it easier for users to identify or sequence subscriptions consistently when working with templates.
Original PR description
purpose of this commit is code field can be usefull for a sequence of subscription. task: 2184022