Friday, August 31, 2018
3 changes · master
Resolved issues and error corrections
This fixes inconsistent page header presentation after the Bootstrap 4 update across several customer-facing website and portal pages. Users will see clearer section separation and more consistent layouts in areas such as appointments, documentation, events, surveys, sales, and forums.
Original PR description
Description of the issue/feature this PR addresses: Appointment: https://drive.google.com/file/d/1UTqUfrxpnEXkS3AYSe1lPNF76TLt1ckh/view?usp=drivesdk should be like https://drive.google.com/file/d/1wwL6c3WsD7Va309-FKsnjTOx-ByQMU_e/view?usp=drivesdk Website -> Documentation menu: There is no separator on page-header elements: https://drive.google.com/open?id=1f702ek9Oc4Ga7Kk65QEXmUJ0td-L7duQ -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes a stock module action that was missing a required source model setting. It helps ensure the stock scheduler action opens and behaves correctly for users, avoiding a small configuration-related failure.
Original PR description
**Description of the issue/feature this PR addresses:** The action `action_procurement_compute` in `stock` module doesn't have `src_model`. **Affected versions:** v9, v10, v11, master. As I think this kind of fix is not accepted in stable, I pushed to master. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes several customer-facing portal pages so their page headings use the expected styling after the Bootstrap 4 update. It helps keep Helpdesk, Subscriptions, and Calendar pages visually consistent and easier to read, without changing business workflows.