Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 3 additions & 3 deletions docsource/modules180-190.rst
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Module coverage 18.0 -> 19.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| |new| l10n_ae_pos | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| l10n_anz_ubl_pint | | |
| l10n_anz_ubl_pint | Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| l10n_ar | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down Expand Up @@ -470,7 +470,7 @@ Module coverage 18.0 -> 19.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| l10n_in_purchase_stock | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| l10n_in_sale | | |
| l10n_in_sale | Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| l10n_in_sale_stock | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down Expand Up @@ -618,7 +618,7 @@ Module coverage 18.0 -> 19.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| l10n_rw | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| l10n_sa | | |
| l10n_sa | Done | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| l10n_sa_edi | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---Models in module 'l10n_anz_ubl_pint'---
---Fields in module 'l10n_anz_ubl_pint'---
l10n_anz_ubl_pint / res.partner / invoice_edi_format (False) : selection_keys removed: [pint_jp, pint_my, tw_ecpay, ubl_tr]
# NOTHING TO DO: those keys belong to sibling country modules (pint_jp/pint_my/tw_ecpay/ubl_tr), not this one; this module still owns only 'pint_anz' in 19.0 (unchanged). No res.partner data to remap.
---XML records in module 'l10n_anz_ubl_pint'---
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---Models in module 'l10n_in_sale'---
---Fields in module 'l10n_in_sale'---
l10n_in_sale / sale.order / l10n_in_gst_treatment (selection): DEL selection_keys: ['composition', 'consumer', 'deemed_export', 'overseas', 'regular', 'special_economic_zone', 'uin_holders', 'unregistered']
# NOTHING TO DO: field dropped from sale.order in 19.0; logic now reads partner.l10n_in_gst_treatment inline. Canonical data on res.partner unchanged; OU preserves the legacy column.
---XML records in module 'l10n_in_sale'---
DEL ir.ui.view: l10n_in_sale.gst_report_saleorder_document_inherit
# NOTHING TO DO: obsolete inherited view, default-handled.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from openupgradelib import openupgrade


@openupgrade.migrate()
def migrate(env, version):
openupgrade.load_data(env, "l10n_sa", "19.0.2.2/noupdate_changes.xml")
Loading
Loading