odoo/upgrade#6820

Created by SM Learn, Pierre-Yves Dufays (pydu)
Merged at 28d318f4ac49b7c9eb11484d8d2bb7edb2f24b44

Statuses:

label
odoo-dev:master-documents-simplify-settings-pydu
head
635a0ba0d05821c65d7fa3747be95a9991148f46
merged
4 months ago by Upgrade, Alvaro Fuentes Suarez (afu)
odoo/odoo odoo/enterprise odoo/upgrade
master #191459 #188583 #74571 #6820

[IMP] documents_*: simplify document settings

We simplify the document settings by removing the default folder configuration for:
- documents_sign: that folder was used as base folder when creating a folder in the sign app. We now use a preconfigured folder instead (not modifiable).
- documents_spreadsheet: all spreadsheets lands into "My Drive" if they were created from somewhere else than Documents instead of the previously configured folder.

Consequently, we remove the related fields (in res.config.settings and res.company).

See odoo/enterprise#74571

For a PR that adds a new upgrade script (for the Odoo's master branch or one of the RR versions):
- [x] I've added the references to the Enterprise and/or Community PRs in the commit message, even if they are already merged.
- [x] I've added an overall description of the changes made in the Community/Enterprise branches.

For a PR that fixes an issue on an already existing upgrade script:
- [ ] I've added a clear description of the issue including information on how to reproduce it.
- [ ] I've tested the fix and included references of upgrade requests where this fix will be applicable in the form of upg-<request_number>.
- [ ] I've included references to the OPW, if applicable, in the form of opw-<ticket_number>.
- [ ] I've tested this fix on other DBs, not just the ones with the issue.

For all PRs:
- [x] My commit's title follows the right format.
- [x] My commit's body includes information about the changes.
- [x] I've added odoo/upgrade as a reviewer.
- [x] I've read and understood this list.
- [x] I will ensure all the CI checks are green.

task-4294237