Skip to content

Commit 48c505b

Browse files
committed
[MIG] in-seed no-op modules: annotations + docsource
partner_autocomplete, google_address_autocomplete, auth_passkey_portal, api_doc, l10n_us, l10n_us_account, payment_custom — all nothing-to-do (DEL fields preserved as legacy; NEW records auto-created on install). Closes the lab-seed-installed coverage gap so these are no longer excluded from the migration test's $MODULES_NEW set.
1 parent dbae5b3 commit 48c505b

3 files changed

Lines changed: 27 additions & 6 deletions

File tree

docsource/modules180-190.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Module coverage 18.0 -> 19.0
3838
+---------------------------------------------------+----------------------+-------------------------------------------------+
3939
| analytic |Nothing to do | |
4040
+---------------------------------------------------+----------------------+-------------------------------------------------+
41-
| |new| api_doc | | |
41+
| |new| api_doc | Nothing to do | |
4242
+---------------------------------------------------+----------------------+-------------------------------------------------+
4343
| attachment_indexation |Nothing to do | |
4444
+---------------------------------------------------+----------------------+-------------------------------------------------+
@@ -48,7 +48,7 @@ Module coverage 18.0 -> 19.0
4848
+---------------------------------------------------+----------------------+-------------------------------------------------+
4949
| auth_passkey | | |
5050
+---------------------------------------------------+----------------------+-------------------------------------------------+
51-
| |new| auth_passkey_portal | | |
51+
| |new| auth_passkey_portal | Nothing to do | |
5252
+---------------------------------------------------+----------------------+-------------------------------------------------+
5353
| auth_password_policy |Nothing to do | |
5454
+---------------------------------------------------+----------------------+-------------------------------------------------+
@@ -158,7 +158,7 @@ Module coverage 18.0 -> 19.0
158158
+---------------------------------------------------+----------------------+-------------------------------------------------+
159159
| google_account |Nothing to do |No DB layout changes. |
160160
+---------------------------------------------------+----------------------+-------------------------------------------------+
161-
| |new| google_address_autocomplete | | |
161+
| |new| google_address_autocomplete | Nothing to do | |
162162
+---------------------------------------------------+----------------------+-------------------------------------------------+
163163
| google_calendar |Nothing to do |No DB layout changes. |
164164
+---------------------------------------------------+----------------------+-------------------------------------------------+
@@ -674,9 +674,9 @@ Module coverage 18.0 -> 19.0
674674
+---------------------------------------------------+----------------------+-------------------------------------------------+
675675
| l10n_uk | | |
676676
+---------------------------------------------------+----------------------+-------------------------------------------------+
677-
| l10n_us | | |
677+
| l10n_us | Nothing to do | |
678678
+---------------------------------------------------+----------------------+-------------------------------------------------+
679-
| l10n_us_account | | |
679+
| l10n_us_account | Nothing to do | |
680680
+---------------------------------------------------+----------------------+-------------------------------------------------+
681681
| l10n_uy | |No DB layout changes. |
682682
+---------------------------------------------------+----------------------+-------------------------------------------------+
@@ -772,7 +772,7 @@ Module coverage 18.0 -> 19.0
772772
+---------------------------------------------------+----------------------+-------------------------------------------------+
773773
| onboarding |Nothing to do | |
774774
+---------------------------------------------------+----------------------+-------------------------------------------------+
775-
| partner_autocomplete | | |
775+
| partner_autocomplete | Nothing to do | |
776776
+---------------------------------------------------+----------------------+-------------------------------------------------+
777777
| |new| partnership | | |
778778
+---------------------------------------------------+----------------------+-------------------------------------------------+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---Models in module 'l10n_us'---
2+
---Fields in module 'l10n_us'---
3+
l10n_us / res.partner.bank / aba_routing (char) : DEL
4+
l10n_us / res.partner.bank / l10n_us_bank_account_type (selection): NEW required, selection_keys: ['checking', 'savings'], hasdefault: default
5+
6+
# NOTHING TO DO
7+
8+
---XML records in module 'l10n_us'---
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---Models in module 'l10n_us_account'---
2+
---Fields in module 'l10n_us_account'---
3+
l10n_us_account / res.bank / intermediary_bank_id (many2one): NEW relation: res.bank
4+
5+
# NOTHING TO DO
6+
7+
---XML records in module 'l10n_us_account'---
8+
NEW account.report: l10n_us_account.tax_report
9+
NEW account.report.column: l10n_us_account.column_net
10+
NEW account.report.column: l10n_us_account.column_tax
11+
NEW ir.ui.view: l10n_us_account.res_bank_view_form
12+
13+
# NOTHING TO DO

0 commit comments

Comments
 (0)