Skip to content

Commit 01136ca

Browse files
committed
[OU-ADD] l10n_be_invoice_bba: migration scripts
1 parent 45965d7 commit 01136ca

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---Models in module 'l10n_be_invoice_bba'---
2+
---Fields in module 'l10n_be_invoice_bba'---
3+
l10n_be_invoice_bba / account.journal / invoice_reference_model (False): NEW selection_keys: ['be', 'ch', 'euro', 'fi', 'fi_rf', 'no', 'odoo'], mode: modify
4+
# NOTHING TO DO: selection 'be' is added to the existing field on account.journal
5+
6+
l10n_be_invoice_bba / res.company / l10n_be_structured_comm (selection): DEL selection_keys: ['date', 'partner_ref', 'random']
7+
# NOTHING TO DO: replaced by the standard OGM-VCS
8+
9+
---XML records in module 'l10n_be_invoice_bba'---
10+
DEL ir.ui.view: l10n_be_invoice_bba.res_config_settings_view_form
11+
# NOTHING TO DO: replaced by the standard OGM-VCS
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Copyright 2023 Coop IT Easy (https://coopiteasy.be)
2+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
3+
4+
from openupgradelib import openupgrade
5+
6+
7+
@openupgrade.migrate()
8+
def migrate(env, version):
9+
openupgrade.load_data(env.cr, "l10n_be_invoice_bba", "migrations/13.0.1.2/noupdate_changes.xml")

odoo/openupgrade/doc/source/modules120-130.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ missing in the new release are marked with |del|.
249249
+----------------------------------------------+-------------------------------------------------+
250250
| |del| l10n_be_hr_payroll_fleet | |
251251
+----------------------------------------------+-------------------------------------------------+
252-
|l10n_be_invoice_bba | |
252+
|l10n_be_invoice_bba | Done |
253253
+----------------------------------------------+-------------------------------------------------+
254254
|l10n_bo | |
255255
+----------------------------------------------+-------------------------------------------------+

0 commit comments

Comments
 (0)