Skip to content

Commit

Permalink
Merge PR #4689 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by legalsylvain
  • Loading branch information
OCA-git-bot committed Dec 5, 2024
2 parents a2e014c + 10d6f25 commit a325c03
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docsource/modules160-170.rst
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Module coverage 16.0 -> 17.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| http_routing | Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| iap | | |
| iap | Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| iap_crm | |No DB layout changes. |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
14 changes: 14 additions & 0 deletions openupgrade_scripts/scripts/iap/17.0.1.1/upgrade_analysis_work.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---Models in module 'iap'---
new model iap.account.info [transient]
# NOTHING TO DO

---Fields in module 'iap'---
iap / iap.account / account_info_ids (one2many) : NEW relation: iap.account.info
iap / iap.account / name (char) : NEW
iap / iap.account / show_token (boolean) : NEW
# NOTHING TO DO

---XML records in module 'iap'---
DEL ir.actions.server: iap.open_iap_account
NEW ir.model.access: iap.access_iap_account_info
# NOTHING TO DO

0 comments on commit a325c03

Please sign in to comment.