-
-
Notifications
You must be signed in to change notification settings - Fork 707
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3784 from acsone/16.0-resource-mle
[16.0][OU-ADD] resource: Nothing to do
- Loading branch information
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
openupgrade_scripts/scripts/resource/16.0.1.1/upgrade_analysis_work.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
---Models in module 'resource'--- | ||
obsolete model resource.test | ||
# NOTHING TO DO | ||
|
||
---Fields in module 'resource'--- | ||
resource / resource.test / company_id (many2one) : DEL relation: res.company | ||
resource / resource.test / name (char) : DEL | ||
resource / resource.test / resource_calendar_id (many2one): DEL relation: resource.calendar | ||
resource / resource.test / resource_id (many2one) : DEL relation: resource.resource, required | ||
# NOTHING TO DO: done by the ORM | ||
|
||
---XML records in module 'resource'--- | ||
DEL ir.model.access: resource.access_resource_test_all | ||
# NOTHING TO DO |