Monday, January 25, 2021
2 changes · master
Enhancements to existing features
This update makes stock movement rules easier to customize by allowing existing filtering criteria to be inherited and extended. It helps businesses adapt inventory workflows to specific needs with less custom development effort.
Original PR description
Description of the issue/feature this PR addresses: Allow to inherit the domain. @mart-e -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Twitter wall event page now relies on a shared website access check instead of handling it separately in this module. This keeps behavior consistent across website features and reduces duplicate logic, with no expected visible change for users.
Original PR description
See https://github.com/odoo/odoo/pull/64313, can_access_from_current_website is now automatically added at a lowel level on methods with a model converter.