Wednesday, January 16, 2019
2 changes · master
Resolved issues and error corrections
This change adds a validation check to prevent two many-to-many fields from being configured with the same underlying relationship settings. It helps avoid data confusion and hard-to-diagnose errors caused by inconsistent field definitions.
Original PR description
Prevent two many2many fields from using the same config (table, column1, column2). Fixes #24927.
This update fixes a typo in the Survey app. It is a minor correction that helps keep survey-related text or code clearer without changing business workflows.
Original PR description
Description of the issue/feature this PR addresses: 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