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 @@ -438,7 +438,7 @@ Module coverage 18.0 -> 19.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| |del| l10n_id_efaktur | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| l10n_id_efaktur_coretax | | |
| l10n_id_efaktur_coretax | Done | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| l10n_id_pos | |No DB layout changes. |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down Expand Up @@ -528,7 +528,7 @@ Module coverage 18.0 -> 19.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| l10n_latam_check | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| l10n_latam_invoice_document | | |
| l10n_latam_invoice_document | Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| l10n_lb_account | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down Expand Up @@ -662,7 +662,7 @@ Module coverage 18.0 -> 19.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| l10n_tr_nilvera_einvoice_extended | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| l10n_tw | | |
| l10n_tw | Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| l10n_tw_edi_ecpay | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Repoint the multi-company ir.rule to the renamed Coretax document model.
from openupgradelib import openupgrade


@openupgrade.migrate()
def migrate(env, version):
openupgrade.load_data(
env,
"l10n_id_efaktur_coretax",
"19.0.1.0/noupdate_changes.xml",
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---Models in module 'l10n_id_efaktur_coretax'---
obsolete model l10n_id_efaktur.document
obsolete model l10n_id_efaktur.efaktur.range
# NOTHING TO DO: legacy DGT e-faktur models, superseded by the Coretax system (CSV->XML, Jan 2025). Data preserved as obsolete; no carry-over to l10n_id_efaktur_coretax.document.
---Fields in module 'l10n_id_efaktur_coretax'---
l10n_id_efaktur / account.move / l10n_id_efaktur_document (many2one): DEL relation: l10n_id_efaktur.document
l10n_id_efaktur / account.move / l10n_id_efaktur_range (many2one): DEL relation: l10n_id_efaktur.efaktur.range
# NOTHING TO DO — fields of the obsolete DGT e-faktur models (l10n_id_efaktur.document/efaktur.range) + removed account.move columns; data preserved as obsolete (see Models), residual columns handled by database_cleanup.
l10n_id_efaktur / account.move / l10n_id_kode_transaksi (selection): selection_keys added: [10] (most likely nothing to do)
# NOTHING TO DO — additive selection key; no removed keys, existing rows unaffected.
l10n_id_efaktur / account.move / l10n_id_replace_invoice_id (many2one): DEL relation: account.move
l10n_id_efaktur / account.move / l10n_id_tax_number (char) : DEL
l10n_id_efaktur / l10n_id_efaktur.document / active (boolean) : DEL
l10n_id_efaktur / l10n_id_efaktur.document / activity_ids (one2many) : DEL relation: mail.activity
l10n_id_efaktur / l10n_id_efaktur.document / attachment_id (many2one) : DEL relation: ir.attachment
l10n_id_efaktur / l10n_id_efaktur.document / company_id (many2one) : DEL relation: res.company, required
l10n_id_efaktur / l10n_id_efaktur.document / invoice_ids (one2many) : DEL relation: account.move
l10n_id_efaktur / l10n_id_efaktur.document / message_follower_ids (one2many): DEL relation: mail.followers
l10n_id_efaktur / l10n_id_efaktur.document / message_ids (one2many) : DEL relation: mail.message
l10n_id_efaktur / l10n_id_efaktur.document / name (char) : DEL required
l10n_id_efaktur / l10n_id_efaktur.document / rating_ids (one2many) : DEL relation: rating.rating
l10n_id_efaktur / l10n_id_efaktur.document / website_message_ids (one2many): DEL relation: mail.message
l10n_id_efaktur / l10n_id_efaktur.efaktur.range / available (integer) : DEL
l10n_id_efaktur / l10n_id_efaktur.efaktur.range / company_id (many2one) : DEL relation: res.company, required
l10n_id_efaktur / l10n_id_efaktur.efaktur.range / max (char) : DEL required
l10n_id_efaktur / l10n_id_efaktur.efaktur.range / min (char) : DEL required
# NOTHING TO DO — fields of the obsolete DGT e-faktur models (l10n_id_efaktur.document/efaktur.range) + removed account.move columns; data preserved as obsolete (see Models), residual columns handled by database_cleanup.
l10n_id_efaktur / res.partner / l10n_id_kode_transaksi (selection): selection_keys added: [10] (most likely nothing to do)
# NOTHING TO DO — additive selection key; no removed keys, existing rows unaffected.
l10n_id_efaktur_coretax / account.move / l10n_id_coretax_custom_doc_month_year (date): NEW
# NOTHING TO DO — new Coretax field; column auto-added by Odoo.
l10n_id_efaktur_coretax / account.move / l10n_id_kode_transaksi (False): DEL selection_keys: ['01', '02', '03', '04', '05', '06', '07', '08', '09', '10'], mode: modify
l10n_id_efaktur_coretax / res.partner / l10n_id_kode_transaksi (False): DEL selection_keys: ['01', '02', '03', '04', '05', '06', '07', '08', '09', '10'], mode: modify
# NOTHING TO DO — historical: old DGT kode_transaksi codes ('01'..'10') on existing rows retained as-is; Coretax codes apply to new documents; legacy values not remapped by design (analyzer: most likely nothing to do).
---XML records in module 'l10n_id_efaktur_coretax'---
DEL ir.actions.act_window: l10n_id_efaktur.efaktur_invoice_action
NEW ir.actions.server: l10n_id_efaktur_coretax.dowload_efaktur_action [renamed from l10n_id_efaktur module]
DEL ir.actions.server: l10n_id_efaktur.dowload_efaktur_action [renamed to l10n_id_efaktur_coretax module]
DEL ir.model.access: l10n_id_efaktur.access_efaktur_document_user
DEL ir.model.access: l10n_id_efaktur.access_efaktur_user
# NOTHING TO DO — actions/views/access records from the l10n_id_efaktur→l10n_id_efaktur_coretax module rename; xmlid reassignment or removed on update, no transactional data.
NEW ir.rule: l10n_id_efaktur_coretax.efaktur_document_multi_company [renamed from l10n_id_efaktur module] (noupdate)
DEL ir.rule: l10n_id_efaktur.efaktur_document_multi_company [renamed to l10n_id_efaktur_coretax module] (noupdate)
# DONE: multi-company ir.rule repointed to the renamed Coretax document model via post-migration load_data(noupdate_changes.xml).
NEW ir.ui.view: l10n_id_efaktur_coretax.view_account_invoice_filter
DEL ir.ui.view: l10n_id_efaktur.account_move_efaktur_form_view
DEL ir.ui.view: l10n_id_efaktur.account_move_efaktur_tree_view
DEL ir.ui.view: l10n_id_efaktur.efaktur_tree_view
DEL ir.ui.view: l10n_id_efaktur.l10n_id_efaktur_document_filter_view
DEL ir.ui.view: l10n_id_efaktur.l10n_id_efaktur_document_form_view
DEL ir.ui.view: l10n_id_efaktur.l10n_id_efaktur_document_list_view
DEL ir.ui.view: l10n_id_efaktur.res_config_settings_view_form
DEL ir.ui.view: l10n_id_efaktur.res_partner_tax_form_view
DEL ir.ui.view: l10n_id_efaktur.view_account_invoice_filter
DEL ir.ui.view: l10n_id_efaktur_coretax.product_uom_categ_form_view_inherit_coretax
# NOTHING TO DO — actions/views/access records from the l10n_id_efaktur→l10n_id_efaktur_coretax module rename; xmlid reassignment or removed on update, no transactional data.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---Models in module 'l10n_latam_invoice_document'---
---Fields in module 'l10n_latam_invoice_document'---
l10n_latam_invoice_document / account.move / l10n_latam_use_documents (boolean): not related anymore
l10n_latam_invoice_document / account.move / l10n_latam_use_documents (boolean): now a function
# NOTHING TO DO: non-stored related -> non-stored computed; no DB column either side, ORM computes on read
---XML records in module 'l10n_latam_invoice_document'---
Loading
Loading