Daily updates from Odoo
Tuesday, November 12, 2019
1 change · master
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