Tuesday, April 16, 2019
4 changes · master
Enhancements to existing features
This update makes it easier for developers and partners to customize how product pricelist items are searched. It reduces the need to duplicate or bypass existing pricing logic when extending pricelist behavior, supporting safer and more maintainable customizations.
Original PR description
Description of the issue/feature this PR addresses: If you want extend the pricelist system by adding `applied_on` or any other idea, you need to by pass all the code. With this PR you can just inherit the search of items. @nim-odoo -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The website shop setup tour now points to a snippet that appears near the top of the list, making the drag-and-drop instruction easier to notice. This helps users follow the onboarding flow more smoothly when building or editing an online shop page.
Original PR description
related to task: 1942742 Description of the issue/feature this PR addresses: step to drag snippet is not enough visible. Current behavior before PR: step to drag snippet is not enough visible Desired behavior after PR is merged: step to drag snippet is now visible Task: https://www.odoo.com/web?#id=1942742&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.931c7ff1b3a5a3ce63f0a716ee633aac -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Demo barcode data for stock locations was moved out of the demo file and into regular data setup. This makes barcode-related examples and tests more consistent without changing day-to-day business workflows.
Original PR description
**Description of the issue/feature this PR addresses**:
- Task: https://www.odoo.com/web#id=1947320&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720
- Pad: https://pad.odoo.com/p/r.78fd07890eda2e9557392580503602dc
**Description:**
-Removed demo data of stock.location from demo file and added it into data file.
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prThis change introduces a reusable way to test Belgian payroll calculations against specific payslip scenarios. It helps the payroll team validate more cases consistently, reducing the risk of incorrect salary computations over time.
Original PR description
In order to ensure that we compute correctly all the payslips, we need to test specific cases. This commit aims at facilitating the writing of such tests