Skip to content
Merged
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---Models in module 'account_debit_note'---
---Fields in module 'account_debit_note'---
account_debit_note / account.journal / debit_sequence (boolean) : previously in module account_debit_note_sequence
---XML records in module 'account_debit_note'---
NEW ir.ui.view: account_debit_note.view_account_journal_form_inherit_debit_note
DEL ir.ui.view: account_debit_note_sequence.view_account_journal_form_inherit_debit_note
Original file line number Diff line number Diff line change
Expand Up @@ -528,9 +528,6 @@
<field name="margin_top">52</field>
<field name="css_margins" eval="True"/>
</record>
<record id="pe" model="res.country">
<field name="zip_required"/>
</record>
<record id="pk" model="res.country">
<field name="vat_label">NTN</field>
</record>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,21 +127,15 @@ new model website.page.properties [module website]
new model website.page.properties.base [module website]
---Fields in module 'general'---
# 13472 fields matched,
# Direct match: 13369
# Direct match: 13370
# Found in other module with different type: 0
# Found in other module: 95
# Found in other module: 94
# Found with different type: 8
# In obsolete models: 34
# New columns: 1761
# Not matched: 846
---XML records in module 'general'---
ERROR: module not in list of installed modules:
---Models in module 'account_debit_note_sequence'---
---Fields in module 'account_debit_note_sequence'---
account_debit_note_sequence / account.journal / debit_sequence (boolean) : module is now 'account_debit_note' ('account_debit_note_sequence')
---XML records in module 'account_debit_note_sequence'---
DEL ir.ui.view: account_debit_note_sequence.view_account_journal_form_inherit_debit_note
ERROR: module not in list of installed modules:
---Models in module 'pos_mercury'---
obsolete model pos_mercury.configuration
obsolete model pos_mercury.mercury_transaction
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---Models in module 'l10n_tr_nilvera_edispatch'---
---Fields in module 'l10n_tr_nilvera_edispatch'---
---XML records in module 'l10n_tr_nilvera_edispatch'---
---nothing has changed in this module--
NEW ir.ui.view: l10n_tr_nilvera_edispatch.vpicktree_inherit_l10n_tr_nilvera_edispatch
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
---Models in module 'l10n_uy'---
---Fields in module 'l10n_uy'---
---XML records in module 'l10n_uy'---
---nothing has changed in this module--
NEW account.report.expression: l10n_uy.account_tax_report_base_impb_cmprs_reduced_tag
NEW account.report.expression: l10n_uy.account_tax_report_base_impb_vnts_reduced_tag
NEW account.report.expression: l10n_uy.account_tax_report_cmprs_iva_formula_reduced
NEW account.report.expression: l10n_uy.account_tax_report_vnts_iva_formula_reduced
NEW account.report.line: l10n_uy.account_tax_report_base_impb_cmprs_reduced
NEW account.report.line: l10n_uy.account_tax_report_base_impb_vnts_reduced
NEW account.report.line: l10n_uy.account_tax_report_cmprs_iva_reduced
NEW account.report.line: l10n_uy.account_tax_report_vnts_iva_reduced
9 changes: 9 additions & 0 deletions openupgrade_scripts/scripts/utm/18.0.1.1/noupdate_changes.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<odoo>
<record id="utm_medium_twitter" model="utm.medium">
<field name="name">X</field>
</record>
<record id="utm_source_twitter" model="utm.source">
<field name="name">X</field>
</record>
</odoo>
7 changes: 7 additions & 0 deletions openupgrade_scripts/scripts/utm/18.0.1.1/post-migration.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from openupgradelib import openupgrade


@openupgrade.migrate()
def migrate(env, version):
openupgrade.load_data(env, "utm", "18.0.1.1/noupdate_changes.xml")