Daily updates from Odoo
Monday, April 8, 2019
2 changes
Enhancements to existing features
This improvement makes it easier for custom developments to extend how pricelist items are searched. It reduces the need to work around existing product pricing code, helping businesses adapt pricing rules more cleanly to their needs.
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 inherit the search of items. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Intrastat code form now uses a standard sheet layout, making the screen more consistent with other Odoo forms. This is a small usability and presentation improvement with no expected change to business processes or data.
Original PR description
Description of the issue/feature this PR addresses: Not perfectly created view. Current behavior before PR: The form views have no `<sheet>` set. Desired behavior after PR is merged: The form views have a `<sheet>` set. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr