Skip to content

Commit

Permalink
[OU-ADD] l10n_be_invoice_bba: migration scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
remytms committed Feb 15, 2024
1 parent 45965d7 commit 802ece8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
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, "hr_holidays", "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

0 comments on commit 802ece8

Please sign in to comment.