Skip to content

Commit 75456cd

Browse files
authored
Merge branch '19.0' into 19.0-ou-fix-account_edi_ubl_cii-guard
2 parents f799261 + 977a2d9 commit 75456cd

31 files changed

Lines changed: 381 additions & 18 deletions

docsource/modules180-190.rst

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,23 +50,23 @@ Module coverage 18.0 -> 19.0
5050
+---------------------------------------------------+----------------------+-------------------------------------------------+
5151
| |new| auth_passkey_portal | | |
5252
+---------------------------------------------------+----------------------+-------------------------------------------------+
53-
| auth_password_policy | | |
53+
| auth_password_policy |Nothing to do | |
5454
+---------------------------------------------------+----------------------+-------------------------------------------------+
5555
| auth_password_policy_portal | | |
5656
+---------------------------------------------------+----------------------+-------------------------------------------------+
57-
| auth_password_policy_signup | | |
57+
| auth_password_policy_signup |Nothing to do | |
5858
+---------------------------------------------------+----------------------+-------------------------------------------------+
5959
| auth_signup |Done | |
6060
+---------------------------------------------------+----------------------+-------------------------------------------------+
6161
| |new| auth_timeout | | |
6262
+---------------------------------------------------+----------------------+-------------------------------------------------+
63-
| auth_totp | | |
63+
| auth_totp |Nothing to do | |
6464
+---------------------------------------------------+----------------------+-------------------------------------------------+
65-
| auth_totp_mail | | |
65+
| auth_totp_mail |Done | |
6666
+---------------------------------------------------+----------------------+-------------------------------------------------+
67-
| |del| auth_totp_mail_enforce | | |
67+
| |del| auth_totp_mail_enforce | |Merged into auth_totp_mail |
6868
+---------------------------------------------------+----------------------+-------------------------------------------------+
69-
| auth_totp_portal | | |
69+
| auth_totp_portal |Nothing to do | |
7070
+---------------------------------------------------+----------------------+-------------------------------------------------+
7171
| barcodes |Nothing to do |No DB layout changes. |
7272
+---------------------------------------------------+----------------------+-------------------------------------------------+
@@ -78,7 +78,7 @@ Module coverage 18.0 -> 19.0
7878
+---------------------------------------------------+----------------------+-------------------------------------------------+
7979
| base_automation | | |
8080
+---------------------------------------------------+----------------------+-------------------------------------------------+
81-
| base_geolocalize | |No DB layout changes. |
81+
| base_geolocalize |Nothing to do |No DB layout changes. |
8282
+---------------------------------------------------+----------------------+-------------------------------------------------+
8383
| base_iban |Nothing to do | |
8484
+---------------------------------------------------+----------------------+-------------------------------------------------+
@@ -126,7 +126,7 @@ Module coverage 18.0 -> 19.0
126126
+---------------------------------------------------+----------------------+-------------------------------------------------+
127127
| data_recycle | |No DB layout changes. |
128128
+---------------------------------------------------+----------------------+-------------------------------------------------+
129-
| delivery | | |
129+
| delivery |Done | |
130130
+---------------------------------------------------+----------------------+-------------------------------------------------+
131131
| delivery_mondialrelay | | |
132132
+---------------------------------------------------+----------------------+-------------------------------------------------+
@@ -196,7 +196,7 @@ Module coverage 18.0 -> 19.0
196196
+---------------------------------------------------+----------------------+-------------------------------------------------+
197197
| hr_maintenance | | |
198198
+---------------------------------------------------+----------------------+-------------------------------------------------+
199-
| hr_org_chart | | |
199+
| hr_org_chart |Nothing to do | |
200200
+---------------------------------------------------+----------------------+-------------------------------------------------+
201201
| hr_presence | | |
202202
+---------------------------------------------------+----------------------+-------------------------------------------------+
@@ -216,7 +216,7 @@ Module coverage 18.0 -> 19.0
216216
+---------------------------------------------------+----------------------+-------------------------------------------------+
217217
| hr_skills_survey | | |
218218
+---------------------------------------------------+----------------------+-------------------------------------------------+
219-
| hr_timesheet | | |
219+
| hr_timesheet |Done | |
220220
+---------------------------------------------------+----------------------+-------------------------------------------------+
221221
| hr_timesheet_attendance | |No DB layout changes. |
222222
+---------------------------------------------------+----------------------+-------------------------------------------------+
@@ -1018,7 +1018,7 @@ Module coverage 18.0 -> 19.0
10181018
+---------------------------------------------------+----------------------+-------------------------------------------------+
10191019
| sale_product_matrix | |No DB layout changes. |
10201020
+---------------------------------------------------+----------------------+-------------------------------------------------+
1021-
| sale_project | | |
1021+
| sale_project |Nothing to do | |
10221022
+---------------------------------------------------+----------------------+-------------------------------------------------+
10231023
| sale_project_stock | | |
10241024
+---------------------------------------------------+----------------------+-------------------------------------------------+
@@ -1040,7 +1040,7 @@ Module coverage 18.0 -> 19.0
10401040
+---------------------------------------------------+----------------------+-------------------------------------------------+
10411041
| |new| sale_stock_product_expiry | |No DB layout changes. |
10421042
+---------------------------------------------------+----------------------+-------------------------------------------------+
1043-
| sale_timesheet | | |
1043+
| sale_timesheet |Done | |
10441044
+---------------------------------------------------+----------------------+-------------------------------------------------+
10451045
| sale_timesheet_margin | | |
10461046
+---------------------------------------------------+----------------------+-------------------------------------------------+
@@ -1198,7 +1198,7 @@ Module coverage 18.0 -> 19.0
11981198
+---------------------------------------------------+----------------------+-------------------------------------------------+
11991199
| |del| website_membership | | |
12001200
+---------------------------------------------------+----------------------+-------------------------------------------------+
1201-
| website_partner | | |
1201+
| website_partner |Done | |
12021202
+---------------------------------------------------+----------------------+-------------------------------------------------+
12031203
| website_payment |Done | |
12041204
+---------------------------------------------------+----------------------+-------------------------------------------------+
@@ -1212,7 +1212,7 @@ Module coverage 18.0 -> 19.0
12121212
+---------------------------------------------------+----------------------+-------------------------------------------------+
12131213
| website_sale_autocomplete | |No DB layout changes. |
12141214
+---------------------------------------------------+----------------------+-------------------------------------------------+
1215-
| website_sale_collect | | |
1215+
| website_sale_collect |Done | |
12161216
+---------------------------------------------------+----------------------+-------------------------------------------------+
12171217
| |new| website_sale_collect_wishlist | | |
12181218
+---------------------------------------------------+----------------------+-------------------------------------------------+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---Models in module 'auth_totp'---
2+
model auth.totp.rate.limit.log (moved from auth_totp_mail_enforce) [transient]
3+
# NOTHING TO DO: this is a transient model that was simply moved from another module.
4+
5+
---Fields in module 'auth_totp'---
6+
auth_totp / res.users / totp_last_counter (integer) : NEW
7+
# NOTHING TO DO: The field will be updated automatically on the user's next login.
8+
9+
---XML records in module 'auth_totp'---
10+
NEW ir.model.access: auth_totp.access_auth_totp_rate_limit_log [renamed from auth_totp_mail_enforce module]
11+
NEW ir.model.constraint: auth_totp.constraint_auth_totp_rate_limit_log_user_id_limit_type_create_date_idx
12+
# NOTHING TO DO: Handled by ORM
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Copyright 2026 Tecnativa - Carlos Lopez
2+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
3+
4+
5+
from openupgradelib import openupgrade
6+
7+
8+
@openupgrade.migrate()
9+
def migrate(env, version):
10+
openupgrade.load_data(env, "auth_totp_mail", "19.0.1.0/noupdate_changes.xml")
11+
openupgrade.delete_record_translations(
12+
env.cr,
13+
"auth_totp_mail",
14+
["mail_template_totp_invite", "mail_template_totp_mail_code"],
15+
["body_html"],
16+
)
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---Models in module 'auth_totp_mail'---
2+
model auth.totp.rate.limit.log (moved to auth_totp) [transient]
3+
# NOTHING TO DO: this is a transient model that was simply moved from another module.
4+
5+
---Fields in module 'auth_totp_mail'---
6+
---XML records in module 'auth_totp_mail'---
7+
DEL ir.model.access: auth_totp_mail_enforce.access_auth_totp_rate_limit_log [renamed to auth_totp module]
8+
NEW ir.ui.view: auth_totp_mail.account_security_alert
9+
NEW ir.ui.view: auth_totp_mail.auth_totp_mail_form
10+
NEW ir.ui.view: auth_totp_mail.res_config_settings_view_form
11+
DEL ir.ui.view: auth_totp_mail.account_security_setting_update
12+
DEL ir.ui.view: auth_totp_mail_enforce.auth_totp_mail_form
13+
DEL ir.ui.view: auth_totp_mail_enforce.res_config_settings_view_form
14+
# NOTHING TO DO: Handled by ORM
15+
16+
NEW mail.template: auth_totp_mail.mail_template_totp_mail_code [renamed from auth_totp_mail_enforce module] (noupdate)
17+
DEL mail.template: auth_totp_mail_enforce.mail_template_totp_mail_code [renamed to auth_totp_mail module] (noupdate)
18+
# NOTHING TO DO: Handled in merged_modules

openupgrade_scripts/scripts/base/19.0.1.3/noupdate_changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
<field name="state_required">1</field>
88
<field name="vat_label">TRN</field>
99
</record>
10+
<record id="az" model="res.country">
11+
<field eval="'%(street)s\n%(street2)s\n%(city)s %(state_name)s %(zip)s\n%(country_name)s'" name="address_format"/>
12+
</record>
1013
<record id="cd" model="res.country">
1114
<field name="name">Congo (DRC)</field>
1215
</record>

openupgrade_scripts/scripts/base/19.0.1.3/upgrade_analysis.txt

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,83 @@ NEW res.country.state: base.state_at_6 [renamed from l10n_at module]
167167
NEW res.country.state: base.state_at_7 [renamed from l10n_at module]
168168
NEW res.country.state: base.state_at_8 [renamed from l10n_at module]
169169
NEW res.country.state: base.state_at_9 [renamed from l10n_at module]
170+
NEW res.country.state: base.state_az_abs
171+
NEW res.country.state: base.state_az_aga
172+
NEW res.country.state: base.state_az_agc
173+
NEW res.country.state: base.state_az_agm
174+
NEW res.country.state: base.state_az_ags
175+
NEW res.country.state: base.state_az_agu
176+
NEW res.country.state: base.state_az_ast
177+
NEW res.country.state: base.state_az_ba
178+
NEW res.country.state: base.state_az_bab
179+
NEW res.country.state: base.state_az_bal
180+
NEW res.country.state: base.state_az_bar
181+
NEW res.country.state: base.state_az_bey
182+
NEW res.country.state: base.state_az_bil
183+
NEW res.country.state: base.state_az_cab
184+
NEW res.country.state: base.state_az_cal
185+
NEW res.country.state: base.state_az_cul
186+
NEW res.country.state: base.state_az_das
187+
NEW res.country.state: base.state_az_fuz
188+
NEW res.country.state: base.state_az_ga
189+
NEW res.country.state: base.state_az_gad
190+
NEW res.country.state: base.state_az_gor
191+
NEW res.country.state: base.state_az_goy
192+
NEW res.country.state: base.state_az_gyg
193+
NEW res.country.state: base.state_az_hac
194+
NEW res.country.state: base.state_az_imi
195+
NEW res.country.state: base.state_az_ism
196+
NEW res.country.state: base.state_az_kal
197+
NEW res.country.state: base.state_az_kan
198+
NEW res.country.state: base.state_az_kur
199+
NEW res.country.state: base.state_az_la
200+
NEW res.country.state: base.state_az_lac
201+
NEW res.country.state: base.state_az_lan
202+
NEW res.country.state: base.state_az_ler
203+
NEW res.country.state: base.state_az_mas
204+
NEW res.country.state: base.state_az_mi
205+
NEW res.country.state: base.state_az_na
206+
NEW res.country.state: base.state_az_nef
207+
NEW res.country.state: base.state_az_nv
208+
NEW res.country.state: base.state_az_ogu
209+
NEW res.country.state: base.state_az_ord
210+
NEW res.country.state: base.state_az_qab
211+
NEW res.country.state: base.state_az_qax
212+
NEW res.country.state: base.state_az_qaz
213+
NEW res.country.state: base.state_az_qba
214+
NEW res.country.state: base.state_az_qbi
215+
NEW res.country.state: base.state_az_qob
216+
NEW res.country.state: base.state_az_qus
217+
NEW res.country.state: base.state_az_sa
218+
NEW res.country.state: base.state_az_sab
219+
NEW res.country.state: base.state_az_sad
220+
NEW res.country.state: base.state_az_sah
221+
NEW res.country.state: base.state_az_sak
222+
NEW res.country.state: base.state_az_sal
223+
NEW res.country.state: base.state_az_sar
224+
NEW res.country.state: base.state_az_sat
225+
NEW res.country.state: base.state_az_sbn
226+
NEW res.country.state: base.state_az_siy
227+
NEW res.country.state: base.state_az_skr
228+
NEW res.country.state: base.state_az_sm
229+
NEW res.country.state: base.state_az_smi
230+
NEW res.country.state: base.state_az_smx
231+
NEW res.country.state: base.state_az_sr
232+
NEW res.country.state: base.state_az_sus
233+
NEW res.country.state: base.state_az_tar
234+
NEW res.country.state: base.state_az_tov
235+
NEW res.country.state: base.state_az_uca
236+
NEW res.country.state: base.state_az_xa
237+
NEW res.country.state: base.state_az_xac
238+
NEW res.country.state: base.state_az_xci
239+
NEW res.country.state: base.state_az_xiz
240+
NEW res.country.state: base.state_az_xvd
241+
NEW res.country.state: base.state_az_yar
242+
NEW res.country.state: base.state_az_ye
243+
NEW res.country.state: base.state_az_yev
244+
NEW res.country.state: base.state_az_zan
245+
NEW res.country.state: base.state_az_zaq
246+
NEW res.country.state: base.state_az_zar
170247
NEW res.country.state: base.state_bd_a [renamed from l10n_bd module]
171248
NEW res.country.state: base.state_bd_b [renamed from l10n_bd module]
172249
NEW res.country.state: base.state_bd_c [renamed from l10n_bd module]

openupgrade_scripts/scripts/base/19.0.1.3/upgrade_general_log.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ new model website.technical.page [module website]
136136
# Found in other module: 143
137137
# Found with different type: 32
138138
# In obsolete models: 207
139-
# New columns: 1774
139+
# New columns: 1779
140140
# Not matched: 1002
141141
---XML records in module 'general'---
142142
---Probably obsolete module l10n_in_ewaybill_port---
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Copyright 2026 Tecnativa - Pilar Vargas
2+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
3+
4+
from openupgradelib import openupgrade
5+
6+
7+
@openupgrade.migrate()
8+
def migrate(env, version):
9+
openupgrade.load_data(env, "delivery", "19.0.1.0/noupdate_changes.xml")
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---Models in module 'delivery'---
2+
---Fields in module 'delivery'---
3+
delivery / delivery.carrier / allow_cash_on_delivery (boolean): NEW
4+
delivery / payment.provider / custom_mode (False) : NEW selection_keys: ['cash_on_delivery', 'wire_transfer'], mode: modify
5+
delivery / res.partner / is_pickup_location (boolean) : NEW
6+
# NOTHING TO DO: only new fields and selection values were added.
7+
8+
---XML records in module 'delivery'---
9+
NEW ir.ui.view: delivery.delivery_provider_module_kanban
10+
NEW ir.ui.view: delivery.delivery_provider_module_list
11+
NEW ir.ui.view: delivery.delivery_submit_button
12+
NEW ir.ui.view: delivery.payment_provider_form
13+
NEW payment.method: delivery.payment_method_cash_on_delivery (noupdate)
14+
NEW payment.provider: delivery.payment_provider_cod (noupdate)
15+
# NOTHING TO DO: only new views and standard records were added.

0 commit comments

Comments
 (0)