Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---Models in module 'l10n_be_invoice_bba'---
---Fields in module 'l10n_be_invoice_bba'---
l10n_be_invoice_bba / account.journal / invoice_reference_model (False): NEW selection_keys: ['be', 'ch', 'euro', 'fi', 'fi_rf', 'no', 'odoo'], mode: modify
# NOTHING TO DO: selection 'be' is added to the existing field on account.journal

l10n_be_invoice_bba / res.company / l10n_be_structured_comm (selection): DEL selection_keys: ['date', 'partner_ref', 'random']
# NOTHING TO DO: replaced by the standard OGM-VCS

---XML records in module 'l10n_be_invoice_bba'---
DEL ir.ui.view: l10n_be_invoice_bba.res_config_settings_view_form
# NOTHING TO DO: replaced by the standard OGM-VCS
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Copyright 2023 Coop IT Easy (https://coopiteasy.be)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

from openupgradelib import openupgrade


@openupgrade.migrate()
def migrate(env, version):
openupgrade.load_data(env.cr, "l10n_be_invoice_bba", "migrations/13.0.1.2/noupdate_changes.xml")
2 changes: 1 addition & 1 deletion odoo/openupgrade/doc/source/modules120-130.rst
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ missing in the new release are marked with |del|.
+----------------------------------------------+-------------------------------------------------+
| |del| l10n_be_hr_payroll_fleet | |
+----------------------------------------------+-------------------------------------------------+
|l10n_be_invoice_bba | |
|l10n_be_invoice_bba | Done |
+----------------------------------------------+-------------------------------------------------+
|l10n_bo | |
+----------------------------------------------+-------------------------------------------------+
Expand Down