Daily updates from Odoo
Tuesday, November 12, 2019
4 changes
Resolved issues and error corrections
This fix stops Odoo from using the module installation option to update an already installed module. That prevents database inconsistencies caused by updates that would otherwise skip required migration steps.
Original PR description
**Description of the issue/feature this PR addresses:** cli ``-i`` option is supposed to be used for module installation but works for updating module too **Current behavior before PR:** The database may become inconsistent if you update module via ``-i``, because migration scripts are not applied **Desired behavior after PR is merged:** Odoo shall not allow making database inconsistent -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The expense screen no longer shows the attachment icon when there are no attachments available. This avoids sending users to an empty attachment page and keeps the interface clearer.
Original PR description
**Description of the issue/feature this PR addresses:** It's better to don't shown attachment icon when there aren't attachments and when supposedly you shouldn't add attachments. **Current behavior before PR:** If there aren't attachments, and you click on the attachment icon, you will go to an empty attachment page. **Desired behavior after PR is merged:** The attachment icon is not shown if there aren't attachments. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes how warning messages appear in Odoo Studio when users add a field inside a restricted group. The messages now stack clearly one after another instead of appearing squeezed into columns, making the warning easier to understand.
Original PR description
Task : https://www.odoo.com/web?#id=2117251&action=327&model=project.task&view_type=form&menu_id=4720 PAD : https://pad.odoo.com/p/openerp-project.task-L1UGO6T39Z
The Website option in Studio has been repositioned from the icon area to the menu section, matching the established layout from Odoo 12. This makes the Studio navigation more consistent and easier for users to recognize.
Original PR description
Task : https://www.odoo.com/web?#id=2095236&action=327&model=project.task&view_type=form&menu_id=4720 PAD : https://pad.odoo.com/p/openerp-project.task-WK8XD1ME4G