Skip to content

Commit

Permalink
Merge pull request #4208 from Tecnativa/15.0-ou_add-l10n_ar
Browse files Browse the repository at this point in the history
[15.0][OU-ADD] l10n_ar: Migration scripts
  • Loading branch information
pedrobaeza authored Oct 31, 2023
2 parents adf91cc + bc3c1c2 commit e392ceb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docsource/modules140-150.rst
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ Module coverage 14.0 -> 15.0
+-------------------------------------------------+----------------------+-------------------------------------------------+
| |new| l10n_ae_pos | | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| l10n_ar | | |
| l10n_ar | Done | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| l10n_ar_website_sale | | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Copyright 2023 Tecnativa - Pedro M. Baeza
# 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_ar", "15.0.3.5/noupdate_changes.xml")
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---Models in module 'l10n_ar'---
---Fields in module 'l10n_ar'---
---XML records in module 'l10n_ar'---
NEW account.tax.group: l10n_ar.tax_group_otros_impuestos (noupdate)
# NOTHING TO DO: New noupdate record

NEW ir.ui.view: l10n_ar.product_uom_categ_form_view
NEW ir.ui.view: l10n_ar.res_config_settings_view_form
DEL ir.ui.view: l10n_ar.assets_backend
# NOTHING TO DO: ir noupdate=0 records

0 comments on commit e392ceb

Please sign in to comment.