Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docsource/modules180-190.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Module coverage 18.0 -> 19.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| analytic |Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| |new| api_doc | | |
| |new| api_doc | Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| attachment_indexation |Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand All @@ -48,7 +48,7 @@ Module coverage 18.0 -> 19.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| auth_passkey | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| |new| auth_passkey_portal | | |
| |new| auth_passkey_portal | Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| auth_password_policy |Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down Expand Up @@ -158,7 +158,7 @@ Module coverage 18.0 -> 19.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| google_account |Nothing to do |No DB layout changes. |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| |new| google_address_autocomplete | | |
| |new| google_address_autocomplete | Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| google_calendar |Nothing to do |No DB layout changes. |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down Expand Up @@ -674,9 +674,9 @@ Module coverage 18.0 -> 19.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| l10n_uk | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| l10n_us | | |
| l10n_us | Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| l10n_us_account | | |
| l10n_us_account | Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| l10n_uy | |No DB layout changes. |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down Expand Up @@ -772,7 +772,7 @@ Module coverage 18.0 -> 19.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| onboarding |Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| partner_autocomplete | | |
| partner_autocomplete | Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| |new| partnership | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---Models in module 'l10n_us'---
---Fields in module 'l10n_us'---
l10n_us / res.partner.bank / aba_routing (char) : DEL
l10n_us / res.partner.bank / l10n_us_bank_account_type (selection): NEW required, selection_keys: ['checking', 'savings'], hasdefault: default

# NOTHING TO DO

---XML records in module 'l10n_us'---
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---Models in module 'l10n_us_account'---
---Fields in module 'l10n_us_account'---
l10n_us_account / res.bank / intermediary_bank_id (many2one): NEW relation: res.bank

# NOTHING TO DO

---XML records in module 'l10n_us_account'---
NEW account.report: l10n_us_account.tax_report
NEW account.report.column: l10n_us_account.column_net
NEW account.report.column: l10n_us_account.column_tax
NEW ir.ui.view: l10n_us_account.res_bank_view_form

# NOTHING TO DO
Loading