Daily updates from Odoo
Navigate
Branch
Monday, September 3, 2018
5 changes
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
This change restores missing styling for the PDF viewer by adding it to the core web module. This helps ensure PDF previews display correctly after the styling was removed from another module.
Original PR description
Description of the issue/feature this PR addresses: I made this pr #26449 some days ago.Now in the master branch, pdf_viewer.scss is remove from mrp module.but pdf_viewer.scss is not add to web module.This pr fix this. Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
A typo was corrected in the Intrastat configuration screens for the general and Belgian Intrastat features. This helps avoid confusion for users setting up Intrastat reporting, with no expected change to business logic or workflows.
Original PR description
Introduced by 1b6d1c7
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
Documentation and clarification updates
The corporate contributor documentation was updated to add Florian Kantelberg to initOS's listed contributors. This is an administrative legal/CLA record update and does not change Odoo features or user workflows.
Original PR description
Added Florian Kantelberg to our team of contributors -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr