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
18 changes: 14 additions & 4 deletions openupgrade_scripts/scripts/base/18.0.1.3/upgrade_general_log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,14 @@ new model website.custom_blocked_third_party_domains [module website]
new model website.page.properties [module website]
new model website.page.properties.base [module website]
---Fields in module 'general'---
# 13469 fields matched,
# 13471 fields matched,
# Direct match: 13368
# Found in other module with different type: 0
# Found in other module: 93
# Found in other module: 95
# Found with different type: 8
# In obsolete models: 34
# New columns: 1725
# Not matched: 845
# New columns: 1723
# Not matched: 847
---XML records in module 'general'---
ERROR: module not in list of installed modules:
---Models in module 'account_debit_note_sequence'---
Expand All @@ -140,6 +140,16 @@ account_debit_note_sequence / account.journal / debit_sequence (boolean
---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 'l10n_ro_efactura_synchronize'---
---Fields in module 'l10n_ro_efactura_synchronize'---
l10n_ro_efactura_synchronize / account.bank.statement.line / l10n_ro_edi_index (char) : module is now 'l10n_ro_edi' ('l10n_ro_efactura_synchronize')
l10n_ro_efactura_synchronize / account.move / l10n_ro_edi_index (char) : module is now 'l10n_ro_edi' ('l10n_ro_efactura_synchronize')
l10n_ro_efactura_synchronize / res.company / l10n_ro_edi_anaf_imported_inv_journal_id (many2one): DEL relation: account.journal
---XML records in module 'l10n_ro_efactura_synchronize'---
DEL ir.cron: l10n_ro_efactura_synchronize.ir_cron_l10n_ro_edi_synchronize_invoices (noupdate)
DEL ir.ui.view: l10n_ro_efactura_synchronize.account_move_form_inherit_l10n_ro_synchronize
DEL ir.ui.view: l10n_ro_efactura_synchronize.res_config_settings_form_inherit_l10n_ro_synchronize
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
Expand Up @@ -282,7 +282,7 @@
<td valign="middle" align="right">
<t t-if="object.barcode">
<div style="margin-bottom: 5px;">
<img t-attf-src="/report/barcode/QR/{{object.barcode}}?&amp;width=100&amp;height=100&amp;quiet=0" width="100" height="100" alt="QR Code"/>
<img t-attf-src="/report/barcode/QR/{{object.barcode}}?&amp;width=100&amp;height=100&amp;quiet=0" width="100" height="100" alt="QR Code" t-att-style="'height: 100px !important;'"/>
</div>
</t>
<t t-if="not object.company_id.uses_default_logo">
Expand Down Expand Up @@ -537,7 +537,7 @@
<td valign="middle" align="right">
<t t-if="object.barcode">
<div style="margin-bottom: 5px;">
<img t-attf-src="/report/barcode/QR/{{object.barcode}}?&amp;width=100&amp;height=100&amp;quiet=0" width="100" height="100" alt="QR Code"/>
<img t-attf-src="/report/barcode/QR/{{object.barcode}}?&amp;width=100&amp;height=100&amp;quiet=0" width="100" height="100" alt="QR Code" t-att-style="'height: 100px !important;'"/>
</div>
</t>
<t t-if="not object.company_id.uses_default_logo">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
<record id="base.module_category_services_timesheets" model="ir.module.category">
<field name="description"/>
</record>
<record id="timesheet_analysis_report_approver" model="ir.rule">
<field name="domain_force">[
'|',
('project_id.privacy_visibility', '!=', 'followers'),
('project_id.message_partner_ids', 'in', [user.partner_id.id])
]</field>
</record>
<record id="timesheet_analysis_report_user" model="ir.rule">
<field name="domain_force">[
('user_id', '=', user.id),
Expand All @@ -18,14 +11,6 @@
('message_partner_ids', 'in', [user.partner_id.id])
]</field>
</record>
<record id="timesheet_line_rule_approver" model="ir.rule">
<field name="domain_force">[
('project_id', '!=', False),
'|',
('project_id.privacy_visibility', '!=', 'followers'),
('project_id.message_partner_ids', 'in', [user.partner_id.id])
]</field>
</record>
<record id="timesheet_line_rule_portal_user" model="ir.rule">
<field name="domain_force">[
('project_id', '!=', False),
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---Models in module 'l10n_hu_edi'---
---Fields in module 'l10n_hu_edi'---
l10n_hu_edi / product.template / l10n_hu_product_code_type (selection): selection_keys removed: [SZJ]
---XML records in module 'l10n_hu_edi'---
NEW ir.ui.view: l10n_hu_edi.external_layout_bubble
NEW ir.ui.view: l10n_hu_edi.external_layout_folder
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---Models in module 'l10n_ro_edi'---
---Fields in module 'l10n_ro_edi'---
l10n_ro_edi / account.move / l10n_ro_edi_index (char) : NEW
l10n_ro_edi / account.bank.statement.line / l10n_ro_edi_index (char) : previously in module l10n_ro_efactura_synchronize
l10n_ro_edi / account.move / l10n_ro_edi_index (char) : previously in module l10n_ro_efactura_synchronize
l10n_ro_edi / res.partner / invoice_edi_format (False) : NEW selection_keys: ['ciusro', 'es_facturae', 'facturx', 'it_edi_xml', 'nlcius', 'oioubl_201', 'oioubl_21', 'pint_anz', 'pint_jp', 'pint_my', 'tw_ecpay', 'ubl_a_nz', 'ubl_bis3', 'ubl_sg', 'ubl_tr', 'xrechnung'], mode: modify
l10n_ro_edi / res.partner / ubl_cii_format (False) : DEL selection_keys: ['ciusro', 'facturx', 'nlcius', 'oioubl_201', 'pint_anz', 'pint_jp', 'pint_my', 'ubl_a_nz', 'ubl_bis3', 'ubl_sg', 'ubl_tr', 'xrechnung'], mode: modify
l10n_ro_efactura / account.move / l10n_ro_edi_state (selection) : selection_keys added: [invoice_validated], removed: [invoice_sending]
l10n_ro_efactura / l10n_ro_edi.document / state (selection) : selection_keys added: [invoice_validated], removed: [invoice_sending]
l10n_ro_efactura_synchronize / account.move / l10n_ro_edi_index (char) : not a function anymore
---XML records in module 'l10n_ro_edi'---
NEW ir.actions.server: l10n_ro_edi.l10n_ro_edi_action_fetch_ciusro_status [renamed from l10n_ro_efactura module]
DEL ir.actions.server: l10n_ro_efactura.l10n_ro_edi_action_fetch_ciusro_status [renamed to l10n_ro_edi module]
Expand Down