Daily updates from Odoo
Navigate
Branch
Wednesday, January 16, 2019
5 changes
New functionality added to Odoo
Odoo now includes a Field Service Management app for businesses that send workers to customer sites. Onsite staff can record completed work, time spent, and products used, helping companies track service delivery and related sales more accurately.
Original PR description
Purpose : New app to integrate the functionalities of a field service management tool into odoo. Give the possibility for onsite workers to make a record of their work with the time spent and the products consumed ( plumber, proximus intervention, vendor, one shot consultant, technician,...) Task-1902792 Closes #3283
Enhancements to existing features
The website setup tour was refined with clearer guidance, better tip placement, and added steps for publishing a new page. Several interface labels and dialogs were also improved to make website editing and analytics setup easier to understand.
Original PR description
- Improve the website tour (typo, tip positions, etc) and added new steps to publish a new page - Make close button of 'Mobile Preview' more visible - Fix the overflow for long menu names in menu editor dialog - Change the menu string from 'Affix Top Menu' to 'Fixed Top Menu' - Change theme customization dialog's title to 'Customize Theme' from 'Customize this theme' - Improve strings for Google Analytics task-1895287
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 fixes an issue where inherited many-to-many fields could use the wrong relationship table, causing records to link incorrectly or conflict with parent models. The change improves data consistency for customizations and inherited models without changing user-facing workflows.
Original PR description
In Many2many, if the field is an inherited one, stored and new model name, if the relation table is not filled in or is the same as the parent model, it can cause conflicts as relation ids are not correct. See https://github.com/odoo/odoo/issues/24927 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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