Daily updates from Odoo
Monday, September 3, 2018
2 changes · master
Enhancements to existing features
This improvement lets Odoo apply rules based on the current website, so content like blogs, events, and products can be shown only on selected websites. It helps businesses running multiple websites control visibility more precisely without custom workarounds.
Original PR description
This update allows to add multi-website rules. E.g. show blog, event, product, etc at a website only if current website is listed in field:
[('website_ids', 'in', [website_id])]
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prResolved issues and error corrections
Bank journal linking now only shows online journals for the currently active company. This prevents users in multi-company setups from accidentally selecting or viewing bank synchronization journals belonging to another company.
Original PR description
Steps to reproduce: 1. Create a database with two companies. 2. Add a bank provider to Company 1. 3. Switch to Company 2. 4. Add a bank provider to Company 2. 5. Try to link a bank journal to an online journal. Bug: It shows the account.online.journal of both companies. Expected behavior: Show only the account.online.journal related to the active company. opw:1878672