Daily updates from Odoo
Tuesday, October 29, 2019
4 changes · master
Enhancements to existing features
The website editor now uses one consistent color picker across areas like snippets, text, menus, footers, and navigation. This makes editing pages easier and more predictable by offering the same theme, common, custom, and transparent color choices everywhere.
Original PR description
Currently we have: a colorpicker for background color of snippets a colorpicker for foreground and background text (topbar) a colorpicker for menu/footer/navbar/etc These 3 are separate colorpickers with different options. After this Commit All 3 will use the same color palette wich allow you to select theme color, common colors, custom color and transparent filter. Related to: odoo/enterprise#6349 and: odoo/design-themes#181 task-2087383 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Delivery carrier records can once again be archived from their form view. Archived carriers are also clearly marked with a visual ribbon, helping users avoid confusion when reviewing inactive delivery options.
Original PR description
Since the field active hase been removed from the form view of carrier we were not able to archive it from there anymore. So we've added back the 'active' field in invisible on the form view, and also added a ribbon on archived records. TASK-ID: 2115880 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
Shipping method settings have been reorganized to make carrier configuration clearer and more consistent. This should help users find the right options more easily and reduce confusion when managing delivery carriers.
Original PR description
The shipping method configuration (with carrier) is a bit messy, with a lot of fields which have been added => reorganize the fields and the view to add coherence (on each carrier + between the different carriers) and improve ease of use. TASK-ID: 2046300 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Shipping method settings have been reorganized across multiple carriers to make configuration clearer and more consistent. This should help users find the right options more easily and reduce confusion when managing carrier integrations, with a small fix ensuring return-shipping availability updates correctly when delivery type changes.
Original PR description
The shipping method configuration (with carrier) is a bit messy, with a lot of fields which have been added => reorganize the fields and the view to add coherence (on each carrier + between the different carriers) and improve ease of use. TASK-ID: 2046300 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr