diff --git a/openupgrade_scripts/README.rst b/openupgrade_scripts/README.rst new file mode 100644 index 000000000000..d2e72baf365f --- /dev/null +++ b/openupgrade_scripts/README.rst @@ -0,0 +1,92 @@ +.. image:: https://odoo-community.org/readme-banner-image + :target: https://odoo-community.org/get-involved?utm_source=readme + :alt: Odoo Community Association + +=================== +Openupgrade Scripts +=================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:822b62802d167eb9c5a7f7fe5a2ec56b891dd6aa8e81d31929e0f123f1e8346f + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2FOpenUpgrade-lightgray.png?logo=github + :target: https://github.com/OCA/OpenUpgrade/tree/19.0/openupgrade_scripts + :alt: OCA/OpenUpgrade +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/OpenUpgrade-19-0/OpenUpgrade-19-0-openupgrade_scripts + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/OpenUpgrade&target_branch=19.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module is a containers of migration script to migrate from 18.0 to +19.0 version. + +**Table of contents** + +.. contents:: + :local: + +Installation +============ + +This module does not need to be installed on a database. It simply needs +to be available via your ``addons-path``. + +Configuration +============= + +- call your odoo instance with the option + ``--upgrade-path=/PATH_TO_openupgrade_scripts_MODULE/scripts/`` + +or + +- add the key to your configuration file: + +.. code:: shell + + [options] + upgrade_path = /PATH_TO_openupgrade_scripts_MODULE/scripts/ + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Maintainers +----------- + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +This module is part of the `OCA/OpenUpgrade `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/openupgrade_scripts/__init__.py b/openupgrade_scripts/__init__.py new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/openupgrade_scripts/__manifest__.py b/openupgrade_scripts/__manifest__.py new file mode 100644 index 000000000000..0d588aa418cd --- /dev/null +++ b/openupgrade_scripts/__manifest__.py @@ -0,0 +1,16 @@ +# Copyright Odoo Community Association (OCA) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +{ + "name": "Openupgrade Scripts", + "summary": """Module that contains all the migrations analysis + and scripts for migrate Odoo SA modules.""", + "author": "Odoo Community Association (OCA)", + "website": "https://github.com/OCA/OpenUpgrade", + "category": "Migration", + "version": "19.0.1.0.0", + "license": "AGPL-3", + "depends": ["base"], + "images": ["static/description/banner.jpg"], + "external_dependencies": {"python": ["openupgradelib"]}, + "installable": True, +} diff --git a/openupgrade_scripts/pyproject.toml b/openupgrade_scripts/pyproject.toml new file mode 100644 index 000000000000..4231d0cccb3d --- /dev/null +++ b/openupgrade_scripts/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/openupgrade_scripts/readme/CONFIGURE.md b/openupgrade_scripts/readme/CONFIGURE.md new file mode 100644 index 000000000000..102ae2481b2f --- /dev/null +++ b/openupgrade_scripts/readme/CONFIGURE.md @@ -0,0 +1,11 @@ +- call your odoo instance with the option + `--upgrade-path=/PATH_TO_openupgrade_scripts_MODULE/scripts/` + +or + +- add the key to your configuration file: + +``` shell +[options] +upgrade_path = /PATH_TO_openupgrade_scripts_MODULE/scripts/ +``` diff --git a/openupgrade_scripts/readme/DESCRIPTION.md b/openupgrade_scripts/readme/DESCRIPTION.md new file mode 100644 index 000000000000..23d24b62fdff --- /dev/null +++ b/openupgrade_scripts/readme/DESCRIPTION.md @@ -0,0 +1,2 @@ +This module is a containers of migration script to migrate from 18.0 to +19.0 version. diff --git a/openupgrade_scripts/readme/INSTALL.md b/openupgrade_scripts/readme/INSTALL.md new file mode 100644 index 000000000000..471a1d162ce1 --- /dev/null +++ b/openupgrade_scripts/readme/INSTALL.md @@ -0,0 +1,2 @@ +This module does not need to be installed on a database. It simply needs +to be available via your `addons-path`. diff --git a/openupgrade_scripts/scripts/account/19.0.1.4/noupdate_changes.xml b/openupgrade_scripts/scripts/account/19.0.1.4/noupdate_changes.xml new file mode 100644 index 000000000000..65681f115454 --- /dev/null +++ b/openupgrade_scripts/scripts/account/19.0.1.4/noupdate_changes.xml @@ -0,0 +1,199 @@ + + + + [('parent_state', 'not in', ('cancel', 'draft')), ('move_id.move_type', 'in', ('out_invoice', 'out_refund', 'in_invoice', 'in_refund')), ('move_id.partner_id','child_of',[user.commercial_partner_id.id])] + + + [('state', 'not in', ('cancel', 'draft')), ('move_type', 'in', ('out_invoice', 'out_refund', 'in_invoice', 'in_refund')), ('partner_id','child_of',[user.commercial_partner_id.id])] + + + + + + list,kanban + + + + list,kanban + + + + + + + +
+

+ Dear + Brandon Freeman (Azure Interior), + + Brandon Freeman, + +

+ Here is your + + credit note RINV/2021/05/0001 + + + credit note + + + (with reference: SUB003) + + amounting in $ 143,750.00 + from YourCompany. +

+ Do not hesitate to contact us if you have any questions. + +
+
+

--
Mitchell Admin
+ +

+
+
+ + + +
+ + +
+

+ Dear + + Brandon Freeman (Azure Interior), + + Azure Interior, + + + Brandon Freeman, + +

+ Here is your + + invoice INV/2021/05/0005 + + + invoice + + + (with reference: SUB003) + + amounting in $ 143,750.00 + from YourCompany. + + This invoice is already paid. + + + Please remit payment at your earliest convenience. +

+ Please use the following communication for your payment: INV/2021/05/0005 + + on the account + + . +
+
+

+ PS: you can review your timesheets from the portal. +
+

+ Do not hesitate to contact us if you have any questions. + +
+
+

--
Mitchell Admin
+ +

+
+
+ + + +
+ + +
+

+ Dear Azure Interior

+ Thank you for your payment. + Here is your payment receipt BNK1-2021-05-0002 amounting + to $ 10.00 from YourCompany. +

+ Do not hesitate to contact us if you have any questions. +

+ Best regards, + +
+
+

--
Mitchell Admin
+ +

+
+
+ + + +
+ + Review Accounts + +
diff --git a/openupgrade_scripts/scripts/account/19.0.1.4/upgrade_analysis.txt b/openupgrade_scripts/scripts/account/19.0.1.4/upgrade_analysis.txt new file mode 100644 index 000000000000..7263340b728b --- /dev/null +++ b/openupgrade_scripts/scripts/account/19.0.1.4/upgrade_analysis.txt @@ -0,0 +1,178 @@ +---Models in module 'account'--- +---Fields in module 'account'--- +account / account.account / account_type (selection) : selection_keys added: [expense_other] (most likely nothing to do) +account / account.account / active (boolean) : NEW hasdefault: default +account / account.account / activity_ids (one2many) : NEW relation: mail.activity +account / account.account / allowed_journal_ids (many2many): DEL relation: account.journal +account / account.account / deprecated (boolean) : DEL +account / account.account / description (text) : NEW translate +account / account.account.tag / tax_negate (boolean) : DEL +account / account.bank.statement / currency_id (many2one) : is now stored +account / account.bank.statement / date (date) : not a function anymore +account / account.bank.statement.line / taxable_supply_date (date) : previously in module l10n_cz +account / account.fiscal.position / is_domestic (boolean) : NEW isfunction: function, stored +account / account.fiscal.position / tax_ids (one2many) : relation is now 'account.tax' ('account.fiscal.position.tax') [nothing to do] +account / account.fiscal.position / tax_ids (one2many) : table is now 'account_fiscal_position_account_tax_rel' ('False') +account / account.fiscal.position / tax_ids (one2many) : type is now 'many2many' ('one2many') +account / account.fiscal.position.tax / company_id (many2one) : DEL relation: res.company +account / account.fiscal.position.tax / position_id (many2one) : DEL relation: account.fiscal.position, required +account / account.fiscal.position.tax / tax_dest_id (many2one) : DEL relation: account.tax +account / account.fiscal.position.tax / tax_src_id (many2one) : DEL relation: account.tax, required +account / account.full.reconcile / exchange_move_id (many2one) : DEL relation: account.move +account / account.journal / account_control_ids (many2many): DEL relation: account.account +account / account.journal / autocheck_on_post (boolean) : DEL +account / account.journal / display_invoice_template_pdf_report_id (boolean): NEW hasdefault: default, stored: False +account / account.journal / incoming_einvoice_notification_email (char): NEW hasdefault: compute +account / account.journal / invoice_reference_model (selection): selection_keys added: [number] (most likely nothing to do) +account / account.journal / invoice_reference_type (selection): selection_keys removed: [none] +account / account.journal / invoice_template_pdf_report_id (many2one): NEW relation: ir.actions.report +account / account.journal / is_self_billing (boolean) : NEW +account / account.journal / non_deductible_account_id (many2one): NEW relation: account.account +account / account.move / adjusting_entries_move_ids (many2many): NEW relation: account.move +account / account.move / adjusting_entry_origin_move_ids (many2many): NEW relation: account.move +account / account.move / exchange_diff_partial_ids (one2many): NEW relation: account.partial.reconcile +account / account.move / is_storno (boolean) : not stored anymore +account / account.move / is_storno (boolean) : now a function +account / account.move / journal_line_ids (one2many) : NEW relation: account.move.line +account / account.move / status_in_payment (selection) : selection_keys added: [posted, sent] (most likely nothing to do) +account / account.move / taxable_supply_date (date) : previously in module l10n_cz +account / account.move.line / collapse_composition (boolean): NEW +account / account.move.line / collapse_prices (boolean) : NEW +account / account.move.line / deductible_amount (float) : NEW hasdefault: default +account / account.move.line / display_type (selection) : selection_keys added: [line_subsection, non_deductible_product, non_deductible_product_total, non_deductible_tax] (most likely nothing to do) +account / account.move.line / extra_tax_data (json) : NEW +account / account.move.line / is_storno (boolean) : is now stored +account / account.move.line / is_storno (boolean) : not related anymore +account / account.move.line / no_followup (boolean) : NEW isfunction: function, stored +account / account.move.line / search_account_id (many2one) : NEW relation: account.account, stored: False +account / account.move.line / tax_tag_invert (boolean) : DEL +account / account.partial.reconcile / draft_caba_move_vals (json) : NEW +account / account.reconcile.model / allow_payment_tolerance (boolean): DEL +account / account.reconcile.model / auto_reconcile (boolean) : DEL +account / account.reconcile.model / can_be_proposed (boolean) : NEW isfunction: function, stored +account / account.reconcile.model / counterpart_type (selection) : DEL selection_keys: ['general', 'purchase', 'sale'] +account / account.reconcile.model / decimal_separator (char) : DEL +account / account.reconcile.model / mapped_partner_id (many2one) : NEW relation: res.partner, isfunction: function, stored +account / account.reconcile.model / match_nature (selection) : DEL required, selection_keys: ['amount_paid', 'amount_received', 'both'] +account / account.reconcile.model / match_note (selection) : DEL selection_keys: ['contains', 'match_regex', 'not_contains'] +account / account.reconcile.model / match_note_param (char) : DEL +account / account.reconcile.model / match_partner (boolean) : DEL +account / account.reconcile.model / match_partner_category_ids (many2many): DEL relation: res.partner.category +account / account.reconcile.model / match_same_currency (boolean) : DEL +account / account.reconcile.model / match_text_location_label (boolean): DEL +account / account.reconcile.model / match_text_location_note (boolean): DEL +account / account.reconcile.model / match_text_location_reference (boolean): DEL +account / account.reconcile.model / match_transaction_type (selection): DEL selection_keys: ['contains', 'match_regex', 'not_contains'] +account / account.reconcile.model / match_transaction_type_param (char): DEL +account / account.reconcile.model / matching_order (selection) : DEL required, selection_keys: ['new_first', 'old_first'] +account / account.reconcile.model / next_activity_type_id (many2one): NEW relation: mail.activity.type +account / account.reconcile.model / partner_mapping_line_ids (one2many): DEL relation: account.reconcile.model.partner.mapping +account / account.reconcile.model / past_months_limit (integer) : DEL +account / account.reconcile.model / payment_tolerance_param (float): DEL +account / account.reconcile.model / payment_tolerance_type (selection): DEL required, selection_keys: ['fixed_amount', 'percentage'] +account / account.reconcile.model / rule_type (selection) : DEL required, selection_keys: ['invoice_matching', 'writeoff_button', 'writeoff_suggestion'] +account / account.reconcile.model / to_check (boolean) : DEL +account / account.reconcile.model / trigger (selection) : NEW required, selection_keys: ['auto_reconcile', 'manual'], hasdefault: default +account / account.reconcile.model.line / force_tax_included (boolean) : DEL +account / account.reconcile.model.line / journal_id (many2one) : DEL relation: account.journal +account / account.reconcile.model.line / partner_id (many2one) : NEW relation: res.partner +account / account.reconcile.model.partner.mapping / model_id (many2one) : DEL relation: account.reconcile.model, required +account / account.reconcile.model.partner.mapping / narration_regex (char) : DEL +account / account.reconcile.model.partner.mapping / partner_id (many2one) : DEL relation: res.partner, required +account / account.reconcile.model.partner.mapping / payment_ref_regex (char) : DEL +account / account.report / allow_foreign_vat (boolean) : NEW hasdefault: compute +account / account.report / default_opening_date_filter (selection): selection_keys added: [previous_return_period, this_return_period], removed: [previous_tax_period, this_tax_period] +account / account.report / filter_fiscal_position (boolean): DEL +account / account.report / filter_multi_company (selection): selection_keys removed: [disabled] +account / account.report.expression / date_scope (selection) : selection_keys added: [previous_return_period], removed: [previous_tax_period] +account / account.report.external.value / foreign_vat_fiscal_position_id (many2one): DEL relation: account.fiscal.position +account / account.tax / fiscal_position_ids (many2many): NEW relation: account.fiscal.position +account / account.tax / invoice_legal_notes (html) : now translatable +account / account.tax / is_domestic (boolean) : NEW isfunction: function, stored +account / account.tax / name_searchable (char) : DEL stored: False +account / account.tax / original_tax_ids (many2many) : NEW relation: account.tax +account / account.tax / replacing_tax_ids (many2many) : NEW relation: account.tax +account / res.company / account_purchase_receipt_fiscal_position_id (many2one): NEW relation: account.fiscal.position +account / res.company / check_account_audit_trail (boolean): DEL +account / res.company / company_registry_placeholder (char): module is now 'base' ('account') +account / res.company / domestic_fiscal_position_id (many2one): NEW relation: account.fiscal.position, isfunction: function, stored +account / res.company / expense_account_id (many2one) : NEW relation: account.account +account / res.company / income_account_id (many2one) : NEW relation: account.account +account / res.company / link_qr_code (boolean) : NEW +account / res.company / price_difference_account_id (many2one): NEW relation: account.account +account / res.company / restrictive_audit_trail (boolean): NEW +account / res.country.group / exclude_state_ids (many2many) : NEW relation: res.country.state +account / res.partner / debit_limit (float) : DEL +account / res.partner / invoice_warn (selection) : DEL selection_keys: ['block', 'no-message', 'warning'] +account / res.partner / invoice_warn_msg (text) : DEL +account / res.partner / is_coa_installed (boolean) : DEL stored: False +---XML records in module 'account'--- +NEW ir.actions.act_window: account.action_account_moves_email_preview +NEW ir.actions.act_window: account.action_move_out_refund_type_non_legacy +DEL ir.actions.act_window: account.action_move_in_receipt_type +DEL ir.actions.act_window: account.action_move_out_receipt_type +DEL ir.actions.act_window: account.action_validate_account_move +NEW ir.actions.server: account.accountant_confirm_entries_action +NEW ir.actions.server: account.action_validate_account_moves +DEL ir.actions.server: account.action_new_bank_setting +DEL ir.model.access: account.access_account_fiscal_position_tax +DEL ir.model.access: account.access_account_fiscal_position_tax_product_manager +DEL ir.model.access: account.access_account_reconcile_model_partner_mapping +DEL ir.model.access: account.access_account_reconcile_model_partner_mapping_billing +DEL ir.model.access: account.access_account_reconcile_model_partner_mapping_readonly +DEL ir.model.access: account.access_product_product_account_manager +DEL ir.model.access: account.access_product_template_account_manager +NEW ir.model.constraint: account.constraint_account_bank_statement_first_line_index_idx +NEW ir.model.constraint: account.constraint_account_bank_statement_journal_id_date_desc_id_desc_idx +NEW ir.model.constraint: account.constraint_account_bank_statement_line_main_idx +NEW ir.model.constraint: account.constraint_account_bank_statement_line_orphan_idx +NEW ir.model.constraint: account.constraint_account_bank_statement_line_unreconciled_idx +NEW ir.model.constraint: account.constraint_account_lock_exception_company_id_end_datetime_idx +NEW ir.model.constraint: account.constraint_account_move_checked_idx +NEW ir.model.constraint: account.constraint_account_move_duplicate_bills_idx +NEW ir.model.constraint: account.constraint_account_move_journal_id_company_id_idx +NEW ir.model.constraint: account.constraint_account_move_line_account_id_date_idx +NEW ir.model.constraint: account.constraint_account_move_line_date_name_id_idx +NEW ir.model.constraint: account.constraint_account_move_line_journal_id_neg_amnt_residual_idx +NEW ir.model.constraint: account.constraint_account_move_line_partner_id_ref_idx +NEW ir.model.constraint: account.constraint_account_move_line_unreconciled_index +NEW ir.model.constraint: account.constraint_account_move_made_gaps +NEW ir.model.constraint: account.constraint_account_move_payment_idx +NEW ir.model.constraint: account.constraint_account_payment_journal_id_company_id_idx +NEW ir.model.constraint: account.constraint_account_payment_unmatched_idx +DEL ir.model.constraint: account.constraint_account_fiscal_position_tax_tax_src_dest_uniq +DEL ir.model.constraint: account.constraint_account_reconcile_model_name_unique +DEL ir.module.category: account.module_category_accounting_bank +NEW ir.ui.menu: account.account_audit_control_menu +NEW ir.ui.menu: account.account_audit_menu +NEW ir.ui.menu: account.account_closing_menu +NEW ir.ui.menu: account.account_logs_menu +NEW ir.ui.menu: account.account_reports_taxes_and_fiscal_menu +NEW ir.ui.menu: account.account_transactions_menu +DEL ir.ui.menu: account.account_banks_menu +DEL ir.ui.menu: account.account_management_menu +DEL ir.ui.menu: account.action_account_reconcile_model_menu +DEL ir.ui.menu: account.menu_action_account_bank_journal_form +DEL ir.ui.menu: account.menu_action_move_in_receipt_type +DEL ir.ui.menu: account.menu_action_move_out_receipt_type +NEW ir.ui.view: account.country_group_form_inherit_account +NEW ir.ui.view: account.portal_my_details +NEW ir.ui.view: account.portal_my_journal_mail_notifications +NEW ir.ui.view: account.product_template_list_view_purchasable_inherit +NEW ir.ui.view: account.product_template_list_view_sellable_inherit +NEW ir.ui.view: account.setup_credit_card_account_wizard +DEL ir.ui.view: account.portal_my_details_fields +DEL ir.ui.view: account.product_template_view_tree +DEL ir.ui.view: account.view_account_reconcile_model_line_form +DEL ir.ui.view: account.view_in_invoice_receipt_tree +NEW mail.template: account.email_template_edi_self_billing_credit_note +NEW mail.template: account.email_template_edi_self_billing_invoice +NEW mail.template: account.mail_template_einvoice_notification +NEW res.country.group: account.europe_vat +NEW res.country.group: account.intrastat +NEW res.groups: account.group_partial_purchase_deductibility +DEL res.groups: account.group_purchase_receipts +DEL res.groups: account.group_sale_receipts +DEL res.groups: account.group_warning_account +NEW res.groups.privilege: account.res_group_privilege_accounting_bank +NEW res.groups.privilege: account.res_groups_privilege_accounting diff --git a/openupgrade_scripts/scripts/account_check_printing/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/account_check_printing/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..547b7b8b4cd0 --- /dev/null +++ b/openupgrade_scripts/scripts/account_check_printing/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,7 @@ + + + + list,kanban + + + diff --git a/openupgrade_scripts/scripts/account_check_printing/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/account_check_printing/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..c484e5454b8c --- /dev/null +++ b/openupgrade_scripts/scripts/account_check_printing/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'account_check_printing'--- +---Fields in module 'account_check_printing'--- +account_check_printing / account.payment / check_layout_available (boolean): NEW hasdefault: default, stored: False +---XML records in module 'account_check_printing'--- diff --git a/openupgrade_scripts/scripts/account_debit_note/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/account_debit_note/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..965a62b16dbc --- /dev/null +++ b/openupgrade_scripts/scripts/account_debit_note/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'account_debit_note'--- +---Fields in module 'account_debit_note'--- +---XML records in module 'account_debit_note'--- +DEL ir.actions.server: account_debit_note.action_move_debit_note diff --git a/openupgrade_scripts/scripts/account_edi/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/account_edi/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..88ebbd13e53e --- /dev/null +++ b/openupgrade_scripts/scripts/account_edi/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'account_edi'--- +---Fields in module 'account_edi'--- +---XML records in module 'account_edi'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/account_edi_proxy_client/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/account_edi_proxy_client/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..eab72b0ef566 --- /dev/null +++ b/openupgrade_scripts/scripts/account_edi_proxy_client/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,6 @@ +---Models in module 'account_edi_proxy_client'--- +---Fields in module 'account_edi_proxy_client'--- +account_edi_proxy_client / account_edi_proxy_client.user / is_token_out_of_sync (boolean): NEW +account_edi_proxy_client / account_edi_proxy_client.user / token_sync_version (integer) : NEW +---XML records in module 'account_edi_proxy_client'--- +DEL ir.model.constraint: account_edi_proxy_client.constraint_account_edi_proxy_client_user_unique_active_edi_identification diff --git a/openupgrade_scripts/scripts/account_edi_ubl_cii/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/account_edi_ubl_cii/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..d59e66ad2a6b --- /dev/null +++ b/openupgrade_scripts/scripts/account_edi_ubl_cii/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,40 @@ +---Models in module 'account_edi_ubl_cii'--- +---Fields in module 'account_edi_ubl_cii'--- +account_edi_ubl_cii / account.tax / ubl_cii_tax_category_code (selection): previously in module account_edi_ubl_cii_tax_extension +account_edi_ubl_cii / account.tax / ubl_cii_tax_exemption_reason_code (selection): previously in module account_edi_ubl_cii_tax_extension +account_edi_ubl_cii_tax_extension / account.tax / ubl_cii_tax_exemption_reason_code (selection): selection_keys added: [VATEX-EU-AE, VATEX-EU-D, VATEX-EU-F, VATEX-EU-G, VATEX-EU-I, VATEX-EU-IC, VATEX-EU-J, VATEX-EU-O, VATEX-FR-CNWVAT, VATEX-FR-FRANCHISE], removed: [VATEX_EU_AE, VATEX_EU_D, VATEX_EU_F, VATEX_EU_G, VATEX_EU_I, VATEX_EU_IC, VATEX_EU_J, VATEX_EU_O, VATEX_FR-CNWVAT, VATEX_FR-FRANCHISE] +---XML records in module 'account_edi_ubl_cii'--- +NEW ir.ui.view: account_edi_ubl_cii.view_account_invoice_form_inherit +DEL ir.ui.view: account_edi_ubl_cii.ubl_20_AddressType +DEL ir.ui.view: account_edi_ubl_cii.ubl_20_AllowanceChargeType +DEL ir.ui.view: account_edi_ubl_cii.ubl_20_CommonLineType +DEL ir.ui.view: account_edi_ubl_cii.ubl_20_CommonType +DEL ir.ui.view: account_edi_ubl_cii.ubl_20_CreditNote +DEL ir.ui.view: account_edi_ubl_cii.ubl_20_CreditNoteLineType +DEL ir.ui.view: account_edi_ubl_cii.ubl_20_CreditNoteType +DEL ir.ui.view: account_edi_ubl_cii.ubl_20_DebitNote +DEL ir.ui.view: account_edi_ubl_cii.ubl_20_DebitNoteLineType +DEL ir.ui.view: account_edi_ubl_cii.ubl_20_DebitNoteType +DEL ir.ui.view: account_edi_ubl_cii.ubl_20_DeliveryType +DEL ir.ui.view: account_edi_ubl_cii.ubl_20_ExchangeRateType +DEL ir.ui.view: account_edi_ubl_cii.ubl_20_Invoice +DEL ir.ui.view: account_edi_ubl_cii.ubl_20_InvoiceLineType +DEL ir.ui.view: account_edi_ubl_cii.ubl_20_InvoicePeriodType +DEL ir.ui.view: account_edi_ubl_cii.ubl_20_InvoiceType +DEL ir.ui.view: account_edi_ubl_cii.ubl_20_MonetaryTotalType +DEL ir.ui.view: account_edi_ubl_cii.ubl_20_PartyType +DEL ir.ui.view: account_edi_ubl_cii.ubl_20_PaymentMeansType +DEL ir.ui.view: account_edi_ubl_cii.ubl_20_PaymentTermsType +DEL ir.ui.view: account_edi_ubl_cii.ubl_20_ResponseType +DEL ir.ui.view: account_edi_ubl_cii.ubl_20_SignatureType +DEL ir.ui.view: account_edi_ubl_cii.ubl_20_TaxCategoryType +DEL ir.ui.view: account_edi_ubl_cii.ubl_20_TaxTotalType +DEL ir.ui.view: account_edi_ubl_cii.ubl_21_AddressType +DEL ir.ui.view: account_edi_ubl_cii.ubl_21_CreditNoteLineType +DEL ir.ui.view: account_edi_ubl_cii.ubl_21_CreditNoteType +DEL ir.ui.view: account_edi_ubl_cii.ubl_21_DebitNoteLineType +DEL ir.ui.view: account_edi_ubl_cii.ubl_21_DebitNoteType +DEL ir.ui.view: account_edi_ubl_cii.ubl_21_InvoiceLineType +DEL ir.ui.view: account_edi_ubl_cii.ubl_21_InvoiceType +DEL ir.ui.view: account_edi_ubl_cii.ubl_21_PartyType +DEL ir.ui.view: account_edi_ubl_cii.ubl_21_PaymentTermsType diff --git a/openupgrade_scripts/scripts/account_fleet/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/account_fleet/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..f31492b6f3fe --- /dev/null +++ b/openupgrade_scripts/scripts/account_fleet/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'account_fleet'--- +---Fields in module 'account_fleet'--- +---XML records in module 'account_fleet'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/account_payment/19.0.2.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/account_payment/19.0.2.0/upgrade_analysis.txt new file mode 100644 index 000000000000..ac204697c8c4 --- /dev/null +++ b/openupgrade_scripts/scripts/account_payment/19.0.2.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'account_payment'--- +---Fields in module 'account_payment'--- +---XML records in module 'account_payment'--- +DEL onboarding.onboarding.step: account_payment.onboarding_onboarding_step_payment_provider diff --git a/openupgrade_scripts/scripts/account_peppol/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/account_peppol/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..43f7c3c9a991 --- /dev/null +++ b/openupgrade_scripts/scripts/account_peppol/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,19 @@ +---Models in module 'account_peppol'--- +---Fields in module 'account_peppol'--- +account_peppol / account_edi_proxy_client.user / peppol_verification_code (char): DEL +account_peppol / res.company / account_peppol_proxy_state (selection): selection_keys removed: [in_verification] +account_peppol / res.company / peppol_activate_self_billing_sending (boolean): NEW +account_peppol / res.company / peppol_external_provider (char): NEW +account_peppol / res.company / peppol_metadata (json) : NEW +account_peppol / res.company / peppol_metadata_updated_at (datetime): NEW +account_peppol / res.company / peppol_self_billing_reception_journal_id (many2one): NEW relation: account.journal, isfunction: function, stored +---XML records in module 'account_peppol'--- +NEW ir.cron: account_peppol.ir_cron_peppol_webhook_keepalive +NEW ir.model.access: account_peppol.access_peppol_config_wizard +DEL ir.model.access: account_peppol.account_peppol_service_wizard_system +NEW ir.ui.view: account_peppol.peppol_config_wizard_form +NEW ir.ui.view: account_peppol.portal_my_details +DEL ir.ui.view: account_peppol.account_journal_dashboard_kanban_view +DEL ir.ui.view: account_peppol.peppol_service_configuration +DEL ir.ui.view: account_peppol.portal_my_details_fields +NEW mail.template: account_peppol.mail_template_peppol_registration diff --git a/openupgrade_scripts/scripts/account_peppol_advanced_fields/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/account_peppol_advanced_fields/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..b02637229aec --- /dev/null +++ b/openupgrade_scripts/scripts/account_peppol_advanced_fields/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,11 @@ +---Models in module 'account_peppol_advanced_fields'--- +---Fields in module 'account_peppol_advanced_fields'--- +account_peppol_advanced_fields / account.move / peppol_accounting_cost (char) : NEW +account_peppol_advanced_fields / account.move / peppol_additional_document_reference (char): NEW +account_peppol_advanced_fields / account.move / peppol_contract_document_reference (char): NEW +account_peppol_advanced_fields / account.move / peppol_delivery_location_id (char): NEW +account_peppol_advanced_fields / account.move / peppol_despatch_document_reference (char): NEW +account_peppol_advanced_fields / account.move / peppol_originator_document_reference (char): NEW +account_peppol_advanced_fields / account.move / peppol_project_reference (char): NEW +---XML records in module 'account_peppol_advanced_fields'--- +NEW ir.ui.view: account_peppol_advanced_fields.view_move_form_inherit_peppol diff --git a/openupgrade_scripts/scripts/account_qr_code_emv/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/account_qr_code_emv/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..c7ee2a7efe83 --- /dev/null +++ b/openupgrade_scripts/scripts/account_qr_code_emv/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'account_qr_code_emv'--- +---Fields in module 'account_qr_code_emv'--- +---XML records in module 'account_qr_code_emv'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/account_tax_python/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/account_tax_python/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..de0341d73f05 --- /dev/null +++ b/openupgrade_scripts/scripts/account_tax_python/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'account_tax_python'--- +---Fields in module 'account_tax_python'--- +---XML records in module 'account_tax_python'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/analytic/19.0.1.2/upgrade_analysis.txt b/openupgrade_scripts/scripts/analytic/19.0.1.2/upgrade_analysis.txt new file mode 100644 index 000000000000..b18aca386238 --- /dev/null +++ b/openupgrade_scripts/scripts/analytic/19.0.1.2/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'analytic'--- +---Fields in module 'analytic'--- +analytic / account.analytic.line / fiscal_year_search (boolean) : NEW stored: False +---XML records in module 'analytic'--- diff --git a/openupgrade_scripts/scripts/api_doc/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/api_doc/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..8f49ce63c1a3 --- /dev/null +++ b/openupgrade_scripts/scripts/api_doc/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'api_doc'--- +---Fields in module 'api_doc'--- +---XML records in module 'api_doc'--- +NEW ir.ui.view: api_doc.docclient +NEW res.groups: api_doc.group_allow_doc diff --git a/openupgrade_scripts/scripts/auth_ldap/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/auth_ldap/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..4b3f15c19af2 --- /dev/null +++ b/openupgrade_scripts/scripts/auth_ldap/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'auth_ldap'--- +---Fields in module 'auth_ldap'--- +---XML records in module 'auth_ldap'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/auth_oauth/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/auth_oauth/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..aad020a9c2d9 --- /dev/null +++ b/openupgrade_scripts/scripts/auth_oauth/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,15 @@ + + + + Sign in with Facebook + o_auth_oauth_provider_icon o_facebook_provider + + + Sign in with Google + o_auth_oauth_provider_icon o_google_provider + + + Sign in with Odoo.com + o_auth_oauth_provider_icon o_odoo_provider + + diff --git a/openupgrade_scripts/scripts/auth_oauth/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/auth_oauth/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..a588a2a08a7a --- /dev/null +++ b/openupgrade_scripts/scripts/auth_oauth/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,7 @@ +---Models in module 'auth_oauth'--- +---Fields in module 'auth_oauth'--- +---XML records in module 'auth_oauth'--- +DEL ir.ui.view: auth_oauth.login +DEL ir.ui.view: auth_oauth.reset_password +DEL ir.ui.view: auth_oauth.signup +DEL ir.ui.view: auth_oauth.view_users_form diff --git a/openupgrade_scripts/scripts/auth_passkey/19.0.1.1/noupdate_changes.xml b/openupgrade_scripts/scripts/auth_passkey/19.0.1.1/noupdate_changes.xml new file mode 100644 index 000000000000..deb653badc7a --- /dev/null +++ b/openupgrade_scripts/scripts/auth_passkey/19.0.1.1/noupdate_changes.xml @@ -0,0 +1,13 @@ + + + + + + + + + + diff --git a/openupgrade_scripts/scripts/auth_passkey/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/auth_passkey/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..1703f7d430aa --- /dev/null +++ b/openupgrade_scripts/scripts/auth_passkey/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,8 @@ +---Models in module 'auth_passkey'--- +---Fields in module 'auth_passkey'--- +---XML records in module 'auth_passkey'--- +NEW ir.model.access: auth_passkey.access_auth_passkey_key_create_portal +NEW ir.model.access: auth_passkey.access_auth_passkey_key_portal +NEW ir.rule: auth_passkey.rule_auth_passkey_key_create_portal +NEW ir.ui.view: auth_passkey.auth_passkey_key_view_kanban +NEW ir.ui.view: auth_passkey.auth_passkey_login_oauth diff --git a/openupgrade_scripts/scripts/auth_passkey_portal/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/auth_passkey_portal/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..466f014b81ce --- /dev/null +++ b/openupgrade_scripts/scripts/auth_passkey_portal/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'auth_passkey_portal'--- +---Fields in module 'auth_passkey_portal'--- +---XML records in module 'auth_passkey_portal'--- +NEW ir.ui.view: auth_passkey_portal.passkeys_portal_hook diff --git a/openupgrade_scripts/scripts/auth_signup/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/auth_signup/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..438c1cd23465 --- /dev/null +++ b/openupgrade_scripts/scripts/auth_signup/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,424 @@ + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ + + + + + + + +
+ Your Account +
+ + Marc Demo + +
+ +
+
+
+
+ + + + + + + +
+
+ Dear Marc Demo,

+ Your account has been successfully created!
+ Your login is + mark.brown23@example.com +
+ To gain access to your account, you can use the following link: + + Thanks,
+ +
+
--
Mitchell Admin
+
+
+
+
+
+
+ + + + + + + +
+ YourCompany +
+ +1 650-123-4567 + + | info@yourcompany.com + + + | http://www.example.com + +
+
+
+ + + + +
+ Powered by Odoo +
+
+
+ + + +
+ + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ + + + + + + + +
+ Welcome to Odoo +
+ + Marc Demo + +
+ +
+
+
+
+ + + + + + + +
+
+ Dear Marc Demo,

+ You have been invited by OdooBot of YourCompany to connect on Odoo. + + This link will remain valid during days
+ + Your Odoo domain is: + http://yourcompany.odoo.com +
+ Your sign in email is: + mark.brown23@example.com +

+ Never heard of Odoo? It’s an all-in-one business software loved by 12+ million users. It will considerably improve your experience at work and increase your productivity. +

+ Have a look at the Odoo Tour to discover the tool. +

+ Enjoy Odoo!
+ --
The YourCompany Team +
+
+
+
+
+ + + + + + + +
+ YourCompany +
+ +1 650-123-4567 + + | info@yourcompany.com + + + | http://www.example.com + +
+
+
+ + + + +
+ Powered by Odoo +
+
+
+ + + +
+
diff --git a/openupgrade_scripts/scripts/auth_signup/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/auth_signup/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..9d9a5af634a4 --- /dev/null +++ b/openupgrade_scripts/scripts/auth_signup/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'auth_signup'--- +---Fields in module 'auth_signup'--- +---XML records in module 'auth_signup'--- +DEL ir.ui.view: auth_signup.alert_login_new_device +NEW mail.template: auth_signup.portal_set_password_email diff --git a/openupgrade_scripts/scripts/auth_timeout/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/auth_timeout/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..ec27a6019fe8 --- /dev/null +++ b/openupgrade_scripts/scripts/auth_timeout/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,15 @@ +---Models in module 'auth_timeout'--- +---Fields in module 'auth_timeout'--- +auth_timeout / res.groups / has_lock_timeout (boolean) : NEW hasdefault: compute, stored: False +auth_timeout / res.groups / has_lock_timeout_inactivity (boolean): NEW hasdefault: compute, stored: False +auth_timeout / res.groups / lock_timeout (integer) : NEW +auth_timeout / res.groups / lock_timeout_delay_in_unit (integer): NEW hasdefault: compute, stored: False +auth_timeout / res.groups / lock_timeout_delay_unit (selection): NEW selection_keys: ['days', 'hours', 'minutes'], hasdefault: compute, stored: False +auth_timeout / res.groups / lock_timeout_inactivity (integer): NEW +auth_timeout / res.groups / lock_timeout_inactivity_delay_in_unit (integer): NEW hasdefault: compute, stored: False +auth_timeout / res.groups / lock_timeout_inactivity_delay_unit (selection): NEW selection_keys: ['days', 'hours', 'minutes'], hasdefault: compute, stored: False +auth_timeout / res.groups / lock_timeout_inactivity_mfa (boolean): NEW +auth_timeout / res.groups / lock_timeout_mfa (boolean) : NEW +---XML records in module 'auth_timeout'--- +NEW ir.ui.view: auth_timeout.auth_passkey_groups_form +NEW ir.ui.view: auth_timeout.check_identity diff --git a/openupgrade_scripts/scripts/auth_totp/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/auth_totp/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..f171ffd55f1b --- /dev/null +++ b/openupgrade_scripts/scripts/auth_totp/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,6 @@ +---Models in module 'auth_totp'--- +---Fields in module 'auth_totp'--- +auth_totp / res.users / totp_last_counter (integer) : NEW +---XML records in module 'auth_totp'--- +NEW ir.model.access: auth_totp.access_auth_totp_rate_limit_log [renamed from auth_totp_mail_enforce module] +NEW ir.model.constraint: auth_totp.constraint_auth_totp_rate_limit_log_user_id_limit_type_create_date_idx diff --git a/openupgrade_scripts/scripts/auth_totp_mail/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/auth_totp_mail/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..c504a4624adf --- /dev/null +++ b/openupgrade_scripts/scripts/auth_totp_mail/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,31 @@ + + + + +
+

+ Dear

+ requested you activate two-factor authentication to protect your account.

+ Two-factor Authentication ("2FA") is a system of double authentication. + The first one is done with your password and the second one with a code you get from a dedicated mobile app. + Popular ones include Authy, Google Authenticator or the Microsoft Authenticator. + +

+ + Activate my two-factor Authentication + +

+

+
+
+ + + +
+
diff --git a/openupgrade_scripts/scripts/auth_totp_mail/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/auth_totp_mail/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..efe409869dc5 --- /dev/null +++ b/openupgrade_scripts/scripts/auth_totp_mail/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,8 @@ +---Models in module 'auth_totp_mail'--- +---Fields in module 'auth_totp_mail'--- +---XML records in module 'auth_totp_mail'--- +NEW ir.ui.view: auth_totp_mail.account_security_alert +NEW ir.ui.view: auth_totp_mail.auth_totp_mail_form +NEW ir.ui.view: auth_totp_mail.res_config_settings_view_form +DEL ir.ui.view: auth_totp_mail.account_security_setting_update +NEW mail.template: auth_totp_mail.mail_template_totp_mail_code [renamed from auth_totp_mail_enforce module] diff --git a/openupgrade_scripts/scripts/barcodes/19.0.2.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/barcodes/19.0.2.0/upgrade_analysis.txt new file mode 100644 index 000000000000..39228577d525 --- /dev/null +++ b/openupgrade_scripts/scripts/barcodes/19.0.2.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'barcodes'--- +---Fields in module 'barcodes'--- +---XML records in module 'barcodes'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/barcodes_gs1_nomenclature/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/barcodes_gs1_nomenclature/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..f7667bb976fb --- /dev/null +++ b/openupgrade_scripts/scripts/barcodes_gs1_nomenclature/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/openupgrade_scripts/scripts/barcodes_gs1_nomenclature/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/barcodes_gs1_nomenclature/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..987d3312667a --- /dev/null +++ b/openupgrade_scripts/scripts/barcodes_gs1_nomenclature/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'barcodes_gs1_nomenclature'--- +---Fields in module 'barcodes_gs1_nomenclature'--- +---XML records in module 'barcodes_gs1_nomenclature'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/base/19.0.1.3/noupdate_changes.xml b/openupgrade_scripts/scripts/base/19.0.1.3/noupdate_changes.xml new file mode 100644 index 000000000000..304a499d4a70 --- /dev/null +++ b/openupgrade_scripts/scripts/base/19.0.1.3/noupdate_changes.xml @@ -0,0 +1,65 @@ + + + + AED + + + 1 + TRN + + + Congo (DRC) + + + Congo (Republic) + + + CH-LI + + + EEU + + + EU + + + GCC + + + [('user_ids','in',[False,user.id])] + ir.filter: owner or global + + + + + + + [('user_ids', 'in', user.ids)] + + + + + + VAT + + + + + + SEPA + + + SA + + + +
Administrator
+
+ +
+ + +
System
+
+
+
diff --git a/openupgrade_scripts/scripts/base/19.0.1.3/upgrade_analysis.txt b/openupgrade_scripts/scripts/base/19.0.1.3/upgrade_analysis.txt new file mode 100644 index 000000000000..42444b9471b2 --- /dev/null +++ b/openupgrade_scripts/scripts/base/19.0.1.3/upgrade_analysis.txt @@ -0,0 +1,336 @@ +---Models in module 'base'--- +---Fields in module 'base'--- +account / res.company / company_registry_placeholder (char): not a function anymore +account / res.company / company_registry_placeholder (char): now related +base / ir.actions.act_url / _order : _order is now 'name, id' ('name') +base / ir.actions.act_window / _order : _order is now 'name, id' ('name') +base / ir.actions.act_window / cache (boolean) : NEW hasdefault: default +base / ir.actions.act_window / group_ids (many2many) : NEW relation: res.groups +base / ir.actions.act_window / groups_id (many2many) : DEL relation: res.groups +base / ir.actions.act_window / target (selection) : selection_keys removed: [inline] +base / ir.actions.act_window_close / _order : _order is now 'name, id' ('name') +base / ir.actions.actions / _order : _order is now 'name, id' ('name') +base / ir.actions.client / _order : _order is now 'name, id' ('name') +base / ir.actions.report / group_ids (many2many) : NEW relation: res.groups +base / ir.actions.report / groups_id (many2many) : DEL relation: res.groups +base / ir.actions.server / _order : _order is now 'sequence,name,id' ('sequence,name') +base / ir.actions.server / automated_name (char) : NEW isfunction: function, stored +base / ir.actions.server / child_ids (many2many) : table is now 'False' ('rel_server_actions') +base / ir.actions.server / child_ids (many2many) : type is now 'one2many' ('many2many') +base / ir.actions.server / crud_model_id (many2one) : now a function +base / ir.actions.server / evaluation_type (selection) : selection_keys added: [sequence] (most likely nothing to do) +base / ir.actions.server / group_ids (many2many) : NEW relation: res.groups +base / ir.actions.server / groups_id (many2many) : DEL relation: res.groups +base / ir.actions.server / html_value (html) : NEW +base / ir.actions.server / ir_cron_ids (one2many) : NEW relation: ir.cron +base / ir.actions.server / model_name (char) : not stored anymore +base / ir.actions.server / parent_id (many2one) : NEW relation: ir.actions.server +base / ir.actions.server / sequence_id (many2one) : NEW relation: ir.sequence +base / ir.actions.server / state (selection) : selection_keys added: [object_copy] (most likely nothing to do) +base / ir.actions.server / value_field_to_show (selection): selection_keys added: [html_value, sequence_id] (most likely nothing to do) +base / ir.actions.server.history / action_id (many2one) : NEW relation: ir.actions.server, required +base / ir.actions.server.history / code (text) : NEW +base / ir.cron / _order : _order is now 'cron_name, id' ('cron_name') +base / ir.cron / child_ids (many2many) : type is now 'one2many' ('many2many') +base / ir.cron.trigger / call_at (datetime) : now required +base / ir.cron.trigger / cron_id (many2one) : now required +base / ir.exports / _order : _order is now 'name, id' ('name') +base / ir.filters / user_id (many2one) : DEL relation: res.users +base / ir.filters / user_ids (many2many) : NEW relation: res.users +base / ir.mail_server / smtp_encryption (selection) : selection_keys added: [ssl_strict, starttls_strict] (most likely nothing to do) +base / ir.model / abstract (boolean) : NEW +base / ir.model / fold_name (char) : NEW +base / ir.model.fields / _order : _order is now 'name, id' ('name') +base / ir.model.fields / complete_name (char) : DEL +base / ir.model.fields / translate (boolean) : selection_keys is now '['html_translate', 'standard', 'xml_translate']' ('False') +base / ir.model.fields / translate (boolean) : type is now 'selection' ('boolean') +base / ir.module.category / _order : _order is now 'sequence, name, id' ('name') +base / ir.module.category / privilege_ids (one2many) : NEW relation: res.groups.privilege +base / ir.profile / cpu_duration (float) : NEW +base / ir.profile / others (text) : NEW +base / ir.sequence / _order : _order is now 'name, id' ('name') +base / ir.ui.menu / group_ids (many2many) : NEW relation: res.groups +base / ir.ui.menu / groups_id (many2many) : DEL relation: res.groups +base / ir.ui.view / group_ids (many2many) : NEW relation: res.groups +base / ir.ui.view / groups_id (many2many) : DEL relation: res.groups +base / ir.ui.view.custom / _order : _order is now 'create_date desc, id desc' ('create_date desc') +base / properties.base.definition / properties_definition (properties_definition): NEW +base / properties.base.definition / properties_field_id (many2one): NEW relation: ir.model.fields, required +base / report.layout / _order : _order is now 'sequence, id' ('sequence') +base / res.bank / _order : _order is now 'name, id' ('name') +base / res.company / company_registry_placeholder (char): previously in module account +base / res.company / mobile (char) : DEL +base / res.country / _order : _order is now 'name, id' ('name') +base / res.country.group / code (char) : NEW +base / res.country.state / _order : _order is now 'code, id' ('code') +base / res.currency.rate / _order : _order is now 'name desc, id' ('name desc') +base / res.groups / _order : _order is now 'privilege_id, sequence, name, id' ('name') +base / res.groups / category_id (many2one) : DEL relation: ir.module.category +base / res.groups / color (integer) : DEL +base / res.groups / implied_by_ids (many2many) : NEW relation: res.groups +base / res.groups / privilege_id (many2one) : NEW relation: res.groups.privilege +base / res.groups / sequence (integer) : NEW +base / res.groups / user_ids (many2many) : NEW relation: res.users +base / res.groups / users (many2many) : DEL relation: res.users +base / res.groups.privilege / category_id (many2one) : NEW relation: ir.module.category +base / res.groups.privilege / description (text) : NEW +base / res.groups.privilege / group_ids (one2many) : NEW relation: res.groups +base / res.groups.privilege / name (char) : NEW required, translate +base / res.groups.privilege / placeholder (char) : NEW hasdefault: default +base / res.groups.privilege / sequence (integer) : NEW hasdefault: default +base / res.lang / date_format (char) : selection_keys is now 'function' ('False') +base / res.lang / date_format (char) : type is now 'selection' ('char') +base / res.lang / grouping (char) : selection_keys is now '['[3,0]', '[3,2,0]']' ('False') +base / res.lang / grouping (char) : type is now 'selection' ('char') +base / res.lang / short_time_format (char) : DEL required +base / res.lang / time_format (char) : selection_keys is now '['%H:%M:%S', '%I:%M:%S %p']' ('False') +base / res.lang / time_format (char) : type is now 'selection' ('char') +base / res.partner / mobile (char) : DEL +base / res.partner / properties (properties) : NEW hasdefault: compute +base / res.partner / title (many2one) : DEL relation: res.partner.title +base / res.partner.bank / clearing_number (char) : NEW +base / res.partner.bank / note (text) : NEW +base / res.partner.category / _order : _order is now 'name, id' ('name') +base / res.partner.industry / _order : _order is now 'name, id' ('name') +base / res.partner.title / name (char) : DEL required +base / res.partner.title / shortcut (char) : DEL +base / res.users / group_ids (many2many) : NEW relation: res.groups, hasdefault: default +base / res.users / groups_id (many2many) : DEL relation: res.groups +base / res.users / role (selection) : NEW selection_keys: ['group_system', 'group_user'], hasdefault: compute, stored: False +base / res.users / view_group_hierarchy (json) : NEW hasdefault: default, stored: False +---XML records in module 'base'--- +NEW ir.actions.act_window: base.action_res_groups_privilege +DEL ir.actions.act_window: base.action_partner_title_contact +NEW ir.model.access: base.access_ir_actions_server_history_group_system +NEW ir.model.access: base.access_properties_base_definition_group_system +NEW ir.model.access: base.access_res_groups_privilege_group_erp_manager +NEW ir.model.access: base.access_res_groups_privilege_group_user +NEW ir.model.access: base.access_server_action_history_wizard +DEL ir.model.access: base.access_res_partner_title_group_partner_manager +DEL ir.model.access: base.access_res_partner_title_group_user +NEW ir.model.constraint: base.constraint_ir_act_window_view_unique_mode_per_action +NEW ir.model.constraint: base.constraint_ir_attachment_res_idx +NEW ir.model.constraint: base.constraint_ir_filters_get_filters_index +NEW ir.model.constraint: base.constraint_ir_model_data_model_res_id_index +NEW ir.model.constraint: base.constraint_ir_model_data_module_name_uniq_index +NEW ir.model.constraint: base.constraint_ir_ui_view_custom_user_id_ref_id +NEW ir.model.constraint: base.constraint_ir_ui_view_model_type_inherit_id +NEW ir.model.constraint: base.constraint_properties_base_definition_unique_properties_field_id +NEW ir.model.constraint: base.constraint_res_country_group_check_code_uniq +NEW ir.model.constraint: base.constraint_res_device_composite_idx +NEW ir.model.constraint: base.constraint_res_device_log_composite_idx +NEW ir.model.constraint: base.constraint_res_device_log_revoked_idx +NEW ir.model.constraint: base.constraint_res_device_revoked_idx +DEL ir.model.constraint: base.constraint_ir_filters_name_model_uid_unique +NEW ir.module.category: base.module_category_esg +NEW ir.module.category: base.module_category_human_resources_referrals +NEW ir.module.category: base.module_category_internet_of_things_(iot) +NEW ir.module.category: base.module_category_master_data +NEW ir.module.category: base.module_category_shipping_connectors +NEW ir.module.category: base.module_category_supply_chain +DEL ir.module.category: base.module_category_inventory +DEL ir.module.category: base.module_category_manufacturing +DEL ir.module.category: base.module_category_usability +DEL ir.module.category: base.module_category_user_type +NEW ir.rule: base.properties_base_definition_rule_admin +NEW ir.rule: base.res_users_rule_portal +DEL ir.rule: base.ir_filters_delete_own_rule +NEW ir.ui.menu: base.menu_action_res_groups_privilege +NEW ir.ui.view: base.ir_filters_view_edit_form +NEW ir.ui.view: base.res_users_apikeys_view_kanban +NEW ir.ui.view: base.server_action_history_wizard_view +NEW ir.ui.view: base.view_default_groups_form +NEW ir.ui.view: base.view_groups_list +NEW ir.ui.view: base.view_res_groups_privilege_form +NEW ir.ui.view: base.view_res_groups_privilege_list +NEW ir.ui.view: base.view_server_action_kanban +DEL ir.ui.view: base.res_partner_view_form_private +DEL ir.ui.view: base.user_groups_view +DEL ir.ui.view: base.view_partner_title_form +DEL ir.ui.view: base.view_partner_title_tree +NEW res.country: base.xi +NEW res.country.group: base.dom-tom [renamed from l10n_fr module] +NEW res.country.group: base.europe_prefix +NEW res.country.state: base.state_at_1 [renamed from l10n_at module] +NEW res.country.state: base.state_at_2 [renamed from l10n_at module] +NEW res.country.state: base.state_at_3 [renamed from l10n_at module] +NEW res.country.state: base.state_at_4 [renamed from l10n_at module] +NEW res.country.state: base.state_at_5 [renamed from l10n_at module] +NEW res.country.state: base.state_at_6 [renamed from l10n_at module] +NEW res.country.state: base.state_at_7 [renamed from l10n_at module] +NEW res.country.state: base.state_at_8 [renamed from l10n_at module] +NEW res.country.state: base.state_at_9 [renamed from l10n_at module] +NEW res.country.state: base.state_bd_a [renamed from l10n_bd module] +NEW res.country.state: base.state_bd_b [renamed from l10n_bd module] +NEW res.country.state: base.state_bd_c [renamed from l10n_bd module] +NEW res.country.state: base.state_bd_d [renamed from l10n_bd module] +NEW res.country.state: base.state_bd_e [renamed from l10n_bd module] +NEW res.country.state: base.state_bd_f [renamed from l10n_bd module] +NEW res.country.state: base.state_bd_g [renamed from l10n_bd module] +NEW res.country.state: base.state_bd_h [renamed from l10n_bd module] +NEW res.country.state: base.state_id_pe +NEW res.country.state: base.state_iq_01 [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_01_ar [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_02 [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_02_ar [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_03 [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_03_ar [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_04 [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_04_ar [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_05 [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_05_ar [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_06 [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_06_ar [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_07 [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_07_ar [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_08 [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_08_ar [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_09 [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_09_ar [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_10 [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_10_ar [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_11 [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_11_ar [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_12 [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_12_ar [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_13 [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_13_ar [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_14 [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_14_ar [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_15 [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_15_ar [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_16 [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_16_ar [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_17 [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_17_ar [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_18 [renamed from l10n_iq module] +NEW res.country.state: base.state_iq_18_ar [renamed from l10n_iq module] +NEW res.country.state: base.state_ng_ab +NEW res.country.state: base.state_ng_ad +NEW res.country.state: base.state_ng_ak +NEW res.country.state: base.state_ng_an +NEW res.country.state: base.state_ng_ba +NEW res.country.state: base.state_ng_be +NEW res.country.state: base.state_ng_bo +NEW res.country.state: base.state_ng_by +NEW res.country.state: base.state_ng_cr +NEW res.country.state: base.state_ng_de +NEW res.country.state: base.state_ng_eb +NEW res.country.state: base.state_ng_ed +NEW res.country.state: base.state_ng_ek +NEW res.country.state: base.state_ng_en +NEW res.country.state: base.state_ng_fc +NEW res.country.state: base.state_ng_go +NEW res.country.state: base.state_ng_im +NEW res.country.state: base.state_ng_ji +NEW res.country.state: base.state_ng_ka +NEW res.country.state: base.state_ng_ke +NEW res.country.state: base.state_ng_kn +NEW res.country.state: base.state_ng_ko +NEW res.country.state: base.state_ng_kt +NEW res.country.state: base.state_ng_kw +NEW res.country.state: base.state_ng_la +NEW res.country.state: base.state_ng_na +NEW res.country.state: base.state_ng_ni +NEW res.country.state: base.state_ng_og +NEW res.country.state: base.state_ng_on +NEW res.country.state: base.state_ng_os +NEW res.country.state: base.state_ng_oy +NEW res.country.state: base.state_ng_pl +NEW res.country.state: base.state_ng_ri +NEW res.country.state: base.state_ng_so +NEW res.country.state: base.state_ng_ta +NEW res.country.state: base.state_ng_yo +NEW res.country.state: base.state_ng_za +NEW res.country.state: base.state_pk_ajk [renamed from l10n_pk module] +NEW res.country.state: base.state_pk_ba [renamed from l10n_pk module] +NEW res.country.state: base.state_pk_gb [renamed from l10n_pk module] +NEW res.country.state: base.state_pk_is [renamed from l10n_pk module] +NEW res.country.state: base.state_pk_kp [renamed from l10n_pk module] +NEW res.country.state: base.state_pk_pb [renamed from l10n_pk module] +NEW res.country.state: base.state_pk_sd [renamed from l10n_pk module] +NEW res.country.state: base.state_pl_ds [renamed from l10n_pl module] +NEW res.country.state: base.state_pl_kp [renamed from l10n_pl module] +NEW res.country.state: base.state_pl_lb [renamed from l10n_pl module] +NEW res.country.state: base.state_pl_ld [renamed from l10n_pl module] +NEW res.country.state: base.state_pl_ls [renamed from l10n_pl module] +NEW res.country.state: base.state_pl_mp [renamed from l10n_pl module] +NEW res.country.state: base.state_pl_mz [renamed from l10n_pl module] +NEW res.country.state: base.state_pl_op [renamed from l10n_pl module] +NEW res.country.state: base.state_pl_pk [renamed from l10n_pl module] +NEW res.country.state: base.state_pl_pl [renamed from l10n_pl module] +NEW res.country.state: base.state_pl_pm [renamed from l10n_pl module] +NEW res.country.state: base.state_pl_sk [renamed from l10n_pl module] +NEW res.country.state: base.state_pl_sl [renamed from l10n_pl module] +NEW res.country.state: base.state_pl_wm [renamed from l10n_pl module] +NEW res.country.state: base.state_pl_wp [renamed from l10n_pl module] +NEW res.country.state: base.state_pl_zp [renamed from l10n_pl module] +NEW res.country.state: base.state_so_1 +NEW res.country.state: base.state_so_2 +NEW res.country.state: base.state_so_3 +NEW res.country.state: base.state_so_4 +NEW res.country.state: base.state_so_5 +NEW res.country.state: base.state_so_6 +NEW res.country.state: base.state_so_7 +NEW res.country.state: base.state_so_8 +NEW res.country.state: base.state_tw_chh [renamed from l10n_tw module] +NEW res.country.state: base.state_tw_cic [renamed from l10n_tw module] +NEW res.country.state: base.state_tw_cih [renamed from l10n_tw module] +NEW res.country.state: base.state_tw_hch [renamed from l10n_tw module] +NEW res.country.state: base.state_tw_hct [renamed from l10n_tw module] +NEW res.country.state: base.state_tw_hlh [renamed from l10n_tw module] +NEW res.country.state: base.state_tw_ilh [renamed from l10n_tw module] +NEW res.country.state: base.state_tw_khc [renamed from l10n_tw module] +NEW res.country.state: base.state_tw_klc [renamed from l10n_tw module] +NEW res.country.state: base.state_tw_kmc [renamed from l10n_tw module] +NEW res.country.state: base.state_tw_lcc [renamed from l10n_tw module] +NEW res.country.state: base.state_tw_mlh [renamed from l10n_tw module] +NEW res.country.state: base.state_tw_ntc [renamed from l10n_tw module] +NEW res.country.state: base.state_tw_ntpc [renamed from l10n_tw module] +NEW res.country.state: base.state_tw_phc [renamed from l10n_tw module] +NEW res.country.state: base.state_tw_pth [renamed from l10n_tw module] +NEW res.country.state: base.state_tw_tcc [renamed from l10n_tw module] +NEW res.country.state: base.state_tw_tnh [renamed from l10n_tw module] +NEW res.country.state: base.state_tw_tpc [renamed from l10n_tw module] +NEW res.country.state: base.state_tw_tth [renamed from l10n_tw module] +NEW res.country.state: base.state_tw_tyc [renamed from l10n_tw module] +NEW res.country.state: base.state_tw_ylh [renamed from l10n_tw module] +DEL res.country.state: base.state_id_pp +DEL res.country.state: base.state_vn_VN-03 +DEL res.country.state: base.state_vn_VN-06 +DEL res.country.state: base.state_vn_VN-14 +DEL res.country.state: base.state_vn_VN-20 +DEL res.country.state: base.state_vn_VN-24 +DEL res.country.state: base.state_vn_VN-27 +DEL res.country.state: base.state_vn_VN-28 +DEL res.country.state: base.state_vn_VN-31 +DEL res.country.state: base.state_vn_VN-32 +DEL res.country.state: base.state_vn_VN-36 +DEL res.country.state: base.state_vn_VN-40 +DEL res.country.state: base.state_vn_VN-41 +DEL res.country.state: base.state_vn_VN-43 +DEL res.country.state: base.state_vn_VN-46 +DEL res.country.state: base.state_vn_VN-47 +DEL res.country.state: base.state_vn_VN-50 +DEL res.country.state: base.state_vn_VN-51 +DEL res.country.state: base.state_vn_VN-52 +DEL res.country.state: base.state_vn_VN-53 +DEL res.country.state: base.state_vn_VN-54 +DEL res.country.state: base.state_vn_VN-55 +DEL res.country.state: base.state_vn_VN-57 +DEL res.country.state: base.state_vn_VN-58 +DEL res.country.state: base.state_vn_VN-61 +DEL res.country.state: base.state_vn_VN-63 +DEL res.country.state: base.state_vn_VN-67 +DEL res.country.state: base.state_vn_VN-70 +DEL res.country.state: base.state_vn_VN-72 +DEL res.country.state: base.state_vn_VN-73 +NEW res.groups: base.default_user_group +NEW res.groups.privilege: base.res_groups_privilege_contact +NEW res.groups.privilege: base.res_groups_privilege_export +DEL res.partner.title: base.res_partner_title_doctor +DEL res.partner.title: base.res_partner_title_madam +DEL res.partner.title: base.res_partner_title_miss +DEL res.partner.title: base.res_partner_title_mister +DEL res.partner.title: base.res_partner_title_prof +DEL res.users: base.default_user diff --git a/openupgrade_scripts/scripts/base/19.0.1.3/upgrade_general_log.txt b/openupgrade_scripts/scripts/base/19.0.1.3/upgrade_general_log.txt new file mode 100644 index 000000000000..b8246066888c --- /dev/null +++ b/openupgrade_scripts/scripts/base/19.0.1.3/upgrade_general_log.txt @@ -0,0 +1,1947 @@ +---Models in module 'general'--- +---Fields in module 'general'--- +# 14084 fields matched, +# Direct match: 13805 +# Found in other module with different type: 0 +# Found in other module: 247 +# Found with different type: 32 +# In obsolete models: 456 +# New columns: 1826 +# Not matched: 1149 +---XML records in module 'general'--- +---Probably obsolete module account_edi_ubl_cii_tax_extension--- +---Models in module 'account_edi_ubl_cii_tax_extension'--- +---Fields in module 'account_edi_ubl_cii_tax_extension'--- +account_edi_ubl_cii_tax_extension / account.tax / ubl_cii_tax_category_code (selection): module is now 'account_edi_ubl_cii' ('account_edi_ubl_cii_tax_extension') +account_edi_ubl_cii_tax_extension / account.tax / ubl_cii_tax_exemption_reason_code (selection): module is now 'account_edi_ubl_cii' ('account_edi_ubl_cii_tax_extension') +---XML records in module 'account_edi_ubl_cii_tax_extension'--- +DEL ir.ui.view: account_edi_ubl_cii_tax_extension.view_account_invoice_form_inherit +---Probably obsolete module auth_totp_mail_enforce--- +---Models in module 'auth_totp_mail_enforce'--- +---Fields in module 'auth_totp_mail_enforce'--- +---XML records in module 'auth_totp_mail_enforce'--- +DEL ir.model.access: auth_totp_mail_enforce.access_auth_totp_rate_limit_log [renamed to auth_totp module] +DEL ir.ui.view: auth_totp_mail_enforce.auth_totp_mail_form +DEL ir.ui.view: auth_totp_mail_enforce.res_config_settings_view_form +DEL mail.template: auth_totp_mail_enforce.mail_template_totp_mail_code [renamed to auth_totp_mail module] +---Probably obsolete module hr_contract--- +---Models in module 'hr_contract'--- +---Fields in module 'hr_contract'--- +hr_contract / hr.contract / active (boolean) : DEL +hr_contract / hr.contract / activity_ids (one2many) : DEL relation: mail.activity +hr_contract / hr.contract / company_id (many2one) : DEL relation: res.company, required +hr_contract / hr.contract / contract_type_id (many2one) : DEL relation: hr.contract.type +hr_contract / hr.contract / date_end (date) : DEL +hr_contract / hr.contract / date_start (date) : DEL required +hr_contract / hr.contract / department_id (many2one) : DEL relation: hr.department +hr_contract / hr.contract / employee_id (many2one) : DEL relation: hr.employee +hr_contract / hr.contract / hr_responsible_id (many2one) : DEL relation: res.users +hr_contract / hr.contract / job_id (many2one) : DEL relation: hr.job +hr_contract / hr.contract / kanban_state (selection) : DEL selection_keys: ['blocked', 'done', 'normal'] +hr_contract / hr.contract / message_follower_ids (one2many): DEL relation: mail.followers +hr_contract / hr.contract / message_ids (one2many) : DEL relation: mail.message +hr_contract / hr.contract / name (char) : DEL required +hr_contract / hr.contract / notes (html) : DEL +hr_contract / hr.contract / rating_ids (one2many) : DEL relation: rating.rating +hr_contract / hr.contract / resource_calendar_id (many2one): DEL relation: resource.calendar +hr_contract / hr.contract / state (selection) : DEL selection_keys: ['cancel', 'close', 'draft', 'open'] +hr_contract / hr.contract / structure_type_id (many2one) : DEL relation: hr.payroll.structure.type +hr_contract / hr.contract / trial_date_end (date) : DEL +hr_contract / hr.contract / wage (float) : DEL required +hr_contract / hr.contract / website_message_ids (one2many): DEL relation: mail.message +hr_contract / hr.employee / contract_id (many2one) : DEL relation: hr.contract +hr_contract / hr.employee / contract_ids (one2many) : DEL relation: hr.contract +hr_contract / hr.employee / contract_warning (boolean) : DEL +hr_contract / hr.employee / first_contract_date (date) : DEL +hr_contract / hr.employee / legal_name (char) : module is now 'hr' ('hr_contract') +hr_contract / hr.employee / vehicle (char) : DEL +hr_contract / hr.payroll.structure.type / _order : module is now 'hr' ('hr_contract') +hr_contract / hr.payroll.structure.type / country_code (char) : module is now 'hr' ('hr_contract') +hr_contract / hr.payroll.structure.type / country_id (many2one) : module is now 'hr' ('hr_contract') +hr_contract / hr.payroll.structure.type / default_resource_calendar_id (many2one): module is now 'hr' ('hr_contract') +hr_contract / hr.payroll.structure.type / display_name (char) : module is now 'hr' ('hr_contract') +hr_contract / hr.payroll.structure.type / name (char) : module is now 'hr' ('hr_contract') +hr_contract / res.company / contract_expiration_notice_period (integer): module is now 'hr' ('hr_contract') +hr_contract / res.company / work_permit_expiration_notice_period (integer): module is now 'hr' ('hr_contract') +---XML records in module 'hr_contract'--- +DEL hr.payroll.structure.type: hr_contract.structure_type_employee [renamed to hr module] +DEL hr.payroll.structure.type: hr_contract.structure_type_employee_cp200 [renamed to hr module] +DEL hr.payroll.structure.type: hr_contract.structure_type_employee_cp200_pfi [renamed to hr module] +DEL hr.payroll.structure.type: hr_contract.structure_type_worker [renamed to hr module] +DEL ir.actions.act_window: hr_contract.action_hr_contract +DEL ir.actions.act_window: hr_contract.hr_contract_history_to_review_view_list_action +DEL ir.actions.act_window: hr_contract.hr_contract_history_view_form_action +DEL ir.actions.act_window: hr_contract.hr_contract_history_view_list_action +DEL ir.cron: hr_contract.ir_cron_data_contract_update_state +DEL ir.model.access: hr_contract.access_hr_contract_history_manager +DEL ir.model.access: hr_contract.access_hr_contract_hr_employee_manager +DEL ir.model.access: hr_contract.access_hr_contract_manager +DEL ir.model.access: hr_contract.access_hr_payroll_structure_type_hr_contract_manager [renamed to hr module] +DEL ir.model.access: hr_contract.access_hr_resource_calendar_attendance_user [renamed to hr module] +DEL ir.model.access: hr_contract.access_hr_resource_calendar_user [renamed to hr module] +DEL ir.model.access: hr_contract.access_hr_resource_manager [renamed to hr module] +DEL ir.rule: hr_contract.ir_rule_hr_contract_employee_manager +DEL ir.rule: hr_contract.ir_rule_hr_contract_history_multi_company +DEL ir.rule: hr_contract.ir_rule_hr_contract_manager [renamed to hr module] +DEL ir.rule: hr_contract.ir_rule_hr_contract_multi_company [renamed to hr module] +DEL ir.rule: hr_contract.ir_rule_hr_payroll_structure_type_multi_company [renamed to hr module] +DEL ir.ui.menu: hr_contract.hr_menu_contract +DEL ir.ui.menu: hr_contract.menu_hr_employee_contracts +DEL ir.ui.menu: hr_contract.menu_human_resources_configuration_contract +DEL ir.ui.view: hr_contract.hr_contract_history_view_form +DEL ir.ui.view: hr_contract.hr_contract_history_view_kanban +DEL ir.ui.view: hr_contract.hr_contract_history_view_list +DEL ir.ui.view: hr_contract.hr_contract_history_view_search +DEL ir.ui.view: hr_contract.hr_contract_view_activity +DEL ir.ui.view: hr_contract.hr_contract_view_form +DEL ir.ui.view: hr_contract.hr_contract_view_kanban +DEL ir.ui.view: hr_contract.hr_contract_view_search +DEL ir.ui.view: hr_contract.hr_contract_view_tree +DEL ir.ui.view: hr_contract.hr_departure_wizard_view_form +DEL ir.ui.view: hr_contract.hr_employee_view_graph_inherit_hr_contract +DEL ir.ui.view: hr_contract.hr_employee_view_pivot_inherit_hr_contract +DEL ir.ui.view: hr_contract.hr_employee_view_search +DEL ir.ui.view: hr_contract.hr_hr_employee_view_form2 +DEL ir.ui.view: hr_contract.hr_hr_employee_view_form3 +DEL ir.ui.view: hr_contract.hr_user_view_form +DEL ir.ui.view: hr_contract.res_config_settings_view_form +DEL ir.ui.view: hr_contract.resource_calendar_view_form +DEL ir.ui.view: hr_contract.resource_calendar_view_tree +DEL ir.ui.view: hr_contract.view_employee_public_form +DEL ir.ui.view: hr_contract.view_employee_tree +DEL mail.message.subtype: hr_contract.mt_contract_close [renamed to hr module] +DEL mail.message.subtype: hr_contract.mt_contract_pending [renamed to hr module] +DEL mail.message.subtype: hr_contract.mt_department_contract_pending [renamed to hr module] +DEL res.groups: hr_contract.group_hr_contract_employee_manager +DEL res.groups: hr_contract.group_hr_contract_manager +---Probably obsolete module hr_work_entry_contract--- +---Models in module 'hr_work_entry_contract'--- +---Fields in module 'hr_work_entry_contract'--- +hr_work_entry_contract / hr.contract / date_generated_from (datetime): DEL required +hr_work_entry_contract / hr.contract / date_generated_to (datetime) : DEL required +hr_work_entry_contract / hr.contract / last_generation_date (date) : DEL +hr_work_entry_contract / hr.contract / work_entry_source (selection) : DEL required, selection_keys: ['calendar'] +hr_work_entry_contract / hr.work.entry / contract_id (many2one) : DEL relation: hr.contract, required +hr_work_entry_contract / hr.work.entry / work_entry_source (selection) : module is now 'hr_work_entry' ('hr_work_entry_contract') +hr_work_entry_contract / hr.work.entry.type / is_leave (boolean) : module is now 'hr_work_entry' ('hr_work_entry_contract') +---XML records in module 'hr_work_entry_contract'--- +DEL hr.work.entry.type: hr_work_entry_contract.work_entry_type_compensatory [renamed to hr_work_entry module] +DEL hr.work.entry.type: hr_work_entry_contract.work_entry_type_home_working [renamed to hr_work_entry module] +DEL hr.work.entry.type: hr_work_entry_contract.work_entry_type_leave [renamed to hr_work_entry module] +DEL hr.work.entry.type: hr_work_entry_contract.work_entry_type_legal_leave [renamed to hr_work_entry module] +DEL hr.work.entry.type: hr_work_entry_contract.work_entry_type_sick_leave [renamed to hr_work_entry module] +DEL hr.work.entry.type: hr_work_entry_contract.work_entry_type_unpaid_leave [renamed to hr_work_entry module] +DEL ir.actions.act_window: hr_work_entry_contract.hr_work_entry_regeneration_wizard_action [renamed to hr_work_entry module] +DEL ir.cron: hr_work_entry_contract.ir_cron_generate_missing_work_entries [renamed to hr_work_entry module] +DEL ir.model.access: hr_work_entry_contract.access_hr_work_entry_regeneration_wizard [renamed to hr_work_entry module] +DEL ir.rule: hr_work_entry_contract.ir_rule_hr_work_entry_multi_company [renamed to hr_work_entry module] +DEL ir.ui.view: hr_work_entry_contract.hr_contract_view_form_inherit_work_entry +DEL ir.ui.view: hr_work_entry_contract.hr_work_entry_contract_type_view_form_inherit +DEL ir.ui.view: hr_work_entry_contract.hr_work_entry_contract_view_calendar_inherit +DEL ir.ui.view: hr_work_entry_contract.hr_work_entry_contract_view_form_inherit +DEL ir.ui.view: hr_work_entry_contract.hr_work_entry_regeneration_wizard +---Probably obsolete module l10n_ec_website_sale--- +---Models in module 'l10n_ec_website_sale'--- +---Fields in module 'l10n_ec_website_sale'--- +l10n_ec_website_sale / payment.method / fiscal_country_codes (char) : module is now 'l10n_ec_sale' ('l10n_ec_website_sale') +l10n_ec_website_sale / payment.method / l10n_ec_sri_payment_id (many2one): module is now 'l10n_ec_sale' ('l10n_ec_website_sale') +---XML records in module 'l10n_ec_website_sale'--- +DEL ir.ui.view: l10n_ec_website_sale.address +DEL ir.ui.view: l10n_ec_website_sale.partner_info +DEL ir.ui.view: l10n_ec_website_sale.payment_method_form +DEL ir.ui.view: l10n_ec_website_sale.portal_my_details_fields +---Probably obsolete module l10n_id_efaktur--- +---Models in module 'l10n_id_efaktur'--- +---Fields in module 'l10n_id_efaktur'--- +l10n_id_efaktur / account.bank.statement.line / l10n_id_kode_transaksi (selection): module is now 'l10n_id_efaktur_coretax' ('l10n_id_efaktur') +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 +l10n_id_efaktur / account.move / l10n_id_kode_transaksi (selection): module is now 'l10n_id_efaktur_coretax' ('l10n_id_efaktur') +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 +l10n_id_efaktur / res.partner / l10n_id_kode_transaksi (selection): module is now 'l10n_id_efaktur_coretax' ('l10n_id_efaktur') +l10n_id_efaktur / res.partner / l10n_id_nik (char) : module is now 'l10n_id_efaktur_coretax' ('l10n_id_efaktur') +l10n_id_efaktur / res.partner / l10n_id_pkp (boolean) : module is now 'l10n_id_efaktur_coretax' ('l10n_id_efaktur') +l10n_id_efaktur / res.users / l10n_id_kode_transaksi (selection): module is now 'l10n_id_efaktur_coretax' ('l10n_id_efaktur') +l10n_id_efaktur / res.users / l10n_id_nik (char) : module is now 'l10n_id_efaktur_coretax' ('l10n_id_efaktur') +l10n_id_efaktur / res.users / l10n_id_pkp (boolean) : module is now 'l10n_id_efaktur_coretax' ('l10n_id_efaktur') +---XML records in module 'l10n_id_efaktur'--- +DEL ir.actions.act_window: l10n_id_efaktur.efaktur_invoice_action +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 +DEL ir.rule: l10n_id_efaktur.efaktur_document_multi_company [renamed to l10n_id_efaktur_coretax module] +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 +---Probably obsolete module l10n_in_edi_ewaybill--- +---Models in module 'l10n_in_edi_ewaybill'--- +---Fields in module 'l10n_in_edi_ewaybill'--- +l10n_in_edi_ewaybill / account.move / l10n_in_distance (integer) : DEL +l10n_in_edi_ewaybill / account.move / l10n_in_mode (selection) : DEL selection_keys: ['0', '1', '2', '3', '4'] +l10n_in_edi_ewaybill / account.move / l10n_in_transportation_doc_date (date): DEL +l10n_in_edi_ewaybill / account.move / l10n_in_transportation_doc_no (char): DEL +l10n_in_edi_ewaybill / account.move / l10n_in_transporter_id (many2one): DEL relation: res.partner +l10n_in_edi_ewaybill / account.move / l10n_in_type_id (many2one) : DEL relation: l10n.in.ewaybill.type +l10n_in_edi_ewaybill / account.move / l10n_in_vehicle_no (char) : DEL +l10n_in_edi_ewaybill / account.move / l10n_in_vehicle_type (selection): DEL selection_keys: ['O', 'R'] +l10n_in_edi_ewaybill / l10n.in.ewaybill.type / _order : module is now 'l10n_in_ewaybill' ('l10n_in_edi_ewaybill') +l10n_in_edi_ewaybill / l10n.in.ewaybill.type / active (boolean) : module is now 'l10n_in_ewaybill' ('l10n_in_edi_ewaybill') +l10n_in_edi_ewaybill / l10n.in.ewaybill.type / allowed_supply_type (selection): module is now 'l10n_in_ewaybill' ('l10n_in_edi_ewaybill') +l10n_in_edi_ewaybill / l10n.in.ewaybill.type / code (char) : module is now 'l10n_in_ewaybill' ('l10n_in_edi_ewaybill') +l10n_in_edi_ewaybill / l10n.in.ewaybill.type / display_name (char) : module is now 'l10n_in_ewaybill' ('l10n_in_edi_ewaybill') +l10n_in_edi_ewaybill / l10n.in.ewaybill.type / name (char) : module is now 'l10n_in_ewaybill' ('l10n_in_edi_ewaybill') +l10n_in_edi_ewaybill / l10n.in.ewaybill.type / sub_type (char) : module is now 'l10n_in_ewaybill' ('l10n_in_edi_ewaybill') +l10n_in_edi_ewaybill / l10n.in.ewaybill.type / sub_type_code (char) : module is now 'l10n_in_ewaybill' ('l10n_in_edi_ewaybill') +l10n_in_edi_ewaybill / res.company / l10n_in_edi_ewaybill_auth_validity (datetime): DEL +l10n_in_edi_ewaybill / res.company / l10n_in_edi_ewaybill_password (char): DEL +l10n_in_edi_ewaybill / res.company / l10n_in_edi_ewaybill_username (char): DEL +---XML records in module 'l10n_in_edi_ewaybill'--- +DEL account.edi.format: l10n_in_edi_ewaybill.edi_in_ewaybill_json_1_03 +DEL ir.model.access: l10n_in_edi_ewaybill.access_l10n_in_ewaybill_type [renamed to l10n_in_ewaybill module] +DEL ir.ui.view: l10n_in_edi_ewaybill.invoice_form_inherit_l10n_in_edi_ewaybill +DEL ir.ui.view: l10n_in_edi_ewaybill.l10n_in_einvoice_report_invoice_document_inherit +DEL ir.ui.view: l10n_in_edi_ewaybill.res_config_settings_view_form_inherit_l10n_in_edi_ewaybill +DEL l10n.in.ewaybill.type: l10n_in_edi_ewaybill.type_bill_of_entry_sub_skd_ckd_lots [renamed to l10n_in_ewaybill module] +DEL l10n.in.ewaybill.type: l10n_in_edi_ewaybill.type_bill_of_entry_sub_type_import [renamed to l10n_in_ewaybill module] +DEL l10n.in.ewaybill.type: l10n_in_edi_ewaybill.type_bill_of_supply_sub_type_export [renamed to l10n_in_ewaybill module] +DEL l10n.in.ewaybill.type: l10n_in_edi_ewaybill.type_bill_of_supply_sub_type_skd_ckd_lots [renamed to l10n_in_ewaybill module] +DEL l10n.in.ewaybill.type: l10n_in_edi_ewaybill.type_bill_of_supply_sub_type_supply [renamed to l10n_in_ewaybill module] +DEL l10n.in.ewaybill.type: l10n_in_edi_ewaybill.type_tax_invoice_sub_type_export [renamed to l10n_in_ewaybill module] +DEL l10n.in.ewaybill.type: l10n_in_edi_ewaybill.type_tax_invoice_sub_type_skd_ckd_lots [renamed to l10n_in_ewaybill module] +DEL l10n.in.ewaybill.type: l10n_in_edi_ewaybill.type_tax_invoice_sub_type_supply [renamed to l10n_in_ewaybill module] +---Probably obsolete module l10n_in_ewaybill_port--- +---Models in module 'l10n_in_ewaybill_port'--- +---Fields in module 'l10n_in_ewaybill_port'--- +l10n_in_ewaybill_port / account.move / l10n_in_ewaybill_port_partner_id (many2one): DEL relation: res.partner +---XML records in module 'l10n_in_ewaybill_port'--- +DEL ir.ui.view: l10n_in_ewaybill_port.invoice_form_inherit_l10n_in_ewaybill_port +---Probably obsolete module l10n_in_gstin_status--- +---Models in module 'l10n_in_gstin_status'--- +---Fields in module 'l10n_in_gstin_status'--- +l10n_in_gstin_status / account.bank.statement.line / l10n_in_gstin_verified_date (date): module is now 'l10n_in' ('l10n_in_gstin_status') +l10n_in_gstin_status / account.bank.statement.line / l10n_in_partner_gstin_status (boolean): module is now 'l10n_in' ('l10n_in_gstin_status') +l10n_in_gstin_status / account.bank.statement.line / l10n_in_show_gstin_status (boolean): module is now 'l10n_in' ('l10n_in_gstin_status') +l10n_in_gstin_status / account.move / l10n_in_gstin_verified_date (date): module is now 'l10n_in' ('l10n_in_gstin_status') +l10n_in_gstin_status / account.move / l10n_in_partner_gstin_status (boolean): module is now 'l10n_in' ('l10n_in_gstin_status') +l10n_in_gstin_status / account.move / l10n_in_show_gstin_status (boolean): module is now 'l10n_in' ('l10n_in_gstin_status') +l10n_in_gstin_status / res.partner / l10n_in_gstin_verified_date (date): module is now 'l10n_in' ('l10n_in_gstin_status') +l10n_in_gstin_status / res.partner / l10n_in_gstin_verified_status (boolean): module is now 'l10n_in' ('l10n_in_gstin_status') +l10n_in_gstin_status / res.users / l10n_in_gstin_verified_date (date): module is now 'l10n_in' ('l10n_in_gstin_status') +l10n_in_gstin_status / res.users / l10n_in_gstin_verified_status (boolean): module is now 'l10n_in' ('l10n_in_gstin_status') +---XML records in module 'l10n_in_gstin_status'--- +DEL ir.ui.view: l10n_in_gstin_status.l10n_in_view_partner_base_vat_form +DEL ir.ui.view: l10n_in_gstin_status.move_form_inherit_l10n_in_gst_verification +---Probably obsolete module l10n_in_purchase--- +---Models in module 'l10n_in_purchase'--- +---Fields in module 'l10n_in_purchase'--- +l10n_in_purchase / purchase.order / l10n_in_gst_treatment (selection): DEL selection_keys: ['composition', 'consumer', 'deemed_export', 'overseas', 'regular', 'special_economic_zone', 'uin_holders', 'unregistered'] +---XML records in module 'l10n_in_purchase'--- +DEL ir.ui.view: l10n_in_purchase.gst_report_purchaseorder_document_inherit +DEL ir.ui.view: l10n_in_purchase.gst_report_purchasequotation_document_inherit +DEL ir.ui.view: l10n_in_purchase.view_purchase_order_form_inherit_l10n_in_purchase +---Probably obsolete module l10n_in_withholding--- +---Models in module 'l10n_in_withholding'--- +---Fields in module 'l10n_in_withholding'--- +l10n_in_withholding / account.account / l10n_in_tds_tcs_section_id (many2one): module is now 'l10n_in' ('l10n_in_withholding') +l10n_in_withholding / account.bank.statement.line / l10n_in_display_higher_tcs_button (boolean): module is now 'l10n_in' ('l10n_in_withholding') +l10n_in_withholding / account.bank.statement.line / l10n_in_is_withholding (boolean): module is now 'l10n_in' ('l10n_in_withholding') +l10n_in_withholding / account.bank.statement.line / l10n_in_total_withholding_amount (float): module is now 'l10n_in' ('l10n_in_withholding') +l10n_in_withholding / account.bank.statement.line / l10n_in_withhold_move_ids (one2many): module is now 'l10n_in' ('l10n_in_withholding') +l10n_in_withholding / account.bank.statement.line / l10n_in_withholding_line_ids (one2many): module is now 'l10n_in' ('l10n_in_withholding') +l10n_in_withholding / account.bank.statement.line / l10n_in_withholding_ref_move_id (many2one): module is now 'l10n_in' ('l10n_in_withholding') +l10n_in_withholding / account.move / l10n_in_display_higher_tcs_button (boolean): module is now 'l10n_in' ('l10n_in_withholding') +l10n_in_withholding / account.move / l10n_in_is_withholding (boolean): module is now 'l10n_in' ('l10n_in_withholding') +l10n_in_withholding / account.move / l10n_in_total_withholding_amount (float): module is now 'l10n_in' ('l10n_in_withholding') +l10n_in_withholding / account.move / l10n_in_withhold_move_ids (one2many): module is now 'l10n_in' ('l10n_in_withholding') +l10n_in_withholding / account.move / l10n_in_withholding_line_ids (one2many): module is now 'l10n_in' ('l10n_in_withholding') +l10n_in_withholding / account.move / l10n_in_withholding_ref_move_id (many2one): module is now 'l10n_in' ('l10n_in_withholding') +l10n_in_withholding / account.move.line / l10n_in_withhold_tax_amount (float): module is now 'l10n_in' ('l10n_in_withholding') +l10n_in_withholding / account.payment / l10n_in_total_withholding_amount (float): module is now 'l10n_in' ('l10n_in_withholding') +l10n_in_withholding / account.payment / l10n_in_withhold_move_ids (one2many): module is now 'l10n_in' ('l10n_in_withholding') +l10n_in_withholding / account.tax / l10n_in_section_id (many2one) : module is now 'l10n_in' ('l10n_in_withholding') +l10n_in_withholding / account.tax / l10n_in_tds_tax_type (selection): DEL selection_keys: ['purchase', 'sale'] +l10n_in_withholding / l10n_in.section.alert / _order : module is now 'l10n_in' ('l10n_in_withholding') +l10n_in_withholding / l10n_in.section.alert / aggregate_limit (float) : module is now 'l10n_in' ('l10n_in_withholding') +l10n_in_withholding / l10n_in.section.alert / aggregate_period (selection) : module is now 'l10n_in' ('l10n_in_withholding') +l10n_in_withholding / l10n_in.section.alert / consider_amount (selection) : module is now 'l10n_in' ('l10n_in_withholding') +l10n_in_withholding / l10n_in.section.alert / display_name (char) : module is now 'l10n_in' ('l10n_in_withholding') +l10n_in_withholding / l10n_in.section.alert / is_aggregate_limit (boolean) : module is now 'l10n_in' ('l10n_in_withholding') +l10n_in_withholding / l10n_in.section.alert / is_per_transaction_limit (boolean): module is now 'l10n_in' ('l10n_in_withholding') +l10n_in_withholding / l10n_in.section.alert / l10n_in_section_tax_ids (one2many): module is now 'l10n_in' ('l10n_in_withholding') +l10n_in_withholding / l10n_in.section.alert / name (char) : module is now 'l10n_in' ('l10n_in_withholding') +l10n_in_withholding / l10n_in.section.alert / per_transaction_limit (float) : module is now 'l10n_in' ('l10n_in_withholding') +l10n_in_withholding / l10n_in.section.alert / tax_source_type (selection) : module is now 'l10n_in' ('l10n_in_withholding') +l10n_in_withholding / res.company / l10n_in_withholding_account_id (many2one): module is now 'l10n_in' ('l10n_in_withholding') +l10n_in_withholding / res.company / l10n_in_withholding_journal_id (many2one): module is now 'l10n_in' ('l10n_in_withholding') +---XML records in module 'l10n_in_withholding'--- +DEL account.report: l10n_in_withholding.tcs_report [renamed to l10n_in module] +DEL account.report: l10n_in_withholding.tds_report [renamed to l10n_in module] +DEL account.report.column: l10n_in_withholding.tcs_report_balance [renamed to l10n_in module] +DEL account.report.column: l10n_in_withholding.tds_report_balance [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tcs_report_line_section_206c_1_alfhc_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tcs_report_line_section_206c_1_aofpnbtotl_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tcs_report_line_section_206c_1_mbcoloio_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tcs_report_line_section_206c_1_s_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tcs_report_line_section_206c_1_tl_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tcs_report_line_section_206c_1_tobaotuafl_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tcs_report_line_section_206c_1_touafl_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tcs_report_line_section_206c_1c_maq_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tcs_report_line_section_206c_1c_pl_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tcs_report_line_section_206c_1c_tp_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tcs_report_line_section_206c_1f_mv_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tcs_report_line_section_206c_1g_soaotpp_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tcs_report_line_section_206c_1g_som_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tcs_report_line_section_206c_1h_sog_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tds_report_line_section_192_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tds_report_line_section_192a_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tds_report_line_section_193_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tds_report_line_section_194_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tds_report_line_section_194a_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tds_report_line_section_194b_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tds_report_line_section_194bb_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tds_report_line_section_194c_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tds_report_line_section_194d_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tds_report_line_section_194da_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tds_report_line_section_194e_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tds_report_line_section_194ee_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tds_report_line_section_194f_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tds_report_line_section_194g_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tds_report_line_section_194h_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tds_report_line_section_194i_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tds_report_line_section_194ia_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tds_report_line_section_194ib_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tds_report_line_section_194ic_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tds_report_line_section_194j_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tds_report_line_section_194k_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tds_report_line_section_194la_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tds_report_line_section_194lb_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tds_report_line_section_194lba_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tds_report_line_section_194lbb_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tds_report_line_section_194lbc_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tds_report_line_section_194m_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tds_report_line_section_194n_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tds_report_line_section_194o_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tds_report_line_section_194q_tag [renamed to l10n_in module] +DEL account.report.expression: l10n_in_withholding.tds_report_line_section_195_tag [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tcs_report_line_section_206c_1_alfhc [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tcs_report_line_section_206c_1_aofpnbtotl [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tcs_report_line_section_206c_1_mbcoloio [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tcs_report_line_section_206c_1_s [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tcs_report_line_section_206c_1_tl [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tcs_report_line_section_206c_1_tobaotuafl [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tcs_report_line_section_206c_1_touafl [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tcs_report_line_section_206c_1c_maq [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tcs_report_line_section_206c_1c_pl [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tcs_report_line_section_206c_1c_tp [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tcs_report_line_section_206c_1f_mv [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tcs_report_line_section_206c_1g_soaotpp [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tcs_report_line_section_206c_1g_som [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tcs_report_line_section_206c_1h_sog [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tds_report_line_section_192 [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tds_report_line_section_192a [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tds_report_line_section_193 [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tds_report_line_section_194 [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tds_report_line_section_194a [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tds_report_line_section_194b [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tds_report_line_section_194bb [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tds_report_line_section_194c [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tds_report_line_section_194d [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tds_report_line_section_194da [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tds_report_line_section_194e [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tds_report_line_section_194ee [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tds_report_line_section_194f [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tds_report_line_section_194g [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tds_report_line_section_194h [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tds_report_line_section_194i [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tds_report_line_section_194ia [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tds_report_line_section_194ib [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tds_report_line_section_194ic [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tds_report_line_section_194j [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tds_report_line_section_194k [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tds_report_line_section_194la [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tds_report_line_section_194lb [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tds_report_line_section_194lba [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tds_report_line_section_194lbb [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tds_report_line_section_194lbc [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tds_report_line_section_194m [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tds_report_line_section_194n [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tds_report_line_section_194o [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tds_report_line_section_194q [renamed to l10n_in module] +DEL account.report.line: l10n_in_withholding.tds_report_line_section_195 [renamed to l10n_in module] +DEL ir.actions.act_window: l10n_in_withholding.l10n_in_section_alert_action [renamed to l10n_in module] +DEL ir.actions.act_window: l10n_in_withholding.l10n_in_withholding_entry_form_action [renamed to l10n_in module] +DEL ir.model.access: l10n_in_withholding.access_l10n_in_section_alert_account_manager [renamed to l10n_in module] +DEL ir.model.access: l10n_in_withholding.access_l10n_in_section_alert_account_readonly [renamed to l10n_in module] +DEL ir.model.access: l10n_in_withholding.access_l10n_in_withhold_wizard [renamed to l10n_in module] +DEL ir.model.access: l10n_in_withholding.access_l10n_in_withhold_wizard_line +DEL ir.model.constraint: l10n_in_withholding.constraint_l10n_in_section_alert_aggregate_limit [renamed to l10n_in module] +DEL ir.model.constraint: l10n_in_withholding.constraint_l10n_in_section_alert_per_transaction_limit [renamed to l10n_in module] +DEL ir.ui.view: l10n_in_withholding.account_account_tds_tcs_view_form_inherit +DEL ir.ui.view: l10n_in_withholding.account_account_tds_tcs_view_tree_inherit +DEL ir.ui.view: l10n_in_withholding.account_move_view_form_inherit_l10n_in_withholding +DEL ir.ui.view: l10n_in_withholding.l10n_in_section_alert_view_form +DEL ir.ui.view: l10n_in_withholding.l10n_in_section_alert_view_tree +DEL ir.ui.view: l10n_in_withholding.res_config_settings_view_form_inherit_l10n_in_withholding +DEL ir.ui.view: l10n_in_withholding.tds_entry_view_form +DEL ir.ui.view: l10n_in_withholding.view_account_payment_form_inherit_l10n_in_withholding +DEL ir.ui.view: l10n_in_withholding.view_move_line_tree_l10n_in +DEL ir.ui.view: l10n_in_withholding.view_tax_form_inherited_l10n_in_withholding +DEL l10n_in.section.alert: l10n_in_withholding.tcs_section206c1h_g +DEL l10n_in.section.alert: l10n_in_withholding.tcs_section_206c1_alc [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tcs_section_206c1_fo [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tcs_section_206c1_min [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tcs_section_206c1_sc [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tcs_section_206c1_tim [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tcs_section_206c1_tim_o [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tcs_section_206c1_tl [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tcs_section_206c1c_mq [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tcs_section_206c1c_p [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tcs_section_206c1c_t [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tcs_section_206c1f_mv [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tcs_section_206c1g_ot [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tcs_section_206c1g_r [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_192 [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_192a [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_193 [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_194 [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_194a [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_194b [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_194ba [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_194bb [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_194c [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_194d [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_194da [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_194e [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_194ee [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_194f [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_194g [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_194h [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_194i [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_194ia [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_194ib [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_194ic [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_194j [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_194j_dir [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_194k [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_194la [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_194lb [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_194lba1 [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_194lbb [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_194lbc [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_194m [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_194n [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_194o [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_194o_huf [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_194q [renamed to l10n_in module] +DEL l10n_in.section.alert: l10n_in_withholding.tds_section_195 [renamed to l10n_in module] +---Probably obsolete module l10n_in_withholding_payment--- +---Models in module 'l10n_in_withholding_payment'--- +---Fields in module 'l10n_in_withholding_payment'--- +l10n_in_withholding_payment / account.bank.statement.line / l10n_in_withholding_ref_payment_id (many2one): module is now 'l10n_in' ('l10n_in_withholding_payment') +l10n_in_withholding_payment / account.move / l10n_in_withholding_ref_payment_id (many2one): module is now 'l10n_in' ('l10n_in_withholding_payment') +l10n_in_withholding_payment / account.payment / l10n_in_withhold_move_ids (False): DEL mode: modify +---XML records in module 'l10n_in_withholding_payment'--- +---Probably obsolete module l10n_it_edi_ndd--- +---Models in module 'l10n_it_edi_ndd'--- +---Fields in module 'l10n_it_edi_ndd'--- +l10n_it_edi_ndd / account.bank.statement.line / l10n_it_document_type (many2one): module is now 'l10n_it_edi' ('l10n_it_edi_ndd') +l10n_it_edi_ndd / account.bank.statement.line / l10n_it_payment_method (selection): module is now 'l10n_it_edi' ('l10n_it_edi_ndd') +l10n_it_edi_ndd / account.move / l10n_it_document_type (many2one): module is now 'l10n_it_edi' ('l10n_it_edi_ndd') +l10n_it_edi_ndd / account.move / l10n_it_payment_method (selection): module is now 'l10n_it_edi' ('l10n_it_edi_ndd') +l10n_it_edi_ndd / account.payment.method.line / l10n_it_payment_method (selection): module is now 'l10n_it_edi' ('l10n_it_edi_ndd') +l10n_it_edi_ndd / l10n_it.document.type / _order : module is now 'l10n_it_edi' ('l10n_it_edi_ndd') +l10n_it_edi_ndd / l10n_it.document.type / code (char) : module is now 'l10n_it_edi' ('l10n_it_edi_ndd') +l10n_it_edi_ndd / l10n_it.document.type / display_name (char) : module is now 'l10n_it_edi' ('l10n_it_edi_ndd') +l10n_it_edi_ndd / l10n_it.document.type / name (char) : module is now 'l10n_it_edi' ('l10n_it_edi_ndd') +l10n_it_edi_ndd / l10n_it.document.type / type (selection) : module is now 'l10n_it_edi' ('l10n_it_edi_ndd') +---XML records in module 'l10n_it_edi_ndd'--- +DEL ir.model.access: l10n_it_edi_ndd.access_l10n_it_document_type [renamed to l10n_it_edi module] +DEL ir.ui.view: l10n_it_edi_ndd.account_invoice_form_l10n_it +DEL ir.ui.view: l10n_it_edi_ndd.l10n_it_document_type_form +DEL ir.ui.view: l10n_it_edi_ndd.l10n_it_document_type_tree +DEL ir.ui.view: l10n_it_edi_ndd.view_account_journal_form_l10n_it +DEL l10n_it.document.type: l10n_it_edi_ndd.l10n_it_document_type_01 [renamed to l10n_it_edi module] +DEL l10n_it.document.type: l10n_it_edi_ndd.l10n_it_document_type_02 [renamed to l10n_it_edi module] +DEL l10n_it.document.type: l10n_it_edi_ndd.l10n_it_document_type_03 [renamed to l10n_it_edi module] +DEL l10n_it.document.type: l10n_it_edi_ndd.l10n_it_document_type_04 [renamed to l10n_it_edi module] +DEL l10n_it.document.type: l10n_it_edi_ndd.l10n_it_document_type_05 [renamed to l10n_it_edi module] +DEL l10n_it.document.type: l10n_it_edi_ndd.l10n_it_document_type_06 [renamed to l10n_it_edi module] +DEL l10n_it.document.type: l10n_it_edi_ndd.l10n_it_document_type_07 [renamed to l10n_it_edi module] +DEL l10n_it.document.type: l10n_it_edi_ndd.l10n_it_document_type_08 [renamed to l10n_it_edi module] +DEL l10n_it.document.type: l10n_it_edi_ndd.l10n_it_document_type_09 [renamed to l10n_it_edi module] +DEL l10n_it.document.type: l10n_it_edi_ndd.l10n_it_document_type_16 [renamed to l10n_it_edi module] +DEL l10n_it.document.type: l10n_it_edi_ndd.l10n_it_document_type_17 [renamed to l10n_it_edi module] +DEL l10n_it.document.type: l10n_it_edi_ndd.l10n_it_document_type_18 [renamed to l10n_it_edi module] +DEL l10n_it.document.type: l10n_it_edi_ndd.l10n_it_document_type_19 [renamed to l10n_it_edi module] +DEL l10n_it.document.type: l10n_it_edi_ndd.l10n_it_document_type_20 [renamed to l10n_it_edi module] +DEL l10n_it.document.type: l10n_it_edi_ndd.l10n_it_document_type_21 [renamed to l10n_it_edi module] +DEL l10n_it.document.type: l10n_it_edi_ndd.l10n_it_document_type_22 [renamed to l10n_it_edi module] +DEL l10n_it.document.type: l10n_it_edi_ndd.l10n_it_document_type_23 [renamed to l10n_it_edi module] +DEL l10n_it.document.type: l10n_it_edi_ndd.l10n_it_document_type_24 [renamed to l10n_it_edi module] +DEL l10n_it.document.type: l10n_it_edi_ndd.l10n_it_document_type_25 [renamed to l10n_it_edi module] +DEL l10n_it.document.type: l10n_it_edi_ndd.l10n_it_document_type_26 [renamed to l10n_it_edi module] +DEL l10n_it.document.type: l10n_it_edi_ndd.l10n_it_document_type_27 [renamed to l10n_it_edi module] +DEL l10n_it.document.type: l10n_it_edi_ndd.l10n_it_document_type_28 [renamed to l10n_it_edi module] +---Probably obsolete module l10n_it_edi_ndd_account_dn--- +---Models in module 'l10n_it_edi_ndd_account_dn'--- +---Fields in module 'l10n_it_edi_ndd_account_dn'--- +---XML records in module 'l10n_it_edi_ndd_account_dn'--- +DEL ir.ui.view: l10n_it_edi_ndd_account_dn.account_invoice_it_FatturaPA_export_debit_note +---Probably obsolete module l10n_it_edi_website_sale--- +---Models in module 'l10n_it_edi_website_sale'--- +---Fields in module 'l10n_it_edi_website_sale'--- +---XML records in module 'l10n_it_edi_website_sale'--- +DEL ir.ui.view: l10n_it_edi_website_sale.address +---Probably obsolete module l10n_it_edi_withholding--- +---Models in module 'l10n_it_edi_withholding'--- +---Fields in module 'l10n_it_edi_withholding'--- +l10n_it_edi_withholding / account.tax / l10n_it_pension_fund_type (selection): module is now 'l10n_it_edi' ('l10n_it_edi_withholding') +l10n_it_edi_withholding / account.tax / l10n_it_withholding_reason (selection): module is now 'l10n_it_edi' ('l10n_it_edi_withholding') +l10n_it_edi_withholding / account.tax / l10n_it_withholding_type (selection): module is now 'l10n_it_edi' ('l10n_it_edi_withholding') +---XML records in module 'l10n_it_edi_withholding'--- +DEL account.report: l10n_it_edi_withholding.withh_tax_report_it [renamed to l10n_it module] +DEL account.report.column: l10n_it_edi_withholding.withh_tax_report_balance [renamed to l10n_it module] +DEL account.report.expression: l10n_it_edi_withholding.enasarco_purchase_tax_report_it_line_tag [renamed to l10n_it module] +DEL account.report.expression: l10n_it_edi_withholding.enasarco_sale_tax_report_it_line_tag [renamed to l10n_it module] +DEL account.report.expression: l10n_it_edi_withholding.withh_purchase_tax_report_it_line_tag [renamed to l10n_it module] +DEL account.report.expression: l10n_it_edi_withholding.withh_sale_tax_report_it_line_tag [renamed to l10n_it module] +DEL account.report.line: l10n_it_edi_withholding.enasarco_purchase_tax_report_it_line [renamed to l10n_it module] +DEL account.report.line: l10n_it_edi_withholding.enasarco_sale_tax_report_it_line [renamed to l10n_it module] +DEL account.report.line: l10n_it_edi_withholding.withh_purchase_tax_report_it_line [renamed to l10n_it module] +DEL account.report.line: l10n_it_edi_withholding.withh_sale_tax_report_it_line [renamed to l10n_it module] +DEL ir.ui.view: l10n_it_edi_withholding.account_invoice_it_FatturaPA_export_withholding +DEL ir.ui.view: l10n_it_edi_withholding.account_view_tax_form_l10n_it_edi_extended +DEL ir.ui.view: l10n_it_edi_withholding.view_invoice_tree_l10n_it_edi_extended +---Probably obsolete module l10n_jo_edi_extended--- +---Models in module 'l10n_jo_edi_extended'--- +---Fields in module 'l10n_jo_edi_extended'--- +l10n_jo_edi_extended / account.bank.statement.line / l10n_jo_edi_invoice_type (selection): module is now 'l10n_jo_edi' ('l10n_jo_edi_extended') +l10n_jo_edi_extended / account.move / l10n_jo_edi_invoice_type (selection): module is now 'l10n_jo_edi' ('l10n_jo_edi_extended') +l10n_jo_edi_extended / account.move / l10n_jo_edi_state (False) : DEL selection_keys: ['demo', 'sent', 'to_send'], mode: modify +l10n_jo_edi_extended / res.company / l10n_jo_edi_demo_mode (boolean): module is now 'l10n_jo_edi' ('l10n_jo_edi_extended') +---XML records in module 'l10n_jo_edi_extended'--- +DEL ir.ui.view: l10n_jo_edi_extended.res_config_settings_view_form +DEL ir.ui.view: l10n_jo_edi_extended.view_account_invoice_filter +DEL ir.ui.view: l10n_jo_edi_extended.view_move_form +DEL ir.ui.view: l10n_jo_edi_extended.view_out_credit_note_tree +DEL ir.ui.view: l10n_jo_edi_extended.view_out_invoice_tree +---Probably obsolete module l10n_mx_hr--- +---Models in module 'l10n_mx_hr'--- +---Fields in module 'l10n_mx_hr'--- +l10n_mx_hr / hr.employee / l10n_mx_curp (char) : DEL +l10n_mx_hr / hr.employee / l10n_mx_rfc (char) : DEL +---XML records in module 'l10n_mx_hr'--- +DEL ir.ui.view: l10n_mx_hr.hr_employee_form +---Probably obsolete module l10n_my_edi_extended--- +---Models in module 'l10n_my_edi_extended'--- +---Fields in module 'l10n_my_edi_extended'--- +l10n_my_edi_extended / account.bank.statement.line / l10n_my_invoice_need_edi (boolean): module is now 'l10n_my_edi' ('l10n_my_edi_extended') +l10n_my_edi_extended / account.move / l10n_my_edi_invoice_long_id (char): DEL +l10n_my_edi_extended / account.move / l10n_my_invoice_need_edi (boolean): module is now 'l10n_my_edi' ('l10n_my_edi_extended') +l10n_my_edi_extended / account.move.line / l10n_my_edi_classification_code (selection): module is now 'l10n_my_edi' ('l10n_my_edi_extended') +l10n_my_edi_extended / res.partner / l10n_my_edi_industrial_classification (many2one): module is now 'l10n_my_edi' ('l10n_my_edi_extended') +l10n_my_edi_extended / res.partner / l10n_my_edi_malaysian_tin (char): module is now 'l10n_my_edi' ('l10n_my_edi_extended') +l10n_my_edi_extended / res.users / l10n_my_edi_industrial_classification (many2one): module is now 'l10n_my_edi' ('l10n_my_edi_extended') +l10n_my_edi_extended / res.users / l10n_my_edi_malaysian_tin (char): module is now 'l10n_my_edi' ('l10n_my_edi_extended') +---XML records in module 'l10n_my_edi_extended'--- +DEL ir.actions.server: l10n_my_edi_extended.invoice_send_to_myinvois [renamed to l10n_my_edi module] +DEL ir.ui.view: l10n_my_edi_extended.portal_my_details_fields +DEL ir.ui.view: l10n_my_edi_extended.report_invoice +DEL ir.ui.view: l10n_my_edi_extended.report_invoice_document +DEL ir.ui.view: l10n_my_edi_extended.view_move_form_inherit_l10n_my_myinvois_extended +DEL ir.ui.view: l10n_my_edi_extended.view_partner_form_inherit_l10n_my_myinvois_extended +---Probably obsolete module l10n_pe_website_sale--- +---Models in module 'l10n_pe_website_sale'--- +---Fields in module 'l10n_pe_website_sale'--- +---XML records in module 'l10n_pe_website_sale'--- +DEL ir.model.access: l10n_pe_website_sale.access_city_portal [renamed to l10n_pe module] +DEL ir.model.access: l10n_pe_website_sale.access_city_public [renamed to l10n_pe module] +DEL ir.ui.view: l10n_pe_website_sale.address +DEL ir.ui.view: l10n_pe_website_sale.partner_address_info +DEL ir.ui.view: l10n_pe_website_sale.partner_info +---Probably obsolete module l10n_pl_taxable_supply_date--- +---Models in module 'l10n_pl_taxable_supply_date'--- +---Fields in module 'l10n_pl_taxable_supply_date'--- +---XML records in module 'l10n_pl_taxable_supply_date'--- +DEL ir.ui.view: l10n_pl_taxable_supply_date.report_invoice_document +DEL ir.ui.view: l10n_pl_taxable_supply_date.view_move_form_l10n_pl +---Probably obsolete module l10n_ro_efactura_synchronize--- +---Models in module 'l10n_ro_efactura_synchronize'--- +---Fields in module 'l10n_ro_efactura_synchronize'--- +l10n_ro_efactura_synchronize / res.company / l10n_ro_edi_anaf_imported_inv_journal_id (many2one): module is now 'l10n_ro_edi' ('l10n_ro_efactura_synchronize') +---XML records in module 'l10n_ro_efactura_synchronize'--- +DEL ir.cron: l10n_ro_efactura_synchronize.ir_cron_l10n_ro_edi_synchronize_invoices [renamed to l10n_ro_edi module] +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 +---Probably obsolete module l10n_tr_nilvera_einvoice_extended--- +---Models in module 'l10n_tr_nilvera_einvoice_extended'--- +---Fields in module 'l10n_tr_nilvera_einvoice_extended'--- +l10n_tr_nilvera_einvoice_extended / account.move / l10n_tr_exemption_code_id (many2one): DEL relation: l10n_tr_nilvera_einvoice_extended.account.tax.code +l10n_tr_nilvera_einvoice_extended / account.move / l10n_tr_gib_invoice_scenario (selection): DEL selection_keys: ['KAMU', 'TEMELFATURA'] +l10n_tr_nilvera_einvoice_extended / account.move / l10n_tr_gib_invoice_type (selection): DEL selection_keys: ['IHRACKAYITLI', 'ISTISNA', 'SATIS', 'TEVKIFAT'] +l10n_tr_nilvera_einvoice_extended / account.move / l10n_tr_is_export_invoice (boolean): DEL +l10n_tr_nilvera_einvoice_extended / account.move / l10n_tr_shipping_type (selection): DEL selection_keys: ['1', '2', '3', '4', '5', '6', '7', '8', '9'] +l10n_tr_nilvera_einvoice_extended / account.move.line / l10n_tr_ctsp_number (char) : DEL +l10n_tr_nilvera_einvoice_extended / account.tax / l10n_tr_tax_withholding_code_id (many2one): DEL relation: l10n_tr_nilvera_einvoice_extended.account.tax.code +l10n_tr_nilvera_einvoice_extended / l10n_tr_nilvera_einvoice_extended.account.tax.code / code (integer) : DEL required +l10n_tr_nilvera_einvoice_extended / l10n_tr_nilvera_einvoice_extended.account.tax.code / code_type (selection) : DEL required, selection_keys: ['exception', 'export_exception', 'export_registration', 'withholding'] +l10n_tr_nilvera_einvoice_extended / l10n_tr_nilvera_einvoice_extended.account.tax.code / name (char) : DEL required +l10n_tr_nilvera_einvoice_extended / l10n_tr_nilvera_einvoice_extended.account.tax.code / percentage (float) : DEL +l10n_tr_nilvera_einvoice_extended / l10n_tr_nilvera_einvoice_extended.tax.office / code (integer) : DEL +l10n_tr_nilvera_einvoice_extended / l10n_tr_nilvera_einvoice_extended.tax.office / name (char) : DEL +l10n_tr_nilvera_einvoice_extended / l10n_tr_nilvera_einvoice_extended.tax.office / state_id (many2one) : DEL relation: res.country.state +l10n_tr_nilvera_einvoice_extended / product.product / l10n_tr_ctsp_number (char) : DEL +l10n_tr_nilvera_einvoice_extended / res.company / l10n_tr_nilvera_export_alias (char): DEL +l10n_tr_nilvera_einvoice_extended / res.partner / l10n_tr_tax_office_id (many2one): DEL relation: l10n_tr_nilvera_einvoice_extended.tax.office +---XML records in module 'l10n_tr_nilvera_einvoice_extended'--- +DEL account.incoterms: l10n_tr_nilvera_einvoice_extended.incoterm_DAF +DEL account.incoterms: l10n_tr_nilvera_einvoice_extended.incoterm_DDU +DEL account.incoterms: l10n_tr_nilvera_einvoice_extended.incoterm_DEQ +DEL account.incoterms: l10n_tr_nilvera_einvoice_extended.incoterm_DES +DEL ir.actions.act_window: l10n_tr_nilvera_einvoice_extended.action_l10n_tr_nilvera_einvoice_extended_account_tax_code_list +DEL ir.actions.act_window: l10n_tr_nilvera_einvoice_extended.action_l10n_tr_nilvera_einvoice_extended_tax_office_list +DEL ir.model.access: l10n_tr_nilvera_einvoice_extended.access_l10n_tr_nilvera_einvoice_extended_account_tax_code +DEL ir.model.access: l10n_tr_nilvera_einvoice_extended.access_l10n_tr_nilvera_einvoice_extended_account_tax_code_readonly +DEL ir.model.access: l10n_tr_nilvera_einvoice_extended.access_l10n_tr_nilvera_einvoice_extended_tax_office_employee +DEL ir.model.access: l10n_tr_nilvera_einvoice_extended.access_l10n_tr_nilvera_einvoice_extended_tax_office_group_partner_manager +DEL ir.model.access: l10n_tr_nilvera_einvoice_extended.access_l10n_tr_nilvera_einvoice_extended_tax_office_group_system +DEL ir.model.access: l10n_tr_nilvera_einvoice_extended.access_l10n_tr_nilvera_einvoice_extended_tax_office_portal +DEL ir.model.access: l10n_tr_nilvera_einvoice_extended.access_l10n_tr_nilvera_einvoice_extended_tax_office_public +DEL ir.ui.menu: l10n_tr_nilvera_einvoice_extended.l10n_tr_menu_account_tax_code +DEL ir.ui.menu: l10n_tr_nilvera_einvoice_extended.l10n_tr_menu_state_office_partner +DEL ir.ui.view: l10n_tr_nilvera_einvoice_extended.account_move_form_view_l10n_tr_nilvera_extended +DEL ir.ui.view: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_account_tax_code_view_form +DEL ir.ui.view: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_account_tax_code_view_list +DEL ir.ui.view: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_view_form +DEL ir.ui.view: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_view_list +DEL ir.ui.view: l10n_tr_nilvera_einvoice_extended.product_product_only_form_view_inherit_l10n_tr_nilvera_extended +DEL ir.ui.view: l10n_tr_nilvera_einvoice_extended.product_template_only_form_view_inherit_l10n_tr_nilvera_extended +DEL ir.ui.view: l10n_tr_nilvera_einvoice_extended.res_config_settings_view_form_l10n_tr_nilvera_extended +DEL ir.ui.view: l10n_tr_nilvera_einvoice_extended.ubl_tr_InvoiceLineType +DEL ir.ui.view: l10n_tr_nilvera_einvoice_extended.ubl_tr_LineDelivery +DEL ir.ui.view: l10n_tr_nilvera_einvoice_extended.ubl_tr_export_InvoiceType +DEL ir.ui.view: l10n_tr_nilvera_einvoice_extended.view_account_tax_form_view_l10n_tr_nilvera_extended +DEL ir.ui.view: l10n_tr_nilvera_einvoice_extended.view_company_form_inherit_l10n_tr_nilvera_extended +DEL ir.ui.view: l10n_tr_nilvera_einvoice_extended.view_partner_form_l10n_tr_nilvera_extended +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_001 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_002 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_003 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_004 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_005 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_006 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_007 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_008 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_009 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_010 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_011 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_012 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_013 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_014 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_015 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_016 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_017 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_018 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_019 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_020 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_021 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_022 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_023 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_024 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_025 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_026 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_027 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_028 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_029 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_030 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_031 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_032 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_033 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_034 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_035 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_036 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_037 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_038 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_039 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_040 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_041 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_042 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_043 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_044 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_045 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_046 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_047 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_048 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_049 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_050 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_051 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_052 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_053 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_054 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_055 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_056 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_057 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_058 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_059 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_060 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_061 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_062 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_063 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_064 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_065 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_066 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_067 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_068 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_069 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_070 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_071 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_072 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_073 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_074 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_075 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_076 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_077 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_078 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_079 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_080 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_081 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_082 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_083 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_084 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_085 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_086 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_087 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_088 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_089 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_090 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_091 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_092 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_093 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_094 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_095 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_096 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_097 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_098 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_099 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_100 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1000 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1001 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1002 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1003 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1004 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1005 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1006 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1007 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1008 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1009 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_101 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1010 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1011 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1012 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1013 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1014 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1015 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1016 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1017 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1018 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1019 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_102 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1020 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1021 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1022 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1023 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1024 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1025 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1026 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1027 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1028 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1029 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_103 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1030 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1031 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1032 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1033 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1034 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1035 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1036 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1037 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1038 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1039 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_104 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1040 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1041 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1042 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1043 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1044 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1045 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_1046 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_105 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_106 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_107 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_108 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_109 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_110 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_111 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_112 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_113 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_114 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_115 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_116 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_117 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_118 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_119 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_120 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_121 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_122 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_123 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_124 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_125 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_126 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_127 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_128 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_129 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_130 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_131 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_132 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_133 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_134 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_135 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_136 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_137 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_138 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_139 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_140 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_141 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_142 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_143 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_144 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_145 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_146 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_147 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_148 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_149 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_150 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_151 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_152 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_153 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_154 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_155 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_156 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_157 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_158 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_159 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_160 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_161 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_162 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_163 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_164 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_165 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_166 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_167 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_168 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_169 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_170 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_171 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_172 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_173 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_174 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_175 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_176 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_177 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_178 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_179 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_180 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_181 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_182 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_183 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_184 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_185 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_186 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_187 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_188 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_189 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_190 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_191 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_192 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_193 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_194 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_195 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_196 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_197 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_198 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_199 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_200 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_201 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_202 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_203 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_204 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_205 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_206 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_207 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_208 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_209 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_210 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_211 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_212 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_213 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_214 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_215 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_216 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_217 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_218 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_219 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_220 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_221 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_222 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_223 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_224 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_225 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_226 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_227 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_228 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_229 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_230 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_231 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_232 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_233 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_234 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_235 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_236 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_237 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_238 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_239 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_240 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_241 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_242 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_243 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_244 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_245 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_246 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_247 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_248 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_249 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_250 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_251 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_252 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_253 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_254 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_255 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_256 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_257 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_258 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_259 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_260 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_261 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_262 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_263 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_264 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_265 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_266 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_267 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_268 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_269 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_270 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_271 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_272 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_273 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_274 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_275 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_276 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_277 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_278 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_279 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_280 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_281 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_282 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_283 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_284 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_285 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_286 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_287 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_288 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_289 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_290 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_291 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_292 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_293 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_294 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_295 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_296 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_297 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_298 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_299 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_300 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_301 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_302 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_303 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_304 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_305 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_306 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_307 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_308 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_309 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_310 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_311 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_312 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_313 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_314 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_315 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_316 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_317 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_318 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_319 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_320 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_321 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_322 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_323 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_324 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_325 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_326 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_327 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_328 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_329 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_330 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_331 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_332 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_333 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_334 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_335 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_336 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_337 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_338 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_339 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_340 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_341 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_342 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_343 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_344 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_345 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_346 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_347 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_348 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_349 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_350 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_351 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_352 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_353 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_354 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_355 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_356 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_357 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_358 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_359 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_360 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_361 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_362 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_363 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_364 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_365 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_366 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_367 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_368 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_369 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_370 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_371 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_372 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_373 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_374 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_375 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_376 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_377 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_378 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_379 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_380 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_381 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_382 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_383 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_384 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_385 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_386 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_387 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_388 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_389 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_390 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_391 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_392 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_393 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_394 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_395 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_396 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_397 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_398 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_399 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_400 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_401 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_402 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_403 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_404 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_405 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_406 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_407 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_408 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_409 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_410 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_411 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_412 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_413 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_414 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_415 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_416 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_417 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_418 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_419 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_420 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_421 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_422 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_423 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_424 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_425 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_426 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_427 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_428 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_429 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_430 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_431 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_432 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_433 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_434 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_435 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_436 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_437 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_438 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_439 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_440 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_441 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_442 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_443 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_444 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_445 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_446 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_447 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_448 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_449 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_450 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_451 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_452 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_453 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_454 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_455 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_456 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_457 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_458 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_459 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_460 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_461 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_462 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_463 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_464 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_465 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_466 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_467 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_468 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_469 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_470 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_471 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_472 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_473 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_474 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_475 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_476 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_477 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_478 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_479 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_480 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_481 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_482 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_483 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_484 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_485 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_486 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_487 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_488 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_489 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_490 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_491 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_492 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_493 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_494 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_495 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_496 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_497 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_498 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_499 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_500 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_501 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_502 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_503 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_504 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_505 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_506 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_507 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_508 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_509 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_510 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_511 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_512 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_513 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_514 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_515 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_516 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_517 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_518 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_519 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_520 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_521 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_522 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_523 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_524 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_525 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_526 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_527 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_528 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_529 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_530 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_531 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_532 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_533 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_534 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_535 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_536 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_537 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_538 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_539 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_540 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_541 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_542 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_543 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_544 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_545 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_546 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_547 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_548 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_549 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_550 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_551 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_552 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_553 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_554 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_555 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_556 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_557 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_558 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_559 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_560 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_561 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_562 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_563 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_564 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_565 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_566 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_567 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_568 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_569 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_570 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_571 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_572 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_573 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_574 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_575 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_576 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_577 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_578 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_579 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_580 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_581 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_582 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_583 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_584 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_585 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_586 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_587 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_588 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_589 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_590 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_591 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_592 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_593 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_594 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_595 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_596 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_597 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_598 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_599 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_600 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_601 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_602 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_603 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_604 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_605 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_606 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_607 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_608 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_609 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_610 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_611 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_612 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_613 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_614 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_615 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_616 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_617 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_618 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_619 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_620 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_621 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_622 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_623 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_624 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_625 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_626 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_627 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_628 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_629 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_630 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_631 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_632 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_633 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_634 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_635 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_636 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_637 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_638 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_639 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_640 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_641 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_642 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_643 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_644 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_645 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_646 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_647 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_648 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_649 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_650 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_651 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_652 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_653 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_654 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_655 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_656 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_657 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_658 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_659 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_660 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_661 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_662 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_663 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_664 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_665 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_666 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_667 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_668 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_669 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_670 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_671 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_672 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_673 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_674 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_675 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_676 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_677 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_678 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_679 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_680 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_681 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_682 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_683 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_684 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_685 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_686 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_687 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_688 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_689 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_690 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_691 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_692 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_693 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_694 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_695 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_696 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_697 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_698 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_699 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_700 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_701 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_702 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_703 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_704 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_705 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_706 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_707 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_708 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_709 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_710 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_711 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_712 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_713 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_714 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_715 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_716 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_717 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_718 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_719 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_720 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_721 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_722 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_723 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_724 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_725 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_726 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_727 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_728 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_729 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_730 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_731 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_732 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_733 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_734 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_735 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_736 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_737 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_738 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_739 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_740 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_741 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_742 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_743 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_744 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_745 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_746 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_747 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_748 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_749 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_750 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_751 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_752 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_753 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_754 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_755 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_756 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_757 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_758 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_759 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_760 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_761 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_762 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_763 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_764 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_765 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_766 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_767 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_768 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_769 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_770 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_771 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_772 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_773 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_774 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_775 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_776 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_777 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_778 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_779 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_780 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_781 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_782 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_783 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_784 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_785 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_786 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_787 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_788 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_789 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_790 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_791 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_792 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_793 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_794 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_795 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_796 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_797 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_798 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_799 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_800 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_801 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_802 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_803 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_804 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_805 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_806 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_807 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_808 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_809 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_810 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_811 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_812 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_813 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_814 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_815 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_816 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_817 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_818 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_819 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_820 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_821 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_822 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_823 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_824 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_825 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_826 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_827 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_828 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_829 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_830 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_831 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_832 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_833 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_834 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_835 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_836 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_837 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_838 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_839 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_840 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_841 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_842 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_843 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_844 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_845 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_846 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_847 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_848 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_849 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_850 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_851 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_852 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_853 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_854 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_855 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_856 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_857 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_858 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_859 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_860 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_861 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_862 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_863 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_864 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_865 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_866 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_867 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_868 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_869 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_870 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_871 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_872 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_873 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_874 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_875 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_876 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_877 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_878 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_879 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_880 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_881 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_882 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_883 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_884 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_885 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_886 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_887 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_888 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_889 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_890 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_891 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_892 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_893 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_894 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_895 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_896 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_897 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_898 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_899 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_900 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_901 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_902 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_903 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_904 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_905 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_906 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_907 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_908 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_909 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_910 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_911 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_912 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_913 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_914 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_915 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_916 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_917 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_918 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_919 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_920 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_921 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_922 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_923 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_924 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_925 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_926 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_927 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_928 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_929 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_930 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_931 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_932 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_933 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_934 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_935 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_936 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_937 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_938 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_939 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_940 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_941 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_942 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_943 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_944 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_945 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_946 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_947 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_948 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_949 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_950 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_951 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_952 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_953 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_954 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_955 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_956 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_957 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_958 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_959 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_960 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_961 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_962 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_963 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_964 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_965 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_966 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_967 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_968 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_969 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_970 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_971 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_972 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_973 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_974 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_975 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_976 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_977 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_978 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_979 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_980 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_981 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_982 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_983 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_984 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_985 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_986 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_987 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_988 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_989 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_990 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_991 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_992 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_993 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_994 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_995 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_996 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_997 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_998 +DEL l10n_tr_nilvera_einvoice_extended.tax.office: l10n_tr_nilvera_einvoice_extended.l10n_tr_nilvera_einvoice_extended_tax_office_999 +---Probably obsolete module l10n_uy_website_sale--- +---Models in module 'l10n_uy_website_sale'--- +---Fields in module 'l10n_uy_website_sale'--- +---XML records in module 'l10n_uy_website_sale'--- +DEL ir.ui.view: l10n_uy_website_sale.address +DEL ir.ui.view: l10n_uy_website_sale.partner_info +DEL ir.ui.view: l10n_uy_website_sale.portal_my_details_fields +---Probably obsolete module membership--- +---Models in module 'membership'--- +---Fields in module 'membership'--- +membership / membership.membership_line / account_invoice_line (many2one): DEL relation: account.move.line +membership / membership.membership_line / company_id (many2one) : DEL relation: res.company +membership / membership.membership_line / date (date) : DEL +membership / membership.membership_line / date_cancel (date) : DEL +membership / membership.membership_line / date_from (date) : DEL +membership / membership.membership_line / date_to (date) : DEL +membership / membership.membership_line / member_price (float) : DEL required +membership / membership.membership_line / membership_id (many2one) : DEL relation: product.product, required +membership / membership.membership_line / partner (many2one) : DEL relation: res.partner +membership / membership.membership_line / state (selection) : DEL selection_keys: ['canceled', 'free', 'invoiced', 'none', 'old', 'paid', 'waiting'] +membership / product.template / membership (boolean) : DEL +membership / product.template / membership_date_from (date) : DEL +membership / product.template / membership_date_to (date) : DEL +membership / res.partner / associate_member (many2one) : DEL relation: res.partner +membership / res.partner / free_member (boolean) : DEL +membership / res.partner / member_lines (one2many) : DEL relation: membership.membership_line +membership / res.partner / membership_amount (float) : DEL +membership / res.partner / membership_cancel (date) : DEL +membership / res.partner / membership_start (date) : DEL +membership / res.partner / membership_state (selection) : DEL selection_keys: ['canceled', 'free', 'invoiced', 'none', 'old', 'paid', 'waiting'] +membership / res.partner / membership_stop (date) : DEL +---XML records in module 'membership'--- +DEL ir.actions.act_window: membership.action_membership_invoice_view +DEL ir.actions.act_window: membership.action_membership_members +DEL ir.actions.act_window: membership.action_membership_products +DEL ir.actions.act_window: membership.action_report_membership_tree +DEL ir.actions.act_window.view: membership.action_membership_members_view_form +DEL ir.actions.act_window.view: membership.action_membership_members_view_kanban +DEL ir.actions.act_window.view: membership.action_membership_members_view_tree +DEL ir.actions.act_window.view: membership.action_membership_product_view_form +DEL ir.actions.act_window.view: membership.action_membership_product_view_kanban +DEL ir.actions.act_window.view: membership.action_membership_product_view_tree +DEL ir.cron: membership.ir_cron_update_membership +DEL ir.model.access: membership.access_membership_invoice +DEL ir.model.access: membership.access_membership_membership_line_employee +DEL ir.model.access: membership.access_membership_membership_line_partner_manager +DEL ir.model.access: membership.access_report_membership +DEL ir.model.constraint: membership.constraint_product_template_membership_date_greater +DEL ir.ui.menu: membership.menu_association +DEL ir.ui.menu: membership.menu_marketing_config_association +DEL ir.ui.menu: membership.menu_membership +DEL ir.ui.menu: membership.menu_membership_products +DEL ir.ui.menu: membership.menu_report_membership +DEL ir.ui.view: membership.membership_members_tree +DEL ir.ui.view: membership.membership_product_search_form_view +DEL ir.ui.view: membership.membership_products_form +DEL ir.ui.view: membership.membership_products_kanban +DEL ir.ui.view: membership.membership_products_tree +DEL ir.ui.view: membership.report_membership_view_tree +DEL ir.ui.view: membership.view_membership_invoice_view +DEL ir.ui.view: membership.view_partner_form +DEL ir.ui.view: membership.view_report_membership_graph1 +DEL ir.ui.view: membership.view_report_membership_pivot +DEL ir.ui.view: membership.view_report_membership_search +DEL ir.ui.view: membership.view_res_partner_member_filter +---Probably obsolete module payment_razorpay_oauth--- +---Models in module 'payment_razorpay_oauth'--- +---Fields in module 'payment_razorpay_oauth'--- +payment_razorpay_oauth / payment.provider / razorpay_access_token (char) : module is now 'payment_razorpay' ('payment_razorpay_oauth') +payment_razorpay_oauth / payment.provider / razorpay_access_token_expiry (datetime): module is now 'payment_razorpay' ('payment_razorpay_oauth') +payment_razorpay_oauth / payment.provider / razorpay_account_id (char) : module is now 'payment_razorpay' ('payment_razorpay_oauth') +payment_razorpay_oauth / payment.provider / razorpay_public_token (char) : module is now 'payment_razorpay' ('payment_razorpay_oauth') +payment_razorpay_oauth / payment.provider / razorpay_refresh_token (char) : module is now 'payment_razorpay' ('payment_razorpay_oauth') +---XML records in module 'payment_razorpay_oauth'--- +DEL ir.ui.view: payment_razorpay_oauth.authorization_error +DEL ir.ui.view: payment_razorpay_oauth.payment_provider_form_razorpay_oauth +---Probably obsolete module pos_epson_printer--- +---Models in module 'pos_epson_printer'--- +---Fields in module 'pos_epson_printer'--- +pos_epson_printer / pos.config / epson_printer_ip (char) : module is now 'point_of_sale' ('pos_epson_printer') +pos_epson_printer / pos.printer / epson_printer_ip (char) : module is now 'point_of_sale' ('pos_epson_printer') +pos_epson_printer / pos.printer / printer_type (False) : DEL selection_keys: ['epson_epos', 'iot'], mode: modify +---XML records in module 'pos_epson_printer'--- +DEL ir.ui.view: pos_epson_printer.pos_iot_config_view_form +DEL ir.ui.view: pos_epson_printer.res_config_settings_view_form +DEL ir.ui.view: pos_epson_printer.view_pos_printer_form +---Probably obsolete module pos_paytm--- +---Models in module 'pos_paytm'--- +---Fields in module 'pos_paytm'--- +pos_paytm / pos.payment.method / accept_payment (selection) : DEL selection_keys: ['auto', 'manual'] +pos_paytm / pos.payment.method / allowed_payment_modes (selection): DEL selection_keys: ['all', 'card', 'qr'] +pos_paytm / pos.payment.method / channel_id (char) : DEL +pos_paytm / pos.payment.method / paytm_merchant_key (char) : DEL +pos_paytm / pos.payment.method / paytm_mid (char) : DEL +pos_paytm / pos.payment.method / paytm_test_mode (boolean) : DEL +pos_paytm / pos.payment.method / paytm_tid (char) : DEL +---XML records in module 'pos_paytm'--- +DEL ir.ui.view: pos_paytm.pos_payment_method_view_form_inherit_pos_paytm +---Probably obsolete module pos_six--- +---Models in module 'pos_six'--- +---Fields in module 'pos_six'--- +pos_six / pos.payment.method / six_terminal_ip (char) : DEL +---XML records in module 'pos_six'--- +DEL ir.ui.view: pos_six.pos_payment_method_view_form_inherit_pos_adyen +---Probably obsolete module pos_viva_wallet--- +---Models in module 'pos_viva_wallet'--- +---Fields in module 'pos_viva_wallet'--- +pos_viva_wallet / pos.payment.method / viva_wallet_api_key (char) : DEL +pos_viva_wallet / pos.payment.method / viva_wallet_bearer_token (char): DEL +pos_viva_wallet / pos.payment.method / viva_wallet_client_id (char) : DEL +pos_viva_wallet / pos.payment.method / viva_wallet_client_secret (char): DEL +pos_viva_wallet / pos.payment.method / viva_wallet_latest_response (json): DEL +pos_viva_wallet / pos.payment.method / viva_wallet_merchant_id (char): DEL +pos_viva_wallet / pos.payment.method / viva_wallet_terminal_id (char): DEL +pos_viva_wallet / pos.payment.method / viva_wallet_test_mode (boolean): DEL +pos_viva_wallet / pos.payment.method / viva_wallet_webhook_verification_key (char): DEL +---XML records in module 'pos_viva_wallet'--- +DEL ir.ui.view: pos_viva_wallet.pos_payment_method_view_form_inherit_pos_viva_wallet +---Probably obsolete module product_images--- +---Models in module 'product_images'--- +---Fields in module 'product_images'--- +product_images / product.product / image_fetch_pending (boolean) : DEL +---XML records in module 'product_images'--- +DEL ir.actions.act_window: product_images.product_product_action_get_pic_with_barcode +DEL ir.actions.act_window: product_images.product_template_action_get_pic_with_barcode +DEL ir.cron: product_images.ir_cron_fetch_image +DEL ir.model.access: product_images.access_product_get_pic_barcode_manager +DEL ir.rule: product_images.product_images_product_fetch_image_wizard_rule +DEL ir.ui.view: product_images.product_fetch_image_wizard_view_form +DEL ir.ui.view: product_images.res_config_settings_view_form +---Probably obsolete module sale_async_emails--- +---Models in module 'sale_async_emails'--- +---Fields in module 'sale_async_emails'--- +sale_async_emails / sale.order / pending_email_template_id (many2one): module is now 'sale' ('sale_async_emails') +---XML records in module 'sale_async_emails'--- +DEL ir.config_parameter: sale_async_emails.async_emails [renamed to sale module] +DEL ir.cron: sale_async_emails.cron +---Probably obsolete module web_editor--- +---Models in module 'web_editor'--- +---Fields in module 'web_editor'--- +web_editor / web_editor.converter.test / binary (binary) : DEL attachment: False +web_editor / web_editor.converter.test / char (char) : DEL +web_editor / web_editor.converter.test / date (date) : DEL +web_editor / web_editor.converter.test / datetime (datetime) : DEL +web_editor / web_editor.converter.test / float (float) : DEL +web_editor / web_editor.converter.test / html (html) : DEL +web_editor / web_editor.converter.test / integer (integer) : DEL +web_editor / web_editor.converter.test / many2one (many2one) : DEL relation: web_editor.converter.test.sub +web_editor / web_editor.converter.test / numeric (float) : DEL +web_editor / web_editor.converter.test / selection_str (selection) : DEL selection_keys: ['A', 'B', 'C', 'D'] +web_editor / web_editor.converter.test / text (text) : DEL +web_editor / web_editor.converter.test.sub / name (char) : DEL +---XML records in module 'web_editor'--- +DEL ir.asset: web_editor.13_0_color_system_support_primary_variables_scss +DEL ir.model.access: web_editor.access_web_editor_converter_test +DEL ir.model.access: web_editor.access_web_editor_converter_test_sub +DEL ir.ui.view: web_editor.colorpicker +DEL ir.ui.view: web_editor.s_hr +DEL ir.ui.view: web_editor.snippet_options +DEL ir.ui.view: web_editor.snippet_options_background_color_widget +DEL ir.ui.view: web_editor.snippet_options_background_options +DEL ir.ui.view: web_editor.snippet_options_image_optimization_widgets +DEL ir.ui.view: web_editor.snippet_options_version_control +DEL ir.ui.view: web_editor.snippets +DEL ir.ui.view: web_editor.tests +---Probably obsolete module website_event_jitsi--- +---Models in module 'website_event_jitsi'--- +---Fields in module 'website_event_jitsi'--- +---XML records in module 'website_event_jitsi'--- +DEL ir.ui.view: website_event_jitsi.res_config_settings_view_form +---Probably obsolete module website_event_meet--- +---Models in module 'website_event_meet'--- +---Fields in module 'website_event_meet'--- +website_event_meet / event.event / meeting_room_allow_creation (boolean): DEL +website_event_meet / event.event / meeting_room_ids (one2many) : DEL relation: event.meeting.room +website_event_meet / event.meeting.room / active (boolean) : DEL +website_event_meet / event.meeting.room / chat_room_id (many2one) : DEL relation: chat.room, required +website_event_meet / event.meeting.room / event_id (many2one) : DEL relation: event.event, required +website_event_meet / event.meeting.room / is_pinned (boolean) : DEL +website_event_meet / event.meeting.room / is_published (boolean) : DEL +website_event_meet / event.meeting.room / name (char) : DEL required +website_event_meet / event.meeting.room / summary (char) : DEL +website_event_meet / event.meeting.room / target_audience (char) : DEL +website_event_meet / event.type / meeting_room_allow_creation (boolean): DEL +website_event_meet / website.event.menu / menu_type (False) : DEL selection_keys: ['booth', 'community', 'exhibitor', 'introduction', 'location', 'meeting_room', 'register', 'track', 'track_proposal'], mode: modify +---XML records in module 'website_event_meet'--- +DEL ir.actions.act_window: website_event_meet.action_meeting_room_from_event +DEL ir.actions.act_window: website_event_meet.event_meeting_room_action +DEL ir.model.access: website_event_meet.access_chat_room_registration +DEL ir.model.access: website_event_meet.access_chat_room_user +DEL ir.model.access: website_event_meet.access_event_meeting_room_employee +DEL ir.model.access: website_event_meet.access_event_meeting_room_portal +DEL ir.model.access: website_event_meet.access_event_meeting_room_public +DEL ir.model.access: website_event_meet.access_event_meeting_room_user +DEL ir.rule: website_event_meet.event_meeting_room_rule_share +DEL ir.ui.view: website_event_meet.community_aside +DEL ir.ui.view: website_event_meet.community_main +DEL ir.ui.view: website_event_meet.event_event_view_form +DEL ir.ui.view: website_event_meet.event_meet +DEL ir.ui.view: website_event_meet.event_meet_main +DEL ir.ui.view: website_event_meet.event_meeting_room_view_form +DEL ir.ui.view: website_event_meet.event_meeting_room_view_search +DEL ir.ui.view: website_event_meet.event_meeting_room_view_tree +DEL ir.ui.view: website_event_meet.event_type_view_form +DEL ir.ui.view: website_event_meet.meeting_room_aside +DEL ir.ui.view: website_event_meet.meeting_room_card +DEL ir.ui.view: website_event_meet.meeting_room_main +DEL ir.ui.view: website_event_meet.snippet_options +---Probably obsolete module website_event_meet_quiz--- +---Models in module 'website_event_meet_quiz'--- +---Fields in module 'website_event_meet_quiz'--- +---XML records in module 'website_event_meet_quiz'--- +DEL ir.ui.view: website_event_meet_quiz.community_aside +DEL ir.ui.view: website_event_meet_quiz.community_leaderboard_small +DEL ir.ui.view: website_event_meet_quiz.visitor_quiz_points_card +---Probably obsolete module website_jitsi--- +---Models in module 'website_jitsi'--- +---Fields in module 'website_jitsi'--- +website_jitsi / chat.room / lang_id (many2one) : DEL relation: res.lang +website_jitsi / chat.room / last_activity (datetime) : DEL +website_jitsi / chat.room / max_capacity (selection) : DEL required, selection_keys: ['12', '16', '20', '4', '8', 'no_limit'] +website_jitsi / chat.room / max_participant_reached (integer): DEL +website_jitsi / chat.room / name (char) : DEL required +website_jitsi / chat.room / participant_count (integer) : DEL +---XML records in module 'website_jitsi'--- +DEL ir.actions.act_window: website_jitsi.chat_room_action +DEL ir.model.access: website_jitsi.access_chat_room_all +DEL ir.model.access: website_jitsi.access_chat_room_system +DEL ir.model.access: website_jitsi.access_chat_room_user +DEL ir.ui.menu: website_jitsi.chat_room_menu +DEL ir.ui.view: website_jitsi.chat_room_join_button +DEL ir.ui.view: website_jitsi.chat_room_view_form +DEL ir.ui.view: website_jitsi.chat_room_view_search +DEL ir.ui.view: website_jitsi.chat_room_view_tree +---Probably obsolete module website_membership--- +---Models in module 'website_membership'--- +---Fields in module 'website_membership'--- +---XML records in module 'website_membership'--- +DEL ir.model.access: website_membership.access_membership_membership_line_portal +DEL ir.model.access: website_membership.access_membership_membership_line_public +DEL ir.model.access: website_membership.access_membership_product_product_public +DEL ir.rule: website_membership.membership_membership_line_public +DEL ir.rule: website_membership.membership_product_product_public +DEL ir.ui.view: website_membership.index +DEL ir.ui.view: website_membership.opt_index_country +DEL ir.ui.view: website_membership.opt_index_google_map +DEL ir.ui.view: website_membership.partner +DEL ir.ui.view: website_membership.product_template_view_form +DEL ir.ui.view: website_membership.product_template_view_tree +DEL ir.ui.view: website_membership.snippet_options +---Probably obsolete module website_payment_authorize--- +---Models in module 'website_payment_authorize'--- +---Fields in module 'website_payment_authorize'--- +---XML records in module 'website_payment_authorize'--- +DEL ir.ui.view: website_payment_authorize.res_config_settings_view_form diff --git a/openupgrade_scripts/scripts/base_address_extended/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/base_address_extended/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..9d7a604ba575 --- /dev/null +++ b/openupgrade_scripts/scripts/base_address_extended/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'base_address_extended'--- +---Fields in module 'base_address_extended'--- +---XML records in module 'base_address_extended'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/base_automation/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/base_automation/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..3d20b4620d6e --- /dev/null +++ b/openupgrade_scripts/scripts/base_automation/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,6 @@ + + + + model._cron_process_time_based_actions() + + diff --git a/openupgrade_scripts/scripts/base_automation/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/base_automation/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..a391d2e28484 --- /dev/null +++ b/openupgrade_scripts/scripts/base_automation/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,13 @@ +---Models in module 'base_automation'--- +---Fields in module 'base_automation'--- +base_automation / base.automation / activity_ids (one2many) : NEW relation: mail.activity +base_automation / base.automation / message_follower_ids (one2many): NEW relation: mail.followers +base_automation / base.automation / message_ids (one2many) : NEW relation: mail.message +base_automation / base.automation / previous_domain (char) : NEW hasdefault: default, stored: False +base_automation / base.automation / rating_ids (one2many) : NEW relation: rating.rating +base_automation / base.automation / trg_date_range_mode (selection): NEW selection_keys: ['after', 'before'], hasdefault: compute +base_automation / base.automation / website_message_ids (one2many): NEW relation: mail.message +base_automation / ir.actions.server / name (False) : DEL mode: modify +---XML records in module 'base_automation'--- +NEW ir.ui.view: base_automation.view_server_action_form +DEL ir.ui.view: base_automation.ir_actions_server_view_form_automation diff --git a/openupgrade_scripts/scripts/base_geolocalize/19.0.2.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/base_geolocalize/19.0.2.1/upgrade_analysis.txt new file mode 100644 index 000000000000..def686d4e634 --- /dev/null +++ b/openupgrade_scripts/scripts/base_geolocalize/19.0.2.1/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'base_geolocalize'--- +---Fields in module 'base_geolocalize'--- +---XML records in module 'base_geolocalize'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/base_import/19.0.2.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/base_import/19.0.2.0/upgrade_analysis.txt new file mode 100644 index 000000000000..2b29bafa70fe --- /dev/null +++ b/openupgrade_scripts/scripts/base_import/19.0.2.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'base_import'--- +---Fields in module 'base_import'--- +---XML records in module 'base_import'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/base_import_module/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/base_import_module/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..d6614e933748 --- /dev/null +++ b/openupgrade_scripts/scripts/base_import_module/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'base_import_module'--- +---Fields in module 'base_import_module'--- +---XML records in module 'base_import_module'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/base_install_request/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/base_install_request/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..943e13e4a400 --- /dev/null +++ b/openupgrade_scripts/scripts/base_install_request/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,40 @@ + + + + +
+

+ Hello, +

+ has requested to activate the module. +

+

+ +
+

+ Review Request +

+ Thanks, + +
+
+
--
Mitchell Admin
+
+

+

+
+
+ +
+
diff --git a/openupgrade_scripts/scripts/base_install_request/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/base_install_request/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..0696b52e05d9 --- /dev/null +++ b/openupgrade_scripts/scripts/base_install_request/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'base_install_request'--- +---Fields in module 'base_install_request'--- +---XML records in module 'base_install_request'--- +NEW ir.model.access: base_install_request.access_ir_module_module_dependency_group_user +NEW ir.model.access: base_install_request.access_ir_module_module_exclusion_group_user diff --git a/openupgrade_scripts/scripts/base_setup/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/base_setup/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..23fac86caa2d --- /dev/null +++ b/openupgrade_scripts/scripts/base_setup/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'base_setup'--- +---Fields in module 'base_setup'--- +---XML records in module 'base_setup'--- +DEL ir.config_parameter: base_setup.setup_default_user_rights diff --git a/openupgrade_scripts/scripts/base_sparse_field/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/base_sparse_field/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..0d1aafef98f1 --- /dev/null +++ b/openupgrade_scripts/scripts/base_sparse_field/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'base_sparse_field'--- +---Fields in module 'base_sparse_field'--- +---XML records in module 'base_sparse_field'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/base_vat/19.0.2.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/base_vat/19.0.2.0/upgrade_analysis.txt new file mode 100644 index 000000000000..b7e9b75afa50 --- /dev/null +++ b/openupgrade_scripts/scripts/base_vat/19.0.2.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'base_vat'--- +---Fields in module 'base_vat'--- +---XML records in module 'base_vat'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/bus/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/bus/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..74be995ef76a --- /dev/null +++ b/openupgrade_scripts/scripts/bus/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,11 @@ +---Models in module 'bus'--- +---Fields in module 'bus'--- +bus / bus.presence / last_poll (datetime) : DEL +bus / bus.presence / last_presence (datetime) : DEL +bus / bus.presence / status (selection) : DEL selection_keys: ['away', 'offline', 'online'] +bus / bus.presence / user_id (many2one) : DEL relation: res.users +bus / res.partner / im_status (char) : module is now 'mail' ('bus') +bus / res.users / im_status (char) : module is now 'mail' ('bus') +---XML records in module 'bus'--- +DEL ir.model.access: bus.access_bus_presence +DEL ir.model.access: bus.access_bus_presence_portal diff --git a/openupgrade_scripts/scripts/calendar/19.0.1.1/noupdate_changes.xml b/openupgrade_scripts/scripts/calendar/19.0.1.1/noupdate_changes.xml new file mode 100644 index 000000000000..2c5070ea310b --- /dev/null +++ b/openupgrade_scripts/scripts/calendar/19.0.1.1/noupdate_changes.xml @@ -0,0 +1,813 @@ + + + + +
+ + + + + + +

+ Date Updated + +

+

+ Hello Ready Mat, + + Your appointment with Jesse Brown has been updated: + + Your appointment has been updated: + Schedule a Demo is now scheduled for + 05/04/2021 at (11:00:00 To 11:30:00) (Europe/Brussels). + + + Your appointment with Colleen Diaz + is now scheduled for 05/04/2021 at (11:00:00 To 11:30:00) (Europe/Brussels). + + + The date of the meeting Follow-up for Project proposal created by Colleen Diaz is now scheduled for + 05/04/2021 at (11:00:00 To 11:30:00) (Europe/Brussels). + +

+ +
+

Details

+ + + + + + + + + + + + + + + + + + + + + +
Date & Time + Tuesday + 4 + May 2021 + + 11:00 AM + + + (Europe/Brussels) + + + +
When + Every 1 Weeks, for 3 events +
Duration + 0H30 +
Location + Bruxelles + View Map +
+ Join with + Join + + + Odoo Discuss + Video meeting + +
+
+
+

Attendees

+
+ + + Mitchell Admin + + + You + +
+
+
+

Description of the event

+ Internal meeting for discussion for new pricing for product and services. +
+

+ Thank you! + + + Mitchell Admin + + +

+
+
+ + + + +
+ + +
+ + + + +

+ Invitation +

+

+ Hello Wood Corner, + + + You have been invited by Customer to the Follow-up for Project proposal meeting. + + Colleen Diaz invited you for the Follow-up for Project proposal meeting. + + + + Your meeting Follow-up for Project proposal has been booked. + +

+ +
+

Details

+ + + + + + + + + + + + + + + + + + + + + +
Date & Time + Tuesday + 4 + May 2021 + + 11:00 AM + + + (Europe/Brussels) + + + +
When + Every 1 Weeks, for 3 events +
Duration + 0H30 +
Location + Bruxelles + View Map +
+ Join with + Join + + + Odoo Discuss + Video meeting + +
+
+
+

Attendees

+
+ + + Mitchell Admin + + + You + +
+
+
+

Description of the event

+ Internal meeting for discussion for new pricing for product and services. +
+

+ Thank you! + + + Mitchell Admin + + +

+
+
+ + + + +
+ + +
+ + +

+ Reminder + +

+

+ Hello Gemini Furniture,
+ This is a reminder for the event below. +

+ +
+

Details

+ + + + + + + + + + + + + + + + + + + + + +
Date & Time + Tuesday + 4 + May 2021 + + 11:00 AM + + + (Europe/Brussels) + + + +
When + Every 1 Weeks, for 3 events +
Duration + 0H30 +
Location + Bruxelles + View Map +
+ Join with + Join + + + Odoo Discuss + Video meeting + +
+
+
+

Attendees

+
+ + + Mitchell Admin + + + You + +
+
+
+

Description of the event

+ Internal meeting for discussion for new pricing for product and services. +
+

+ Thank you! + + + Mitchell Admin + + +

+
+
+ + + + +
+ + +
+ + + +

+ Event updated + +

+

Hello, + This meeting has been updated. +

+
+

Details

+ + + + + + + + + + + + + + + + + + + + + +
Date & Time + Tuesday + 4 + May 2021 + + 11:00 AM + + + (Europe/Brussels) + + + +
When + Every 1 Weeks, for 3 events +
Duration + 0H30 +
Location + Bruxelles + View Map +
+ Join with + Join + + + Odoo Discuss + Video meeting + +
+
+
+

Attendees

+
+ + + Mitchell Admin + + + You + +
+
+
+

Description of the event

+ Internal meeting for discussion for new pricing for product and services. +
+

+ Thank you! + + + Mitchell Admin + + +

+
+
+ Used to manually notify attendees + + + +
+
diff --git a/openupgrade_scripts/scripts/calendar/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/calendar/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..f682b7340e29 --- /dev/null +++ b/openupgrade_scripts/scripts/calendar/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,12 @@ +---Models in module 'calendar'--- +---Fields in module 'calendar'--- +calendar / calendar.alarm / notify_responsible (boolean) : NEW hasdefault: default +calendar / calendar.event / notes (html) : NEW +calendar / calendar.event / unavailable_partner_ids (many2many): previously in module hr_calendar +calendar / discuss.channel / calendar_event_ids (one2many) : NEW relation: calendar.event +---XML records in module 'calendar'--- +NEW ir.actions.act_window: calendar.action_event_delete_wizard +NEW ir.config_parameter: calendar.default_privacy +NEW ir.ui.view: calendar.view_event_delete_wizard_form +DEL ir.ui.view: calendar.res_partner_kanban_view +NEW mail.template: calendar.calendar_template_delete_event diff --git a/openupgrade_scripts/scripts/calendar_sms/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/calendar_sms/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..bd3953d8cf6a --- /dev/null +++ b/openupgrade_scripts/scripts/calendar_sms/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'calendar_sms'--- +---Fields in module 'calendar_sms'--- +calendar_sms / calendar.alarm / sms_notify_responsible (boolean): DEL +---XML records in module 'calendar_sms'--- diff --git a/openupgrade_scripts/scripts/certificate/19.0.0.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/certificate/19.0.0.1/upgrade_analysis.txt new file mode 100644 index 000000000000..e5870e28e835 --- /dev/null +++ b/openupgrade_scripts/scripts/certificate/19.0.0.1/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'certificate'--- +---Fields in module 'certificate'--- +---XML records in module 'certificate'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/cloud_storage/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/cloud_storage/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..f1766acebf81 --- /dev/null +++ b/openupgrade_scripts/scripts/cloud_storage/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'cloud_storage'--- +---Fields in module 'cloud_storage'--- +---XML records in module 'cloud_storage'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/contacts/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/contacts/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..d2a19b40acef --- /dev/null +++ b/openupgrade_scripts/scripts/contacts/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'contacts'--- +---Fields in module 'contacts'--- +---XML records in module 'contacts'--- +DEL ir.ui.menu: contacts.menu_partner_title_contact diff --git a/openupgrade_scripts/scripts/crm/19.0.1.9/noupdate_changes.xml b/openupgrade_scripts/scripts/crm/19.0.1.9/noupdate_changes.xml new file mode 100644 index 000000000000..90f102e2545b --- /dev/null +++ b/openupgrade_scripts/scripts/crm/19.0.1.9/noupdate_changes.xml @@ -0,0 +1,20 @@ + + + + phone_state,email_state,state_id,country_id,source_id,lang_id,tag_ids + + + 11 + + + 5 + + + 8 + + + 10 + + diff --git a/openupgrade_scripts/scripts/crm/19.0.1.9/upgrade_analysis.txt b/openupgrade_scripts/scripts/crm/19.0.1.9/upgrade_analysis.txt new file mode 100644 index 000000000000..1c32900c3348 --- /dev/null +++ b/openupgrade_scripts/scripts/crm/19.0.1.9/upgrade_analysis.txt @@ -0,0 +1,20 @@ +---Models in module 'crm'--- +---Fields in module 'crm'--- +crm / crm.lead / commercial_partner_id (many2one): NEW relation: res.partner, hasdefault: compute, stored: False +crm / crm.lead / mobile (char) : DEL +crm / crm.lead / title (many2one) : DEL relation: res.partner.title +crm / crm.lead / won_status (selection) : NEW selection_keys: ['lost', 'pending', 'won'], isfunction: function, stored +crm / crm.lead.scoring.frequency.field / color (integer) : NEW hasdefault: default +crm / crm.stage / color (integer) : NEW +crm / crm.stage / rotting_threshold_days (integer): NEW hasdefault: default +crm / crm.stage / team_id (many2one) : DEL relation: crm.team +crm / crm.stage / team_ids (many2many) : NEW relation: crm.team +crm / crm.team.member / assignment_domain_preferred (char): NEW +crm / res.users / target_sales_done (integer) : DEL +crm / res.users / target_sales_won (integer) : DEL +---XML records in module 'crm'--- +NEW ir.actions.act_window: crm.mail_followers_edit_action_from_lead +NEW ir.model.constraint: crm.constraint_crm_lead_create_date_team_id_idx +NEW ir.model.constraint: crm.constraint_crm_lead_default_order_idx +NEW ir.model.constraint: crm.constraint_crm_lead_user_id_team_id_type_index +DEL ir.ui.view: crm.crm_lead_partner_kanban_view diff --git a/openupgrade_scripts/scripts/crm_iap_enrich/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/crm_iap_enrich/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..38fae4e55a94 --- /dev/null +++ b/openupgrade_scripts/scripts/crm_iap_enrich/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'crm_iap_enrich'--- +---Fields in module 'crm_iap_enrich'--- +---XML records in module 'crm_iap_enrich'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/crm_iap_mine/19.0.1.2/noupdate_changes.xml b/openupgrade_scripts/scripts/crm_iap_mine/19.0.1.2/noupdate_changes.xml new file mode 100644 index 000000000000..69fdb73c2762 --- /dev/null +++ b/openupgrade_scripts/scripts/crm_iap_mine/19.0.1.2/noupdate_changes.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/openupgrade_scripts/scripts/crm_iap_mine/19.0.1.2/upgrade_analysis.txt b/openupgrade_scripts/scripts/crm_iap_mine/19.0.1.2/upgrade_analysis.txt new file mode 100644 index 000000000000..edc46c805046 --- /dev/null +++ b/openupgrade_scripts/scripts/crm_iap_mine/19.0.1.2/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'crm_iap_mine'--- +---Fields in module 'crm_iap_mine'--- +---XML records in module 'crm_iap_mine'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/crm_livechat/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/crm_livechat/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..28c1e68a4ebd --- /dev/null +++ b/openupgrade_scripts/scripts/crm_livechat/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,12 @@ +---Models in module 'crm_livechat'--- +---Fields in module 'crm_livechat'--- +crm_livechat / chatbot.script.step / step_type (False) : selection_keys added: [create_lead_and_forward] (most likely nothing to do) +crm_livechat / crm.lead / origin_channel_id (many2one) : NEW relation: discuss.channel +crm_livechat / discuss.channel / has_crm_lead (boolean) : NEW isfunction: function, stored +crm_livechat / discuss.channel / lead_ids (one2many) : NEW relation: crm.lead +---XML records in module 'crm_livechat'--- +NEW ir.model.constraint: crm_livechat.constraint_discuss_channel_has_crm_lead_index +NEW ir.rule: crm_livechat.ir_rule_discuss_channel_crm_lead +NEW ir.rule: crm_livechat.ir_rule_discuss_channel_member_crm_lead +NEW ir.ui.view: crm_livechat.crm_lead_view_form +NEW ir.ui.view: crm_livechat.discuss_channel_view_form diff --git a/openupgrade_scripts/scripts/data_recycle/19.0.1.3/upgrade_analysis.txt b/openupgrade_scripts/scripts/data_recycle/19.0.1.3/upgrade_analysis.txt new file mode 100644 index 000000000000..c030824b347e --- /dev/null +++ b/openupgrade_scripts/scripts/data_recycle/19.0.1.3/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'data_recycle'--- +---Fields in module 'data_recycle'--- +---XML records in module 'data_recycle'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/delivery/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/delivery/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..0b6f7bf16e28 --- /dev/null +++ b/openupgrade_scripts/scripts/delivery/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/openupgrade_scripts/scripts/delivery/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/delivery/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..880f647a5f8c --- /dev/null +++ b/openupgrade_scripts/scripts/delivery/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,12 @@ +---Models in module 'delivery'--- +---Fields in module 'delivery'--- +delivery / delivery.carrier / allow_cash_on_delivery (boolean): NEW +delivery / payment.provider / custom_mode (False) : NEW selection_keys: ['cash_on_delivery', 'wire_transfer'], mode: modify +delivery / res.partner / is_pickup_location (boolean) : NEW +---XML records in module 'delivery'--- +NEW ir.ui.view: delivery.delivery_provider_module_kanban +NEW ir.ui.view: delivery.delivery_provider_module_list +NEW ir.ui.view: delivery.delivery_submit_button +NEW ir.ui.view: delivery.payment_provider_form +NEW payment.method: delivery.payment_method_cash_on_delivery +NEW payment.provider: delivery.payment_provider_cod diff --git a/openupgrade_scripts/scripts/delivery_mondialrelay/19.0.0.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/delivery_mondialrelay/19.0.0.1/upgrade_analysis.txt new file mode 100644 index 000000000000..c88897830620 --- /dev/null +++ b/openupgrade_scripts/scripts/delivery_mondialrelay/19.0.0.1/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'delivery_mondialrelay'--- +---Fields in module 'delivery_mondialrelay'--- +---XML records in module 'delivery_mondialrelay'--- +NEW ir.ui.view: delivery_mondialrelay.address_card diff --git a/openupgrade_scripts/scripts/delivery_stock_picking_batch/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/delivery_stock_picking_batch/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..323a86b6f12d --- /dev/null +++ b/openupgrade_scripts/scripts/delivery_stock_picking_batch/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'delivery_stock_picking_batch'--- +---Fields in module 'delivery_stock_picking_batch'--- +---XML records in module 'delivery_stock_picking_batch'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/digest/19.0.1.1/noupdate_changes.xml b/openupgrade_scripts/scripts/digest/19.0.1.1/noupdate_changes.xml new file mode 100644 index 000000000000..73f186e73339 --- /dev/null +++ b/openupgrade_scripts/scripts/digest/19.0.1.1/noupdate_changes.xml @@ -0,0 +1,338 @@ + + + + diff --git a/openupgrade_scripts/scripts/digest/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/digest/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..1148c062c445 --- /dev/null +++ b/openupgrade_scripts/scripts/digest/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'digest'--- +---Fields in module 'digest'--- +---XML records in module 'digest'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/event/19.0.1.9/noupdate_changes.xml b/openupgrade_scripts/scripts/event/19.0.1.9/noupdate_changes.xml new file mode 100644 index 000000000000..094fbcbcbd0a --- /dev/null +++ b/openupgrade_scripts/scripts/event/19.0.1.9/noupdate_changes.xml @@ -0,0 +1,1735 @@ + + + + 24 + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + +
+ Your registration +
+ + Guest + + +
+ + Download Badges + + + + +
+
+
+
+ + + + + + + +
+
Guest + Hello ,

+ Please find attached your badge for + + OpenWood Collection Online Reveal + + OpenWood Collection Online Reveal. + +
+
+ + + + + + + +
+ Add this event to your calendar + + + iCal + + + + Outlook + + + + Google + +
+
+
+
+ See you soon,
+ + --
+ + YourCompany + + + The OpenWood Collection Online Reveal Team + +
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
+ + +
May 4, 20217:00 AM + - 5:00 PM +
+
+ From + May 4, 2021 - 7:00 AM +
+ To + May 6, 2021 - 5:00 PM +
+
+ (Europe/Brussels) +
+
+ + + + + + + +
Teksa SpA
+
+ +
Puerto Madero 9710
+ + + +
Of A15, Santiago (RM)
+ + +
+ Pudahuel, + + C1, + + + 98450 + + +
+ +
Argentina
+ + +
+
+
+ +
+
+
+ + +
+ Questions about this event? +
Please contact the organizer:
+ +
+
+
+ + +
+
+
+ + +
+ Get the best mobile experience. + Install our mobile app +
+
+
+ + +
+
+
+ + + + + + +
+ +
+
+
+
+
+ + + + + +
+ Sent by YourCompany +
+ Discover all our events. +
+
+
+
+
+ + +
+ + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + +
+ Your registration +
+ Guest + + +
+ +
+ QR Code +
+
+ + + +
+
+
+
+ + + + + + + +
+
Guest + Hello ,

+ We are excited to remind you that the event + + OpenWood Collection Online Reveal + + + OpenWood Collection Online Reveal + + is starting today. +
+
+ + + + + + + +
+ Add this event to your calendar + + + iCal + + + + Outlook + + + + Google + +
+
+
+
+ We confirm your registration and hope to meet you there,
+ + --
+ + YourCompany + + + The OpenWood Collection Online Reveal Team + +
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
+ + +
May 4, 20217:00 AM + - 5:00 PM +
+
+ From + May 4, 2021 - 7:00 AM +
+ To + May 6, 2021 - 5:00 PM +
+
+ (Europe/Brussels) +
+
+ + + + + + + +
Teksa SpA
+
+ +
Puerto Madero 9710
+ + + +
Of A15, Santiago (RM)
+ + +
+ Pudahuel, + + C1, + + + 98450 + + +
+ +
Argentina
+ + +
+
+
+ +
+
+
+ + +
+ Questions about this event? +
Please contact the organizer:
+ +
+
+
+ +
+
+ +
+ Get the best mobile experience. + Install our mobile app +
+
+ +
+
+ + + + + +
+ +
+
+
+
+ + + + +
+ Sent by YourCompany +
+ Discover all our events. +
+
+
+
+ + +
+ + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + +
+ Your registration +
+ + Guest + + + +
+ +
+ QR Code +
+
+ + + +
+
+
+
+ + + + + + + +
+
Guest + Hello ,

+ We are happy to confirm your registration to the event + + OpenWood Collection Online Reveal + + + OpenWood Collection Online Reveal + . + + This ticket was registered by . + +
+

+ The order for this ticket has reference + and was placed on + for an amount of + + . +
+
+ + + + + + + +
+ Add this event to your calendar + + + iCal + + + + Outlook + + + + Google + +
+
+
+
+ See you soon,
+ + --
+ + YourCompany + + + The OpenWood Collection Online Reveal Team + +
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
+ + +
May 4, 20217:00 AM + - 5:00 PM +
+
+ From + May 4, 2021 - 7:00 AM +
+ To + May 6, 2021 - 5:00 PM +
+
+ (Europe/Brussels) +
+
+ + + + + + + +
Teksa SpA
+
+ +
Puerto Madero 9710
+ + + +
Of A15, Santiago (RM)
+ + +
+ Pudahuel, + + C1, + + + 98450 + + +
+ +
Argentina
+ + +
+
+
+ +
+
+
+ + +
+ Questions about this event? +
Please contact the organizer:
+ +
+
+
+ + +
+
+
+ + +
+ Get the best mobile experience. + Install our mobile app +
+
+
+ + +
+
+
+ + + + + + +
+ +
+
+
+
+
+ + + + + +
+ Sent by YourCompany +
+ Discover all our events. +
+
+
+
+
+ + +
+
diff --git a/openupgrade_scripts/scripts/event/19.0.1.9/upgrade_analysis.txt b/openupgrade_scripts/scripts/event/19.0.1.9/upgrade_analysis.txt new file mode 100644 index 000000000000..68401a301f11 --- /dev/null +++ b/openupgrade_scripts/scripts/event/19.0.1.9/upgrade_analysis.txt @@ -0,0 +1,77 @@ +---Models in module 'event'--- +---Fields in module 'event'--- +event / event.event / badge_format (selection) : selection_keys removed: [96x134, 96x82] +event / event.event / event_slot_ids (one2many) : NEW relation: event.slot +event / event.event / event_url (char) : NEW hasdefault: compute +event / event.event / general_question_ids (one2many): table is now 'event_event_event_question_rel' ('False') +event / event.event / general_question_ids (one2many): type is now 'many2many' ('one2many') +event / event.event / is_multi_slots (boolean) : NEW +event / event.event / kanban_state (selection) : selection_keys added: [cancel] (most likely nothing to do) +event / event.event / kanban_state_label (char) : DEL +event / event.event / question_ids (one2many) : table is now 'event_event_event_question_rel' ('False') +event / event.event / question_ids (one2many) : type is now 'many2many' ('one2many') +event / event.event / specific_question_ids (one2many): table is now 'event_event_event_question_rel' ('False') +event / event.event / specific_question_ids (one2many): type is now 'many2many' ('one2many') +event / event.event.ticket / limit_max_per_order (integer) : NEW hasdefault: default +event / event.mail / error_datetime (datetime) : NEW +event / event.mail / interval_type (selection) : selection_keys added: [after_event_start, before_event_end] (most likely nothing to do) +event / event.mail / mail_slot_ids (one2many) : NEW relation: event.mail.slot +event / event.mail / mail_state (selection) : selection_keys added: [cancelled, error] (most likely nothing to do) +event / event.mail.slot / event_slot_id (many2one) : NEW relation: event.slot, required +event / event.mail.slot / last_registration_id (many2one): NEW relation: event.registration +event / event.mail.slot / mail_count_done (integer) : NEW +event / event.mail.slot / mail_done (boolean) : NEW +event / event.mail.slot / scheduled_date (datetime) : NEW isfunction: function, stored +event / event.mail.slot / scheduler_id (many2one) : NEW relation: event.mail, required +event / event.question / active (boolean) : NEW hasdefault: default +event / event.question / event_id (many2one) : DEL relation: event.event +event / event.question / event_ids (many2many) : NEW relation: event.event +event / event.question / event_type_id (many2one) : DEL relation: event.type +event / event.question / event_type_ids (many2many) : NEW relation: event.type +event / event.question / is_default (boolean) : NEW +event / event.question / is_reusable (boolean) : NEW isfunction: function, stored +event / event.registration / event_begin_date (datetime) : not related anymore +event / event.registration / event_begin_date (datetime) : now a function +event / event.registration / event_end_date (datetime) : not related anymore +event / event.registration / event_end_date (datetime) : now a function +event / event.registration / event_slot_id (many2one) : NEW relation: event.slot +event / event.slot / color (integer) : NEW hasdefault: default +event / event.slot / date (date) : NEW required +event / event.slot / end_datetime (datetime) : NEW isfunction: function, stored +event / event.slot / end_hour (float) : NEW required +event / event.slot / event_id (many2one) : NEW relation: event.event, required +event / event.slot / registration_ids (one2many) : NEW relation: event.registration +event / event.slot / start_datetime (datetime) : NEW isfunction: function, stored +event / event.slot / start_hour (float) : NEW required +event / event.stage / legend_blocked (char) : DEL required +event / event.stage / legend_done (char) : DEL required +event / event.stage / legend_normal (char) : DEL required +event / event.type / question_ids (one2many) : table is now 'event_question_event_type_rel' ('False') +event / event.type / question_ids (one2many) : type is now 'many2many' ('one2many') +event / event.type.mail / interval_type (selection) : selection_keys added: [after_event_start, before_event_end] (most likely nothing to do) +---XML records in module 'event'--- +NEW event.question: event.event_question_email +NEW event.question: event.event_question_name +NEW event.question: event.event_question_phone +DEL event.stage: event.event_stage_cancelled +NEW ir.actions.act_window: event.event_question_action +NEW ir.actions.act_window: event.event_slot_action_from_event +DEL ir.actions.client: event.event_action_install_kiosk_pwa +DEL ir.actions.report: event.action_report_event_registration_badge_96x134 +DEL ir.actions.report: event.action_report_event_registration_badge_96x82 +NEW ir.model.access: event.access_event_mail_slot_manager +NEW ir.model.access: event.access_event_mail_slot_registration +NEW ir.model.access: event.access_event_slot_registration +NEW ir.model.access: event.access_event_slot_user +NEW ir.model.constraint: event.constraint_event_question_check_default_question_is_reusable +NEW ir.ui.menu: event.event_question_menu +NEW ir.ui.view: event.event_question_view_list +NEW ir.ui.view: event.event_question_view_list_add +NEW ir.ui.view: event.event_question_view_search +NEW ir.ui.view: event.view_event_slot_calendar +NEW ir.ui.view: event.view_event_slot_form +NEW ir.ui.view: event.view_event_slot_multi_create_form +NEW ir.ui.view: event.view_event_slot_tree +DEL ir.ui.view: event.event_report_template_esc_label_96x134_badge +DEL ir.ui.view: event.event_report_template_esc_label_96x82_badge +NEW res.groups.privilege: event.res_groups_privilege_events diff --git a/openupgrade_scripts/scripts/event_booth/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/event_booth/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..8787ed09e10e --- /dev/null +++ b/openupgrade_scripts/scripts/event_booth/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'event_booth'--- +---Fields in module 'event_booth'--- +---XML records in module 'event_booth'--- +NEW ir.model.access: event_booth.access_event_booth_desk diff --git a/openupgrade_scripts/scripts/event_booth_sale/19.0.1.2/upgrade_analysis.txt b/openupgrade_scripts/scripts/event_booth_sale/19.0.1.2/upgrade_analysis.txt new file mode 100644 index 000000000000..5ac2ef2fb1de --- /dev/null +++ b/openupgrade_scripts/scripts/event_booth_sale/19.0.1.2/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'event_booth_sale'--- +---Fields in module 'event_booth_sale'--- +event_booth_sale / product.template / service_tracking (False) : selection_keys added: [partnership, repair] (most likely nothing to do) +---XML records in module 'event_booth_sale'--- diff --git a/openupgrade_scripts/scripts/event_crm/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/event_crm/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..f4f04022b91f --- /dev/null +++ b/openupgrade_scripts/scripts/event_crm/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,7 @@ +---Models in module 'event_crm'--- +---Fields in module 'event_crm'--- +event_crm / event.lead.request / event_lead_rule_ids (many2many): NEW relation: event.lead.rule +---XML records in module 'event_crm'--- +NEW ir.actions.act_window: event_crm.event_lead_rule_answer_action +NEW ir.actions.server: event_crm.action_generate_leads +NEW ir.ui.view: event_crm.event_question_view_form diff --git a/openupgrade_scripts/scripts/event_product/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/event_product/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..a87e16e51f1a --- /dev/null +++ b/openupgrade_scripts/scripts/event_product/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,9 @@ + + + + + + diff --git a/openupgrade_scripts/scripts/event_product/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/event_product/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..1ba386ad791f --- /dev/null +++ b/openupgrade_scripts/scripts/event_product/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,7 @@ +---Models in module 'event_product'--- +---Fields in module 'event_product'--- +event_product / event.registration / sale_status (selection) : previously in module event_sale +---XML records in module 'event_product'--- +NEW ir.ui.view: event_product.event_registration_ticket_view_form +NEW ir.ui.view: event_product.event_registration_view_graph +NEW ir.ui.view: event_product.view_event_registration_ticket_tree diff --git a/openupgrade_scripts/scripts/event_sale/19.0.1.3/upgrade_analysis.txt b/openupgrade_scripts/scripts/event_sale/19.0.1.3/upgrade_analysis.txt new file mode 100644 index 000000000000..f8e1d9a8819e --- /dev/null +++ b/openupgrade_scripts/scripts/event_sale/19.0.1.3/upgrade_analysis.txt @@ -0,0 +1,11 @@ +---Models in module 'event_sale'--- +---Fields in module 'event_sale'--- +event_sale / event.registration / sale_status (selection) : module is now 'event_product' ('event_sale') +event_sale / sale.order.line / event_slot_id (many2one) : NEW relation: event.slot, hasdefault: compute +---XML records in module 'event_sale'--- +DEL ir.model.access: event_sale.access_product_product_event_manager +DEL ir.model.access: event_sale.access_product_template_event_manager +NEW ir.ui.view: event_sale.event_registration_change_exception +DEL ir.ui.view: event_sale.event_registration_view_graph +DEL ir.ui.view: event_sale.event_registration_view_kanban +DEL ir.ui.view: event_sale.event_ticket_id_change_exception diff --git a/openupgrade_scripts/scripts/event_sms/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/event_sms/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..9e7cb36ee2bf --- /dev/null +++ b/openupgrade_scripts/scripts/event_sms/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/openupgrade_scripts/scripts/event_sms/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/event_sms/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..03536c07f9cc --- /dev/null +++ b/openupgrade_scripts/scripts/event_sms/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'event_sms'--- +---Fields in module 'event_sms'--- +---XML records in module 'event_sms'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/fleet/19.0.0.1/noupdate_changes.xml b/openupgrade_scripts/scripts/fleet/19.0.0.1/noupdate_changes.xml new file mode 100644 index 000000000000..adcddce8b7ac --- /dev/null +++ b/openupgrade_scripts/scripts/fleet/19.0.0.1/noupdate_changes.xml @@ -0,0 +1,6 @@ + + + + Contract to Renew + + diff --git a/openupgrade_scripts/scripts/fleet/19.0.0.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/fleet/19.0.0.1/upgrade_analysis.txt new file mode 100644 index 000000000000..3983be1eea36 --- /dev/null +++ b/openupgrade_scripts/scripts/fleet/19.0.0.1/upgrade_analysis.txt @@ -0,0 +1,40 @@ +---Models in module 'fleet'--- +---Fields in module 'fleet'--- +fleet / fleet.vehicle / co2_emission_unit (selection) : NEW required, selection_keys: ['g/km', 'g/mi'], isfunction: function, stored +fleet / fleet.vehicle / contract_date_start (date) : NEW hasdefault: default +fleet / fleet.vehicle / first_contract_date (date) : DEL +fleet / fleet.vehicle / horsepower (integer) : type is now 'float' ('integer') +fleet / fleet.vehicle / model_year (char) : selection_keys is now 'function' ('False') +fleet / fleet.vehicle / model_year (char) : type is now 'selection' ('char') +fleet / fleet.vehicle / plan_to_change_bike (boolean) : not related anymore +fleet / fleet.vehicle / plan_to_change_car (boolean) : not related anymore +fleet / fleet.vehicle / power (integer) : type is now 'float' ('integer') +fleet / fleet.vehicle / range_unit (selection) : NEW required, selection_keys: ['km', 'mi'], hasdefault: default +fleet / fleet.vehicle.log.services / brand_id (many2one) : NEW relation: fleet.vehicle.model.brand, isrelated: related, stored +fleet / fleet.vehicle.log.services / model_id (many2one) : NEW relation: fleet.vehicle.model, isrelated: related, stored +fleet / fleet.vehicle.model / drive_type (selection) : NEW selection_keys: ['4wd', 'awd', 'fwd', 'rwd'] +fleet / fleet.vehicle.model / horsepower (integer) : type is now 'float' ('integer') +fleet / fleet.vehicle.model / model_year (integer) : selection_keys is now 'function' ('False') +fleet / fleet.vehicle.model / model_year (integer) : type is now 'selection' ('integer') +fleet / fleet.vehicle.model / power (integer) : type is now 'float' ('integer') +fleet / fleet.vehicle.model / range_unit (selection) : NEW required, selection_keys: ['km', 'mi'], hasdefault: default +fleet / fleet.vehicle.odometer / driver_id (many2one) : is now stored +fleet / fleet.vehicle.odometer / driver_id (many2one) : not related anymore +fleet / fleet.vehicle.state / fold (boolean) : NEW +fleet / res.partner / plan_to_change_bike (boolean) : DEL +fleet / res.partner / plan_to_change_car (boolean) : DEL +---XML records in module 'fleet'--- +NEW fleet.vehicle.model.brand: fleet.brand_gmc +NEW ir.actions.act_window: fleet.fleet_vehicle_odometer_reporting_action +NEW ir.model.access: fleet.access_fleet_vehicle_odometer_report_manager +DEL ir.module.category: fleet.module_fleet_category +DEL ir.rule: fleet.fleet_rule_contract_visibility_user +DEL ir.rule: fleet.fleet_rule_odometer_visibility_user +DEL ir.rule: fleet.fleet_rule_service_visibility_user +DEL ir.rule: fleet.fleet_rule_vehicle_visibility_user +NEW ir.ui.menu: fleet.menu_fleet_odometer_reporting_odometer +NEW ir.ui.view: fleet.fleet_vehicle_odometer_report_view_graph +NEW ir.ui.view: fleet.fleet_vehicle_odometer_report_view_search +NEW ir.ui.view: fleet.fleet_vehicle_view_form_quick_create +DEL ir.ui.view: fleet.fleet_vehicle_odometer_view_kanban +NEW res.groups.privilege: fleet.res_groups_privilege_fleet diff --git a/openupgrade_scripts/scripts/gamification/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/gamification/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..dfa727ac5287 --- /dev/null +++ b/openupgrade_scripts/scripts/gamification/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,275 @@ + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + + + +
+
Hi + + ,
+
+
You've just been awarded the + + badge + by + + . +
+ + + + + + + +
+ + + +
+ +
+ 💬 says: +
+ " + + " +
+
+
+
+ Thank you for your contributions, and keep shining! +
+
+
+
+
+ + + + + + + +
+ YourCompany +
+ +1 650-123-4567 + + | info@yourcompany.com + + + | http://www.example.com + +
+
+
+ + + + +
+ Powered by Odoo +
+
+
+ + +
+ + + + + + +
+ + + + + + + + + + + +
+

+ Congratulations + Joel Willis! +

+

+ You just reached a new rank: Newbie +

+ +

Continue your work to become a Student!

+
+
+ + + + + LABEL + +
+
+

+ +

+
+
--
Mitchell Admin
+
+ +
+
+
+ + +
+ + + +
diff --git a/openupgrade_scripts/scripts/gamification/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/gamification/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..ac5df8824cd2 --- /dev/null +++ b/openupgrade_scripts/scripts/gamification/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'gamification'--- +---Fields in module 'gamification'--- +gamification / gamification.badge.user / message_follower_ids (one2many): NEW relation: mail.followers +gamification / gamification.badge.user / message_ids (one2many) : NEW relation: mail.message +---XML records in module 'gamification'--- diff --git a/openupgrade_scripts/scripts/gamification_sale_crm/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/gamification_sale_crm/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..cbea404977dd --- /dev/null +++ b/openupgrade_scripts/scripts/gamification_sale_crm/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,15 @@ + + + + + + + + + diff --git a/openupgrade_scripts/scripts/google_address_autocomplete/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/google_address_autocomplete/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..d39bcbe1fa98 --- /dev/null +++ b/openupgrade_scripts/scripts/google_address_autocomplete/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,7 @@ +---Models in module 'google_address_autocomplete'--- +---Fields in module 'google_address_autocomplete'--- +---XML records in module 'google_address_autocomplete'--- +NEW ir.ui.view: google_address_autocomplete.res_config_settings_view_form +NEW ir.ui.view: google_address_autocomplete.view_company_form_inherit_address_autocomplete +NEW ir.ui.view: google_address_autocomplete.view_partner_address_form_inherit_address_autocomplete +NEW ir.ui.view: google_address_autocomplete.view_partner_form_inherit_address_autocomplete diff --git a/openupgrade_scripts/scripts/google_calendar/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/google_calendar/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..0112f567b7a0 --- /dev/null +++ b/openupgrade_scripts/scripts/google_calendar/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'google_calendar'--- +---Fields in module 'google_calendar'--- +---XML records in module 'google_calendar'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/google_gmail/19.0.1.2/upgrade_analysis.txt b/openupgrade_scripts/scripts/google_gmail/19.0.1.2/upgrade_analysis.txt new file mode 100644 index 000000000000..51a68ecfd324 --- /dev/null +++ b/openupgrade_scripts/scripts/google_gmail/19.0.1.2/upgrade_analysis.txt @@ -0,0 +1,7 @@ +---Models in module 'google_gmail'--- +---Fields in module 'google_gmail'--- +google_gmail / fetchmail.server / google_gmail_authorization_code (char): DEL +google_gmail / ir.mail_server / google_gmail_authorization_code (char): DEL +google_gmail / res.users / outgoing_mail_server_type (False): NEW selection_keys: ['default', 'gmail'], mode: modify +---XML records in module 'google_gmail'--- +NEW ir.ui.view: google_gmail.google_gmail_oauth_error diff --git a/openupgrade_scripts/scripts/hr/19.0.1.1/noupdate_changes.xml b/openupgrade_scripts/scripts/hr/19.0.1.1/noupdate_changes.xml new file mode 100644 index 000000000000..2448763aa36b --- /dev/null +++ b/openupgrade_scripts/scripts/hr/19.0.1.1/noupdate_changes.xml @@ -0,0 +1,44 @@ + + + + 1009 + + + 1012 + + + 1005 + + + Part-Time + 1006 + + + 1001 + + + 1004 + + + 1008 + + + 1002 + + + 1010 + + + + + + + + + + + + + + + diff --git a/openupgrade_scripts/scripts/hr/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..fe53ed0070e0 --- /dev/null +++ b/openupgrade_scripts/scripts/hr/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,214 @@ +---Models in module 'hr'--- +---Fields in module 'hr'--- +hr / hr.department / complete_name (char) : not stored anymore +hr / hr.departure.reason / country_id (many2one) : NEW relation: res.country, hasdefault: default +hr / hr.departure.reason / reason_code (integer) : DEL +hr / hr.employee / _inherits : NEW _inherits: {'hr.version': 'version_id'}, stored: False +hr / hr.employee / additional_note (text) : not stored anymore +hr / hr.employee / additional_note (text) : now related +hr / hr.employee / address_id (many2one) : not stored anymore +hr / hr.employee / address_id (many2one) : now related +hr / hr.employee / bank_account_id (many2one) : DEL relation: res.partner.bank +hr / hr.employee / bank_account_ids (many2many) : NEW relation: res.partner.bank +hr / hr.employee / birthday_public_display (boolean): NEW hasdefault: default +hr / hr.employee / certificate (selection) : selection_keys is now 'function' ('['bachelor', 'doctor', 'graduate', 'master', 'other']') +hr / hr.employee / children (integer) : not stored anymore +hr / hr.employee / children (integer) : now related +hr / hr.employee / country_id (many2one) : not stored anymore +hr / hr.employee / country_id (many2one) : now related +hr / hr.employee / current_version_id (many2one) : NEW relation: hr.version, isfunction: function, stored +hr / hr.employee / department_id (many2one) : not stored anymore +hr / hr.employee / department_id (many2one) : now related +hr / hr.employee / departure_date (date) : not stored anymore +hr / hr.employee / departure_date (date) : now related +hr / hr.employee / departure_description (html) : not stored anymore +hr / hr.employee / departure_description (html) : now related +hr / hr.employee / departure_reason_id (many2one): not stored anymore +hr / hr.employee / departure_reason_id (many2one): now related +hr / hr.employee / distance_home_work (integer) : not stored anymore +hr / hr.employee / distance_home_work (integer) : now related +hr / hr.employee / distance_home_work_unit (selection): not stored anymore +hr / hr.employee / distance_home_work_unit (selection): now related +hr / hr.employee / distance_home_work_unit (selection): selection_keys is now 'function' ('['kilometers', 'miles']') +hr / hr.employee / employee_type (selection) : not stored anymore +hr / hr.employee / employee_type (selection) : now related +hr / hr.employee / employee_type (selection) : selection_keys is now 'function' ('['contractor', 'employee', 'freelance', 'student', 'trainee', 'worker']') +hr / hr.employee / gender (selection) : DEL selection_keys: ['female', 'male', 'other'] +hr / hr.employee / identification_id (char) : not stored anymore +hr / hr.employee / identification_id (char) : now related +hr / hr.employee / is_flexible (boolean) : not a function anymore +hr / hr.employee / is_flexible (boolean) : not stored anymore +hr / hr.employee / is_flexible (boolean) : now related +hr / hr.employee / is_fully_flexible (boolean) : not a function anymore +hr / hr.employee / is_fully_flexible (boolean) : not stored anymore +hr / hr.employee / is_fully_flexible (boolean) : now related +hr / hr.employee / job_id (many2one) : not stored anymore +hr / hr.employee / job_id (many2one) : now related +hr / hr.employee / job_title (char) : not stored anymore +hr / hr.employee / job_title (char) : now related +hr / hr.employee / km_home_work (integer) : not a function anymore +hr / hr.employee / km_home_work (integer) : not stored anymore +hr / hr.employee / km_home_work (integer) : now related +hr / hr.employee / legal_name (char) : previously in module hr_contract +hr / hr.employee / marital (selection) : not stored anymore +hr / hr.employee / marital (selection) : now related +hr / hr.employee / member_of_department (boolean): not a function anymore +hr / hr.employee / member_of_department (boolean): now related +hr / hr.employee / mobile_phone (char) : not a function anymore +hr / hr.employee / notes (text) : DEL +hr / hr.employee / passport_id (char) : not stored anymore +hr / hr.employee / passport_id (char) : now related +hr / hr.employee / private_city (char) : not stored anymore +hr / hr.employee / private_city (char) : now related +hr / hr.employee / private_country_id (many2one) : not stored anymore +hr / hr.employee / private_country_id (many2one) : now related +hr / hr.employee / private_state_id (many2one) : not stored anymore +hr / hr.employee / private_state_id (many2one) : now related +hr / hr.employee / private_street (char) : not stored anymore +hr / hr.employee / private_street (char) : now related +hr / hr.employee / private_street2 (char) : not stored anymore +hr / hr.employee / private_street2 (char) : now related +hr / hr.employee / private_zip (char) : not stored anymore +hr / hr.employee / private_zip (char) : now related +hr / hr.employee / resource_calendar_id (many2one): not stored anymore +hr / hr.employee / salary_distribution (json) : NEW hasdefault: compute +hr / hr.employee / sinid (char) : DEL +hr / hr.employee / spouse_birthdate (date) : not stored anymore +hr / hr.employee / spouse_birthdate (date) : now related +hr / hr.employee / spouse_complete_name (char) : not stored anymore +hr / hr.employee / spouse_complete_name (char) : now related +hr / hr.employee / ssnid (char) : not stored anymore +hr / hr.employee / ssnid (char) : now related +hr / hr.employee / version_ids (one2many) : NEW relation: hr.version, required +hr / hr.employee / work_location_id (many2one) : not stored anymore +hr / hr.employee / work_location_id (many2one) : now related +hr / hr.employee / work_phone (char) : now a function +hr / hr.job / allowed_user_ids (many2many) : previously in module hr_recruitment +hr / hr.job / expected_employees (integer) : not stored anymore +hr / hr.job / no_of_employee (integer) : not stored anymore +hr / hr.job / user_id (many2one) : previously in module hr_recruitment +hr / hr.payroll.structure.type / _order : previously in module hr_contract +hr / hr.payroll.structure.type / country_code (char) : previously in module hr_contract +hr / hr.payroll.structure.type / country_id (many2one) : previously in module hr_contract +hr / hr.payroll.structure.type / default_resource_calendar_id (many2one): previously in module hr_contract +hr / hr.payroll.structure.type / display_name (char) : previously in module hr_contract +hr / hr.payroll.structure.type / name (char) : previously in module hr_contract +hr / hr.version / active (boolean) : NEW hasdefault: default +hr / hr.version / activity_ids (one2many) : NEW relation: mail.activity +hr / hr.version / additional_note (text) : NEW +hr / hr.version / address_id (many2one) : NEW relation: res.partner, hasdefault: default +hr / hr.version / children (integer) : NEW +hr / hr.version / company_id (many2one) : NEW relation: res.company, hasdefault: default +hr / hr.version / contract_date_end (date) : NEW +hr / hr.version / contract_date_start (date) : NEW +hr / hr.version / contract_template_id (many2one): NEW relation: hr.version +hr / hr.version / contract_type_id (many2one) : NEW relation: hr.contract.type +hr / hr.version / country_id (many2one) : NEW relation: res.country +hr / hr.version / date_version (date) : NEW required, hasdefault: default +hr / hr.version / department_id (many2one) : NEW relation: hr.department +hr / hr.version / departure_date (date) : NEW +hr / hr.version / departure_description (html) : NEW +hr / hr.version / departure_reason_id (many2one): NEW relation: hr.departure.reason +hr / hr.version / distance_home_work (integer) : NEW +hr / hr.version / distance_home_work_unit (selection): NEW required, selection_keys: ['kilometers', 'miles'], hasdefault: default +hr / hr.version / employee_id (many2one) : NEW relation: hr.employee +hr / hr.version / employee_type (selection) : NEW required, selection_keys: ['contractor', 'employee', 'freelance', 'student', 'trainee', 'worker'], hasdefault: default +hr / hr.version / hr_responsible_id (many2one) : NEW relation: res.users, required, hasdefault: default +hr / hr.version / identification_id (char) : NEW +hr / hr.version / is_custom_job_title (boolean) : NEW isfunction: function, stored +hr / hr.version / is_flexible (boolean) : NEW isfunction: function, stored +hr / hr.version / is_fully_flexible (boolean) : NEW isfunction: function, stored +hr / hr.version / job_id (many2one) : NEW relation: hr.job +hr / hr.version / job_title (char) : NEW isfunction: function, stored +hr / hr.version / km_home_work (integer) : NEW isfunction: function, stored +hr / hr.version / last_modified_date (datetime) : NEW required, hasdefault: default +hr / hr.version / last_modified_uid (many2one) : NEW relation: res.users, required, hasdefault: default +hr / hr.version / marital (selection) : NEW required, selection_keys: function, hasdefault: default +hr / hr.version / message_follower_ids (one2many): NEW relation: mail.followers +hr / hr.version / message_ids (one2many) : NEW relation: mail.message +hr / hr.version / name (char) : NEW +hr / hr.version / passport_expiration_date (date): NEW +hr / hr.version / passport_id (char) : NEW +hr / hr.version / private_city (char) : NEW +hr / hr.version / private_country_id (many2one) : NEW relation: res.country +hr / hr.version / private_state_id (many2one) : NEW relation: res.country.state +hr / hr.version / private_street (char) : NEW +hr / hr.version / private_street2 (char) : NEW +hr / hr.version / private_zip (char) : NEW +hr / hr.version / rating_ids (one2many) : NEW relation: rating.rating +hr / hr.version / resource_calendar_id (many2one): NEW relation: resource.calendar +hr / hr.version / sex (selection) : NEW selection_keys: ['female', 'male', 'other'] +hr / hr.version / spouse_birthdate (date) : NEW +hr / hr.version / spouse_complete_name (char) : NEW +hr / hr.version / ssnid (char) : NEW +hr / hr.version / structure_type_id (many2one) : NEW relation: hr.payroll.structure.type, hasdefault: default +hr / hr.version / trial_date_end (date) : NEW +hr / hr.version / wage (float) : NEW +hr / hr.version / website_message_ids (one2many): NEW relation: mail.message +hr / hr.version / work_location_id (many2one) : NEW relation: hr.work.location +hr / res.company / contract_expiration_notice_period (integer): previously in module hr_contract +hr / res.company / work_permit_expiration_notice_period (integer): previously in module hr_contract +hr / res.partner / employee (False) : NEW mode: modify, hasdefault: compute +hr / resource.resource / department_id (many2one) : not related anymore +hr / resource.resource / department_id (many2one) : now a function +hr / resource.resource / job_title (char) : not related anymore +hr / resource.resource / job_title (char) : now a function +---XML records in module 'hr'--- +NEW hr.contract.type: hr.contract_type_interim +NEW hr.contract.type: hr.contract_type_intern +NEW hr.contract.type: hr.contract_type_statutory +DEL hr.contract.type: hr.contract_type_statutaire +NEW hr.payroll.structure.type: hr.structure_type_employee [renamed from hr_contract module] +NEW hr.payroll.structure.type: hr.structure_type_employee_cp200 [renamed from hr_contract module] +NEW hr.payroll.structure.type: hr.structure_type_employee_cp200_pfi [renamed from hr_contract module] +NEW hr.payroll.structure.type: hr.structure_type_worker [renamed from hr_contract module] +NEW ir.actions.act_window: hr.action_bank_account_allocation_wizard +NEW ir.actions.act_window: hr.action_create_job_position +NEW ir.actions.act_window: hr.action_hr_contract_templates +NEW ir.actions.act_window: hr.action_hr_employee_all_activities +NEW ir.actions.act_window: hr.action_hr_version +NEW ir.actions.act_window: hr.hr_version_wizard_action +DEL ir.actions.act_window: hr.hr_departure_wizard_action +NEW ir.actions.server: hr.action_hr_employee_create_users +NEW ir.actions.server: hr.action_hr_employee_create_users_confirmation +NEW ir.actions.server: hr.action_hr_employee_load_demo_data +NEW ir.cron: hr.ir_cron_data_employee_notify_expiring_contract_work_permit +NEW ir.cron: hr.ir_cron_data_employee_update_current_version +DEL ir.cron: hr.ir_cron_data_check_work_permit_validity +NEW ir.model.access: hr.access_hr_bank_account_allocation_wizard +NEW ir.model.access: hr.access_hr_bank_account_allocation_wizard_line +NEW ir.model.access: hr.access_hr_job_employee +NEW ir.model.access: hr.access_hr_payroll_structure_type_hr_contract_manager [renamed from hr_contract module] +NEW ir.model.access: hr.access_hr_resource_calendar_attendance_user [renamed from hr_contract module] +NEW ir.model.access: hr.access_hr_resource_calendar_user [renamed from hr_contract module] +NEW ir.model.access: hr.access_hr_resource_manager [renamed from hr_contract module] +NEW ir.model.access: hr.access_hr_version_manager +NEW ir.model.access: hr.access_hr_version_user +NEW ir.model.access: hr.access_hr_version_wizard +NEW ir.model.constraint: hr.constraint_hr_version_check_contract_start_date_defined +NEW ir.model.constraint: hr.constraint_hr_version_check_unique_date_version +NEW ir.rule: hr.ir_rule_hr_contract_manager [renamed from hr_contract module] +NEW ir.rule: hr.ir_rule_hr_contract_multi_company [renamed from hr_contract module] +NEW ir.rule: hr.ir_rule_hr_departure_reason_multi_company +NEW ir.rule: hr.ir_rule_hr_payroll_structure_type_multi_company [renamed from hr_contract module] +NEW ir.ui.menu: hr.menu_hr_employee_contract_templates +DEL ir.ui.menu: hr.menu_hr_employee_user +DEL ir.ui.menu: hr.menu_hr_reporting_timesheet +NEW ir.ui.view: hr.hr_contract_template_form_view +NEW ir.ui.view: hr.hr_contract_template_list_view +NEW ir.ui.view: hr.hr_employee_list_activites_view +NEW ir.ui.view: hr.hr_employee_list_view +NEW ir.ui.view: hr.hr_version_graph_view +NEW ir.ui.view: hr.hr_version_list_view +NEW ir.ui.view: hr.hr_version_pivot_view +NEW ir.ui.view: hr.hr_version_search_view +NEW ir.ui.view: hr.hr_version_wizard_view_form +NEW ir.ui.view: hr.res_users_view_form_preferences +NEW ir.ui.view: hr.view_bank_account_allocation_line_list +NEW ir.ui.view: hr.view_bank_account_allocation_wizard +NEW ir.ui.view: hr.view_partner_bank_form_inherit_hr +DEL ir.ui.view: hr.res_users_view_form_profile +NEW mail.message.subtype: hr.mt_contract_close [renamed from hr_contract module] +NEW mail.message.subtype: hr.mt_contract_pending [renamed from hr_contract module] +NEW mail.message.subtype: hr.mt_department_contract_pending [renamed from hr_contract module] +NEW res.groups.privilege: hr.res_groups_privilege_employees diff --git a/openupgrade_scripts/scripts/hr_attendance/19.0.2.0/noupdate_changes.xml b/openupgrade_scripts/scripts/hr_attendance/19.0.2.0/noupdate_changes.xml new file mode 100644 index 000000000000..9da75cbbec00 --- /dev/null +++ b/openupgrade_scripts/scripts/hr_attendance/19.0.2.0/noupdate_changes.xml @@ -0,0 +1,9 @@ + + + + + + diff --git a/openupgrade_scripts/scripts/hr_attendance/19.0.2.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr_attendance/19.0.2.0/upgrade_analysis.txt new file mode 100644 index 000000000000..220d3549a86e --- /dev/null +++ b/openupgrade_scripts/scripts/hr_attendance/19.0.2.0/upgrade_analysis.txt @@ -0,0 +1,95 @@ +---Models in module 'hr_attendance'--- +---Fields in module 'hr_attendance'--- +hr_attendance / hr.attendance / date (date) : NEW required, isfunction: function, stored +hr_attendance / hr.attendance / in_city (char) : DEL +hr_attendance / hr.attendance / in_country_name (char) : DEL +hr_attendance / hr.attendance / in_location (char) : NEW +hr_attendance / hr.attendance / linked_overtime_ids (many2many): NEW relation: hr.attendance.overtime.line, hasdefault: compute, stored: False +hr_attendance / hr.attendance / out_city (char) : DEL +hr_attendance / hr.attendance / out_country_name (char) : DEL +hr_attendance / hr.attendance / out_location (char) : NEW +hr_attendance / hr.attendance / validated_overtime_hours (float): now a function +hr_attendance / hr.attendance.overtime / adjustment (boolean) : DEL +hr_attendance / hr.attendance.overtime / date (date) : DEL +hr_attendance / hr.attendance.overtime / duration (float) : DEL required +hr_attendance / hr.attendance.overtime / duration_real (float) : DEL +hr_attendance / hr.attendance.overtime / employee_id (many2one) : DEL relation: hr.employee, required +hr_attendance / hr.attendance.overtime.line / amount_rate (float) : NEW required, hasdefault: default +hr_attendance / hr.attendance.overtime.line / date (date) : NEW required +hr_attendance / hr.attendance.overtime.line / duration (float) : NEW required, hasdefault: default +hr_attendance / hr.attendance.overtime.line / employee_id (many2one) : NEW relation: hr.employee, required +hr_attendance / hr.attendance.overtime.line / manual_duration (float) : NEW hasdefault: compute +hr_attendance / hr.attendance.overtime.line / rule_ids (many2many) : NEW relation: hr.attendance.overtime.rule +hr_attendance / hr.attendance.overtime.line / status (selection) : NEW required, selection_keys: ['approved', 'refused', 'to_approve'], hasdefault: compute +hr_attendance / hr.attendance.overtime.line / time_start (datetime) : NEW +hr_attendance / hr.attendance.overtime.line / time_stop (datetime) : NEW +hr_attendance / hr.attendance.overtime.rule / amount_rate (float) : NEW hasdefault: default +hr_attendance / hr.attendance.overtime.rule / base_off (selection) : NEW required, selection_keys: ['quantity', 'timing'], hasdefault: default +hr_attendance / hr.attendance.overtime.rule / description (html) : NEW +hr_attendance / hr.attendance.overtime.rule / employee_tolerance (float) : NEW +hr_attendance / hr.attendance.overtime.rule / employer_tolerance (float) : NEW +hr_attendance / hr.attendance.overtime.rule / expected_hours (float) : NEW +hr_attendance / hr.attendance.overtime.rule / expected_hours_from_contract (boolean): NEW hasdefault: default +hr_attendance / hr.attendance.overtime.rule / name (char) : NEW required +hr_attendance / hr.attendance.overtime.rule / paid (boolean) : NEW +hr_attendance / hr.attendance.overtime.rule / quantity_period (selection) : NEW selection_keys: ['day', 'week'], hasdefault: default +hr_attendance / hr.attendance.overtime.rule / resource_calendar_id (many2one): NEW relation: resource.calendar +hr_attendance / hr.attendance.overtime.rule / ruleset_id (many2one) : NEW relation: hr.attendance.overtime.ruleset, required +hr_attendance / hr.attendance.overtime.rule / sequence (integer) : NEW hasdefault: default +hr_attendance / hr.attendance.overtime.rule / timing_start (float) : NEW hasdefault: default +hr_attendance / hr.attendance.overtime.rule / timing_stop (float) : NEW hasdefault: default +hr_attendance / hr.attendance.overtime.rule / timing_type (selection) : NEW selection_keys: ['leave', 'non_work_days', 'schedule', 'work_days'] +hr_attendance / hr.attendance.overtime.ruleset / active (boolean) : NEW hasdefault: default +hr_attendance / hr.attendance.overtime.ruleset / company_id (many2one) : NEW relation: res.company, hasdefault: default +hr_attendance / hr.attendance.overtime.ruleset / country_id (many2one) : NEW relation: res.country, hasdefault: default +hr_attendance / hr.attendance.overtime.ruleset / description (html) : NEW +hr_attendance / hr.attendance.overtime.ruleset / name (char) : NEW required +hr_attendance / hr.attendance.overtime.ruleset / rate_combination_mode (selection): NEW required, selection_keys: ['max', 'sum'], hasdefault: default +hr_attendance / hr.attendance.overtime.ruleset / rule_ids (one2many) : NEW relation: hr.attendance.overtime.rule +hr_attendance / hr.employee / overtime_ids (one2many) : relation is now 'hr.attendance.overtime.line' ('hr.attendance.overtime') [nothing to do] +hr_attendance / hr.version / ruleset_id (many2one) : NEW relation: hr.attendance.overtime.ruleset +hr_attendance / res.company / attendance_device_tracking (boolean): NEW hasdefault: default +---XML records in module 'hr_attendance'--- +NEW ir.actions.act_window: hr_attendance.hr_attendance_overtime_rule_action +NEW ir.actions.act_window: hr_attendance.hr_attendance_overtime_ruleset_action +DEL ir.actions.act_window: hr_attendance.hr_attendance_overtime_action +DEL ir.actions.client: hr_attendance.hr_attendance_action_install_kiosk_pwa +NEW ir.model.access: hr_attendance.access_hr_attendance_overtime_line_officer +NEW ir.model.access: hr_attendance.access_hr_attendance_overtime_rule_admin +NEW ir.model.access: hr_attendance.access_hr_attendance_overtime_rule_user +NEW ir.model.access: hr_attendance.access_hr_attendance_overtime_ruleset_admin +NEW ir.model.access: hr_attendance.access_hr_attendance_own_reader +DEL ir.model.access: hr_attendance.access_hr_attendance_admin_overtime +DEL ir.model.access: hr_attendance.access_hr_attendance_officer_overtime +DEL ir.model.access: hr_attendance.access_hr_attendance_overtime_user +NEW ir.model.constraint: hr_attendance.constraint_hr_attendance_overtime_line_overtime_start_before_end +NEW ir.model.constraint: hr_attendance.constraint_hr_attendance_overtime_rule_timing_start_is_hour +NEW ir.model.constraint: hr_attendance.constraint_hr_attendance_overtime_rule_timing_stop_is_hour +DEL ir.rule: hr_attendance.hr_attendance_overtime_rule_employee_company +DEL ir.rule: hr_attendance.hr_attendance_rule_attendance_officer_overtime_restrict +DEL ir.rule: hr_attendance.hr_attendance_rule_attendance_overtime_admin +DEL ir.rule: hr_attendance.hr_attendance_rule_attendance_overtime_simple_user +NEW ir.ui.menu: hr_attendance.menu_hr_attendance_attendance_reporting +NEW ir.ui.menu: hr_attendance.menu_hr_attendance_configuration +NEW ir.ui.menu: hr_attendance.menu_hr_attendance_employee +NEW ir.ui.menu: hr_attendance.menu_hr_attendance_onboarding +NEW ir.ui.menu: hr_attendance.menu_hr_attendance_overtime_rulesets +NEW ir.ui.menu: hr_attendance.menu_hr_attendance_overview +NEW ir.ui.menu: hr_attendance.menu_hr_attendance_view_dashboard +DEL ir.ui.menu: hr_attendance.menu_hr_attendance_view_attendances +NEW ir.ui.view: hr_attendance.hr_attendance_employee_simple_form_view +NEW ir.ui.view: hr_attendance.hr_attendance_overtime_rule_view_form +NEW ir.ui.view: hr_attendance.hr_attendance_overtime_rule_view_list +NEW ir.ui.view: hr_attendance.hr_attendance_overtime_ruleset_view_filter +NEW ir.ui.view: hr_attendance.hr_attendance_overtime_ruleset_view_form +NEW ir.ui.view: hr_attendance.hr_attendance_overtime_ruleset_view_list +NEW ir.ui.view: hr_attendance.hr_employee_public_view_form +NEW ir.ui.view: hr_attendance.hr_employee_search_view +DEL ir.ui.view: hr_attendance.hr_attendance_overtime_view_pivot +DEL ir.ui.view: hr_attendance.hr_attendance_validated_hours_employee_simple_tree_view +DEL ir.ui.view: hr_attendance.hr_user_view_form +DEL ir.ui.view: hr_attendance.view_attendance_overtime_graph +DEL ir.ui.view: hr_attendance.view_attendance_overtime_search +DEL ir.ui.view: hr_attendance.view_attendance_overtime_tree +NEW res.groups: hr_attendance.group_hr_attendance_user +NEW res.groups.privilege: hr_attendance.res_groups_privilege_attendances diff --git a/openupgrade_scripts/scripts/hr_calendar/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr_calendar/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..fd0c0aa1a88c --- /dev/null +++ b/openupgrade_scripts/scripts/hr_calendar/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,6 @@ +---Models in module 'hr_calendar'--- +---Fields in module 'hr_calendar'--- +hr_calendar / calendar.event / unavailable_partner_ids (many2many): module is now 'calendar' ('hr_calendar') +---XML records in module 'hr_calendar'--- +DEL ir.ui.view: hr_calendar.view_calendar_event_form +DEL ir.ui.view: hr_calendar.view_calendar_event_form_quick_create diff --git a/openupgrade_scripts/scripts/hr_expense/19.0.2.0/noupdate_changes.xml b/openupgrade_scripts/scripts/hr_expense/19.0.2.0/noupdate_changes.xml new file mode 100644 index 000000000000..788b31eba53a --- /dev/null +++ b/openupgrade_scripts/scripts/hr_expense/19.0.2.0/noupdate_changes.xml @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + [('expense_ids', '!=', False)] + + + + + ['|', '|', '|', '|', + ('employee_id.user_id', '=', user.id), + ('employee_id.department_id.manager_id.user_id', '=', user.id), + ('employee_id', 'child_of', user.employee_ids.ids), + ('employee_id.expense_manager_id', '=', user.id), + ('manager_id', '=', user.id)] + + + [ + '|', '&', ('employee_id.expense_manager_id', '=', user.id), ('state', 'in', ['draft', 'submitted', 'approved', 'refused']), + '&', ('employee_id.user_id', '=', user.id), ('state', '=', 'draft') + ] + + + [ + '|', '&', ('employee_id.user_id', '=', user.id), ('state', '!=', 'draft'), + '&', ('employee_id.expense_manager_id', '=', user.id), ('state', 'in', ['submitted', 'approved', 'refused']) + ] + Employees can't modify an expense that is not in draft state + + + hr.expense + Expense Approval + + + Expense approved + hr.expense + + + hr.expense + + + hr.expense + + + Expense paid + hr.expense + + + Expense refused + hr.expense + + + Expense reset to Draft + hr.expense + + + + + + + + + diff --git a/openupgrade_scripts/scripts/hr_expense/19.0.2.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr_expense/19.0.2.0/upgrade_analysis.txt new file mode 100644 index 000000000000..1e12f39f6b07 --- /dev/null +++ b/openupgrade_scripts/scripts/hr_expense/19.0.2.0/upgrade_analysis.txt @@ -0,0 +1,104 @@ +---Models in module 'hr_expense'--- +---Fields in module 'hr_expense'--- +hr_expense / account.move / expense_ids (one2many) : NEW relation: hr.expense +hr_expense / account.move / expense_sheet_id (many2one) : DEL relation: hr.expense.sheet +hr_expense / hr.expense / account_move_id (many2one) : NEW relation: account.move +hr_expense / hr.expense / accounting_date (date) : DEL +hr_expense / hr.expense / approval_date (datetime) : NEW +hr_expense / hr.expense / approval_state (selection) : NEW selection_keys: ['approved', 'refused', 'submitted'] +hr_expense / hr.expense / department_id (many2one) : NEW relation: hr.department, isfunction: function, stored +hr_expense / hr.expense / former_sheet_id (integer) : NEW +hr_expense / hr.expense / manager_id (many2one) : NEW relation: res.users, isfunction: function, stored +hr_expense / hr.expense / payment_method_line_id (many2one): NEW relation: account.payment.method.line, hasdefault: compute +hr_expense / hr.expense / sheet_id (many2one) : DEL relation: hr.expense.sheet +hr_expense / hr.expense / split_expense_origin_id (many2one): NEW relation: hr.expense +hr_expense / hr.expense / state (selection) : selection_keys added: [in_payment, paid, posted], removed: [done, reported] +hr_expense / hr.expense / untaxed_amount (float) : NEW isfunction: function, stored +hr_expense / hr.expense.sheet / account_move_ids (one2many) : DEL relation: account.move +hr_expense / hr.expense.sheet / accounting_date (date) : DEL +hr_expense / hr.expense.sheet / activity_ids (one2many) : DEL relation: mail.activity +hr_expense / hr.expense.sheet / amount_residual (float) : DEL +hr_expense / hr.expense.sheet / approval_date (datetime) : DEL +hr_expense / hr.expense.sheet / approval_state (selection) : DEL selection_keys: ['approve', 'cancel', 'submit'] +hr_expense / hr.expense.sheet / attachment_ids (one2many) : DEL relation: ir.attachment +hr_expense / hr.expense.sheet / company_id (many2one) : DEL relation: res.company, required +hr_expense / hr.expense.sheet / currency_id (many2one) : DEL relation: res.currency +hr_expense / hr.expense.sheet / department_id (many2one) : DEL relation: hr.department +hr_expense / hr.expense.sheet / employee_id (many2one) : DEL relation: hr.employee, required +hr_expense / hr.expense.sheet / employee_journal_id (many2one): DEL relation: account.journal +hr_expense / hr.expense.sheet / expense_line_ids (one2many) : DEL relation: hr.expense +hr_expense / hr.expense.sheet / journal_id (many2one) : DEL relation: account.journal +hr_expense / hr.expense.sheet / message_follower_ids (one2many): DEL relation: mail.followers +hr_expense / hr.expense.sheet / message_ids (one2many) : DEL relation: mail.message +hr_expense / hr.expense.sheet / message_main_attachment_id (many2one): DEL relation: ir.attachment +hr_expense / hr.expense.sheet / name (char) : DEL required +hr_expense / hr.expense.sheet / payment_method_line_id (many2one): DEL relation: account.payment.method.line +hr_expense / hr.expense.sheet / payment_state (selection) : DEL selection_keys: function +hr_expense / hr.expense.sheet / rating_ids (one2many) : DEL relation: rating.rating +hr_expense / hr.expense.sheet / state (selection) : DEL required, selection_keys: ['approve', 'cancel', 'done', 'draft', 'post', 'submit'] +hr_expense / hr.expense.sheet / total_amount (float) : DEL +hr_expense / hr.expense.sheet / total_tax_amount (float) : DEL +hr_expense / hr.expense.sheet / untaxed_amount (float) : DEL +hr_expense / hr.expense.sheet / user_id (many2one) : DEL relation: res.users +hr_expense / hr.expense.sheet / website_message_ids (one2many): DEL relation: mail.message +hr_expense / res.company / expense_outstanding_account_id (many2one): DEL relation: account.account +---XML records in module 'hr_expense'--- +NEW ir.actions.act_window: hr_expense.action_hr_expense_department_filtered +NEW ir.actions.act_window: hr_expense.action_hr_expense_department_to_approve +NEW ir.actions.act_window: hr_expense.hr_expense_actions_to_process +DEL ir.actions.act_window: hr_expense.action_hr_expense_sheet_all +DEL ir.actions.act_window: hr_expense.action_hr_expense_sheet_all_all +DEL ir.actions.act_window: hr_expense.action_hr_expense_sheet_department_filtered +DEL ir.actions.act_window: hr_expense.action_hr_expense_sheet_department_to_approve +DEL ir.actions.act_window: hr_expense.action_hr_expense_sheet_my_all +DEL ir.actions.act_window.view: hr_expense.action_hr_expense_sheet_my_all_kanban +DEL ir.actions.act_window.view: hr_expense.action_hr_expense_sheet_my_all_tree +NEW ir.actions.report: hr_expense.action_report_expense_img +NEW ir.actions.report: hr_expense.action_report_hr_expense +DEL ir.actions.report: hr_expense.action_report_expense_sheet_img +DEL ir.actions.report: hr_expense.action_report_hr_expense_sheet +NEW ir.model.access: hr_expense.access_hr_expense_accountant +NEW ir.model.access: hr_expense.access_hr_expense_post +DEL ir.model.access: hr_expense.access_account_journal_employee +DEL ir.model.access: hr_expense.access_hr_expense_sheet_employee +DEL ir.model.access: hr_expense.access_hr_expense_sheet_manager +DEL ir.model.access: hr_expense.access_hr_expense_sheet_user +DEL ir.model.access: hr_expense.access_product_product_hr_expense_user +DEL ir.model.access: hr_expense.access_product_template_hr_expense_user +DEL ir.model.access: hr_expense.access_uom_uom_hr_expense_user +DEL ir.model.constraint: hr_expense.constraint_hr_expense_sheet_journal_id_required_posted +NEW ir.rule: hr_expense.ir_rule_hr_expense_split_accountant +NEW ir.rule: hr_expense.ir_rule_hr_expense_split_approver +NEW ir.rule: hr_expense.ir_rule_hr_expense_split_employee +NEW ir.rule: hr_expense.ir_rule_hr_expense_split_manager +NEW ir.rule: hr_expense.ir_rule_hr_expense_split_user +DEL ir.rule: hr_expense.hr_expense_report_comp_rule +DEL ir.rule: hr_expense.ir_rule_hr_expense_sheet_approver +DEL ir.rule: hr_expense.ir_rule_hr_expense_sheet_employee +DEL ir.rule: hr_expense.ir_rule_hr_expense_sheet_employee_not_draft +DEL ir.rule: hr_expense.ir_rule_hr_expense_sheet_manager +NEW ir.ui.menu: hr_expense.menu_hr_expense_expenses_to_process +DEL ir.ui.menu: hr_expense.menu_hr_expense_report +DEL ir.ui.menu: hr_expense.menu_hr_expense_sheet_my_reports +NEW ir.ui.view: hr_expense.hr_employee_search_view +NEW ir.ui.view: hr_expense.hr_expense_post_wizard_view +NEW ir.ui.view: hr_expense.hr_expense_template_submitted_expenses +NEW ir.ui.view: hr_expense.hr_expense_view_search_with_panel +NEW ir.ui.view: hr_expense.report_expense +NEW ir.ui.view: hr_expense.report_expense_img +NEW ir.ui.view: hr_expense.view_move_list_expense +DEL ir.ui.view: hr_expense.hr_expense_sheet_view_activity +DEL ir.ui.view: hr_expense.hr_expense_sheet_view_search +DEL ir.ui.view: hr_expense.hr_expense_sheet_view_search_with_panel +DEL ir.ui.view: hr_expense.report_expense_sheet +DEL ir.ui.view: hr_expense.report_expense_sheet_img +DEL ir.ui.view: hr_expense.res_users_view_form_preferences +DEL ir.ui.view: hr_expense.view_hr_expense_sheet_dashboard_tree_header +DEL ir.ui.view: hr_expense.view_hr_expense_sheet_form +DEL ir.ui.view: hr_expense.view_hr_expense_sheet_graph +DEL ir.ui.view: hr_expense.view_hr_expense_sheet_kanban +DEL ir.ui.view: hr_expense.view_hr_expense_sheet_kanban_header +DEL ir.ui.view: hr_expense.view_hr_expense_sheet_kanban_no_header +DEL ir.ui.view: hr_expense.view_hr_expense_sheet_pivot +DEL ir.ui.view: hr_expense.view_hr_expense_sheet_tree +NEW res.groups.privilege: hr_expense.res_groups_privilege_expenses diff --git a/openupgrade_scripts/scripts/hr_fleet/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr_fleet/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..195c595f7cd4 --- /dev/null +++ b/openupgrade_scripts/scripts/hr_fleet/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,8 @@ +---Models in module 'hr_fleet'--- +---Fields in module 'hr_fleet'--- +---XML records in module 'hr_fleet'--- +DEL ir.rule: hr_fleet.fleet_rule_contract_visibility_user +DEL ir.rule: hr_fleet.fleet_rule_odometer_visibility_user +DEL ir.rule: hr_fleet.fleet_rule_service_visibility_user +DEL ir.rule: hr_fleet.fleet_rule_vehicle_visibility_user +DEL ir.ui.view: hr_fleet.res_users_view_form_preferences diff --git a/openupgrade_scripts/scripts/hr_gamification/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr_gamification/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..ffe893483658 --- /dev/null +++ b/openupgrade_scripts/scripts/hr_gamification/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,8 @@ +---Models in module 'hr_gamification'--- +---Fields in module 'hr_gamification'--- +---XML records in module 'hr_gamification'--- +NEW ir.model.access: hr_gamification.badge_base_user +NEW ir.rule: hr_gamification.hr_gamification_badge_base_user_not_owned_access +NEW ir.rule: hr_gamification.hr_gamification_badge_base_user_owned_access +NEW ir.rule: hr_gamification.hr_gamification_badge_group_hr_user_access +NEW ir.ui.view: hr_gamification.view_current_badge_form diff --git a/openupgrade_scripts/scripts/hr_holidays/19.0.1.6/noupdate_changes.xml b/openupgrade_scripts/scripts/hr_holidays/19.0.1.6/noupdate_changes.xml new file mode 100644 index 000000000000..3dddbda6f81e --- /dev/null +++ b/openupgrade_scripts/scripts/hr_holidays/19.0.1.6/noupdate_changes.xml @@ -0,0 +1,25 @@ + + + + [ + '|', + ('company_id', 'in', company_ids), + '&', + ('company_id', '=', False), + ('country_id', 'in', user.env.companies.country_id.ids + [False]) + ] + + + + Allocation Approval + + + Allocation Second Approval + + + Time Off Approval + + + Time Off Second Approve + + diff --git a/openupgrade_scripts/scripts/hr_holidays/19.0.1.6/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr_holidays/19.0.1.6/upgrade_analysis.txt new file mode 100644 index 000000000000..2afc6441ec52 --- /dev/null +++ b/openupgrade_scripts/scripts/hr_holidays/19.0.1.6/upgrade_analysis.txt @@ -0,0 +1,162 @@ +---Models in module 'hr_holidays'--- +---Fields in module 'hr_holidays'--- +hr_holidays / hr.leave / leave_type_increases_duration (boolean): type is now 'char' ('boolean') +hr_holidays / hr.leave / manager_id (many2one) : DEL relation: hr.employee +hr_holidays / hr.leave / request_date_to_period (selection): NEW selection_keys: ['am', 'pm'], hasdefault: default +hr_holidays / hr.leave / request_unit_half (boolean) : now a function +hr_holidays / hr.leave / request_unit_hours (boolean) : now a function +hr_holidays / hr.leave.accrual.level / action_with_unused_accruals (selection): now a function +hr_holidays / hr.leave.accrual.level / action_with_unused_accruals (selection): selection_keys removed: [maximum] +hr_holidays / hr.leave.accrual.level / added_value_type (selection) : now a function +hr_holidays / hr.leave.accrual.level / carryover_options (selection) : NEW required, selection_keys: ['limited', 'unlimited'], hasdefault: default +hr_holidays / hr.leave.accrual.level / first_day (integer) : selection_keys is now 'function' ('False') +hr_holidays / hr.leave.accrual.level / first_day (integer) : type is now 'selection' ('integer') +hr_holidays / hr.leave.accrual.level / first_month (selection) : selection_keys added: [1, 2, 3, 4, 5, 6], removed: [apr, feb, jan, jun, mar, may] +hr_holidays / hr.leave.accrual.level / first_month_day (integer) : selection_keys is now 'function' ('False') +hr_holidays / hr.leave.accrual.level / first_month_day (integer) : type is now 'selection' ('integer') +hr_holidays / hr.leave.accrual.level / milestone_date (selection) : NEW required, selection_keys: ['after', 'creation'], isfunction: function, stored +hr_holidays / hr.leave.accrual.level / second_day (integer) : selection_keys is now 'function' ('False') +hr_holidays / hr.leave.accrual.level / second_day (integer) : type is now 'selection' ('integer') +hr_holidays / hr.leave.accrual.level / second_month (selection) : selection_keys added: [10, 11, 12, 7, 8, 9], removed: [aug, dec, jul, nov, oct, sep] +hr_holidays / hr.leave.accrual.level / second_month_day (integer) : selection_keys is now 'function' ('False') +hr_holidays / hr.leave.accrual.level / second_month_day (integer) : type is now 'selection' ('integer') +hr_holidays / hr.leave.accrual.level / week_day (selection) : selection_keys added: [0, 1, 2, 3, 4, 5, 6], removed: [fri, mon, sat, sun, thu, tue, wed] +hr_holidays / hr.leave.accrual.level / yearly_day (integer) : selection_keys is now 'function' ('False') +hr_holidays / hr.leave.accrual.level / yearly_day (integer) : type is now 'selection' ('integer') +hr_holidays / hr.leave.accrual.level / yearly_month (selection) : selection_keys added: [1, 10, 11, 12, 2, 3, 4, 5, 6, 7, 8, 9], removed: [apr, aug, dec, feb, jan, jul, jun, mar, may, nov, oct, sep] +hr_holidays / hr.leave.accrual.plan / added_value_type (selection) : not a function anymore +hr_holidays / hr.leave.accrual.plan / can_be_carryover (boolean) : NEW +hr_holidays / hr.leave.accrual.plan / carryover_day (integer) : selection_keys is now 'function' ('False') +hr_holidays / hr.leave.accrual.plan / carryover_day (integer) : type is now 'selection' ('integer') +hr_holidays / hr.leave.accrual.plan / carryover_month (selection) : selection_keys added: [1, 10, 11, 12, 2, 3, 4, 5, 6, 7, 8, 9], removed: [apr, aug, dec, feb, jan, jul, jun, mar, may, nov, oct, sep] +hr_holidays / hr.leave.mandatory.day / job_ids (many2many) : NEW relation: hr.job +hr_holidays / hr.leave.type / allow_request_on_top (boolean): NEW hasdefault: default +hr_holidays / hr.leave.type / country_id (many2one) : is now stored +hr_holidays / hr.leave.type / country_id (many2one) : not related anymore +hr_holidays / hr.leave.type / country_id (many2one) : now a function +hr_holidays / hr.leave.type / elligible_for_accrual_rate (boolean): NEW hasdefault: compute +hr_holidays / hr.leave.type / employee_requests (selection) : selection_keys is now 'False' ('['no', 'yes']') +hr_holidays / hr.leave.type / employee_requests (selection) : type is now 'boolean' ('selection') +hr_holidays / hr.leave.type / hide_on_dashboard (boolean) : NEW hasdefault: default +hr_holidays / hr.leave.type / requires_allocation (selection): selection_keys is now 'False' ('['no', 'yes']') +hr_holidays / hr.leave.type / requires_allocation (selection): type is now 'boolean' ('selection') +hr_holidays / hr.leave.type / show_on_dashboard (boolean) : DEL +hr_holidays / resource.calendar.leaves / elligible_for_accrual_rate (boolean): NEW hasdefault: default +---XML records in module 'hr_holidays'--- +NEW hr.leave.type: hr_holidays.holiday_status_eto +NEW hr.leave.type: hr_holidays.holiday_status_extra_hours [renamed from hr_holidays_attendance module] +NEW hr.leave.type: hr_holidays.l10n_ae_leave_type_sick_leave_0 +NEW hr.leave.type: hr_holidays.l10n_ae_leave_type_sick_leave_50 +NEW hr.leave.type: hr_holidays.l10n_be_leave_type_credit_time +NEW hr.leave.type: hr_holidays.l10n_be_leave_type_european +NEW hr.leave.type: hr_holidays.l10n_be_leave_type_extra_legal +NEW hr.leave.type: hr_holidays.l10n_be_leave_type_maternity +NEW hr.leave.type: hr_holidays.l10n_be_leave_type_recovery +NEW hr.leave.type: hr_holidays.l10n_be_leave_type_sick_leave_without_certificate +NEW hr.leave.type: hr_holidays.l10n_be_leave_type_small_unemployment +NEW hr.leave.type: hr_holidays.l10n_be_leave_type_small_unemployment_birth +NEW hr.leave.type: hr_holidays.l10n_be_leave_type_strike +NEW hr.leave.type: hr_holidays.l10n_be_leave_type_training +NEW hr.leave.type: hr_holidays.l10n_be_leave_type_unpredictable +NEW hr.leave.type: hr_holidays.l10n_be_leave_type_work_accident +NEW hr.leave.type: hr_holidays.l10n_ch_swissdec_accident_lt +NEW hr.leave.type: hr_holidays.l10n_ch_swissdec_illness_lt +NEW hr.leave.type: hr_holidays.l10n_ch_swissdec_interruption_of_work_lt +NEW hr.leave.type: hr_holidays.l10n_ch_swissdec_maternity_lt +NEW hr.leave.type: hr_holidays.l10n_ch_swissdec_military_lt +NEW hr.leave.type: hr_holidays.l10n_ch_swissdec_unpaid_lt +NEW hr.leave.type: hr_holidays.l10n_eg_leave_type_death +NEW hr.leave.type: hr_holidays.l10n_eg_leave_type_hajj +NEW hr.leave.type: hr_holidays.l10n_eg_leave_type_marriage +NEW hr.leave.type: hr_holidays.l10n_eg_leave_type_maternity +NEW hr.leave.type: hr_holidays.l10n_eg_leave_type_paid_sick_time_off +NEW hr.leave.type: hr_holidays.l10n_eg_leave_type_sick_leave_75 +NEW hr.leave.type: hr_holidays.l10n_eg_leave_type_sick_leave_unpaid +NEW hr.leave.type: hr_holidays.l10n_hk_leave_type_annual_leave +NEW hr.leave.type: hr_holidays.l10n_hk_leave_type_compassionate_leave +NEW hr.leave.type: hr_holidays.l10n_hk_leave_type_compensation_leave +NEW hr.leave.type: hr_holidays.l10n_hk_leave_type_examination_leave +NEW hr.leave.type: hr_holidays.l10n_hk_leave_type_marriage_leave +NEW hr.leave.type: hr_holidays.l10n_hk_leave_type_maternity_leave +NEW hr.leave.type: hr_holidays.l10n_hk_leave_type_maternity_leave_80 +NEW hr.leave.type: hr_holidays.l10n_hk_leave_type_paternity_leave +NEW hr.leave.type: hr_holidays.l10n_hk_leave_type_paternity_leave_80 +NEW hr.leave.type: hr_holidays.l10n_hk_leave_type_sick_leave +NEW hr.leave.type: hr_holidays.l10n_hk_leave_type_sick_leave_80 +NEW hr.leave.type: hr_holidays.l10n_hk_leave_type_unpaid_leave +NEW hr.leave.type: hr_holidays.l10n_id_leave_type_annual_leave +NEW hr.leave.type: hr_holidays.l10n_id_leave_type_bereavement_leave +NEW hr.leave.type: hr_holidays.l10n_id_leave_type_marriage_leave +NEW hr.leave.type: hr_holidays.l10n_id_leave_type_maternity_leave +NEW hr.leave.type: hr_holidays.l10n_id_leave_type_paternity_leave +NEW hr.leave.type: hr_holidays.l10n_id_leave_type_sick_leave +NEW hr.leave.type: hr_holidays.l10n_id_leave_type_unpaid_leave +NEW hr.leave.type: hr_holidays.l10n_jo_leave_type_maternity +NEW hr.leave.type: hr_holidays.l10n_jo_leave_type_paternity +NEW hr.leave.type: hr_holidays.l10n_jo_leave_type_pilgrimage +NEW hr.leave.type: hr_holidays.l10n_jo_leave_type_study +NEW hr.leave.type: hr_holidays.l10n_jo_leave_type_unpaid_sick +NEW hr.leave.type: hr_holidays.l10n_lu_leave_type_situational_unemployment +NEW hr.leave.type: hr_holidays.l10n_mx_leave_type_disability_due_to_illness_imss +NEW hr.leave.type: hr_holidays.l10n_mx_leave_type_maternity_imss +NEW hr.leave.type: hr_holidays.l10n_mx_leave_type_work_risk_imss +NEW hr.leave.type: hr_holidays.l10n_pl_leave_type_sick_leave +NEW hr.leave.type: hr_holidays.l10n_sa_leave_type_emergency +NEW hr.leave.type: hr_holidays.l10n_sa_leave_type_hajj +NEW hr.leave.type: hr_holidays.l10n_sa_leave_type_iddah +NEW hr.leave.type: hr_holidays.l10n_sa_leave_type_marriage +NEW hr.leave.type: hr_holidays.l10n_sa_leave_type_maternity +NEW hr.leave.type: hr_holidays.l10n_sa_leave_type_paternity +NEW hr.leave.type: hr_holidays.l10n_sa_leave_type_sick_leave_0 +NEW hr.leave.type: hr_holidays.l10n_sa_leave_type_sick_leave_100 +NEW hr.leave.type: hr_holidays.l10n_sa_leave_type_sick_leave_75 +NEW hr.leave.type: hr_holidays.l10n_sa_leave_type_study +NEW hr.leave.type: hr_holidays.l10n_sk_leave_type_maternity +NEW hr.leave.type: hr_holidays.leave_type_compensatory_days +NEW hr.leave.type: hr_holidays.leave_type_paid_time_off +NEW hr.leave.type: hr_holidays.leave_type_sick_time_off +NEW hr.leave.type: hr_holidays.leave_type_unpaid +DEL hr.leave.type: hr_holidays.holiday_status_cl +DEL hr.leave.type: hr_holidays.holiday_status_comp +DEL hr.leave.type: hr_holidays.holiday_status_sl +DEL hr.leave.type: hr_holidays.holiday_status_unpaid +NEW ir.actions.act_window: hr_holidays.action_my_days_off_dashboard_calendar +NEW ir.actions.act_window: hr_holidays.hr_leave_allocation_action_form +NEW ir.actions.act_window.view: hr_holidays.action_window_leave_pivot +DEL ir.actions.server: hr_holidays.action_hr_approval +DEL ir.actions.server: hr_holidays.action_manager_approval +DEL ir.actions.server: hr_holidays.ir_actions_server_approve_allocations +DEL ir.attachment: hr_holidays.icon_10 +DEL ir.attachment: hr_holidays.icon_11 +DEL ir.attachment: hr_holidays.icon_12 +DEL ir.attachment: hr_holidays.icon_13 +DEL ir.attachment: hr_holidays.icon_15 +DEL ir.attachment: hr_holidays.icon_16 +DEL ir.attachment: hr_holidays.icon_18 +DEL ir.attachment: hr_holidays.icon_2 +DEL ir.attachment: hr_holidays.icon_20 +DEL ir.attachment: hr_holidays.icon_22 +DEL ir.attachment: hr_holidays.icon_23 +DEL ir.attachment: hr_holidays.icon_24 +DEL ir.attachment: hr_holidays.icon_25 +DEL ir.attachment: hr_holidays.icon_27 +DEL ir.attachment: hr_holidays.icon_29 +DEL ir.attachment: hr_holidays.icon_3 +DEL ir.attachment: hr_holidays.icon_30 +DEL ir.attachment: hr_holidays.icon_31 +DEL ir.attachment: hr_holidays.icon_5 +DEL ir.attachment: hr_holidays.icon_6 +DEL ir.attachment: hr_holidays.icon_7 +DEL ir.attachment: hr_holidays.icon_8 +DEL ir.attachment: hr_holidays.icon_9 +NEW ir.model.constraint: hr_holidays.constraint_hr_leave_accrual_level_valid_accrual_validity_value +NEW ir.model.constraint: hr_holidays.constraint_hr_leave_accrual_level_valid_postpone_max_days_value +NEW ir.model.constraint: hr_holidays.constraint_hr_leave_date_to_date_from_index +DEL ir.model.constraint: hr_holidays.constraint_hr_leave_accrual_level_check_dates +NEW ir.rule: hr_holidays.hr_leave_allocation_rule_responsible_update +NEW ir.ui.view: hr_holidays.hr_leave_report_calendar_year_view +NEW ir.ui.view: hr_holidays.hr_leave_view_form_dashboard_manager_new_time_off +NEW ir.ui.view: hr_holidays.resource_calendar_view_tree +DEL ir.ui.view: hr_holidays.hr_leave_view_kanban_approve_department +DEL ir.ui.view: hr_holidays.res_users_view_form +NEW res.groups.privilege: hr_holidays.res_groups_privilege_time_off diff --git a/openupgrade_scripts/scripts/hr_holidays_attendance/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/hr_holidays_attendance/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..ca61927401de --- /dev/null +++ b/openupgrade_scripts/scripts/hr_holidays_attendance/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/openupgrade_scripts/scripts/hr_holidays_attendance/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr_holidays_attendance/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..f0597647e5a9 --- /dev/null +++ b/openupgrade_scripts/scripts/hr_holidays_attendance/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,24 @@ +---Models in module 'hr_holidays_attendance'--- +---Fields in module 'hr_holidays_attendance'--- +hr_holidays_attendance / hr.attendance.overtime.line / compensable_as_leave (boolean): NEW +hr_holidays_attendance / hr.attendance.overtime.rule / compensable_as_leave (boolean): NEW hasdefault: default +hr_holidays_attendance / hr.leave / employee_overtime (float) : not related anymore +hr_holidays_attendance / hr.leave / employee_overtime (float) : now a function +hr_holidays_attendance / hr.leave / overtime_id (many2one) : DEL relation: hr.attendance.overtime +hr_holidays_attendance / hr.leave.accrual.level / frequency (False) : NEW selection_keys: ['bimonthly', 'biyearly', 'daily', 'hourly', 'monthly', 'weekly', 'worked_hours', 'yearly'], mode: modify +hr_holidays_attendance / hr.leave.accrual.level / frequency_hourly_source (selection): DEL selection_keys: ['attendance', 'calendar'] +hr_holidays_attendance / hr.leave.allocation / overtime_id (many2one) : DEL relation: hr.attendance.overtime +---XML records in module 'hr_holidays_attendance'--- +DEL hr.leave.type: hr_holidays_attendance.holiday_status_extra_hours [renamed to hr_holidays module] +NEW ir.actions.act_window: hr_holidays_attendance.hr_leave_attendance_report_action +DEL ir.actions.act_window: hr_holidays_attendance.hr_leave_allocation_overtime_action +NEW ir.model.access: hr_holidays_attendance.access_hr_leave_attendance_report_manager +NEW ir.ui.menu: hr_holidays_attendance.hr_leave_attendance_report +NEW ir.ui.view: hr_holidays_attendance.hr_attendance_overtime_rule_view_form +NEW ir.ui.view: hr_holidays_attendance.hr_leave_attendance_report_view_form +NEW ir.ui.view: hr_holidays_attendance.hr_leave_attendance_report_view_list +NEW ir.ui.view: hr_holidays_attendance.hr_leave_attendance_report_view_pivot +NEW ir.ui.view: hr_holidays_attendance.hr_leave_attendance_report_view_search +NEW ir.ui.view: hr_holidays_attendance.view_attendance_overtime_line_list +DEL ir.ui.view: hr_holidays_attendance.hr_leave_allocation_overtime_view_form +DEL ir.ui.view: hr_holidays_attendance.res_users_view_form diff --git a/openupgrade_scripts/scripts/hr_homeworking/19.0.2.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr_homeworking/19.0.2.0/upgrade_analysis.txt new file mode 100644 index 000000000000..6ec209e78851 --- /dev/null +++ b/openupgrade_scripts/scripts/hr_homeworking/19.0.2.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'hr_homeworking'--- +---Fields in module 'hr_homeworking'--- +---XML records in module 'hr_homeworking'--- +NEW ir.ui.view: hr_homeworking.res_users_view_form diff --git a/openupgrade_scripts/scripts/hr_hourly_cost/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr_hourly_cost/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..83cd7da5c5f1 --- /dev/null +++ b/openupgrade_scripts/scripts/hr_hourly_cost/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'hr_hourly_cost'--- +---Fields in module 'hr_hourly_cost'--- +---XML records in module 'hr_hourly_cost'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/hr_livechat/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr_livechat/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..f05f7a64dba0 --- /dev/null +++ b/openupgrade_scripts/scripts/hr_livechat/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,6 @@ +---Models in module 'hr_livechat'--- +---Fields in module 'hr_livechat'--- +---XML records in module 'hr_livechat'--- +NEW ir.ui.view: hr_livechat.discuss_channel_looking_for_help_view_search +NEW ir.ui.view: hr_livechat.im_livechat_report_channel_view_search +NEW ir.ui.view: hr_livechat.website_livechat_agent_history_view_search diff --git a/openupgrade_scripts/scripts/hr_maintenance/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr_maintenance/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..8cab33d0afe3 --- /dev/null +++ b/openupgrade_scripts/scripts/hr_maintenance/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,6 @@ +---Models in module 'hr_maintenance'--- +---Fields in module 'hr_maintenance'--- +hr_maintenance / res.users / equipment_ids (one2many) : DEL relation: maintenance.equipment +---XML records in module 'hr_maintenance'--- +NEW ir.ui.view: hr_maintenance.hr_employee_public_view_form +DEL ir.ui.view: hr_maintenance.res_users_view_form_preference diff --git a/openupgrade_scripts/scripts/hr_org_chart/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr_org_chart/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..0f7599b74250 --- /dev/null +++ b/openupgrade_scripts/scripts/hr_org_chart/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,6 @@ +---Models in module 'hr_org_chart'--- +---Fields in module 'hr_org_chart'--- +---XML records in module 'hr_org_chart'--- +NEW ir.actions.act_window: hr_org_chart.action_hr_employee_public_org_chart +DEL ir.ui.menu: hr_org_chart.menu_hr_employee_org_chart +DEL ir.ui.view: hr_org_chart.res_users_view_form diff --git a/openupgrade_scripts/scripts/hr_presence/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/hr_presence/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..9deef220c9ef --- /dev/null +++ b/openupgrade_scripts/scripts/hr_presence/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/openupgrade_scripts/scripts/hr_presence/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr_presence/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..5d67407fd3f1 --- /dev/null +++ b/openupgrade_scripts/scripts/hr_presence/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'hr_presence'--- +---Fields in module 'hr_presence'--- +---XML records in module 'hr_presence'--- +DEL ir.ui.view: hr_presence.hr_employee_view_tree diff --git a/openupgrade_scripts/scripts/hr_recruitment/19.0.1.1/noupdate_changes.xml b/openupgrade_scripts/scripts/hr_recruitment/19.0.1.1/noupdate_changes.xml new file mode 100644 index 000000000000..a1cd8eb077fe --- /dev/null +++ b/openupgrade_scripts/scripts/hr_recruitment/19.0.1.1/noupdate_changes.xml @@ -0,0 +1,372 @@ + + + + 1.00 + + + 0.70 + + + 0.50 + + + 0.90 + + + +
+ Hello, +

+ We confirm we successfully received your application for the job + " + Experienced Developer + " at YourCompany. +

+ We will come back to you shortly. + + + +
+ +

+ Your Contact: +

+

+ Mitchell Admin +
+ Email: admin@yourcompany.example.com +
+ Phone: +1 650-123-4567 +

+
+
+ +

+ What is the next step? +

+ We usually answer applications within a few days.

+ Feel free to contact us if you want a faster + feedback or if you don't get news from us + quickly enough (just reply to this email). + +
+ + + Teksa SpA +
+
+ + Puerto Madero 9710 +
+ + + + Of A15, Santiago (RM) +
+ + + Pudahuel, + + C1, + + + 98450 + + +
+ + Argentina +
+ + +
+
+
+ + + + +
+ + +
+
+

Congratulations!

+
Your resume has been positively reviewed.
+
+
+ We just reviewed your resume, and it caught our + attention. As we think you might be great for the + position, your application has been short listed for a + call or an interview. +

+ + + + You will soon be contacted by:
+ Mitchell Admin
+ Email: admin@yourcompany.example.com
+ Phone: +1 650-123-4567 +

+
+ See you soon, +
+ --
+ The HR Team + + Discover all our jobs.
+
+
+ +
+

+ What is the next step? +

+ We usually answer applications within a few days. +

+ The next step is either a call or a meeting in our offices. +
+ Feel free to contact us if you want a faster + feedback or if you don't get news from us + quickly enough (just reply to this email). +
+ +
+ + + Teksa SpA +
+
+ + Puerto Madero 9710 +
+ + + + Of A15, Santiago (RM) +
+ + + Pudahuel, + + C1, + + + 98450 + + +
+ + Argentina +
+ + +
+
+
+
+ + + + +
+ + +
+
+ Dear,

+ We would like to thank you for your interest and your time.
+ We wish you all the best in your future endeavors. +

+ Best
+
+ + --
+ Marc Demo
+ Email: mark.brown23@example.com
+ Phone: +1 650-123-4567 +
+ + --
+ YourCompany
+ The HR Team
+
+
+
+
+
+ + + + +
+ + +
+ Hello,

+ Thank you for your interest in joining the + + YourCompany + team. We + wanted to let you know that, although your resume is + competitive, our hiring team reviewed your application + and did not select it for further consideration. +

+ Please note that recruiting is hard, and we can make + mistakes. Do not hesitate to reply to this email if you + think we made a mistake, or if you want more information + about our decision. +

+ We will, however, keep your resume on record and get in + touch with you about future opportunities that may be a + better fit for your skills and experience. +

+ We wish you all the best in your job search and hope we + will have the chance to consider you for another role + in the future. +

+ Thank you, +
+ + --
+ Mitchell Admin
+ Email: admin@yourcompany.example.com
+ Phone: +1 650-123-4567 +
+ + --
+ YourCompany
+ The HR Team +
+
+
+
+ + + + +
+ + Interviewer right will give access to all job position/applications where the employee is defined. It will allow to refuse, plan meetings. + + 10 + + + + 30 + + + + + 20 + + + Qualification + +
diff --git a/openupgrade_scripts/scripts/hr_recruitment/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr_recruitment/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..37be66482277 --- /dev/null +++ b/openupgrade_scripts/scripts/hr_recruitment/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,136 @@ +---Models in module 'hr_recruitment'--- +---Fields in module 'hr_recruitment'--- +hr_recruitment / calendar.event / candidate_id (many2one) : DEL relation: hr.candidate +hr_recruitment / hr.applicant / _order : _order is now 'sequence' ('priority desc, id desc') +hr_recruitment / hr.applicant / availability (date) : is now stored +hr_recruitment / hr.applicant / availability (date) : not related anymore +hr_recruitment / hr.applicant / candidate_id (many2one) : DEL relation: hr.candidate, required +hr_recruitment / hr.applicant / color (integer) : is now stored +hr_recruitment / hr.applicant / color (integer) : not related anymore +hr_recruitment / hr.applicant / email_from (char) : is now stored +hr_recruitment / hr.applicant / email_from (char) : not related anymore +hr_recruitment / hr.applicant / email_from (char) : now a function +hr_recruitment / hr.applicant / email_normalized (char) : is now stored +hr_recruitment / hr.applicant / email_normalized (char) : not related anymore +hr_recruitment / hr.applicant / email_normalized (char) : now a function +hr_recruitment / hr.applicant / employee_id (many2one) : is now stored +hr_recruitment / hr.applicant / employee_id (many2one) : not related anymore +hr_recruitment / hr.applicant / kanban_state (selection) : selection_keys added: [waiting] (most likely nothing to do) +hr_recruitment / hr.applicant / linkedin_profile (char) : is now stored +hr_recruitment / hr.applicant / linkedin_profile (char) : not related anymore +hr_recruitment / hr.applicant / message_bounce (integer) : NEW hasdefault: default +hr_recruitment / hr.applicant / partner_id (many2one) : is now stored +hr_recruitment / hr.applicant / partner_id (many2one) : not related anymore +hr_recruitment / hr.applicant / partner_name (char) : is now stored +hr_recruitment / hr.applicant / partner_name (char) : not a function anymore +hr_recruitment / hr.applicant / partner_phone (char) : is now stored +hr_recruitment / hr.applicant / partner_phone (char) : not related anymore +hr_recruitment / hr.applicant / partner_phone (char) : now a function +hr_recruitment / hr.applicant / partner_phone_sanitized (char): is now stored +hr_recruitment / hr.applicant / partner_phone_sanitized (char): not related anymore +hr_recruitment / hr.applicant / partner_phone_sanitized (char): now a function +hr_recruitment / hr.applicant / phone_mobile_search (char) : NEW stored: False +hr_recruitment / hr.applicant / phone_sanitized (char) : NEW isfunction: function, stored +hr_recruitment / hr.applicant / pool_applicant_id (many2one) : NEW relation: hr.applicant +hr_recruitment / hr.applicant / sequence (integer) : NEW hasdefault: default +hr_recruitment / hr.applicant / talent_pool_ids (many2many) : NEW relation: hr.talent.pool +hr_recruitment / hr.applicant / type_id (many2one) : is now stored +hr_recruitment / hr.applicant / type_id (many2one) : not related anymore +hr_recruitment / hr.candidate / active (boolean) : DEL +hr_recruitment / hr.candidate / activity_ids (one2many) : DEL relation: mail.activity +hr_recruitment / hr.candidate / applicant_ids (one2many) : DEL relation: hr.applicant +hr_recruitment / hr.candidate / attachment_ids (one2many) : DEL relation: ir.attachment +hr_recruitment / hr.candidate / availability (date) : DEL +hr_recruitment / hr.candidate / candidate_properties (properties): DEL +hr_recruitment / hr.candidate / categ_ids (many2many) : DEL relation: hr.applicant.category +hr_recruitment / hr.candidate / color (integer) : DEL +hr_recruitment / hr.candidate / company_id (many2one) : DEL relation: res.company +hr_recruitment / hr.candidate / email_cc (char) : DEL +hr_recruitment / hr.candidate / email_from (char) : DEL +hr_recruitment / hr.candidate / email_normalized (char) : DEL +hr_recruitment / hr.candidate / employee_id (many2one) : DEL relation: hr.employee +hr_recruitment / hr.candidate / linkedin_profile (char) : DEL +hr_recruitment / hr.candidate / meeting_ids (one2many) : DEL relation: calendar.event +hr_recruitment / hr.candidate / message_bounce (integer) : DEL +hr_recruitment / hr.candidate / message_follower_ids (one2many): DEL relation: mail.followers +hr_recruitment / hr.candidate / message_ids (one2many) : DEL relation: mail.message +hr_recruitment / hr.candidate / message_main_attachment_id (many2one): DEL relation: ir.attachment +hr_recruitment / hr.candidate / partner_id (many2one) : DEL relation: res.partner +hr_recruitment / hr.candidate / partner_name (char) : DEL +hr_recruitment / hr.candidate / partner_phone (char) : DEL +hr_recruitment / hr.candidate / partner_phone_sanitized (char): DEL +hr_recruitment / hr.candidate / phone_mobile_search (char) : DEL stored: False +hr_recruitment / hr.candidate / phone_sanitized (char) : DEL +hr_recruitment / hr.candidate / priority (selection) : DEL selection_keys: ['0', '1', '2', '3'] +hr_recruitment / hr.candidate / rating_ids (one2many) : DEL relation: rating.rating +hr_recruitment / hr.candidate / type_id (many2one) : DEL relation: hr.recruitment.degree +hr_recruitment / hr.candidate / user_id (many2one) : DEL relation: res.users +hr_recruitment / hr.candidate / website_message_ids (one2many): DEL relation: mail.message +hr_recruitment / hr.employee / applicant_ids (one2many) : NEW relation: hr.applicant +hr_recruitment / hr.employee / candidate_id (one2many) : DEL relation: hr.candidate +hr_recruitment / hr.job / activity_ids (one2many) : NEW relation: mail.activity +hr_recruitment / hr.job / allowed_user_ids (many2many) : module is now 'hr' ('hr_recruitment') +hr_recruitment / hr.job / date_from (date) : DEL +hr_recruitment / hr.job / date_to (date) : DEL +hr_recruitment / hr.job / expected_degree (many2one) : NEW relation: hr.recruitment.degree +hr_recruitment / hr.job / job_source_ids (one2many) : NEW relation: hr.recruitment.source +hr_recruitment / hr.job / user_id (many2one) : module is now 'hr' ('hr_recruitment') +hr_recruitment / hr.recruitment.degree / score (float) : NEW required, hasdefault: default +hr_recruitment / hr.recruitment.source / campaign_id (many2one) : NEW relation: utm.campaign +hr_recruitment / hr.recruitment.stage / legend_waiting (char) : NEW required, hasdefault: default, translate +hr_recruitment / hr.recruitment.stage / rotting_threshold_days (integer): NEW hasdefault: default +hr_recruitment / hr.talent.pool / active (boolean) : NEW hasdefault: default +hr_recruitment / hr.talent.pool / categ_ids (many2many) : NEW relation: hr.applicant.category +hr_recruitment / hr.talent.pool / color (integer) : NEW hasdefault: default +hr_recruitment / hr.talent.pool / company_id (many2one) : NEW relation: res.company, hasdefault: default +hr_recruitment / hr.talent.pool / description (html) : NEW +hr_recruitment / hr.talent.pool / message_follower_ids (one2many): NEW relation: mail.followers +hr_recruitment / hr.talent.pool / message_ids (one2many) : NEW relation: mail.message +hr_recruitment / hr.talent.pool / name (char) : NEW required, translate +hr_recruitment / hr.talent.pool / pool_manager (many2one) : NEW relation: res.users, hasdefault: default +hr_recruitment / hr.talent.pool / rating_ids (one2many) : NEW relation: rating.rating +hr_recruitment / hr.talent.pool / talent_ids (many2many) : NEW relation: hr.applicant +hr_recruitment / hr.talent.pool / website_message_ids (one2many): NEW relation: mail.message +hr_recruitment / res.company / candidate_properties_definition (properties_definition): DEL +hr_recruitment / res.partner / applicant_ids (one2many) : NEW relation: hr.applicant +---XML records in module 'hr_recruitment'--- +NEW ir.actions.act_window: hr_recruitment.action_hr_talent_pool +NEW ir.actions.act_window: hr_recruitment.action_hr_talent_pool_applications +NEW ir.actions.act_window: hr_recruitment.mail_followers_edit_action_from_hr_recruitment +DEL ir.actions.act_window: hr_recruitment.action_hr_candidate +DEL ir.actions.server: hr_recruitment.action_candidate_send_mail +DEL ir.actions.server: hr_recruitment.ir_actions_server_refuse_applicant +NEW ir.model.access: hr_recruitment.access_hr_talent_pool +NEW ir.model.access: hr_recruitment.access_hr_talent_pool_interviewer +NEW ir.model.access: hr_recruitment.access_job_add_applicants +NEW ir.model.access: hr_recruitment.access_job_add_applicants_interviewer +NEW ir.model.access: hr_recruitment.access_talent_pool_add_applicants +NEW ir.model.access: hr_recruitment.access_talent_pool_add_applicants_interviewer +DEL ir.model.access: hr_recruitment.access_candidate_send_mail +DEL ir.model.access: hr_recruitment.access_candidate_send_mail_interviewer +DEL ir.model.access: hr_recruitment.access_hr_candidate_interviewer +DEL ir.model.access: hr_recruitment.access_hr_candidate_user +NEW ir.model.constraint: hr_recruitment.constraint_hr_applicant_job_id_stage_id_idx +NEW ir.model.constraint: hr_recruitment.constraint_hr_recruitment_degree_score_range +NEW ir.rule: hr_recruitment.hr_talent_pool_user_rule +DEL ir.rule: hr_recruitment.hr_candidate_comp_rule +DEL ir.rule: hr_recruitment.hr_candidate_interviewer_rule +DEL ir.rule: hr_recruitment.hr_candidate_user_rule +NEW ir.ui.menu: hr_recruitment.menu_hr_talent_pools +DEL ir.ui.menu: hr_recruitment.menu_hr_candidate +NEW ir.ui.view: hr_recruitment.applicant_hired_template +NEW ir.ui.view: hr_recruitment.hr_kanban_view_applicant_talent_pool +NEW ir.ui.view: hr_recruitment.hr_talent_pool_view_form +NEW ir.ui.view: hr_recruitment.hr_talent_pool_view_kanban +NEW ir.ui.view: hr_recruitment.hr_talent_pool_view_list +NEW ir.ui.view: hr_recruitment.job_add_applicants_view_form +NEW ir.ui.view: hr_recruitment.talent_pool_add_applicants_view_form +DEL ir.ui.view: hr_recruitment.candidate_hired_template +DEL ir.ui.view: hr_recruitment.candidate_send_mail_view_form +DEL ir.ui.view: hr_recruitment.hr_candidate_view_calendar +DEL ir.ui.view: hr_recruitment.hr_candidate_view_form +DEL ir.ui.view: hr_recruitment.hr_candidate_view_kanban +DEL ir.ui.view: hr_recruitment.hr_candidate_view_search +DEL ir.ui.view: hr_recruitment.hr_candidate_view_tree +NEW mail.message.subtype: hr_recruitment.mt_talent_new +NEW res.groups.privilege: hr_recruitment.res_groups_privilege_recruitment diff --git a/openupgrade_scripts/scripts/hr_recruitment_skills/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/hr_recruitment_skills/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..2e4f56b02af8 --- /dev/null +++ b/openupgrade_scripts/scripts/hr_recruitment_skills/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,14 @@ + + + + [ + '|', + ('applicant_id.job_id.interviewer_ids', 'in', user.id), + ('applicant_id.interviewer_ids', 'in', user.id), + ] + + + + + + diff --git a/openupgrade_scripts/scripts/hr_recruitment_skills/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr_recruitment_skills/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..d513b5efa81e --- /dev/null +++ b/openupgrade_scripts/scripts/hr_recruitment_skills/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,36 @@ +---Models in module 'hr_recruitment_skills'--- +---Fields in module 'hr_recruitment_skills'--- +hr_recruitment_skills / hr.applicant / applicant_skill_ids (one2many): NEW relation: hr.applicant.skill +hr_recruitment_skills / hr.applicant / current_applicant_skill_ids (one2many): NEW relation: hr.applicant.skill, hasdefault: compute, stored: False +hr_recruitment_skills / hr.applicant / skill_ids (many2many) : is now stored +hr_recruitment_skills / hr.applicant / skill_ids (many2many) : not related anymore +hr_recruitment_skills / hr.applicant / skill_ids (many2many) : now a function +hr_recruitment_skills / hr.applicant / skill_ids (many2many) : table is now 'hr_applicant_hr_skill_rel' ('False') +hr_recruitment_skills / hr.applicant.skill / applicant_id (many2one) : NEW relation: hr.applicant, required +hr_recruitment_skills / hr.applicant.skill / display_warning_message (boolean): NEW +hr_recruitment_skills / hr.applicant.skill / skill_id (many2one) : NEW relation: hr.skill, required, hasdefault: compute +hr_recruitment_skills / hr.applicant.skill / skill_level_id (many2one) : NEW relation: hr.skill.level, required, hasdefault: compute +hr_recruitment_skills / hr.applicant.skill / skill_type_id (many2one) : NEW relation: hr.skill.type, required, hasdefault: default +hr_recruitment_skills / hr.applicant.skill / valid_from (date) : NEW hasdefault: default +hr_recruitment_skills / hr.applicant.skill / valid_to (date) : NEW +hr_recruitment_skills / hr.candidate / candidate_skill_ids (one2many): DEL relation: hr.candidate.skill +hr_recruitment_skills / hr.candidate / skill_ids (many2many) : DEL relation: hr.skill +hr_recruitment_skills / hr.candidate.skill / candidate_id (many2one) : DEL relation: hr.candidate, required +hr_recruitment_skills / hr.candidate.skill / skill_id (many2one) : DEL relation: hr.skill, required +hr_recruitment_skills / hr.candidate.skill / skill_level_id (many2one) : DEL relation: hr.skill.level, required +hr_recruitment_skills / hr.candidate.skill / skill_type_id (many2one) : DEL relation: hr.skill.type, required +hr_recruitment_skills / hr.job / skill_ids (many2many) : module is now 'hr_skills' ('hr_recruitment_skills') +---XML records in module 'hr_recruitment_skills'--- +NEW ir.actions.act_window: hr_recruitment_skills.action_find_matching_job +NEW ir.model.access: hr_recruitment_skills.access_hr_applicant_skill_interviewer +NEW ir.model.access: hr_recruitment_skills.access_hr_job_skill_recruitment_user +DEL ir.model.access: hr_recruitment_skills.access_hr_candidate_skill_interviewer +DEL ir.model.constraint: hr_recruitment_skills.constraint_hr_candidate_skill__unique_skill +NEW ir.ui.view: hr_recruitment_skills.crm_case_tree_view_inherit_hr_recruitment_skills +NEW ir.ui.view: hr_recruitment_skills.crm_case_tree_view_job +NEW ir.ui.view: hr_recruitment_skills.hr_job_list_inherit_hr_recruitment_skills +NEW ir.ui.view: hr_recruitment_skills.view_hr_job_form +DEL ir.ui.view: hr_recruitment_skills.hr_candidate_view_form +DEL ir.ui.view: hr_recruitment_skills.hr_candidate_view_search +DEL ir.ui.view: hr_recruitment_skills.hr_candidate_view_tree +DEL ir.ui.view: hr_recruitment_skills.hr_job_form_inherit_hr_recruitment_skills diff --git a/openupgrade_scripts/scripts/hr_recruitment_sms/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr_recruitment_sms/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..aa69fc62ccbe --- /dev/null +++ b/openupgrade_scripts/scripts/hr_recruitment_sms/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,6 @@ +---Models in module 'hr_recruitment_sms'--- +---Fields in module 'hr_recruitment_sms'--- +---XML records in module 'hr_recruitment_sms'--- +DEL ir.actions.act_window: hr_recruitment_sms.action_hr_applicant_mass_sms +DEL ir.actions.act_window: hr_recruitment_sms.action_hr_candidate_mass_sms +NEW ir.actions.server: hr_recruitment_sms.action_applicant_send_sms diff --git a/openupgrade_scripts/scripts/hr_recruitment_survey/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/hr_recruitment_survey/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..8f224cbfc8de --- /dev/null +++ b/openupgrade_scripts/scripts/hr_recruitment_survey/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,37 @@ + + + + +
+

+ Dear [applicant name]

+ + You've progressed through the recruitment process and we would like you to answer some questions. + +

+ + Please answer the interview for [deadline date].

+
+ + We wish you good luck! Thank you in advance for your participation. + +

+
+
+ + + +
+
diff --git a/openupgrade_scripts/scripts/hr_recruitment_survey/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr_recruitment_survey/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..7eb7210b4e1f --- /dev/null +++ b/openupgrade_scripts/scripts/hr_recruitment_survey/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'hr_recruitment_survey'--- +---Fields in module 'hr_recruitment_survey'--- +---XML records in module 'hr_recruitment_survey'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/hr_skills/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/hr_skills/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..981196f7bad9 --- /dev/null +++ b/openupgrade_scripts/scripts/hr_skills/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,117 @@ + + + + 31 + + + 6 + + + 7 + + + 23 + + + 32 + + + 34 + + + 27 + + + 28 + + + 3 + + + 5 + + + 1 + + + 4 + + + 10 + + + 13 + + + 15 + + + 17 + + + 21 + + + 33 + + + 8 + + + 22 + + + 37 + + + 29 + + + 36 + + + 12 + + + 25 + + + 16 + + + 35 + + + 11 + + + 2 + + + 30 + + + 24 + + + 18 + + + 26 + + + 19 + + + 1 + + + 2 + + + 14 + + + 9 + + diff --git a/openupgrade_scripts/scripts/hr_skills/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr_skills/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..3068d3627022 --- /dev/null +++ b/openupgrade_scripts/scripts/hr_skills/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,88 @@ +---Models in module 'hr_skills'--- +---Fields in module 'hr_skills'--- +hr_recruitment_skills / hr.job / skill_ids (many2many) : now a function +hr_skills / hr.employee / certification_ids (one2many) : NEW relation: hr.employee.skill, hasdefault: compute, stored: False +hr_skills / hr.employee / current_employee_skill_ids (one2many): NEW relation: hr.employee.skill, hasdefault: compute, stored: False +hr_skills / hr.employee.skill / display_warning_message (boolean): NEW +hr_skills / hr.employee.skill / valid_from (date) : NEW hasdefault: default +hr_skills / hr.employee.skill / valid_to (date) : NEW +hr_skills / hr.employee.skill.log / date (date) : DEL +hr_skills / hr.employee.skill.log / department_id (many2one) : DEL relation: hr.department +hr_skills / hr.employee.skill.log / employee_id (many2one) : DEL relation: hr.employee, required +hr_skills / hr.employee.skill.log / level_progress (integer) : DEL +hr_skills / hr.employee.skill.log / skill_id (many2one) : DEL relation: hr.skill, required +hr_skills / hr.employee.skill.log / skill_level_id (many2one) : DEL relation: hr.skill.level, required +hr_skills / hr.employee.skill.log / skill_type_id (many2one) : DEL relation: hr.skill.type, required +hr_skills / hr.job / current_job_skill_ids (one2many): NEW relation: hr.job.skill, hasdefault: compute, stored: False +hr_skills / hr.job / job_skill_ids (one2many) : NEW relation: hr.job.skill +hr_skills / hr.job / skill_ids (many2many) : previously in module hr_recruitment_skills +hr_skills / hr.job.skill / display_warning_message (boolean): NEW +hr_skills / hr.job.skill / job_id (many2one) : NEW relation: hr.job, required +hr_skills / hr.job.skill / skill_id (many2one) : NEW relation: hr.skill, required, hasdefault: compute +hr_skills / hr.job.skill / skill_level_id (many2one) : NEW relation: hr.skill.level, required, hasdefault: compute +hr_skills / hr.job.skill / skill_type_id (many2one) : NEW relation: hr.skill.type, required, hasdefault: default +hr_skills / hr.job.skill / valid_from (date) : NEW hasdefault: default +hr_skills / hr.job.skill / valid_to (date) : NEW +hr_skills / hr.resume.line / certificate_file (binary) : NEW attachment: True +hr_skills / hr.resume.line / certificate_filename (char) : NEW +hr_skills / hr.resume.line / course_type (selection) : NEW required, selection_keys: ['external'], hasdefault: default +hr_skills / hr.resume.line / department_id (many2one) : previously in module hr_skills_survey +hr_skills / hr.resume.line / display_type (selection) : DEL selection_keys: ['classic'] +hr_skills / hr.resume.line / duration (integer) : NEW +hr_skills / hr.resume.line / external_url (char) : NEW hasdefault: compute +hr_skills / hr.resume.line / resume_line_properties (properties): NEW hasdefault: compute +hr_skills / hr.resume.line.type / is_course (boolean) : NEW hasdefault: default +hr_skills / hr.resume.line.type / resume_line_type_properties_definition (properties_definition): NEW +hr_skills / hr.skill.level / _order : _order is now 'level_progress' ('level_progress desc') +hr_skills / hr.skill.level / technical_is_new_default (boolean): NEW hasdefault: compute, stored: False +hr_skills / hr.skill.type / _order : _order is now 'sequence, name' ('name') +hr_skills / hr.skill.type / is_certification (boolean) : NEW +hr_skills / hr.skill.type / levels_count (integer) : NEW hasdefault: compute +hr_skills / hr.skill.type / sequence (integer) : NEW +hr_skills / res.users / employee_skill_ids (one2many) : module is now 'project_hr_skills' ('hr_skills') +hr_skills_survey / hr.resume.line / department_id (many2one) : not stored anymore +---XML records in module 'hr_skills'--- +NEW hr.resume.line.type: hr_skills.resume_type_training [renamed from hr_skills_slides module] +DEL hr.resume.line.type: hr_skills.resume_type_social_media +NEW ir.actions.act_window: hr_skills.action_hr_employee_skill_certification +NEW ir.actions.act_window: hr_skills.hr_employee_certification_report_action [renamed from hr_skills_survey module] +NEW ir.actions.act_window: hr_skills.hr_resume_lines_training_action +DEL ir.actions.act_window: hr_skills.action_hr_employee_skill_log_employee +NEW ir.cron: hr_skills.hr_job_skills_cron_add_certification_activity_to_employees +NEW ir.model.access: hr_skills.access_hr_employee_certification_report_user +NEW ir.model.access: hr_skills.access_hr_employee_skill_history_report +NEW ir.model.access: hr_skills.access_hr_employee_skill_history_report_manager +NEW ir.model.access: hr_skills.access_hr_job_skill +NEW ir.model.access: hr_skills.access_hr_job_skill_employee +DEL ir.model.access: hr_skills.access_hr_employee_skill_log +DEL ir.model.access: hr_skills.access_hr_employee_skill_log_manager +DEL ir.model.constraint: hr_skills.constraint_hr_employee_skill__unique_skill +DEL ir.model.constraint: hr_skills.constraint_hr_employee_skill_log__unique_skill_log +NEW ir.rule: hr_skills.hr_employee_skill_history_report_hr_user +NEW ir.rule: hr_skills.hr_employee_skill_history_report_manager +NEW ir.ui.menu: hr_skills.hr_certification_menu +NEW ir.ui.menu: hr_skills.hr_employee_certification_report_menu +NEW ir.ui.menu: hr_skills.hr_employee_skill_inventory_report_menu +NEW ir.ui.menu: hr_skills.hr_skill_learning_menu +NEW ir.ui.menu: hr_skills.menu_learnings_training_attendances +NEW ir.ui.view: hr_skills.employee_skill_view_inherit_certificate_form +NEW ir.ui.view: hr_skills.hr_employee_certification_report_view_list +NEW ir.ui.view: hr_skills.hr_employee_certification_report_view_pivot +NEW ir.ui.view: hr_skills.hr_employee_certification_report_view_search +NEW ir.ui.view: hr_skills.hr_employee_skill_history_report_view_graph +NEW ir.ui.view: hr_skills.hr_employee_skill_history_report_view_search +NEW ir.ui.view: hr_skills.hr_employee_skill_view_list +NEW ir.ui.view: hr_skills.hr_employee_skill_view_search +NEW ir.ui.view: hr_skills.hr_job_skill_view_form +NEW ir.ui.view: hr_skills.hr_resume_line_calendar_view +NEW ir.ui.view: hr_skills.hr_resume_line_kanban_view +NEW ir.ui.view: hr_skills.hr_resume_line_list_view +NEW ir.ui.view: hr_skills.resume_line_view_form_inherit +NEW ir.ui.view: hr_skills.view_hr_job_form +NEW ir.ui.view: hr_skills.view_resume_lines_filter +DEL ir.ui.view: hr_skills.hr_employee_skill_log_view_graph_department +DEL ir.ui.view: hr_skills.hr_employee_skill_log_view_graph_employee +DEL ir.ui.view: hr_skills.hr_employee_skill_log_view_search +DEL ir.ui.view: hr_skills.hr_employee_skill_log_view_tree +DEL ir.ui.view: hr_skills.res_users_view_form +NEW mail.activity.type: hr_skills.mail_activity_data_upload_certification diff --git a/openupgrade_scripts/scripts/hr_skills_event/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr_skills_event/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..27335b03bd0b --- /dev/null +++ b/openupgrade_scripts/scripts/hr_skills_event/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,10 @@ +---Models in module 'hr_skills_event'--- +---Fields in module 'hr_skills_event'--- +hr_skills_event / hr.resume.line / course_type (False) : NEW selection_keys: ['external', 'onsite'], mode: modify +hr_skills_event / hr.resume.line / event_id (many2one) : NEW relation: event.event, isfunction: function, stored +---XML records in module 'hr_skills_event'--- +NEW ir.actions.act_window: hr_skills_event.event_training_onsite_action +NEW ir.ui.menu: hr_skills_event.menu_learnings_training_attendances_onsite +NEW ir.ui.view: hr_skills_event.resume_slides_line_view_form +NEW ir.ui.view: hr_skills_event.resume_slides_line_view_kanban +NEW ir.ui.view: hr_skills_event.resume_slides_line_view_list diff --git a/openupgrade_scripts/scripts/hr_skills_slides/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr_skills_slides/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..cbb777c93a06 --- /dev/null +++ b/openupgrade_scripts/scripts/hr_skills_slides/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,18 @@ +---Models in module 'hr_skills_slides'--- +---Fields in module 'hr_skills_slides'--- +hr_skills_slides / hr.resume.line / channel_id (many2one) : now a function +hr_skills_slides / hr.resume.line / course_type (False) : NEW selection_keys: ['elearning', 'external', 'onsite'], mode: modify +hr_skills_slides / hr.resume.line / course_url (char) : not a function anymore +hr_skills_slides / hr.resume.line / course_url (char) : now related +hr_skills_slides / hr.resume.line / display_type (False) : DEL selection_keys: ['certification', 'classic', 'course'], mode: modify +hr_skills_slides / hr.resume.line / duration (False) : NEW mode: modify, hasdefault: compute +---XML records in module 'hr_skills_slides'--- +DEL hr.resume.line.type: hr_skills_slides.resume_type_training [renamed to hr_skills module] +NEW ir.actions.act_window: hr_skills_slides.slide_channel_training_elearning_action +NEW ir.ui.menu: hr_skills_slides.menu_learnings_training_attendances_elearning +NEW ir.ui.view: hr_skills_slides.hr_employee_public_resume_view_form_inherit +NEW ir.ui.view: hr_skills_slides.hr_employee_public_view_form +NEW ir.ui.view: hr_skills_slides.hr_employee_resume_view_form_inherit +NEW ir.ui.view: hr_skills_slides.resume_slides_line_view_kanban +NEW ir.ui.view: hr_skills_slides.resume_slides_line_view_list +NEW ir.ui.view: hr_skills_slides.slide_channel_view_list diff --git a/openupgrade_scripts/scripts/hr_skills_survey/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr_skills_survey/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..d9912fe5d684 --- /dev/null +++ b/openupgrade_scripts/scripts/hr_skills_survey/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,10 @@ +---Models in module 'hr_skills_survey'--- +---Fields in module 'hr_skills_survey'--- +hr_skills_survey / hr.resume.line / department_id (False) : NEW mode: modify +hr_skills_survey / hr.resume.line / department_id (many2one) : module is now 'hr_skills' ('hr_skills_survey') +hr_skills_survey / hr.resume.line / display_type (False) : DEL selection_keys: ['certification', 'classic'], mode: modify +---XML records in module 'hr_skills_survey'--- +DEL ir.actions.act_window: hr_skills_survey.hr_employee_certification_report_action [renamed to hr_skills module] +DEL ir.ui.menu: hr_skills_survey.hr_employee_certication_report_menu +DEL ir.ui.view: hr_skills_survey.hr_employee_certification_report_view_list +DEL ir.ui.view: hr_skills_survey.hr_resume_line_view_search diff --git a/openupgrade_scripts/scripts/hr_timesheet/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/hr_timesheet/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..b96642f7d318 --- /dev/null +++ b/openupgrade_scripts/scripts/hr_timesheet/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,65 @@ + + + + + 20 + + + + 10 + + + + + 30 + + + + [ + '|', + ('project_id.privacy_visibility', 'in', ['employees', 'portal']), + ('project_id.message_partner_ids', 'in', [user.partner_id.id]) + ] + + + [ + ('user_id', '=', user.id), + '|', + ('project_id.privacy_visibility', 'in', ['employees', 'portal']), + ('message_partner_ids', 'in', [user.partner_id.id]) + ] + + + [ + ('project_id', '!=', False), + '|', '|', + ('project_id.privacy_visibility', 'in', ['employees', 'portal']), + ('message_partner_ids', 'in', [user.partner_id.id]), + ('partner_id', '=', user.partner_id.id), + ] + + + [ + ('project_id', '!=', False), + ('message_partner_ids', 'child_of', [user.partner_id.commercial_partner_id.id]), + ('project_id.privacy_visibility', 'in', ['invited_users', 'portal']), + ('project_id.collaborator_ids.partner_id', 'in', [user.partner_id.id]), + ] + + + [ + ('user_id', '=', user.id), + ('project_id', '!=', False), + '|', '|', + ('project_id.privacy_visibility', 'in', ['employees', 'portal']), + ('partner_id', '=', user.partner_id.id), + ('message_partner_ids', 'in', [user.partner_id.id]) + ] + + diff --git a/openupgrade_scripts/scripts/hr_timesheet/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr_timesheet/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..d59a40ff01fc --- /dev/null +++ b/openupgrade_scripts/scripts/hr_timesheet/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,18 @@ +---Models in module 'hr_timesheet'--- +---Fields in module 'hr_timesheet'--- +hr_timesheet / account.analytic.line.calendar.employee / active (boolean) : NEW hasdefault: default +hr_timesheet / account.analytic.line.calendar.employee / checked (boolean) : NEW hasdefault: default +hr_timesheet / account.analytic.line.calendar.employee / employee_id (many2one) : NEW relation: hr.employee +hr_timesheet / account.analytic.line.calendar.employee / user_id (many2one) : NEW relation: res.users, required, hasdefault: default +hr_timesheet / project.project / total_timesheet_time (integer): type is now 'float' ('integer') +---XML records in module 'hr_timesheet'--- +NEW ir.actions.act_window.view: hr_timesheet.act_hr_timesheet_line_view_calendar +NEW ir.actions.act_window.view: hr_timesheet.timesheet_action_view_all_calendar +NEW ir.model.access: hr_timesheet.access_account_analytic_line_calendar_employee +NEW ir.ui.view: hr_timesheet.hr_employee_public_view_form +NEW ir.ui.view: hr_timesheet.hr_employee_view_kanban_inherit_timesheet +NEW ir.ui.view: hr_timesheet.project_templates_view_list_inherit_timesheet +NEW ir.ui.view: hr_timesheet.view_calendar_account_analytic_line +NEW ir.ui.view: hr_timesheet.view_calendar_account_analytic_line_multi_create +NEW ir.ui.view: hr_timesheet.view_calendar_account_analytic_line_my_timesheets +NEW res.groups.privilege: hr_timesheet.res_groups_privilege_timesheets diff --git a/openupgrade_scripts/scripts/hr_work_entry/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/hr_work_entry/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..1ce422d495e1 --- /dev/null +++ b/openupgrade_scripts/scripts/hr_work_entry/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,7 @@ + + + + A + False + + diff --git a/openupgrade_scripts/scripts/hr_work_entry/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr_work_entry/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..3aaafe757cc2 --- /dev/null +++ b/openupgrade_scripts/scripts/hr_work_entry/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,146 @@ +---Models in module 'hr_work_entry'--- +---Fields in module 'hr_work_entry'--- +hr_work_entry / hr.user.work.entry.employee / is_checked (boolean) : NEW hasdefault: default +hr_work_entry / hr.version / date_generated_from (datetime): NEW required +hr_work_entry / hr.version / date_generated_to (datetime) : NEW required +hr_work_entry / hr.version / last_generation_date (date) : NEW +hr_work_entry / hr.version / work_entry_source (selection) : NEW required, selection_keys: ['calendar'], hasdefault: default +hr_work_entry / hr.work.entry / _order : _order is now 'create_date' ('conflict desc,state,date_start') +hr_work_entry / hr.work.entry / amount_rate (float) : NEW +hr_work_entry / hr.work.entry / date (date) : NEW required +hr_work_entry / hr.work.entry / date_start (datetime) : DEL required +hr_work_entry / hr.work.entry / date_stop (datetime) : DEL +hr_work_entry / hr.work.entry / version_id (many2one) : NEW relation: hr.version, required +hr_work_entry / hr.work.entry / work_entry_source (selection) : previously in module hr_work_entry_contract +hr_work_entry / hr.work.entry.type / amount_rate (float) : NEW hasdefault: default +hr_work_entry / hr.work.entry.type / display_code (char) : NEW translate +hr_work_entry / hr.work.entry.type / is_extra_hours (boolean) : NEW +hr_work_entry / hr.work.entry.type / is_leave (boolean) : previously in module hr_work_entry_contract +---XML records in module 'hr_work_entry'--- +NEW hr.work.entry.type: hr_work_entry.hr_work_entry_type_out_of_contract +NEW hr.work.entry.type: hr_work_entry.l10n_au_work_entry_type_cash_out +NEW hr.work.entry.type: hr_work_entry.l10n_au_work_entry_type_compensation +NEW hr.work.entry.type: hr_work_entry.l10n_au_work_entry_type_defence +NEW hr.work.entry.type: hr_work_entry.l10n_au_work_entry_type_long_service_leave +NEW hr.work.entry.type: hr_work_entry.l10n_au_work_entry_type_other +NEW hr.work.entry.type: hr_work_entry.l10n_au_work_entry_type_overtime_pto +NEW hr.work.entry.type: hr_work_entry.l10n_au_work_entry_type_overtime_regular +NEW hr.work.entry.type: hr_work_entry.l10n_au_work_entry_type_overtime_saturday +NEW hr.work.entry.type: hr_work_entry.l10n_au_work_entry_type_overtime_saturday_pto +NEW hr.work.entry.type: hr_work_entry.l10n_au_work_entry_type_overtime_sunday +NEW hr.work.entry.type: hr_work_entry.l10n_au_work_entry_type_overtime_sunday_pto +NEW hr.work.entry.type: hr_work_entry.l10n_au_work_entry_type_paid_time_off +NEW hr.work.entry.type: hr_work_entry.l10n_au_work_entry_type_parental +NEW hr.work.entry.type: hr_work_entry.l10n_au_work_entry_type_personal_leave +NEW hr.work.entry.type: hr_work_entry.l10n_au_work_entry_type_termination +NEW hr.work.entry.type: hr_work_entry.l10n_be_work_entry_type_additional_paid +NEW hr.work.entry.type: hr_work_entry.l10n_be_work_entry_type_bank_holiday +NEW hr.work.entry.type: hr_work_entry.l10n_be_work_entry_type_breast_feeding +NEW hr.work.entry.type: hr_work_entry.l10n_be_work_entry_type_corona +NEW hr.work.entry.type: hr_work_entry.l10n_be_work_entry_type_credit_time +NEW hr.work.entry.type: hr_work_entry.l10n_be_work_entry_type_economic_unemployment +NEW hr.work.entry.type: hr_work_entry.l10n_be_work_entry_type_european +NEW hr.work.entry.type: hr_work_entry.l10n_be_work_entry_type_extra_legal +NEW hr.work.entry.type: hr_work_entry.l10n_be_work_entry_type_flemish_training_time_off +NEW hr.work.entry.type: hr_work_entry.l10n_be_work_entry_type_long_sick +NEW hr.work.entry.type: hr_work_entry.l10n_be_work_entry_type_maternity +NEW hr.work.entry.type: hr_work_entry.l10n_be_work_entry_type_medical_assistance +NEW hr.work.entry.type: hr_work_entry.l10n_be_work_entry_type_notice +NEW hr.work.entry.type: hr_work_entry.l10n_be_work_entry_type_parental_time_off +NEW hr.work.entry.type: hr_work_entry.l10n_be_work_entry_type_part_sick +NEW hr.work.entry.type: hr_work_entry.l10n_be_work_entry_type_partial_incapacity +NEW hr.work.entry.type: hr_work_entry.l10n_be_work_entry_type_paternity_company +NEW hr.work.entry.type: hr_work_entry.l10n_be_work_entry_type_paternity_legal +NEW hr.work.entry.type: hr_work_entry.l10n_be_work_entry_type_phc +NEW hr.work.entry.type: hr_work_entry.l10n_be_work_entry_type_recovery +NEW hr.work.entry.type: hr_work_entry.l10n_be_work_entry_type_recovery_additional +NEW hr.work.entry.type: hr_work_entry.l10n_be_work_entry_type_simple_holiday_pay_variable_salary +NEW hr.work.entry.type: hr_work_entry.l10n_be_work_entry_type_small_unemployment +NEW hr.work.entry.type: hr_work_entry.l10n_be_work_entry_type_small_unemployment_birth +NEW hr.work.entry.type: hr_work_entry.l10n_be_work_entry_type_solicitation_time_off +NEW hr.work.entry.type: hr_work_entry.l10n_be_work_entry_type_strike +NEW hr.work.entry.type: hr_work_entry.l10n_be_work_entry_type_training +NEW hr.work.entry.type: hr_work_entry.l10n_be_work_entry_type_training_time_off +NEW hr.work.entry.type: hr_work_entry.l10n_be_work_entry_type_unjustified_reason +NEW hr.work.entry.type: hr_work_entry.l10n_be_work_entry_type_unpredictable +NEW hr.work.entry.type: hr_work_entry.l10n_be_work_entry_type_work_accident +NEW hr.work.entry.type: hr_work_entry.l10n_be_work_entry_type_youth_time_off +NEW hr.work.entry.type: hr_work_entry.l10n_ch_swissdec_accident_wt +NEW hr.work.entry.type: hr_work_entry.l10n_ch_swissdec_accident_wt_hourly +NEW hr.work.entry.type: hr_work_entry.l10n_ch_swissdec_hourly_wt +NEW hr.work.entry.type: hr_work_entry.l10n_ch_swissdec_illness_wt +NEW hr.work.entry.type: hr_work_entry.l10n_ch_swissdec_illness_wt_hourly +NEW hr.work.entry.type: hr_work_entry.l10n_ch_swissdec_interruption_wt +NEW hr.work.entry.type: hr_work_entry.l10n_ch_swissdec_lesson_wt +NEW hr.work.entry.type: hr_work_entry.l10n_ch_swissdec_maternity_wt +NEW hr.work.entry.type: hr_work_entry.l10n_ch_swissdec_maternity_wt_hourly +NEW hr.work.entry.type: hr_work_entry.l10n_ch_swissdec_military_wt +NEW hr.work.entry.type: hr_work_entry.l10n_ch_swissdec_military_wt_hourly +NEW hr.work.entry.type: hr_work_entry.l10n_ch_swissdec_monthly_wt +NEW hr.work.entry.type: hr_work_entry.l10n_ch_swissdec_overtime_125_wt +NEW hr.work.entry.type: hr_work_entry.l10n_ch_swissdec_overtime_wt +NEW hr.work.entry.type: hr_work_entry.l10n_ch_swissdec_unpaid_wt +NEW hr.work.entry.type: hr_work_entry.l10n_ch_work_entry_type_bank_holiday +NEW hr.work.entry.type: hr_work_entry.l10n_eg_work_entry_type_paid_sick_leave +NEW hr.work.entry.type: hr_work_entry.l10n_eg_work_entry_type_sick_leave_75 +NEW hr.work.entry.type: hr_work_entry.l10n_eg_work_entry_type_sick_leave_unpaid +NEW hr.work.entry.type: hr_work_entry.l10n_hk_work_entry_type_compassionate_leave +NEW hr.work.entry.type: hr_work_entry.l10n_hk_work_entry_type_examination_leave +NEW hr.work.entry.type: hr_work_entry.l10n_hk_work_entry_type_marriage_leave +NEW hr.work.entry.type: hr_work_entry.l10n_hk_work_entry_type_maternity_leave +NEW hr.work.entry.type: hr_work_entry.l10n_hk_work_entry_type_maternity_leave_80 +NEW hr.work.entry.type: hr_work_entry.l10n_hk_work_entry_type_paternity_leave +NEW hr.work.entry.type: hr_work_entry.l10n_hk_work_entry_type_paternity_leave_80 +NEW hr.work.entry.type: hr_work_entry.l10n_hk_work_entry_type_public_holiday +NEW hr.work.entry.type: hr_work_entry.l10n_hk_work_entry_type_sick_leave_80 +NEW hr.work.entry.type: hr_work_entry.l10n_hk_work_entry_type_statutory_holiday +NEW hr.work.entry.type: hr_work_entry.l10n_hk_work_entry_type_weekend +NEW hr.work.entry.type: hr_work_entry.l10n_id_work_entry_type_bereavement_leave +NEW hr.work.entry.type: hr_work_entry.l10n_id_work_entry_type_marriage_leave +NEW hr.work.entry.type: hr_work_entry.l10n_id_work_entry_type_maternity_leave +NEW hr.work.entry.type: hr_work_entry.l10n_id_work_entry_type_paternity_leave +NEW hr.work.entry.type: hr_work_entry.l10n_id_work_entry_type_public_holiday +NEW hr.work.entry.type: hr_work_entry.l10n_jo_work_entry_type_sick_leave_unpaid +NEW hr.work.entry.type: hr_work_entry.l10n_lu_work_entry_type_situational_unemployment +NEW hr.work.entry.type: hr_work_entry.l10n_mx_work_entry_type_care_children_with_cancer_imss +NEW hr.work.entry.type: hr_work_entry.l10n_mx_work_entry_type_disability_due_to_illness_imss +NEW hr.work.entry.type: hr_work_entry.l10n_mx_work_entry_type_maternity_imss +NEW hr.work.entry.type: hr_work_entry.l10n_mx_work_entry_type_work_risk_imss +NEW hr.work.entry.type: hr_work_entry.l10n_pl_work_entry_type_sick_leave +NEW hr.work.entry.type: hr_work_entry.l10n_sa_work_entry_type_emergency +NEW hr.work.entry.type: hr_work_entry.l10n_sa_work_entry_type_maternity +NEW hr.work.entry.type: hr_work_entry.l10n_sa_work_entry_type_sick_leave_0 +NEW hr.work.entry.type: hr_work_entry.l10n_sa_work_entry_type_sick_leave_100 +NEW hr.work.entry.type: hr_work_entry.l10n_sa_work_entry_type_sick_leave_75 +NEW hr.work.entry.type: hr_work_entry.l10n_sk_work_entry_type_maternity +NEW hr.work.entry.type: hr_work_entry.l10n_sk_work_entry_type_parental_time_off +NEW hr.work.entry.type: hr_work_entry.l10n_sk_work_entry_type_sick_0 +NEW hr.work.entry.type: hr_work_entry.l10n_sk_work_entry_type_sick_25 +NEW hr.work.entry.type: hr_work_entry.l10n_sk_work_entry_type_sick_55 +NEW hr.work.entry.type: hr_work_entry.l10n_us_work_entry_type_double +NEW hr.work.entry.type: hr_work_entry.l10n_us_work_entry_type_overtime +NEW hr.work.entry.type: hr_work_entry.l10n_us_work_entry_type_retro_overtime +NEW hr.work.entry.type: hr_work_entry.l10n_us_work_entry_type_retro_regular +NEW hr.work.entry.type: hr_work_entry.uae_public_holiday_entry_type +NEW hr.work.entry.type: hr_work_entry.uae_sick_leave_0_entry_type +NEW hr.work.entry.type: hr_work_entry.uae_sick_leave_50_entry_type +NEW hr.work.entry.type: hr_work_entry.work_entry_type_compensatory [renamed from hr_work_entry_contract module] +NEW hr.work.entry.type: hr_work_entry.work_entry_type_home_working [renamed from hr_work_entry_contract module] +NEW hr.work.entry.type: hr_work_entry.work_entry_type_leave [renamed from hr_work_entry_contract module] +NEW hr.work.entry.type: hr_work_entry.work_entry_type_legal_leave [renamed from hr_work_entry_contract module] +NEW hr.work.entry.type: hr_work_entry.work_entry_type_overtime +NEW hr.work.entry.type: hr_work_entry.work_entry_type_sick_leave [renamed from hr_work_entry_contract module] +NEW hr.work.entry.type: hr_work_entry.work_entry_type_unpaid_leave [renamed from hr_work_entry_contract module] +DEL hr.work.entry.type: hr_work_entry.overtime_work_entry_type +NEW ir.actions.act_window: hr_work_entry.hr_work_entry_regeneration_wizard_action [renamed from hr_work_entry_contract module] +NEW ir.cron: hr_work_entry.ir_cron_generate_missing_work_entries [renamed from hr_work_entry_contract module] +NEW ir.model.access: hr_work_entry.access_hr_work_entry_regeneration_wizard [renamed from hr_work_entry_contract module] +NEW ir.model.constraint: hr_work_entry.constraint_hr_work_entry_contract_date_start_stop_idx +DEL ir.model.constraint: hr_work_entry.constraint_hr_work_entry__work_entries_no_validated_conflict +DEL ir.model.constraint: hr_work_entry.constraint_hr_work_entry__work_entry_has_end +DEL ir.model.constraint: hr_work_entry.constraint_hr_work_entry__work_entry_start_before_end +NEW ir.rule: hr_work_entry.ir_rule_hr_work_entry_multi_company [renamed from hr_work_entry_contract module] +NEW ir.ui.view: hr_work_entry.hr_contract_template_view_form +NEW ir.ui.view: hr_work_entry.hr_work_entry_calendar_gantt_view_form +NEW ir.ui.view: hr_work_entry.hr_work_entry_regeneration_wizard +NEW ir.ui.view: hr_work_entry.hr_work_entry_view_calendar_multi_create_form diff --git a/openupgrade_scripts/scripts/hr_work_entry_holidays/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/hr_work_entry_holidays/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..19d8bb818d1c --- /dev/null +++ b/openupgrade_scripts/scripts/hr_work_entry_holidays/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + diff --git a/openupgrade_scripts/scripts/hr_work_entry_holidays/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/hr_work_entry_holidays/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..a20b4e17092f --- /dev/null +++ b/openupgrade_scripts/scripts/hr_work_entry_holidays/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'hr_work_entry_holidays'--- +---Fields in module 'hr_work_entry_holidays'--- +---XML records in module 'hr_work_entry_holidays'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/html_editor/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/html_editor/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..34d121035aa5 --- /dev/null +++ b/openupgrade_scripts/scripts/html_editor/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,17 @@ +---Models in module 'html_editor'--- +---Fields in module 'html_editor'--- +html_editor / html_editor.converter.test / binary (binary) : NEW attachment: False +html_editor / html_editor.converter.test / char (char) : NEW +html_editor / html_editor.converter.test / date (date) : NEW +html_editor / html_editor.converter.test / datetime (datetime) : NEW +html_editor / html_editor.converter.test / float (float) : NEW +html_editor / html_editor.converter.test / html (html) : NEW +html_editor / html_editor.converter.test / integer (integer) : NEW +html_editor / html_editor.converter.test / many2one (many2one) : NEW relation: html_editor.converter.test.sub +html_editor / html_editor.converter.test / numeric (float) : NEW +html_editor / html_editor.converter.test / selection_str (selection) : NEW selection_keys: ['A', 'B', 'C', 'D'] +html_editor / html_editor.converter.test / text (text) : NEW +html_editor / html_editor.converter.test.sub / name (char) : NEW +---XML records in module 'html_editor'--- +NEW ir.model.access: html_editor.access_html_editor_converter_test +NEW ir.model.access: html_editor.access_html_editor_converter_test_sub diff --git a/openupgrade_scripts/scripts/http_routing/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/http_routing/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..564e1df31b85 --- /dev/null +++ b/openupgrade_scripts/scripts/http_routing/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,6 @@ +---Models in module 'http_routing'--- +---Fields in module 'http_routing'--- +---XML records in module 'http_routing'--- +NEW ir.ui.view: http_routing.415 +NEW ir.ui.view: http_routing.422 +NEW ir.ui.view: http_routing.4xx diff --git a/openupgrade_scripts/scripts/iap/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/iap/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..c496ae118565 --- /dev/null +++ b/openupgrade_scripts/scripts/iap/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'iap'--- +---Fields in module 'iap'--- +---XML records in module 'iap'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/iap_crm/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/iap_crm/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..32a10eebae21 --- /dev/null +++ b/openupgrade_scripts/scripts/iap_crm/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'iap_crm'--- +---Fields in module 'iap_crm'--- +---XML records in module 'iap_crm'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/iap_mail/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/iap_mail/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..8de8e5a2aec3 --- /dev/null +++ b/openupgrade_scripts/scripts/iap_mail/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'iap_mail'--- +---Fields in module 'iap_mail'--- +---XML records in module 'iap_mail'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/im_livechat/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/im_livechat/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..716be206b79b --- /dev/null +++ b/openupgrade_scripts/scripts/im_livechat/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,246 @@ + + + + diff --git a/openupgrade_scripts/scripts/im_livechat/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/im_livechat/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..042fc3af8661 --- /dev/null +++ b/openupgrade_scripts/scripts/im_livechat/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,148 @@ +---Models in module 'im_livechat'--- +---Fields in module 'im_livechat'--- +im_livechat / chatbot.message / user_raw_script_answer_id (integer): NEW +im_livechat / chatbot.script.step / message (text) : type is now 'html' ('text') +im_livechat / chatbot.script.step / operator_expertise_ids (many2many): NEW relation: im_livechat.expertise +im_livechat / discuss.call.history / livechat_participant_history_ids (many2many): NEW relation: im_livechat.channel.member.history +im_livechat / discuss.channel / anonymous_name (char) : DEL +im_livechat / discuss.channel / livechat_active (boolean) : DEL +im_livechat / discuss.channel / livechat_agent_partner_ids (many2many): NEW relation: res.partner, isfunction: function, stored +im_livechat / discuss.channel / livechat_agent_providing_help_history (many2one): NEW relation: im_livechat.channel.member.history, isfunction: function, stored +im_livechat / discuss.channel / livechat_agent_requesting_help_history (many2one): NEW relation: im_livechat.channel.member.history, isfunction: function, stored +im_livechat / discuss.channel / livechat_bot_partner_ids (many2many): NEW relation: res.partner, isfunction: function, stored +im_livechat / discuss.channel / livechat_channel_member_history_ids (one2many): NEW relation: im_livechat.channel.member.history +im_livechat / discuss.channel / livechat_conversation_tag_ids (many2many): NEW relation: im_livechat.conversation.tag +im_livechat / discuss.channel / livechat_customer_partner_ids (many2many): NEW relation: res.partner, isfunction: function, stored +im_livechat / discuss.channel / livechat_end_dt (datetime) : NEW +im_livechat / discuss.channel / livechat_expertise_ids (many2many): NEW relation: im_livechat.expertise, isrelated: related, stored +im_livechat / discuss.channel / livechat_failure (selection) : NEW selection_keys: ['no_agent', 'no_answer', 'no_failure'] +im_livechat / discuss.channel / livechat_is_escalated (boolean): NEW isfunction: function, stored +im_livechat / discuss.channel / livechat_lang_id (many2one) : NEW relation: res.lang +im_livechat / discuss.channel / livechat_note (html) : NEW +im_livechat / discuss.channel / livechat_outcome (selection) : NEW selection_keys: ['escalated', 'no_agent', 'no_answer', 'no_failure'], isfunction: function, stored +im_livechat / discuss.channel / livechat_start_hour (float) : NEW isfunction: function, stored +im_livechat / discuss.channel / livechat_status (selection) : NEW selection_keys: ['in_progress', 'need_help', 'waiting'], hasdefault: compute +im_livechat / discuss.channel / livechat_week_day (selection) : NEW selection_keys: ['0', '1', '2', '3', '4', '5', '6'], isfunction: function, stored +im_livechat / discuss.channel / rating_last_text (selection) : is now stored +im_livechat / discuss.channel.member / livechat_member_history_ids (one2many): NEW relation: im_livechat.channel.member.history +im_livechat / im_livechat.channel / block_assignment_during_call (boolean): NEW +im_livechat / im_livechat.channel / image_128 (binary) : DEL attachment: True +im_livechat / im_livechat.channel / input_placeholder (char) : DEL +im_livechat / im_livechat.channel / max_sessions (integer) : NEW hasdefault: default +im_livechat / im_livechat.channel / max_sessions_mode (selection) : NEW selection_keys: ['limited', 'unlimited'], hasdefault: default +im_livechat / im_livechat.channel / review_link (char) : NEW +im_livechat / im_livechat.channel.member.history / agent_expertise_ids (many2many): NEW relation: im_livechat.expertise, isfunction: function, stored +im_livechat / im_livechat.channel.member.history / call_duration_hour (float) : NEW isfunction: function, stored +im_livechat / im_livechat.channel.member.history / call_history_ids (many2many) : NEW relation: discuss.call.history +im_livechat / im_livechat.channel.member.history / channel_id (many2one) : NEW relation: discuss.channel, isfunction: function, stored +im_livechat / im_livechat.channel.member.history / chatbot_script_id (many2one) : NEW relation: chatbot.script, isfunction: function, stored +im_livechat / im_livechat.channel.member.history / guest_id (many2one) : NEW relation: mail.guest, isfunction: function, stored +im_livechat / im_livechat.channel.member.history / has_call (float) : NEW isfunction: function, stored +im_livechat / im_livechat.channel.member.history / help_status (selection) : NEW selection_keys: ['provided', 'requested'], isfunction: function, stored +im_livechat / im_livechat.channel.member.history / livechat_member_type (selection): NEW selection_keys: ['agent', 'bot', 'visitor'], isfunction: function, stored +im_livechat / im_livechat.channel.member.history / member_id (many2one) : NEW relation: discuss.channel.member +im_livechat / im_livechat.channel.member.history / message_count (integer) : NEW +im_livechat / im_livechat.channel.member.history / partner_id (many2one) : NEW relation: res.partner, isfunction: function, stored +im_livechat / im_livechat.channel.member.history / rating_id (many2one) : NEW relation: rating.rating, isfunction: function, stored +im_livechat / im_livechat.channel.member.history / response_time_hour (float) : NEW +im_livechat / im_livechat.channel.member.history / session_duration_hour (float) : NEW isfunction: function, stored +im_livechat / im_livechat.channel.rule / chatbot_enabled_condition (selection): NEW required, selection_keys: ['always', 'only_if_no_operator', 'only_if_operator'], hasdefault: default +im_livechat / im_livechat.channel.rule / chatbot_only_if_no_operator (boolean): DEL +im_livechat / im_livechat.conversation.tag / color (integer) : NEW hasdefault: default +im_livechat / im_livechat.conversation.tag / conversation_ids (many2many) : NEW relation: discuss.channel +im_livechat / im_livechat.conversation.tag / name (char) : NEW required +im_livechat / im_livechat.expertise / name (char) : NEW required, translate +im_livechat / res.partner / chatbot_script_ids (one2many) : NEW relation: chatbot.script +im_livechat / res.users / livechat_channel_ids (many2many): NEW relation: im_livechat.channel +im_livechat / res.users.settings / livechat_expertise_ids (many2many): NEW relation: im_livechat.expertise +---XML records in module 'im_livechat'--- +NEW ir.actions.act_window: im_livechat.discuss_channel_looking_for_help_action +NEW ir.actions.act_window: im_livechat.expertise_action +NEW ir.actions.act_window: im_livechat.im_livechat_agent_history_action +NEW ir.actions.act_window: im_livechat.im_livechat_channel_member_history_action +NEW ir.actions.act_window: im_livechat.livechat_conversation_tag_action +DEL ir.actions.act_window: im_livechat.im_livechat_report_operator_action +DEL ir.actions.act_window: im_livechat.rating_rating_action_livechat +DEL ir.actions.act_window: im_livechat.rating_rating_action_livechat_report +NEW ir.actions.act_window.view: im_livechat.discuss_channel_action_graph +NEW ir.actions.act_window.view: im_livechat.discuss_channel_action_livechat_graph +NEW ir.actions.act_window.view: im_livechat.discuss_channel_action_livechat_pivot +NEW ir.actions.act_window.view: im_livechat.discuss_channel_action_pivot +NEW ir.actions.act_window.view: im_livechat.discuss_channel_looking_for_help_action_form +NEW ir.actions.act_window.view: im_livechat.discuss_channel_looking_for_help_action_kanban +NEW ir.actions.act_window.view: im_livechat.discuss_channel_looking_for_help_action_list +DEL ir.actions.act_window.view: im_livechat.rating_rating_action_livechat_report_view_form +DEL ir.actions.act_window.view: im_livechat.rating_rating_action_livechat_report_view_kanban +DEL ir.actions.act_window.view: im_livechat.rating_rating_action_livechat_view_form +DEL ir.actions.act_window.view: im_livechat.rating_rating_action_livechat_view_kanban +DEL ir.actions.act_window.view: im_livechat.rating_rating_action_livechat_view_tree +NEW ir.actions.report: im_livechat.action_report_livechat_conversation +NEW ir.model.access: im_livechat.access_im_livechat_channel_member_history_user +NEW ir.model.access: im_livechat.access_livechat_conversation_tag_livechat_manager +NEW ir.model.access: im_livechat.access_livechat_conversation_tag_livechat_user +NEW ir.model.access: im_livechat.access_livechat_expertise_internal_user +NEW ir.model.access: im_livechat.access_livechat_expertise_livechat_manager +DEL ir.model.access: im_livechat.access_livechat_channel_employee +DEL ir.model.access: im_livechat.access_livechat_channel_portal +DEL ir.model.access: im_livechat.access_livechat_channel_public +DEL ir.model.access: im_livechat.access_livechat_channel_rule_employee +DEL ir.model.access: im_livechat.access_livechat_channel_rule_portal +DEL ir.model.access: im_livechat.access_livechat_channel_rule_public +DEL ir.model.access: im_livechat.access_livechat_support_report_operator +NEW ir.model.constraint: im_livechat.constraint_chatbot_message_channel_id_user_raw_script_answer_id_idx +NEW ir.model.constraint: im_livechat.constraint_chatbot_message_unique_mail_message_id +NEW ir.model.constraint: im_livechat.constraint_discuss_channel_livechat_channel_type_create_date_idx +NEW ir.model.constraint: im_livechat.constraint_discuss_channel_livechat_end_dt_idx +NEW ir.model.constraint: im_livechat.constraint_discuss_channel_livechat_end_dt_status_constraint +NEW ir.model.constraint: im_livechat.constraint_discuss_channel_livechat_failure_idx +NEW ir.model.constraint: im_livechat.constraint_discuss_channel_livechat_is_escalated_idx +NEW ir.model.constraint: im_livechat.constraint_im_livechat_channel_max_sessions_mode_greater_than_zero +NEW ir.model.constraint: im_livechat.constraint_im_livechat_channel_member_history_channel_id_guest_id_unique +NEW ir.model.constraint: im_livechat.constraint_im_livechat_channel_member_history_channel_id_partner_id_unique +NEW ir.model.constraint: im_livechat.constraint_im_livechat_channel_member_history_member_id_unique +NEW ir.model.constraint: im_livechat.constraint_im_livechat_channel_member_history_partner_id_or_guest_3b134909 +NEW ir.model.constraint: im_livechat.constraint_im_livechat_conversation_tag_name_unique +NEW ir.model.constraint: im_livechat.constraint_im_livechat_expertise_name_unique +DEL ir.model.constraint: im_livechat.constraint_chatbot_message__unique_mail_message_id +DEL ir.module.category: im_livechat.module_category_im_livechat +NEW ir.rule: im_livechat.ir_rule_discuss_call_history_im_livechat_group_user +NEW ir.rule: im_livechat.ir_rule_discuss_channel_im_livechat_group_user +NEW ir.rule: im_livechat.ir_rule_discuss_channel_member_im_livechat_group_user +DEL ir.rule: im_livechat.ir_rule_discuss_channel_group_im_livechat_group_manager +DEL ir.rule: im_livechat.ir_rule_discuss_channel_member_group_im_livechat_group_manager +NEW ir.ui.menu: im_livechat.expertise_menu +NEW ir.ui.menu: im_livechat.livechat_technical +NEW ir.ui.menu: im_livechat.menu_livechat_all_conversations +NEW ir.ui.menu: im_livechat.menu_livechat_conversation_tag +NEW ir.ui.menu: im_livechat.menu_livechat_looking_for_help +NEW ir.ui.menu: im_livechat.menu_livechat_sessions +NEW ir.ui.menu: im_livechat.menu_member_history +NEW ir.ui.menu: im_livechat.menu_reporting_livechat_agent +DEL ir.ui.menu: im_livechat.menu_reporting_livechat_operator +DEL ir.ui.menu: im_livechat.rating_rating_menu_livechat +DEL ir.ui.menu: im_livechat.session_history +NEW ir.ui.view: im_livechat.discuss_channel_looking_for_help_view_kanban +NEW ir.ui.view: im_livechat.discuss_channel_looking_for_help_view_list +NEW ir.ui.view: im_livechat.discuss_channel_looking_for_help_view_search +NEW ir.ui.view: im_livechat.discuss_channel_view_graph +NEW ir.ui.view: im_livechat.discuss_channel_view_pivot +NEW ir.ui.view: im_livechat.im_livechat_agent_history_view_graph +NEW ir.ui.view: im_livechat.im_livechat_agent_history_view_pivot +NEW ir.ui.view: im_livechat.im_livechat_agent_history_view_search +NEW ir.ui.view: im_livechat.im_livechat_channel_conversation_tag_view_form +NEW ir.ui.view: im_livechat.im_livechat_channel_conversation_tag_view_list +NEW ir.ui.view: im_livechat.im_livechat_channel_member_history_view_search +NEW ir.ui.view: im_livechat.im_livechat_channel_member_history_view_tree +NEW ir.ui.view: im_livechat.im_livechat_expertise_view_form +NEW ir.ui.view: im_livechat.im_livechat_expertise_view_list +NEW ir.ui.view: im_livechat.im_livechat_report_channel_view_form +NEW ir.ui.view: im_livechat.im_livechat_report_channel_view_list +NEW ir.ui.view: im_livechat.report_livechat_conversation +NEW ir.ui.view: im_livechat.view_partner_form +DEL ir.ui.view: im_livechat.im_livechat_report_operator_view_graph +DEL ir.ui.view: im_livechat.im_livechat_report_operator_view_pivot +DEL ir.ui.view: im_livechat.im_livechat_report_operator_view_search +DEL ir.ui.view: im_livechat.rating_rating_view_kanban +DEL ir.ui.view: im_livechat.rating_rating_view_search_livechat +DEL ir.ui.view: im_livechat.rating_rating_view_tree +NEW res.groups.privilege: im_livechat.res_groups_privilege_live_chat diff --git a/openupgrade_scripts/scripts/l10n_account_withholding_tax/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_account_withholding_tax/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..328c9690159c --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_account_withholding_tax/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_account_withholding_tax'--- +---Fields in module 'l10n_account_withholding_tax'--- +---XML records in module 'l10n_account_withholding_tax'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_ae/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/l10n_ae/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..590e2cbfbc5b --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_ae/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,6 @@ + + + + GCC-VAT + + diff --git a/openupgrade_scripts/scripts/l10n_ae/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_ae/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..706233d964d1 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_ae/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,156 @@ +---Models in module 'l10n_ae'--- +---Fields in module 'l10n_ae'--- +---XML records in module 'l10n_ae'--- +NEW account.report.column: l10n_ae.tax_report_adj +NEW account.report.column: l10n_ae.tax_report_base +NEW account.report.column: l10n_ae.tax_report_tax +DEL account.report.column: l10n_ae.tax_report_balance +NEW account.report.expression: l10n_ae.tax_report_line_adjustment_import_uae_base +NEW account.report.expression: l10n_ae.tax_report_line_adjustment_import_uae_tax +NEW account.report.expression: l10n_ae.tax_report_line_all_expense_total_adj +NEW account.report.expression: l10n_ae.tax_report_line_all_expense_total_base +NEW account.report.expression: l10n_ae.tax_report_line_all_expense_total_tax +NEW account.report.expression: l10n_ae.tax_report_line_all_sales_total_adj +NEW account.report.expression: l10n_ae.tax_report_line_all_sales_total_base +NEW account.report.expression: l10n_ae.tax_report_line_all_sales_total_tax +NEW account.report.expression: l10n_ae.tax_report_line_exempt_supplies_base +NEW account.report.expression: l10n_ae.tax_report_line_expense_supplies_reverse_base +NEW account.report.expression: l10n_ae.tax_report_line_expense_supplies_reverse_tax +NEW account.report.expression: l10n_ae.tax_report_line_import_uae_base +NEW account.report.expression: l10n_ae.tax_report_line_import_uae_tax +NEW account.report.expression: l10n_ae.tax_report_line_net_vat_due_period_tax +NEW account.report.expression: l10n_ae.tax_report_line_standard_rated_expense_adj +NEW account.report.expression: l10n_ae.tax_report_line_standard_rated_expense_base +NEW account.report.expression: l10n_ae.tax_report_line_standard_rated_expense_tax +NEW account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_abu_dhabi_adj +NEW account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_abu_dhabi_base +NEW account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_abu_dhabi_tax +NEW account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_ajman_adj +NEW account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_ajman_base +NEW account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_ajman_tax +NEW account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_dubai_adj +NEW account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_dubai_base +NEW account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_dubai_tax +NEW account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_fujairah_adj +NEW account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_fujairah_base +NEW account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_fujairah_tax +NEW account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_ras_al_khaima_adj +NEW account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_ras_al_khaima_base +NEW account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_ras_al_khaima_tax +NEW account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_sharjah_adj +NEW account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_sharjah_base +NEW account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_sharjah_tax +NEW account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_umm_al_quwain_adj +NEW account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_umm_al_quwain_base +NEW account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_umm_al_quwain_tax +NEW account.report.expression: l10n_ae.tax_report_line_supplies_reverse_charge_base +NEW account.report.expression: l10n_ae.tax_report_line_supplies_reverse_charge_tax +NEW account.report.expression: l10n_ae.tax_report_line_tax_refund_tourist_base +NEW account.report.expression: l10n_ae.tax_report_line_tax_refund_tourist_tax +NEW account.report.expression: l10n_ae.tax_report_line_total_value_due_tax_period_tax +NEW account.report.expression: l10n_ae.tax_report_line_total_value_recoverable_tax_period_tax +NEW account.report.expression: l10n_ae.tax_report_line_zero_rated_supplies_base +DEL account.report.expression: l10n_ae.tax_report_line_adjustment_import_uae_base_formula +DEL account.report.expression: l10n_ae.tax_report_line_adjustment_import_uae_vat_formula +DEL account.report.expression: l10n_ae.tax_report_line_exempt_supplies_base_tag +DEL account.report.expression: l10n_ae.tax_report_line_exempt_supplies_vat_tag +DEL account.report.expression: l10n_ae.tax_report_line_expense_out_of_scope_formula +DEL account.report.expression: l10n_ae.tax_report_line_expense_out_of_scope_vat_formula +DEL account.report.expression: l10n_ae.tax_report_line_expense_supplies_reverse_base_tag +DEL account.report.expression: l10n_ae.tax_report_line_expense_supplies_reverse_vat_tag +DEL account.report.expression: l10n_ae.tax_report_line_import_uae_base_tag +DEL account.report.expression: l10n_ae.tax_report_line_import_uae_vat_tag +DEL account.report.expression: l10n_ae.tax_report_line_standard_rated_expense_base_tag +DEL account.report.expression: l10n_ae.tax_report_line_standard_rated_expense_vat_tag +DEL account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_base_abu_dhabi_tag +DEL account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_base_ajman_tag +DEL account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_base_dubai_tag +DEL account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_base_fujairah_tag +DEL account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_base_ras_al_khaima_tag +DEL account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_base_sharjah_tag +DEL account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_base_umm_al_quwain_tag +DEL account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_vat_abu_dhabi_tag +DEL account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_vat_ajman_tag +DEL account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_vat_dubai_tag +DEL account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_vat_fujairah_tag +DEL account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_vat_ras_al_khaima_tag +DEL account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_vat_sharjah_tag +DEL account.report.expression: l10n_ae.tax_report_line_standard_rated_supplies_vat_umm_al_quwain_tag +DEL account.report.expression: l10n_ae.tax_report_line_supplies_out_of_scope_base_formula +DEL account.report.expression: l10n_ae.tax_report_line_supplies_out_of_scope_vat_formula +DEL account.report.expression: l10n_ae.tax_report_line_supplies_reverse_charge_base_tag +DEL account.report.expression: l10n_ae.tax_report_line_supplies_reverse_charge_vat_tag +DEL account.report.expression: l10n_ae.tax_report_line_tax_refund_tourist_base_tag +DEL account.report.expression: l10n_ae.tax_report_line_tax_refund_tourist_vat_tag +DEL account.report.expression: l10n_ae.tax_report_line_zero_rated_supplies_base_tag +DEL account.report.expression: l10n_ae.tax_report_line_zero_rated_supplies_vat_tag +NEW account.report.line: l10n_ae.tax_report_line_adjustment_import_uae +NEW account.report.line: l10n_ae.tax_report_line_all_expense +NEW account.report.line: l10n_ae.tax_report_line_all_expense_total +NEW account.report.line: l10n_ae.tax_report_line_all_sales +NEW account.report.line: l10n_ae.tax_report_line_all_sales_total +NEW account.report.line: l10n_ae.tax_report_line_exempt_supplies +NEW account.report.line: l10n_ae.tax_report_line_expense_supplies_reverse +NEW account.report.line: l10n_ae.tax_report_line_import_uae +NEW account.report.line: l10n_ae.tax_report_line_standard_rated_expense +NEW account.report.line: l10n_ae.tax_report_line_standard_rated_supplies +NEW account.report.line: l10n_ae.tax_report_line_standard_rated_supplies_abu_dhabi +NEW account.report.line: l10n_ae.tax_report_line_standard_rated_supplies_ajman +NEW account.report.line: l10n_ae.tax_report_line_standard_rated_supplies_dubai +NEW account.report.line: l10n_ae.tax_report_line_standard_rated_supplies_fujairah +NEW account.report.line: l10n_ae.tax_report_line_standard_rated_supplies_ras_al_khaima +NEW account.report.line: l10n_ae.tax_report_line_standard_rated_supplies_sharjah +NEW account.report.line: l10n_ae.tax_report_line_standard_rated_supplies_umm_al_quwain +NEW account.report.line: l10n_ae.tax_report_line_supplies_reverse_charge +NEW account.report.line: l10n_ae.tax_report_line_tax_refund_tourist +NEW account.report.line: l10n_ae.tax_report_line_zero_rated_supplies +DEL account.report.line: l10n_ae.tax_report_line_adjustment_import_uae_base +DEL account.report.line: l10n_ae.tax_report_line_adjustment_import_uae_vat +DEL account.report.line: l10n_ae.tax_report_line_base_all_expense +DEL account.report.line: l10n_ae.tax_report_line_base_all_expense_total +DEL account.report.line: l10n_ae.tax_report_line_base_all_sales +DEL account.report.line: l10n_ae.tax_report_line_base_all_sales_total +DEL account.report.line: l10n_ae.tax_report_line_exempt_supplies_base +DEL account.report.line: l10n_ae.tax_report_line_exempt_supplies_vat +DEL account.report.line: l10n_ae.tax_report_line_expense_out_of_scope +DEL account.report.line: l10n_ae.tax_report_line_expense_out_of_scope_vat +DEL account.report.line: l10n_ae.tax_report_line_expense_supplies_reverse_base +DEL account.report.line: l10n_ae.tax_report_line_expense_supplies_reverse_vat +DEL account.report.line: l10n_ae.tax_report_line_import_uae_base +DEL account.report.line: l10n_ae.tax_report_line_import_uae_vat +DEL account.report.line: l10n_ae.tax_report_line_standard_rated_expense_base +DEL account.report.line: l10n_ae.tax_report_line_standard_rated_expense_vat +DEL account.report.line: l10n_ae.tax_report_line_standard_rated_supplies_base +DEL account.report.line: l10n_ae.tax_report_line_standard_rated_supplies_base_abu_dhabi +DEL account.report.line: l10n_ae.tax_report_line_standard_rated_supplies_base_ajman +DEL account.report.line: l10n_ae.tax_report_line_standard_rated_supplies_base_dubai +DEL account.report.line: l10n_ae.tax_report_line_standard_rated_supplies_base_fujairah +DEL account.report.line: l10n_ae.tax_report_line_standard_rated_supplies_base_ras_al_khaima +DEL account.report.line: l10n_ae.tax_report_line_standard_rated_supplies_base_sharjah +DEL account.report.line: l10n_ae.tax_report_line_standard_rated_supplies_base_subtotal +DEL account.report.line: l10n_ae.tax_report_line_standard_rated_supplies_base_umm_al_quwain +DEL account.report.line: l10n_ae.tax_report_line_standard_rated_supplies_vat +DEL account.report.line: l10n_ae.tax_report_line_standard_rated_supplies_vat_abu_dhabi +DEL account.report.line: l10n_ae.tax_report_line_standard_rated_supplies_vat_ajman +DEL account.report.line: l10n_ae.tax_report_line_standard_rated_supplies_vat_dubai +DEL account.report.line: l10n_ae.tax_report_line_standard_rated_supplies_vat_fujairah +DEL account.report.line: l10n_ae.tax_report_line_standard_rated_supplies_vat_ras_al_khaima +DEL account.report.line: l10n_ae.tax_report_line_standard_rated_supplies_vat_sharjah +DEL account.report.line: l10n_ae.tax_report_line_standard_rated_supplies_vat_subtotal +DEL account.report.line: l10n_ae.tax_report_line_standard_rated_supplies_vat_umm_al_quwain +DEL account.report.line: l10n_ae.tax_report_line_supplies_out_of_scope_base +DEL account.report.line: l10n_ae.tax_report_line_supplies_out_of_scope_vat +DEL account.report.line: l10n_ae.tax_report_line_supplies_reverse_charge_base +DEL account.report.line: l10n_ae.tax_report_line_supplies_reverse_charge_vat +DEL account.report.line: l10n_ae.tax_report_line_tax_refund_tourist_base +DEL account.report.line: l10n_ae.tax_report_line_tax_refund_tourist_vat +DEL account.report.line: l10n_ae.tax_report_line_vat_all_expense +DEL account.report.line: l10n_ae.tax_report_line_vat_all_expense_total +DEL account.report.line: l10n_ae.tax_report_line_vat_all_sales +DEL account.report.line: l10n_ae.tax_report_line_vat_all_sales_total +DEL account.report.line: l10n_ae.tax_report_line_zero_rated_supplies_base +DEL account.report.line: l10n_ae.tax_report_line_zero_rated_supplies_vat +NEW ir.ui.view: l10n_ae.l10n_ae_report_invoice_document +NEW ir.ui.view: l10n_ae.report_invoice +DEL ir.ui.view: l10n_ae.document_tax_totals_company_currency_template +DEL ir.ui.view: l10n_ae.report_invoice_document diff --git a/openupgrade_scripts/scripts/l10n_anz_ubl_pint/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_anz_ubl_pint/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..5bc922a707e0 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_anz_ubl_pint/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---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] +---XML records in module 'l10n_anz_ubl_pint'--- diff --git a/openupgrade_scripts/scripts/l10n_ar/19.0.3.7/noupdate_changes.xml b/openupgrade_scripts/scripts/l10n_ar/19.0.3.7/noupdate_changes.xml new file mode 100644 index 000000000000..a76c31f9d564 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_ar/19.0.3.7/noupdate_changes.xml @@ -0,0 +1,6 @@ + + + + ARCA + + diff --git a/openupgrade_scripts/scripts/l10n_ar/19.0.3.7/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_ar/19.0.3.7/upgrade_analysis.txt new file mode 100644 index 000000000000..768514c86011 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_ar/19.0.3.7/upgrade_analysis.txt @@ -0,0 +1,9 @@ +---Models in module 'l10n_ar'--- +---Fields in module 'l10n_ar'--- +---XML records in module 'l10n_ar'--- +NEW ir.model.constraint: l10n_ar.constraint_l10n_ar_afip_responsibility_type_code_uniq +NEW ir.model.constraint: l10n_ar.constraint_l10n_ar_afip_responsibility_type_name_uniq +DEL ir.model.constraint: l10n_ar.constraint_l10n_ar_afip_responsibility_type_code +DEL ir.model.constraint: l10n_ar.constraint_l10n_ar_afip_responsibility_type_name +NEW ir.ui.view: l10n_ar.address_form_fields +DEL ir.ui.view: l10n_ar.product_uom_categ_form_view diff --git a/openupgrade_scripts/scripts/l10n_ar_stock/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_ar_stock/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..b27425d4cffa --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_ar_stock/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,18 @@ +---Models in module 'l10n_ar_stock'--- +---Fields in module 'l10n_ar_stock'--- +l10n_ar_stock / stock.picking / l10n_ar_cai_data (json) : NEW +l10n_ar_stock / stock.picking / l10n_ar_delivery_guide_number (char): NEW +l10n_ar_stock / stock.picking.type / l10n_ar_cai_authorization_code (char): NEW +l10n_ar_stock / stock.picking.type / l10n_ar_cai_expiration_date (date): NEW +l10n_ar_stock / stock.picking.type / l10n_ar_document_type_id (many2one): NEW relation: l10n_latam.document.type +l10n_ar_stock / stock.picking.type / l10n_ar_sequence_id (many2one): NEW relation: ir.sequence +l10n_ar_stock / stock.picking.type / l10n_ar_sequence_number_end (char): NEW +l10n_ar_stock / stock.picking.type / l10n_ar_sequence_number_start (char): NEW +---XML records in module 'l10n_ar_stock'--- +NEW ir.actions.report: l10n_ar_stock.action_delivery_guide_report_pdf +NEW ir.ui.view: l10n_ar_stock.custom_header +NEW ir.ui.view: l10n_ar_stock.report_delivery_document +NEW ir.ui.view: l10n_ar_stock.report_delivery_guide +NEW ir.ui.view: l10n_ar_stock.stock_picking_form_inherit_l10n_ar_stock +NEW ir.ui.view: l10n_ar_stock.view_picking_type_form_inherit_l10n_ar_stock +NEW mail.template: l10n_ar_stock.email_template_ar_remitos_delivery_guide diff --git a/openupgrade_scripts/scripts/l10n_ar_website_sale/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_ar_website_sale/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..ca96a8f31cd1 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_ar_website_sale/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,10 @@ +---Models in module 'l10n_ar_website_sale'--- +---Fields in module 'l10n_ar_website_sale'--- +l10n_ar_website_sale / website / l10n_ar_website_sale_show_both_prices (boolean): NEW hasdefault: compute +---XML records in module 'l10n_ar_website_sale'--- +NEW ir.ui.view: l10n_ar_website_sale.l10n_ar_website_sale_product_price_inherit +NEW ir.ui.view: l10n_ar_website_sale.l10n_ar_website_sale_products_item_inherit +NEW ir.ui.view: l10n_ar_website_sale.res_config_settings_view_form +DEL ir.ui.view: l10n_ar_website_sale.address +DEL ir.ui.view: l10n_ar_website_sale.partner_info +DEL ir.ui.view: l10n_ar_website_sale.portal_my_details_fields diff --git a/openupgrade_scripts/scripts/l10n_ar_withholding/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_ar_withholding/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..6b8371e87281 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_ar_withholding/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_ar_withholding'--- +---Fields in module 'l10n_ar_withholding'--- +---XML records in module 'l10n_ar_withholding'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_at/19.0.3.2.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_at/19.0.3.2.1/upgrade_analysis.txt new file mode 100644 index 000000000000..f893fcb2bb96 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_at/19.0.3.2.1/upgrade_analysis.txt @@ -0,0 +1,60 @@ +---Models in module 'l10n_at'--- +---Fields in module 'l10n_at'--- +---XML records in module 'l10n_at'--- +NEW account.report.column: l10n_at.tax_report_vat +NEW account.report.expression: l10n_at.tax_report_line_at_base_title_4_14_19 +NEW account.report.expression: l10n_at.tax_report_line_at_base_title_4_28_31 +NEW account.report.expression: l10n_at.tax_report_line_at_tax_title_4_14_19 +NEW account.report.expression: l10n_at.tax_report_line_at_tax_title_4_28_31 +NEW account.report.expression: l10n_at.tax_report_line_l10n_at_tva_final_report_total +NEW account.report.expression: l10n_at.tax_report_line_l10n_at_tva_line_4_17_base_tag_purchase +NEW account.report.expression: l10n_at.tax_report_line_l10n_at_tva_line_4_17_base_tag_sale +NEW account.report.expression: l10n_at.tax_report_line_l10n_at_tva_line_4_27_total +NEW account.report.expression: l10n_at.tax_report_line_l10n_at_tva_line_5_13_total +NEW account.report.expression: l10n_at.tax_report_line_l10n_at_tva_line_7_total +NEW account.report.expression: l10n_at.tax_report_line_l10n_at_tva_purchase_report_total +NEW account.report.expression: l10n_at.tax_report_line_l10n_at_tva_total +NEW account.report.line: l10n_at.tax_report_line_l10n_at_tva_line_4_14 +NEW account.report.line: l10n_at.tax_report_line_l10n_at_tva_line_4_14_19_title +NEW account.report.line: l10n_at.tax_report_line_l10n_at_tva_line_4_15 +NEW account.report.line: l10n_at.tax_report_line_l10n_at_tva_line_4_16 +NEW account.report.line: l10n_at.tax_report_line_l10n_at_tva_line_4_17 +NEW account.report.line: l10n_at.tax_report_line_l10n_at_tva_line_4_18 +NEW account.report.line: l10n_at.tax_report_line_l10n_at_tva_line_4_19 +NEW account.report.line: l10n_at.tax_report_line_l10n_at_tva_line_4_28 +NEW account.report.line: l10n_at.tax_report_line_l10n_at_tva_line_4_29 +NEW account.report.line: l10n_at.tax_report_line_l10n_at_tva_line_4_30 +NEW account.report.line: l10n_at.tax_report_line_l10n_at_tva_line_4_31 +DEL account.report.line: l10n_at.tax_report_line_at_base_title_umsatz_base_4_14_19 +DEL account.report.line: l10n_at.tax_report_line_at_base_title_umsatz_base_4_28_31 +DEL account.report.line: l10n_at.tax_report_line_at_tax_title_4_14_19 +DEL account.report.line: l10n_at.tax_report_line_at_tax_title_4_28_31 +DEL account.report.line: l10n_at.tax_report_line_l10n_at_tva_line_4_14_base +DEL account.report.line: l10n_at.tax_report_line_l10n_at_tva_line_4_14_tax +DEL account.report.line: l10n_at.tax_report_line_l10n_at_tva_line_4_15_base +DEL account.report.line: l10n_at.tax_report_line_l10n_at_tva_line_4_15_tax +DEL account.report.line: l10n_at.tax_report_line_l10n_at_tva_line_4_16_base +DEL account.report.line: l10n_at.tax_report_line_l10n_at_tva_line_4_16_tax +DEL account.report.line: l10n_at.tax_report_line_l10n_at_tva_line_4_17_base +DEL account.report.line: l10n_at.tax_report_line_l10n_at_tva_line_4_17_tax +DEL account.report.line: l10n_at.tax_report_line_l10n_at_tva_line_4_18_base +DEL account.report.line: l10n_at.tax_report_line_l10n_at_tva_line_4_18_tax +DEL account.report.line: l10n_at.tax_report_line_l10n_at_tva_line_4_19_base +DEL account.report.line: l10n_at.tax_report_line_l10n_at_tva_line_4_19_tax +DEL account.report.line: l10n_at.tax_report_line_l10n_at_tva_line_4_28_base +DEL account.report.line: l10n_at.tax_report_line_l10n_at_tva_line_4_28_tax +DEL account.report.line: l10n_at.tax_report_line_l10n_at_tva_line_4_29_base +DEL account.report.line: l10n_at.tax_report_line_l10n_at_tva_line_4_29_tax +DEL account.report.line: l10n_at.tax_report_line_l10n_at_tva_line_4_30_base +DEL account.report.line: l10n_at.tax_report_line_l10n_at_tva_line_4_30_tax +DEL account.report.line: l10n_at.tax_report_line_l10n_at_tva_line_4_31_base +DEL account.report.line: l10n_at.tax_report_line_l10n_at_tva_line_4_31_tax +DEL res.country.state: l10n_at.state_at_1 [renamed to base module] +DEL res.country.state: l10n_at.state_at_2 [renamed to base module] +DEL res.country.state: l10n_at.state_at_3 [renamed to base module] +DEL res.country.state: l10n_at.state_at_4 [renamed to base module] +DEL res.country.state: l10n_at.state_at_5 [renamed to base module] +DEL res.country.state: l10n_at.state_at_6 [renamed to base module] +DEL res.country.state: l10n_at.state_at_7 [renamed to base module] +DEL res.country.state: l10n_at.state_at_8 [renamed to base module] +DEL res.country.state: l10n_at.state_at_9 [renamed to base module] diff --git a/openupgrade_scripts/scripts/l10n_au/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_au/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..f5c7092c59fc --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_au/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,1153 @@ +---Models in module 'l10n_au'--- +---Fields in module 'l10n_au'--- +l10n_au / res.company / l10n_au_is_gst_registered (boolean): NEW +l10n_au / res.company / l10n_au_trading_name (char) : NEW +---XML records in module 'l10n_au'--- +NEW account.report: l10n_au.l10n_au_bas_a +NEW account.report: l10n_au.l10n_au_bas_c +NEW account.report: l10n_au.l10n_au_bas_d +NEW account.report: l10n_au.l10n_au_bas_f +NEW account.report: l10n_au.l10n_au_bas_g +NEW account.report: l10n_au.l10n_au_bas_u +NEW account.report: l10n_au.l10n_au_bas_v +NEW account.report: l10n_au.l10n_au_bas_w +NEW account.report: l10n_au.l10n_au_bas_x +NEW account.report: l10n_au.l10n_au_bas_y +NEW account.report: l10n_au.l10n_au_master_bas +NEW account.report.column: l10n_au.l10n_au_bas_a_balance +NEW account.report.column: l10n_au.l10n_au_bas_c_balance +NEW account.report.column: l10n_au.l10n_au_bas_d_balance +NEW account.report.column: l10n_au.l10n_au_bas_f_balance +NEW account.report.column: l10n_au.l10n_au_bas_g_balance +NEW account.report.column: l10n_au.l10n_au_bas_u_balance +NEW account.report.column: l10n_au.l10n_au_bas_v_balance +NEW account.report.column: l10n_au.l10n_au_bas_w_balance +NEW account.report.column: l10n_au.l10n_au_bas_x_balance +NEW account.report.column: l10n_au.l10n_au_bas_y_balance +NEW account.report.column: l10n_au.l10n_au_master_bas_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_1a_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_1b_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_5a_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_5a_sub_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_5b_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_7_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_8a_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_8b_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_9_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_g10_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_g11_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_g12_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_g13_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_g14_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_g15_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_g16_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_g17_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_g18_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_g19_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_g1_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_g20_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_g2_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_g3_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_g4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_g5_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_g6_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_g7_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_g8_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_g9_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_gp_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_only_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_t11_account_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_t11_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_t1_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_t1_sub_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_t1_sub_balance2 +NEW account.report.expression: l10n_au.l10n_au_bas_a_t2_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_t3_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_t4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_t7_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_t8_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_t9_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_t9_quarter_perc +NEW account.report.expression: l10n_au.l10n_au_bas_a_w1_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_w2_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_w3_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_w3_sub_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_w4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_a_w5_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_1a_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_1b_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_1c_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_1d_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_1e_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_1f_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_5a_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_5a_sub_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_5b_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_6a_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_6a_sub_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_6b_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_7_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_8a_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_8b_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_9_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_f1_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_f2_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_f3_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_f3_quarter_perc +NEW account.report.expression: l10n_au.l10n_au_bas_c_f4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_g10_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_g11_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_g12_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_g13_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_g14_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_g15_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_g16_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_g17_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_g18_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_g19_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_g1_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_g20_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_g2_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_g3_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_g4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_g5_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_g6_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_g7_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_g8_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_g9_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_gp_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_only_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_t11_account_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_t11_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_t1_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_t1_sub_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_t1_sub_balance2 +NEW account.report.expression: l10n_au.l10n_au_bas_c_t2_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_t3_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_t4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_t7_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_t8_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_t9_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_t9_quarter_perc +NEW account.report.expression: l10n_au.l10n_au_bas_c_w1_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_w2_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_w3_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_w3_sub_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_w4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_c_w5_balance +NEW account.report.expression: l10n_au.l10n_au_bas_d_1a_balance +NEW account.report.expression: l10n_au.l10n_au_bas_d_1b_balance +NEW account.report.expression: l10n_au.l10n_au_bas_d_8a_balance +NEW account.report.expression: l10n_au.l10n_au_bas_d_8b_balance +NEW account.report.expression: l10n_au.l10n_au_bas_d_9_balance +NEW account.report.expression: l10n_au.l10n_au_bas_d_g10_balance +NEW account.report.expression: l10n_au.l10n_au_bas_d_g11_balance +NEW account.report.expression: l10n_au.l10n_au_bas_d_g12_balance +NEW account.report.expression: l10n_au.l10n_au_bas_d_g13_balance +NEW account.report.expression: l10n_au.l10n_au_bas_d_g14_balance +NEW account.report.expression: l10n_au.l10n_au_bas_d_g15_balance +NEW account.report.expression: l10n_au.l10n_au_bas_d_g16_balance +NEW account.report.expression: l10n_au.l10n_au_bas_d_g17_balance +NEW account.report.expression: l10n_au.l10n_au_bas_d_g18_balance +NEW account.report.expression: l10n_au.l10n_au_bas_d_g19_balance +NEW account.report.expression: l10n_au.l10n_au_bas_d_g1_balance +NEW account.report.expression: l10n_au.l10n_au_bas_d_g20_balance +NEW account.report.expression: l10n_au.l10n_au_bas_d_g2_balance +NEW account.report.expression: l10n_au.l10n_au_bas_d_g3_balance +NEW account.report.expression: l10n_au.l10n_au_bas_d_g4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_d_g5_balance +NEW account.report.expression: l10n_au.l10n_au_bas_d_g6_balance +NEW account.report.expression: l10n_au.l10n_au_bas_d_g7_balance +NEW account.report.expression: l10n_au.l10n_au_bas_d_g8_balance +NEW account.report.expression: l10n_au.l10n_au_bas_d_g9_balance +NEW account.report.expression: l10n_au.l10n_au_bas_d_gp_balance +NEW account.report.expression: l10n_au.l10n_au_bas_d_only_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_1a_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_1b_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_8a_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_8b_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_9_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_g10_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_g11_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_g12_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_g13_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_g14_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_g15_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_g16_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_g17_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_g18_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_g19_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_g1_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_g20_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_g2_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_g3_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_g4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_g5_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_g6_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_g7_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_g8_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_g9_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_gp_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_only_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_w1_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_w2_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_w3_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_w3_sub_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_w4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_f_w5_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_1a_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_1b_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_1c_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_1d_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_1e_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_1f_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_5a_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_5a_sub_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_5b_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_6a_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_6a_sub_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_6b_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_7_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_8a_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_8b_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_9_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_f1_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_f2_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_f3_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_f3_quarter_perc +NEW account.report.expression: l10n_au.l10n_au_bas_g_f4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_g10_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_g11_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_g12_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_g13_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_g14_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_g15_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_g16_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_g17_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_g18_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_g19_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_g1_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_g20_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_g2_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_g3_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_g4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_g5_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_g6_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_g7_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_g8_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_g9_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_gp_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_only_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_t11_account_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_t11_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_t1_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_t1_sub_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_t1_sub_balance2 +NEW account.report.expression: l10n_au.l10n_au_bas_g_t2_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_t3_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_t4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_t7_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_t8_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_t9_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_t9_quarter_perc +NEW account.report.expression: l10n_au.l10n_au_bas_g_w1_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_w2_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_w3_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_w3_sub_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_w4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_g_w5_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_1a_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_1b_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_5a_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_5a_sub_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_5b_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_7c_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_7d_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_8a_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_8b_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_9_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_g10_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_g11_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_g12_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_g13_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_g14_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_g15_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_g16_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_g17_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_g18_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_g19_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_g1_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_g20_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_g2_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_g3_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_g4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_g5_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_g6_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_g7_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_g8_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_g9_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_gp_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_only_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_t11_account_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_t11_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_t1_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_t1_sub_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_t1_sub_balance2 +NEW account.report.expression: l10n_au.l10n_au_bas_u_t2_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_t3_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_t4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_t7_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_t8_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_t9_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_t9_quarter_perc +NEW account.report.expression: l10n_au.l10n_au_bas_u_w1_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_w2_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_w3_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_w3_sub_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_w4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_u_w5_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_1a_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_1b_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_1c_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_1d_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_1e_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_1f_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_5a_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_5a_sub_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_5b_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_6a_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_6a_sub_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_6b_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_7c_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_7d_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_8a_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_8b_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_9_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_f1_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_f2_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_f3_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_f3_quarter_perc +NEW account.report.expression: l10n_au.l10n_au_bas_v_f4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_g10_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_g11_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_g12_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_g13_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_g14_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_g15_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_g16_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_g17_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_g18_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_g19_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_g1_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_g20_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_g2_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_g3_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_g4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_g5_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_g6_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_g7_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_g8_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_g9_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_gp_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_only_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_t11_account_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_t11_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_t1_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_t1_sub_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_t1_sub_balance2 +NEW account.report.expression: l10n_au.l10n_au_bas_v_t2_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_t3_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_t4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_t7_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_t8_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_t9_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_t9_quarter_perc +NEW account.report.expression: l10n_au.l10n_au_bas_v_w1_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_w2_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_w3_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_w3_sub_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_w4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_v_w5_balance +NEW account.report.expression: l10n_au.l10n_au_bas_w_1a_balance +NEW account.report.expression: l10n_au.l10n_au_bas_w_1b_balance +NEW account.report.expression: l10n_au.l10n_au_bas_w_7c_balance +NEW account.report.expression: l10n_au.l10n_au_bas_w_7d_balance +NEW account.report.expression: l10n_au.l10n_au_bas_w_8a_balance +NEW account.report.expression: l10n_au.l10n_au_bas_w_8b_balance +NEW account.report.expression: l10n_au.l10n_au_bas_w_9_balance +NEW account.report.expression: l10n_au.l10n_au_bas_w_g10_balance +NEW account.report.expression: l10n_au.l10n_au_bas_w_g11_balance +NEW account.report.expression: l10n_au.l10n_au_bas_w_g12_balance +NEW account.report.expression: l10n_au.l10n_au_bas_w_g13_balance +NEW account.report.expression: l10n_au.l10n_au_bas_w_g14_balance +NEW account.report.expression: l10n_au.l10n_au_bas_w_g15_balance +NEW account.report.expression: l10n_au.l10n_au_bas_w_g16_balance +NEW account.report.expression: l10n_au.l10n_au_bas_w_g17_balance +NEW account.report.expression: l10n_au.l10n_au_bas_w_g18_balance +NEW account.report.expression: l10n_au.l10n_au_bas_w_g19_balance +NEW account.report.expression: l10n_au.l10n_au_bas_w_g1_balance +NEW account.report.expression: l10n_au.l10n_au_bas_w_g20_balance +NEW account.report.expression: l10n_au.l10n_au_bas_w_g2_balance +NEW account.report.expression: l10n_au.l10n_au_bas_w_g3_balance +NEW account.report.expression: l10n_au.l10n_au_bas_w_g4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_w_g5_balance +NEW account.report.expression: l10n_au.l10n_au_bas_w_g6_balance +NEW account.report.expression: l10n_au.l10n_au_bas_w_g7_balance +NEW account.report.expression: l10n_au.l10n_au_bas_w_g8_balance +NEW account.report.expression: l10n_au.l10n_au_bas_w_g9_balance +NEW account.report.expression: l10n_au.l10n_au_bas_w_gp_balance +NEW account.report.expression: l10n_au.l10n_au_bas_w_only_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_1a_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_1b_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_7c_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_7d_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_8a_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_8b_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_9_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_g10_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_g11_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_g12_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_g13_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_g14_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_g15_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_g16_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_g17_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_g18_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_g19_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_g1_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_g20_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_g2_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_g3_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_g4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_g5_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_g6_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_g7_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_g8_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_g9_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_gp_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_only_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_w1_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_w2_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_w3_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_w3_sub_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_w4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_x_w5_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_1a_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_1b_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_1c_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_1d_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_1e_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_1f_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_5a_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_5a_sub_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_5b_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_6a_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_6a_sub_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_6b_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_7c_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_7d_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_8a_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_8b_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_9_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_f1_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_f2_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_f3_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_f3_quarter_perc +NEW account.report.expression: l10n_au.l10n_au_bas_y_f4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_g10_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_g11_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_g12_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_g13_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_g14_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_g15_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_g16_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_g17_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_g18_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_g19_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_g1_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_g20_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_g2_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_g3_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_g4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_g5_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_g6_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_g7_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_g8_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_g9_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_gp_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_only_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_t11_account_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_t11_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_t1_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_t1_sub_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_t1_sub_balance2 +NEW account.report.expression: l10n_au.l10n_au_bas_y_t2_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_t3_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_t4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_t7_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_t8_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_t9_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_t9_quarter_perc +NEW account.report.expression: l10n_au.l10n_au_bas_y_w1_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_w2_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_w3_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_w3_sub_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_w4_balance +NEW account.report.expression: l10n_au.l10n_au_bas_y_w5_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_1a_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_1b_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_1c_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_1d_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_1e_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_1f_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_4_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_5a_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_5a_sub_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_5b_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_6a_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_6a_sub_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_6b_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_7_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_7a_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_7c_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_7d_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_8a_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_8b_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_9_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_f1_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_f2_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_f3_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_f3_quarter_perc +NEW account.report.expression: l10n_au.l10n_au_master_bas_f4_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_g10_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_g11_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_g12_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_g13_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_g14_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_g15_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_g16_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_g17_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_g18_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_g19_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_g1_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_g20_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_g2_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_g3_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_g4_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_g5_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_g6_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_g7_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_g8_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_g9_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_gp_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_only_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_t11_account_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_t11_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_t1_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_t1_sub_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_t1_sub_balance2 +NEW account.report.expression: l10n_au.l10n_au_master_bas_t2_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_t3_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_t4_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_t7_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_t8_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_t9_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_t9_quarter_perc +NEW account.report.expression: l10n_au.l10n_au_master_bas_w1_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_w2_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_w3_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_w3_sub_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_w4_balance +NEW account.report.expression: l10n_au.l10n_au_master_bas_w5_balance +NEW account.report.line: l10n_au.l10n_au_bas_a_1a +NEW account.report.line: l10n_au.l10n_au_bas_a_1b +NEW account.report.line: l10n_au.l10n_au_bas_a_4 +NEW account.report.line: l10n_au.l10n_au_bas_a_5a +NEW account.report.line: l10n_au.l10n_au_bas_a_5b +NEW account.report.line: l10n_au.l10n_au_bas_a_7 +NEW account.report.line: l10n_au.l10n_au_bas_a_8a +NEW account.report.line: l10n_au.l10n_au_bas_a_8b +NEW account.report.line: l10n_au.l10n_au_bas_a_9 +NEW account.report.line: l10n_au.l10n_au_bas_a_g1 +NEW account.report.line: l10n_au.l10n_au_bas_a_g10 +NEW account.report.line: l10n_au.l10n_au_bas_a_g11 +NEW account.report.line: l10n_au.l10n_au_bas_a_g12 +NEW account.report.line: l10n_au.l10n_au_bas_a_g13 +NEW account.report.line: l10n_au.l10n_au_bas_a_g14 +NEW account.report.line: l10n_au.l10n_au_bas_a_g15 +NEW account.report.line: l10n_au.l10n_au_bas_a_g16 +NEW account.report.line: l10n_au.l10n_au_bas_a_g17 +NEW account.report.line: l10n_au.l10n_au_bas_a_g18 +NEW account.report.line: l10n_au.l10n_au_bas_a_g19 +NEW account.report.line: l10n_au.l10n_au_bas_a_g2 +NEW account.report.line: l10n_au.l10n_au_bas_a_g20 +NEW account.report.line: l10n_au.l10n_au_bas_a_g3 +NEW account.report.line: l10n_au.l10n_au_bas_a_g4 +NEW account.report.line: l10n_au.l10n_au_bas_a_g5 +NEW account.report.line: l10n_au.l10n_au_bas_a_g6 +NEW account.report.line: l10n_au.l10n_au_bas_a_g7 +NEW account.report.line: l10n_au.l10n_au_bas_a_g8 +NEW account.report.line: l10n_au.l10n_au_bas_a_g9 +NEW account.report.line: l10n_au.l10n_au_bas_a_gp +NEW account.report.line: l10n_au.l10n_au_bas_a_gst +NEW account.report.line: l10n_au.l10n_au_bas_a_gst_calc +NEW account.report.line: l10n_au.l10n_au_bas_a_gst_owed +NEW account.report.line: l10n_au.l10n_au_bas_a_gst_owed_calc +NEW account.report.line: l10n_au.l10n_au_bas_a_gst_paid +NEW account.report.line: l10n_au.l10n_au_bas_a_gst_paid_calc +NEW account.report.line: l10n_au.l10n_au_bas_a_only +NEW account.report.line: l10n_au.l10n_au_bas_a_paygi +NEW account.report.line: l10n_au.l10n_au_bas_a_paygw +NEW account.report.line: l10n_au.l10n_au_bas_a_summary +NEW account.report.line: l10n_au.l10n_au_bas_a_t1 +NEW account.report.line: l10n_au.l10n_au_bas_a_t11 +NEW account.report.line: l10n_au.l10n_au_bas_a_t2 +NEW account.report.line: l10n_au.l10n_au_bas_a_t3 +NEW account.report.line: l10n_au.l10n_au_bas_a_t4 +NEW account.report.line: l10n_au.l10n_au_bas_a_t7 +NEW account.report.line: l10n_au.l10n_au_bas_a_t8 +NEW account.report.line: l10n_au.l10n_au_bas_a_t9 +NEW account.report.line: l10n_au.l10n_au_bas_a_w1 +NEW account.report.line: l10n_au.l10n_au_bas_a_w2 +NEW account.report.line: l10n_au.l10n_au_bas_a_w3 +NEW account.report.line: l10n_au.l10n_au_bas_a_w4 +NEW account.report.line: l10n_au.l10n_au_bas_a_w5 +NEW account.report.line: l10n_au.l10n_au_bas_c_1a +NEW account.report.line: l10n_au.l10n_au_bas_c_1b +NEW account.report.line: l10n_au.l10n_au_bas_c_1c +NEW account.report.line: l10n_au.l10n_au_bas_c_1d +NEW account.report.line: l10n_au.l10n_au_bas_c_1e +NEW account.report.line: l10n_au.l10n_au_bas_c_1f +NEW account.report.line: l10n_au.l10n_au_bas_c_4 +NEW account.report.line: l10n_au.l10n_au_bas_c_5a +NEW account.report.line: l10n_au.l10n_au_bas_c_5b +NEW account.report.line: l10n_au.l10n_au_bas_c_6a +NEW account.report.line: l10n_au.l10n_au_bas_c_6b +NEW account.report.line: l10n_au.l10n_au_bas_c_7 +NEW account.report.line: l10n_au.l10n_au_bas_c_8a +NEW account.report.line: l10n_au.l10n_au_bas_c_8b +NEW account.report.line: l10n_au.l10n_au_bas_c_9 +NEW account.report.line: l10n_au.l10n_au_bas_c_f1 +NEW account.report.line: l10n_au.l10n_au_bas_c_f2 +NEW account.report.line: l10n_au.l10n_au_bas_c_f3 +NEW account.report.line: l10n_au.l10n_au_bas_c_f4 +NEW account.report.line: l10n_au.l10n_au_bas_c_fbt +NEW account.report.line: l10n_au.l10n_au_bas_c_g1 +NEW account.report.line: l10n_au.l10n_au_bas_c_g10 +NEW account.report.line: l10n_au.l10n_au_bas_c_g11 +NEW account.report.line: l10n_au.l10n_au_bas_c_g12 +NEW account.report.line: l10n_au.l10n_au_bas_c_g13 +NEW account.report.line: l10n_au.l10n_au_bas_c_g14 +NEW account.report.line: l10n_au.l10n_au_bas_c_g15 +NEW account.report.line: l10n_au.l10n_au_bas_c_g16 +NEW account.report.line: l10n_au.l10n_au_bas_c_g17 +NEW account.report.line: l10n_au.l10n_au_bas_c_g18 +NEW account.report.line: l10n_au.l10n_au_bas_c_g19 +NEW account.report.line: l10n_au.l10n_au_bas_c_g2 +NEW account.report.line: l10n_au.l10n_au_bas_c_g20 +NEW account.report.line: l10n_au.l10n_au_bas_c_g3 +NEW account.report.line: l10n_au.l10n_au_bas_c_g4 +NEW account.report.line: l10n_au.l10n_au_bas_c_g5 +NEW account.report.line: l10n_au.l10n_au_bas_c_g6 +NEW account.report.line: l10n_au.l10n_au_bas_c_g7 +NEW account.report.line: l10n_au.l10n_au_bas_c_g8 +NEW account.report.line: l10n_au.l10n_au_bas_c_g9 +NEW account.report.line: l10n_au.l10n_au_bas_c_gp +NEW account.report.line: l10n_au.l10n_au_bas_c_gst +NEW account.report.line: l10n_au.l10n_au_bas_c_gst_calc +NEW account.report.line: l10n_au.l10n_au_bas_c_gst_owed +NEW account.report.line: l10n_au.l10n_au_bas_c_gst_owed_calc +NEW account.report.line: l10n_au.l10n_au_bas_c_gst_paid +NEW account.report.line: l10n_au.l10n_au_bas_c_gst_paid_calc +NEW account.report.line: l10n_au.l10n_au_bas_c_only +NEW account.report.line: l10n_au.l10n_au_bas_c_paygi +NEW account.report.line: l10n_au.l10n_au_bas_c_paygw +NEW account.report.line: l10n_au.l10n_au_bas_c_summary +NEW account.report.line: l10n_au.l10n_au_bas_c_t1 +NEW account.report.line: l10n_au.l10n_au_bas_c_t11 +NEW account.report.line: l10n_au.l10n_au_bas_c_t2 +NEW account.report.line: l10n_au.l10n_au_bas_c_t3 +NEW account.report.line: l10n_au.l10n_au_bas_c_t4 +NEW account.report.line: l10n_au.l10n_au_bas_c_t7 +NEW account.report.line: l10n_au.l10n_au_bas_c_t8 +NEW account.report.line: l10n_au.l10n_au_bas_c_t9 +NEW account.report.line: l10n_au.l10n_au_bas_c_w1 +NEW account.report.line: l10n_au.l10n_au_bas_c_w2 +NEW account.report.line: l10n_au.l10n_au_bas_c_w3 +NEW account.report.line: l10n_au.l10n_au_bas_c_w4 +NEW account.report.line: l10n_au.l10n_au_bas_c_w5 +NEW account.report.line: l10n_au.l10n_au_bas_d_1a +NEW account.report.line: l10n_au.l10n_au_bas_d_1b +NEW account.report.line: l10n_au.l10n_au_bas_d_8a +NEW account.report.line: l10n_au.l10n_au_bas_d_8b +NEW account.report.line: l10n_au.l10n_au_bas_d_9 +NEW account.report.line: l10n_au.l10n_au_bas_d_g1 +NEW account.report.line: l10n_au.l10n_au_bas_d_g10 +NEW account.report.line: l10n_au.l10n_au_bas_d_g11 +NEW account.report.line: l10n_au.l10n_au_bas_d_g12 +NEW account.report.line: l10n_au.l10n_au_bas_d_g13 +NEW account.report.line: l10n_au.l10n_au_bas_d_g14 +NEW account.report.line: l10n_au.l10n_au_bas_d_g15 +NEW account.report.line: l10n_au.l10n_au_bas_d_g16 +NEW account.report.line: l10n_au.l10n_au_bas_d_g17 +NEW account.report.line: l10n_au.l10n_au_bas_d_g18 +NEW account.report.line: l10n_au.l10n_au_bas_d_g19 +NEW account.report.line: l10n_au.l10n_au_bas_d_g2 +NEW account.report.line: l10n_au.l10n_au_bas_d_g20 +NEW account.report.line: l10n_au.l10n_au_bas_d_g3 +NEW account.report.line: l10n_au.l10n_au_bas_d_g4 +NEW account.report.line: l10n_au.l10n_au_bas_d_g5 +NEW account.report.line: l10n_au.l10n_au_bas_d_g6 +NEW account.report.line: l10n_au.l10n_au_bas_d_g7 +NEW account.report.line: l10n_au.l10n_au_bas_d_g8 +NEW account.report.line: l10n_au.l10n_au_bas_d_g9 +NEW account.report.line: l10n_au.l10n_au_bas_d_gp +NEW account.report.line: l10n_au.l10n_au_bas_d_gst +NEW account.report.line: l10n_au.l10n_au_bas_d_gst_calc +NEW account.report.line: l10n_au.l10n_au_bas_d_gst_owed +NEW account.report.line: l10n_au.l10n_au_bas_d_gst_owed_calc +NEW account.report.line: l10n_au.l10n_au_bas_d_gst_paid +NEW account.report.line: l10n_au.l10n_au_bas_d_gst_paid_calc +NEW account.report.line: l10n_au.l10n_au_bas_d_only +NEW account.report.line: l10n_au.l10n_au_bas_d_summary +NEW account.report.line: l10n_au.l10n_au_bas_f_1a +NEW account.report.line: l10n_au.l10n_au_bas_f_1b +NEW account.report.line: l10n_au.l10n_au_bas_f_4 +NEW account.report.line: l10n_au.l10n_au_bas_f_8a +NEW account.report.line: l10n_au.l10n_au_bas_f_8b +NEW account.report.line: l10n_au.l10n_au_bas_f_9 +NEW account.report.line: l10n_au.l10n_au_bas_f_g1 +NEW account.report.line: l10n_au.l10n_au_bas_f_g10 +NEW account.report.line: l10n_au.l10n_au_bas_f_g11 +NEW account.report.line: l10n_au.l10n_au_bas_f_g12 +NEW account.report.line: l10n_au.l10n_au_bas_f_g13 +NEW account.report.line: l10n_au.l10n_au_bas_f_g14 +NEW account.report.line: l10n_au.l10n_au_bas_f_g15 +NEW account.report.line: l10n_au.l10n_au_bas_f_g16 +NEW account.report.line: l10n_au.l10n_au_bas_f_g17 +NEW account.report.line: l10n_au.l10n_au_bas_f_g18 +NEW account.report.line: l10n_au.l10n_au_bas_f_g19 +NEW account.report.line: l10n_au.l10n_au_bas_f_g2 +NEW account.report.line: l10n_au.l10n_au_bas_f_g20 +NEW account.report.line: l10n_au.l10n_au_bas_f_g3 +NEW account.report.line: l10n_au.l10n_au_bas_f_g4 +NEW account.report.line: l10n_au.l10n_au_bas_f_g5 +NEW account.report.line: l10n_au.l10n_au_bas_f_g6 +NEW account.report.line: l10n_au.l10n_au_bas_f_g7 +NEW account.report.line: l10n_au.l10n_au_bas_f_g8 +NEW account.report.line: l10n_au.l10n_au_bas_f_g9 +NEW account.report.line: l10n_au.l10n_au_bas_f_gp +NEW account.report.line: l10n_au.l10n_au_bas_f_gst +NEW account.report.line: l10n_au.l10n_au_bas_f_gst_calc +NEW account.report.line: l10n_au.l10n_au_bas_f_gst_owed +NEW account.report.line: l10n_au.l10n_au_bas_f_gst_owed_calc +NEW account.report.line: l10n_au.l10n_au_bas_f_gst_paid +NEW account.report.line: l10n_au.l10n_au_bas_f_gst_paid_calc +NEW account.report.line: l10n_au.l10n_au_bas_f_only +NEW account.report.line: l10n_au.l10n_au_bas_f_paygw +NEW account.report.line: l10n_au.l10n_au_bas_f_summary +NEW account.report.line: l10n_au.l10n_au_bas_f_w1 +NEW account.report.line: l10n_au.l10n_au_bas_f_w2 +NEW account.report.line: l10n_au.l10n_au_bas_f_w3 +NEW account.report.line: l10n_au.l10n_au_bas_f_w4 +NEW account.report.line: l10n_au.l10n_au_bas_f_w5 +NEW account.report.line: l10n_au.l10n_au_bas_g_1a +NEW account.report.line: l10n_au.l10n_au_bas_g_1b +NEW account.report.line: l10n_au.l10n_au_bas_g_1c +NEW account.report.line: l10n_au.l10n_au_bas_g_1d +NEW account.report.line: l10n_au.l10n_au_bas_g_1e +NEW account.report.line: l10n_au.l10n_au_bas_g_1f +NEW account.report.line: l10n_au.l10n_au_bas_g_5a +NEW account.report.line: l10n_au.l10n_au_bas_g_5b +NEW account.report.line: l10n_au.l10n_au_bas_g_6a +NEW account.report.line: l10n_au.l10n_au_bas_g_6b +NEW account.report.line: l10n_au.l10n_au_bas_g_7 +NEW account.report.line: l10n_au.l10n_au_bas_g_8a +NEW account.report.line: l10n_au.l10n_au_bas_g_8b +NEW account.report.line: l10n_au.l10n_au_bas_g_9 +NEW account.report.line: l10n_au.l10n_au_bas_g_f1 +NEW account.report.line: l10n_au.l10n_au_bas_g_f2 +NEW account.report.line: l10n_au.l10n_au_bas_g_f3 +NEW account.report.line: l10n_au.l10n_au_bas_g_f4 +NEW account.report.line: l10n_au.l10n_au_bas_g_fbt +NEW account.report.line: l10n_au.l10n_au_bas_g_g1 +NEW account.report.line: l10n_au.l10n_au_bas_g_g10 +NEW account.report.line: l10n_au.l10n_au_bas_g_g11 +NEW account.report.line: l10n_au.l10n_au_bas_g_g12 +NEW account.report.line: l10n_au.l10n_au_bas_g_g13 +NEW account.report.line: l10n_au.l10n_au_bas_g_g14 +NEW account.report.line: l10n_au.l10n_au_bas_g_g15 +NEW account.report.line: l10n_au.l10n_au_bas_g_g16 +NEW account.report.line: l10n_au.l10n_au_bas_g_g17 +NEW account.report.line: l10n_au.l10n_au_bas_g_g18 +NEW account.report.line: l10n_au.l10n_au_bas_g_g19 +NEW account.report.line: l10n_au.l10n_au_bas_g_g2 +NEW account.report.line: l10n_au.l10n_au_bas_g_g20 +NEW account.report.line: l10n_au.l10n_au_bas_g_g3 +NEW account.report.line: l10n_au.l10n_au_bas_g_g4 +NEW account.report.line: l10n_au.l10n_au_bas_g_g5 +NEW account.report.line: l10n_au.l10n_au_bas_g_g6 +NEW account.report.line: l10n_au.l10n_au_bas_g_g7 +NEW account.report.line: l10n_au.l10n_au_bas_g_g8 +NEW account.report.line: l10n_au.l10n_au_bas_g_g9 +NEW account.report.line: l10n_au.l10n_au_bas_g_gp +NEW account.report.line: l10n_au.l10n_au_bas_g_gst +NEW account.report.line: l10n_au.l10n_au_bas_g_gst_calc +NEW account.report.line: l10n_au.l10n_au_bas_g_gst_owed +NEW account.report.line: l10n_au.l10n_au_bas_g_gst_owed_calc +NEW account.report.line: l10n_au.l10n_au_bas_g_gst_paid +NEW account.report.line: l10n_au.l10n_au_bas_g_gst_paid_calc +NEW account.report.line: l10n_au.l10n_au_bas_g_only +NEW account.report.line: l10n_au.l10n_au_bas_g_paygi +NEW account.report.line: l10n_au.l10n_au_bas_g_paygw +NEW account.report.line: l10n_au.l10n_au_bas_g_summary +NEW account.report.line: l10n_au.l10n_au_bas_g_t1 +NEW account.report.line: l10n_au.l10n_au_bas_g_t11 +NEW account.report.line: l10n_au.l10n_au_bas_g_t2 +NEW account.report.line: l10n_au.l10n_au_bas_g_t3 +NEW account.report.line: l10n_au.l10n_au_bas_g_t4 +NEW account.report.line: l10n_au.l10n_au_bas_g_t7 +NEW account.report.line: l10n_au.l10n_au_bas_g_t8 +NEW account.report.line: l10n_au.l10n_au_bas_g_t9 +NEW account.report.line: l10n_au.l10n_au_bas_g_w1 +NEW account.report.line: l10n_au.l10n_au_bas_g_w2 +NEW account.report.line: l10n_au.l10n_au_bas_g_w3 +NEW account.report.line: l10n_au.l10n_au_bas_g_w4 +NEW account.report.line: l10n_au.l10n_au_bas_g_w5 +NEW account.report.line: l10n_au.l10n_au_bas_u_1a +NEW account.report.line: l10n_au.l10n_au_bas_u_1b +NEW account.report.line: l10n_au.l10n_au_bas_u_4 +NEW account.report.line: l10n_au.l10n_au_bas_u_5a +NEW account.report.line: l10n_au.l10n_au_bas_u_5b +NEW account.report.line: l10n_au.l10n_au_bas_u_7c +NEW account.report.line: l10n_au.l10n_au_bas_u_7d +NEW account.report.line: l10n_au.l10n_au_bas_u_8a +NEW account.report.line: l10n_au.l10n_au_bas_u_8b +NEW account.report.line: l10n_au.l10n_au_bas_u_9 +NEW account.report.line: l10n_au.l10n_au_bas_u_g1 +NEW account.report.line: l10n_au.l10n_au_bas_u_g10 +NEW account.report.line: l10n_au.l10n_au_bas_u_g11 +NEW account.report.line: l10n_au.l10n_au_bas_u_g12 +NEW account.report.line: l10n_au.l10n_au_bas_u_g13 +NEW account.report.line: l10n_au.l10n_au_bas_u_g14 +NEW account.report.line: l10n_au.l10n_au_bas_u_g15 +NEW account.report.line: l10n_au.l10n_au_bas_u_g16 +NEW account.report.line: l10n_au.l10n_au_bas_u_g17 +NEW account.report.line: l10n_au.l10n_au_bas_u_g18 +NEW account.report.line: l10n_au.l10n_au_bas_u_g19 +NEW account.report.line: l10n_au.l10n_au_bas_u_g2 +NEW account.report.line: l10n_au.l10n_au_bas_u_g20 +NEW account.report.line: l10n_au.l10n_au_bas_u_g3 +NEW account.report.line: l10n_au.l10n_au_bas_u_g4 +NEW account.report.line: l10n_au.l10n_au_bas_u_g5 +NEW account.report.line: l10n_au.l10n_au_bas_u_g6 +NEW account.report.line: l10n_au.l10n_au_bas_u_g7 +NEW account.report.line: l10n_au.l10n_au_bas_u_g8 +NEW account.report.line: l10n_au.l10n_au_bas_u_g9 +NEW account.report.line: l10n_au.l10n_au_bas_u_gp +NEW account.report.line: l10n_au.l10n_au_bas_u_gst +NEW account.report.line: l10n_au.l10n_au_bas_u_gst_calc +NEW account.report.line: l10n_au.l10n_au_bas_u_gst_owed +NEW account.report.line: l10n_au.l10n_au_bas_u_gst_owed_calc +NEW account.report.line: l10n_au.l10n_au_bas_u_gst_paid +NEW account.report.line: l10n_au.l10n_au_bas_u_gst_paid_calc +NEW account.report.line: l10n_au.l10n_au_bas_u_only +NEW account.report.line: l10n_au.l10n_au_bas_u_paygi +NEW account.report.line: l10n_au.l10n_au_bas_u_paygw +NEW account.report.line: l10n_au.l10n_au_bas_u_summary +NEW account.report.line: l10n_au.l10n_au_bas_u_t1 +NEW account.report.line: l10n_au.l10n_au_bas_u_t11 +NEW account.report.line: l10n_au.l10n_au_bas_u_t2 +NEW account.report.line: l10n_au.l10n_au_bas_u_t3 +NEW account.report.line: l10n_au.l10n_au_bas_u_t4 +NEW account.report.line: l10n_au.l10n_au_bas_u_t7 +NEW account.report.line: l10n_au.l10n_au_bas_u_t8 +NEW account.report.line: l10n_au.l10n_au_bas_u_t9 +NEW account.report.line: l10n_au.l10n_au_bas_u_w1 +NEW account.report.line: l10n_au.l10n_au_bas_u_w2 +NEW account.report.line: l10n_au.l10n_au_bas_u_w3 +NEW account.report.line: l10n_au.l10n_au_bas_u_w4 +NEW account.report.line: l10n_au.l10n_au_bas_u_w5 +NEW account.report.line: l10n_au.l10n_au_bas_v_1a +NEW account.report.line: l10n_au.l10n_au_bas_v_1b +NEW account.report.line: l10n_au.l10n_au_bas_v_1c +NEW account.report.line: l10n_au.l10n_au_bas_v_1d +NEW account.report.line: l10n_au.l10n_au_bas_v_1e +NEW account.report.line: l10n_au.l10n_au_bas_v_1f +NEW account.report.line: l10n_au.l10n_au_bas_v_4 +NEW account.report.line: l10n_au.l10n_au_bas_v_5a +NEW account.report.line: l10n_au.l10n_au_bas_v_5b +NEW account.report.line: l10n_au.l10n_au_bas_v_6a +NEW account.report.line: l10n_au.l10n_au_bas_v_6b +NEW account.report.line: l10n_au.l10n_au_bas_v_7c +NEW account.report.line: l10n_au.l10n_au_bas_v_7d +NEW account.report.line: l10n_au.l10n_au_bas_v_8a +NEW account.report.line: l10n_au.l10n_au_bas_v_8b +NEW account.report.line: l10n_au.l10n_au_bas_v_9 +NEW account.report.line: l10n_au.l10n_au_bas_v_f1 +NEW account.report.line: l10n_au.l10n_au_bas_v_f2 +NEW account.report.line: l10n_au.l10n_au_bas_v_f3 +NEW account.report.line: l10n_au.l10n_au_bas_v_f4 +NEW account.report.line: l10n_au.l10n_au_bas_v_fbt +NEW account.report.line: l10n_au.l10n_au_bas_v_g1 +NEW account.report.line: l10n_au.l10n_au_bas_v_g10 +NEW account.report.line: l10n_au.l10n_au_bas_v_g11 +NEW account.report.line: l10n_au.l10n_au_bas_v_g12 +NEW account.report.line: l10n_au.l10n_au_bas_v_g13 +NEW account.report.line: l10n_au.l10n_au_bas_v_g14 +NEW account.report.line: l10n_au.l10n_au_bas_v_g15 +NEW account.report.line: l10n_au.l10n_au_bas_v_g16 +NEW account.report.line: l10n_au.l10n_au_bas_v_g17 +NEW account.report.line: l10n_au.l10n_au_bas_v_g18 +NEW account.report.line: l10n_au.l10n_au_bas_v_g19 +NEW account.report.line: l10n_au.l10n_au_bas_v_g2 +NEW account.report.line: l10n_au.l10n_au_bas_v_g20 +NEW account.report.line: l10n_au.l10n_au_bas_v_g3 +NEW account.report.line: l10n_au.l10n_au_bas_v_g4 +NEW account.report.line: l10n_au.l10n_au_bas_v_g5 +NEW account.report.line: l10n_au.l10n_au_bas_v_g6 +NEW account.report.line: l10n_au.l10n_au_bas_v_g7 +NEW account.report.line: l10n_au.l10n_au_bas_v_g8 +NEW account.report.line: l10n_au.l10n_au_bas_v_g9 +NEW account.report.line: l10n_au.l10n_au_bas_v_gp +NEW account.report.line: l10n_au.l10n_au_bas_v_gst +NEW account.report.line: l10n_au.l10n_au_bas_v_gst_calc +NEW account.report.line: l10n_au.l10n_au_bas_v_gst_owed +NEW account.report.line: l10n_au.l10n_au_bas_v_gst_owed_calc +NEW account.report.line: l10n_au.l10n_au_bas_v_gst_paid +NEW account.report.line: l10n_au.l10n_au_bas_v_gst_paid_calc +NEW account.report.line: l10n_au.l10n_au_bas_v_only +NEW account.report.line: l10n_au.l10n_au_bas_v_paygi +NEW account.report.line: l10n_au.l10n_au_bas_v_paygw +NEW account.report.line: l10n_au.l10n_au_bas_v_summary +NEW account.report.line: l10n_au.l10n_au_bas_v_t1 +NEW account.report.line: l10n_au.l10n_au_bas_v_t11 +NEW account.report.line: l10n_au.l10n_au_bas_v_t2 +NEW account.report.line: l10n_au.l10n_au_bas_v_t3 +NEW account.report.line: l10n_au.l10n_au_bas_v_t4 +NEW account.report.line: l10n_au.l10n_au_bas_v_t7 +NEW account.report.line: l10n_au.l10n_au_bas_v_t8 +NEW account.report.line: l10n_au.l10n_au_bas_v_t9 +NEW account.report.line: l10n_au.l10n_au_bas_v_w1 +NEW account.report.line: l10n_au.l10n_au_bas_v_w2 +NEW account.report.line: l10n_au.l10n_au_bas_v_w3 +NEW account.report.line: l10n_au.l10n_au_bas_v_w4 +NEW account.report.line: l10n_au.l10n_au_bas_v_w5 +NEW account.report.line: l10n_au.l10n_au_bas_w_1a +NEW account.report.line: l10n_au.l10n_au_bas_w_1b +NEW account.report.line: l10n_au.l10n_au_bas_w_7c +NEW account.report.line: l10n_au.l10n_au_bas_w_7d +NEW account.report.line: l10n_au.l10n_au_bas_w_8a +NEW account.report.line: l10n_au.l10n_au_bas_w_8b +NEW account.report.line: l10n_au.l10n_au_bas_w_9 +NEW account.report.line: l10n_au.l10n_au_bas_w_g1 +NEW account.report.line: l10n_au.l10n_au_bas_w_g10 +NEW account.report.line: l10n_au.l10n_au_bas_w_g11 +NEW account.report.line: l10n_au.l10n_au_bas_w_g12 +NEW account.report.line: l10n_au.l10n_au_bas_w_g13 +NEW account.report.line: l10n_au.l10n_au_bas_w_g14 +NEW account.report.line: l10n_au.l10n_au_bas_w_g15 +NEW account.report.line: l10n_au.l10n_au_bas_w_g16 +NEW account.report.line: l10n_au.l10n_au_bas_w_g17 +NEW account.report.line: l10n_au.l10n_au_bas_w_g18 +NEW account.report.line: l10n_au.l10n_au_bas_w_g19 +NEW account.report.line: l10n_au.l10n_au_bas_w_g2 +NEW account.report.line: l10n_au.l10n_au_bas_w_g20 +NEW account.report.line: l10n_au.l10n_au_bas_w_g3 +NEW account.report.line: l10n_au.l10n_au_bas_w_g4 +NEW account.report.line: l10n_au.l10n_au_bas_w_g5 +NEW account.report.line: l10n_au.l10n_au_bas_w_g6 +NEW account.report.line: l10n_au.l10n_au_bas_w_g7 +NEW account.report.line: l10n_au.l10n_au_bas_w_g8 +NEW account.report.line: l10n_au.l10n_au_bas_w_g9 +NEW account.report.line: l10n_au.l10n_au_bas_w_gp +NEW account.report.line: l10n_au.l10n_au_bas_w_gst +NEW account.report.line: l10n_au.l10n_au_bas_w_gst_calc +NEW account.report.line: l10n_au.l10n_au_bas_w_gst_owed +NEW account.report.line: l10n_au.l10n_au_bas_w_gst_owed_calc +NEW account.report.line: l10n_au.l10n_au_bas_w_gst_paid +NEW account.report.line: l10n_au.l10n_au_bas_w_gst_paid_calc +NEW account.report.line: l10n_au.l10n_au_bas_w_only +NEW account.report.line: l10n_au.l10n_au_bas_w_summary +NEW account.report.line: l10n_au.l10n_au_bas_x_1a +NEW account.report.line: l10n_au.l10n_au_bas_x_1b +NEW account.report.line: l10n_au.l10n_au_bas_x_4 +NEW account.report.line: l10n_au.l10n_au_bas_x_7c +NEW account.report.line: l10n_au.l10n_au_bas_x_7d +NEW account.report.line: l10n_au.l10n_au_bas_x_8a +NEW account.report.line: l10n_au.l10n_au_bas_x_8b +NEW account.report.line: l10n_au.l10n_au_bas_x_9 +NEW account.report.line: l10n_au.l10n_au_bas_x_g1 +NEW account.report.line: l10n_au.l10n_au_bas_x_g10 +NEW account.report.line: l10n_au.l10n_au_bas_x_g11 +NEW account.report.line: l10n_au.l10n_au_bas_x_g12 +NEW account.report.line: l10n_au.l10n_au_bas_x_g13 +NEW account.report.line: l10n_au.l10n_au_bas_x_g14 +NEW account.report.line: l10n_au.l10n_au_bas_x_g15 +NEW account.report.line: l10n_au.l10n_au_bas_x_g16 +NEW account.report.line: l10n_au.l10n_au_bas_x_g17 +NEW account.report.line: l10n_au.l10n_au_bas_x_g18 +NEW account.report.line: l10n_au.l10n_au_bas_x_g19 +NEW account.report.line: l10n_au.l10n_au_bas_x_g2 +NEW account.report.line: l10n_au.l10n_au_bas_x_g20 +NEW account.report.line: l10n_au.l10n_au_bas_x_g3 +NEW account.report.line: l10n_au.l10n_au_bas_x_g4 +NEW account.report.line: l10n_au.l10n_au_bas_x_g5 +NEW account.report.line: l10n_au.l10n_au_bas_x_g6 +NEW account.report.line: l10n_au.l10n_au_bas_x_g7 +NEW account.report.line: l10n_au.l10n_au_bas_x_g8 +NEW account.report.line: l10n_au.l10n_au_bas_x_g9 +NEW account.report.line: l10n_au.l10n_au_bas_x_gp +NEW account.report.line: l10n_au.l10n_au_bas_x_gst +NEW account.report.line: l10n_au.l10n_au_bas_x_gst_calc +NEW account.report.line: l10n_au.l10n_au_bas_x_gst_owed +NEW account.report.line: l10n_au.l10n_au_bas_x_gst_owed_calc +NEW account.report.line: l10n_au.l10n_au_bas_x_gst_paid +NEW account.report.line: l10n_au.l10n_au_bas_x_gst_paid_calc +NEW account.report.line: l10n_au.l10n_au_bas_x_only +NEW account.report.line: l10n_au.l10n_au_bas_x_paygw +NEW account.report.line: l10n_au.l10n_au_bas_x_summary +NEW account.report.line: l10n_au.l10n_au_bas_x_w1 +NEW account.report.line: l10n_au.l10n_au_bas_x_w2 +NEW account.report.line: l10n_au.l10n_au_bas_x_w3 +NEW account.report.line: l10n_au.l10n_au_bas_x_w4 +NEW account.report.line: l10n_au.l10n_au_bas_x_w5 +NEW account.report.line: l10n_au.l10n_au_bas_y_1a +NEW account.report.line: l10n_au.l10n_au_bas_y_1b +NEW account.report.line: l10n_au.l10n_au_bas_y_1c +NEW account.report.line: l10n_au.l10n_au_bas_y_1d +NEW account.report.line: l10n_au.l10n_au_bas_y_1e +NEW account.report.line: l10n_au.l10n_au_bas_y_1f +NEW account.report.line: l10n_au.l10n_au_bas_y_4 +NEW account.report.line: l10n_au.l10n_au_bas_y_5a +NEW account.report.line: l10n_au.l10n_au_bas_y_5b +NEW account.report.line: l10n_au.l10n_au_bas_y_6a +NEW account.report.line: l10n_au.l10n_au_bas_y_6b +NEW account.report.line: l10n_au.l10n_au_bas_y_7c +NEW account.report.line: l10n_au.l10n_au_bas_y_7d +NEW account.report.line: l10n_au.l10n_au_bas_y_8a +NEW account.report.line: l10n_au.l10n_au_bas_y_8b +NEW account.report.line: l10n_au.l10n_au_bas_y_9 +NEW account.report.line: l10n_au.l10n_au_bas_y_f1 +NEW account.report.line: l10n_au.l10n_au_bas_y_f2 +NEW account.report.line: l10n_au.l10n_au_bas_y_f3 +NEW account.report.line: l10n_au.l10n_au_bas_y_f4 +NEW account.report.line: l10n_au.l10n_au_bas_y_fbt +NEW account.report.line: l10n_au.l10n_au_bas_y_g1 +NEW account.report.line: l10n_au.l10n_au_bas_y_g10 +NEW account.report.line: l10n_au.l10n_au_bas_y_g11 +NEW account.report.line: l10n_au.l10n_au_bas_y_g12 +NEW account.report.line: l10n_au.l10n_au_bas_y_g13 +NEW account.report.line: l10n_au.l10n_au_bas_y_g14 +NEW account.report.line: l10n_au.l10n_au_bas_y_g15 +NEW account.report.line: l10n_au.l10n_au_bas_y_g16 +NEW account.report.line: l10n_au.l10n_au_bas_y_g17 +NEW account.report.line: l10n_au.l10n_au_bas_y_g18 +NEW account.report.line: l10n_au.l10n_au_bas_y_g19 +NEW account.report.line: l10n_au.l10n_au_bas_y_g2 +NEW account.report.line: l10n_au.l10n_au_bas_y_g20 +NEW account.report.line: l10n_au.l10n_au_bas_y_g3 +NEW account.report.line: l10n_au.l10n_au_bas_y_g4 +NEW account.report.line: l10n_au.l10n_au_bas_y_g5 +NEW account.report.line: l10n_au.l10n_au_bas_y_g6 +NEW account.report.line: l10n_au.l10n_au_bas_y_g7 +NEW account.report.line: l10n_au.l10n_au_bas_y_g8 +NEW account.report.line: l10n_au.l10n_au_bas_y_g9 +NEW account.report.line: l10n_au.l10n_au_bas_y_gp +NEW account.report.line: l10n_au.l10n_au_bas_y_gst +NEW account.report.line: l10n_au.l10n_au_bas_y_gst_calc +NEW account.report.line: l10n_au.l10n_au_bas_y_gst_owed +NEW account.report.line: l10n_au.l10n_au_bas_y_gst_owed_calc +NEW account.report.line: l10n_au.l10n_au_bas_y_gst_paid +NEW account.report.line: l10n_au.l10n_au_bas_y_gst_paid_calc +NEW account.report.line: l10n_au.l10n_au_bas_y_only +NEW account.report.line: l10n_au.l10n_au_bas_y_paygi +NEW account.report.line: l10n_au.l10n_au_bas_y_paygw +NEW account.report.line: l10n_au.l10n_au_bas_y_summary +NEW account.report.line: l10n_au.l10n_au_bas_y_t1 +NEW account.report.line: l10n_au.l10n_au_bas_y_t11 +NEW account.report.line: l10n_au.l10n_au_bas_y_t2 +NEW account.report.line: l10n_au.l10n_au_bas_y_t3 +NEW account.report.line: l10n_au.l10n_au_bas_y_t4 +NEW account.report.line: l10n_au.l10n_au_bas_y_t7 +NEW account.report.line: l10n_au.l10n_au_bas_y_t8 +NEW account.report.line: l10n_au.l10n_au_bas_y_t9 +NEW account.report.line: l10n_au.l10n_au_bas_y_w1 +NEW account.report.line: l10n_au.l10n_au_bas_y_w2 +NEW account.report.line: l10n_au.l10n_au_bas_y_w3 +NEW account.report.line: l10n_au.l10n_au_bas_y_w4 +NEW account.report.line: l10n_au.l10n_au_bas_y_w5 +NEW account.report.line: l10n_au.l10n_au_master_bas_1a +NEW account.report.line: l10n_au.l10n_au_master_bas_1b +NEW account.report.line: l10n_au.l10n_au_master_bas_1c +NEW account.report.line: l10n_au.l10n_au_master_bas_1d +NEW account.report.line: l10n_au.l10n_au_master_bas_1e +NEW account.report.line: l10n_au.l10n_au_master_bas_1f +NEW account.report.line: l10n_au.l10n_au_master_bas_4 +NEW account.report.line: l10n_au.l10n_au_master_bas_5a +NEW account.report.line: l10n_au.l10n_au_master_bas_5b +NEW account.report.line: l10n_au.l10n_au_master_bas_6a +NEW account.report.line: l10n_au.l10n_au_master_bas_6b +NEW account.report.line: l10n_au.l10n_au_master_bas_7 +NEW account.report.line: l10n_au.l10n_au_master_bas_7a +NEW account.report.line: l10n_au.l10n_au_master_bas_7c +NEW account.report.line: l10n_au.l10n_au_master_bas_7d +NEW account.report.line: l10n_au.l10n_au_master_bas_8a +NEW account.report.line: l10n_au.l10n_au_master_bas_8b +NEW account.report.line: l10n_au.l10n_au_master_bas_9 +NEW account.report.line: l10n_au.l10n_au_master_bas_f1 +NEW account.report.line: l10n_au.l10n_au_master_bas_f2 +NEW account.report.line: l10n_au.l10n_au_master_bas_f3 +NEW account.report.line: l10n_au.l10n_au_master_bas_f4 +NEW account.report.line: l10n_au.l10n_au_master_bas_fbt +NEW account.report.line: l10n_au.l10n_au_master_bas_g1 +NEW account.report.line: l10n_au.l10n_au_master_bas_g10 +NEW account.report.line: l10n_au.l10n_au_master_bas_g11 +NEW account.report.line: l10n_au.l10n_au_master_bas_g12 +NEW account.report.line: l10n_au.l10n_au_master_bas_g13 +NEW account.report.line: l10n_au.l10n_au_master_bas_g14 +NEW account.report.line: l10n_au.l10n_au_master_bas_g15 +NEW account.report.line: l10n_au.l10n_au_master_bas_g16 +NEW account.report.line: l10n_au.l10n_au_master_bas_g17 +NEW account.report.line: l10n_au.l10n_au_master_bas_g18 +NEW account.report.line: l10n_au.l10n_au_master_bas_g19 +NEW account.report.line: l10n_au.l10n_au_master_bas_g2 +NEW account.report.line: l10n_au.l10n_au_master_bas_g20 +NEW account.report.line: l10n_au.l10n_au_master_bas_g3 +NEW account.report.line: l10n_au.l10n_au_master_bas_g4 +NEW account.report.line: l10n_au.l10n_au_master_bas_g5 +NEW account.report.line: l10n_au.l10n_au_master_bas_g6 +NEW account.report.line: l10n_au.l10n_au_master_bas_g7 +NEW account.report.line: l10n_au.l10n_au_master_bas_g8 +NEW account.report.line: l10n_au.l10n_au_master_bas_g9 +NEW account.report.line: l10n_au.l10n_au_master_bas_gp +NEW account.report.line: l10n_au.l10n_au_master_bas_gst +NEW account.report.line: l10n_au.l10n_au_master_bas_gst_calc +NEW account.report.line: l10n_au.l10n_au_master_bas_gst_owed +NEW account.report.line: l10n_au.l10n_au_master_bas_gst_owed_calc +NEW account.report.line: l10n_au.l10n_au_master_bas_gst_paid +NEW account.report.line: l10n_au.l10n_au_master_bas_gst_paid_calc +NEW account.report.line: l10n_au.l10n_au_master_bas_only +NEW account.report.line: l10n_au.l10n_au_master_bas_paygi +NEW account.report.line: l10n_au.l10n_au_master_bas_paygw +NEW account.report.line: l10n_au.l10n_au_master_bas_summary +NEW account.report.line: l10n_au.l10n_au_master_bas_t1 +NEW account.report.line: l10n_au.l10n_au_master_bas_t11 +NEW account.report.line: l10n_au.l10n_au_master_bas_t2 +NEW account.report.line: l10n_au.l10n_au_master_bas_t3 +NEW account.report.line: l10n_au.l10n_au_master_bas_t4 +NEW account.report.line: l10n_au.l10n_au_master_bas_t7 +NEW account.report.line: l10n_au.l10n_au_master_bas_t8 +NEW account.report.line: l10n_au.l10n_au_master_bas_t9 +NEW account.report.line: l10n_au.l10n_au_master_bas_w1 +NEW account.report.line: l10n_au.l10n_au_master_bas_w2 +NEW account.report.line: l10n_au.l10n_au_master_bas_w3 +NEW account.report.line: l10n_au.l10n_au_master_bas_w4 +NEW account.report.line: l10n_au.l10n_au_master_bas_w5 diff --git a/openupgrade_scripts/scripts/l10n_be/19.0.2.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_be/19.0.2.0/upgrade_analysis.txt new file mode 100644 index 000000000000..bee7642df3a6 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_be/19.0.2.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_be'--- +---Fields in module 'l10n_be'--- +l10n_be / account.journal / invoice_reference_model (False): selection_keys added: [number] (most likely nothing to do) +---XML records in module 'l10n_be'--- diff --git a/openupgrade_scripts/scripts/l10n_bg/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_bg/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..586f85f5bfb3 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_bg/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_bg'--- +---Fields in module 'l10n_bg'--- +---XML records in module 'l10n_bg'--- +NEW account.report.expression: l10n_bg.l10n_bg_tax_report_19_tag_purchase diff --git a/openupgrade_scripts/scripts/l10n_bg_ledger/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_bg_ledger/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..31ba25648ac8 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_bg_ledger/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_bg_ledger'--- +---Fields in module 'l10n_bg_ledger'--- +---XML records in module 'l10n_bg_ledger'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_bh/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_bh/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..629dae7487fe --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_bh/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_bh'--- +---Fields in module 'l10n_bh'--- +---XML records in module 'l10n_bh'--- +DEL res.country.group: l10n_bh.gulf_cooperation_council_without_bh diff --git a/openupgrade_scripts/scripts/l10n_br/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_br/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..755f8e578046 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_br/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,9 @@ +---Models in module 'l10n_br'--- +---Fields in module 'l10n_br'--- +l10n_br / res.company / l10n_br_cpf_code (char) : DEL +l10n_br / res.company / l10n_br_ie_code (char) : not stored anymore +l10n_br / res.company / l10n_br_ie_code (char) : now related +l10n_br / res.company / l10n_br_im_code (char) : not stored anymore +l10n_br / res.company / l10n_br_im_code (char) : now related +---XML records in module 'l10n_br'--- +NEW ir.ui.view: l10n_br.address_form_fields diff --git a/openupgrade_scripts/scripts/l10n_br_website_sale/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_br_website_sale/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..d2aa87776304 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_br_website_sale/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'l10n_br_website_sale'--- +---Fields in module 'l10n_br_website_sale'--- +---XML records in module 'l10n_br_website_sale'--- +DEL ir.ui.view: l10n_br_website_sale.address +DEL ir.ui.view: l10n_br_website_sale.portal_my_details_fields diff --git a/openupgrade_scripts/scripts/l10n_ca/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_ca/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..17ef51bebcf1 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_ca/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_ca'--- +---Fields in module 'l10n_ca'--- +---XML records in module 'l10n_ca'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_cd/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_cd/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..bc00e8fa7f1b --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_cd/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'l10n_cd'--- +---Fields in module 'l10n_cd'--- +---XML records in module 'l10n_cd'--- +NEW account.report.expression: l10n_cd.account_tax_report_line_cd_sales_taxable_goods_balance_purchase +NEW account.report.expression: l10n_cd.account_tax_report_line_cd_sales_taxable_goods_balance_sale diff --git a/openupgrade_scripts/scripts/l10n_ch/19.0.11.3/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_ch/19.0.11.3/upgrade_analysis.txt new file mode 100644 index 000000000000..94ff7b8c1e8d --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_ch/19.0.11.3/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_ch'--- +---Fields in module 'l10n_ch'--- +l10n_ch / account.journal / invoice_reference_model (False): selection_keys added: [number] (most likely nothing to do) +---XML records in module 'l10n_ch'--- diff --git a/openupgrade_scripts/scripts/l10n_ci/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_ci/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..62c9042a0f9e --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_ci/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,7 @@ +---Models in module 'l10n_ci'--- +---Fields in module 'l10n_ci'--- +---XML records in module 'l10n_ci'--- +NEW account.report.expression: l10n_ci.account_tax_report_line_ci_taxable_18_base_purchase +NEW account.report.expression: l10n_ci.account_tax_report_line_ci_taxable_18_base_sale +NEW account.report.expression: l10n_ci.account_tax_report_line_ci_taxable_9_base_purchase +NEW account.report.expression: l10n_ci.account_tax_report_line_ci_taxable_9_base_sale diff --git a/openupgrade_scripts/scripts/l10n_cl/19.0.3.1/noupdate_changes.xml b/openupgrade_scripts/scripts/l10n_cl/19.0.3.1/noupdate_changes.xml new file mode 100644 index 000000000000..a762806e67cc --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_cl/19.0.3.1/noupdate_changes.xml @@ -0,0 +1,16 @@ + + + + 900 + OTR + + + Unidad de Fomento + + + Unidad Tributaria Mensual + + + + + diff --git a/openupgrade_scripts/scripts/l10n_cl/19.0.3.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_cl/19.0.3.1/upgrade_analysis.txt new file mode 100644 index 000000000000..fc0d1ba5dc28 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_cl/19.0.3.1/upgrade_analysis.txt @@ -0,0 +1,22 @@ +---Models in module 'l10n_cl'--- +---Fields in module 'l10n_cl'--- +---XML records in module 'l10n_cl'--- +DEL uom.category: l10n_cl.uom_categ_energy +DEL uom.category: l10n_cl.uom_categ_others +DEL uom.uom: l10n_cl.product_uom_bar +DEL uom.uom: l10n_cl.product_uom_carton +DEL uom.uom: l10n_cl.product_uom_hl +DEL uom.uom: l10n_cl.product_uom_knfc +DEL uom.uom: l10n_cl.product_uom_kwh +DEL uom.uom: l10n_cl.product_uom_mcub +DEL uom.uom: l10n_cl.product_uom_mkwh +DEL uom.uom: l10n_cl.product_uom_mm +DEL uom.uom: l10n_cl.product_uom_mt2 +DEL uom.uom: l10n_cl.product_uom_par +DEL uom.uom: l10n_cl.product_uom_qmb +DEL uom.uom: l10n_cl.product_uom_qnt +DEL uom.uom: l10n_cl.product_uom_sum +DEL uom.uom: l10n_cl.product_uom_sum_99 +DEL uom.uom: l10n_cl.product_uom_tmb +DEL uom.uom: l10n_cl.product_uom_tmn +DEL uom.uom: l10n_cl.product_uom_u diff --git a/openupgrade_scripts/scripts/l10n_cn/19.0.1.8/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_cn/19.0.1.8/upgrade_analysis.txt new file mode 100644 index 000000000000..799d983c2201 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_cn/19.0.1.8/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_cn'--- +---Fields in module 'l10n_cn'--- +---XML records in module 'l10n_cn'--- +NEW ir.ui.view: l10n_cn.view_invoice_tree_inherit_i10n_cn diff --git a/openupgrade_scripts/scripts/l10n_co/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_co/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..5dc5a8bfa091 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_co/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_co'--- +---Fields in module 'l10n_co'--- +---XML records in module 'l10n_co'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_co_pos/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_co_pos/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..84e6313816a5 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_co_pos/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_co_pos'--- +---Fields in module 'l10n_co_pos'--- +---XML records in module 'l10n_co_pos'--- +DEL ir.ui.view: l10n_co_pos.res_config_settings_view_form diff --git a/openupgrade_scripts/scripts/l10n_cr/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_cr/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..4cf91f3dcb3d --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_cr/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,16 @@ +---Models in module 'l10n_cr'--- +---Fields in module 'l10n_cr'--- +---XML records in module 'l10n_cr'--- +DEL res.partner.title: l10n_cr.res_partner_title_asoc +DEL res.partner.title: l10n_cr.res_partner_title_dra +DEL res.partner.title: l10n_cr.res_partner_title_edu +DEL res.partner.title: l10n_cr.res_partner_title_gov +DEL res.partner.title: l10n_cr.res_partner_title_indprof +DEL res.partner.title: l10n_cr.res_partner_title_ing +DEL res.partner.title: l10n_cr.res_partner_title_lic +DEL res.partner.title: l10n_cr.res_partner_title_licda +DEL res.partner.title: l10n_cr.res_partner_title_ltd +DEL res.partner.title: l10n_cr.res_partner_title_mba +DEL res.partner.title: l10n_cr.res_partner_title_msc +DEL res.partner.title: l10n_cr.res_partner_title_pvt_ltd +DEL res.partner.title: l10n_cr.res_partner_title_sal diff --git a/openupgrade_scripts/scripts/l10n_cy/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_cy/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..03d027052e1b --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_cy/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_cy'--- +---Fields in module 'l10n_cy'--- +---XML records in module 'l10n_cy'--- +NEW account.report.expression: l10n_cy.tax_report_line_6rc_sub_amount diff --git a/openupgrade_scripts/scripts/l10n_cz/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_cz/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..d7bf95b0e4a6 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_cz/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,233 @@ +---Models in module 'l10n_cz'--- +---Fields in module 'l10n_cz'--- +l10n_cz / account.bank.statement.line / taxable_supply_date (date) : module is now 'account' ('l10n_cz') +l10n_cz / account.move / taxable_supply_date (date) : module is now 'account' ('l10n_cz') +l10n_cz / l10n_cz.tax_office / code (integer) : NEW required +l10n_cz / l10n_cz.tax_office / name (char) : NEW translate +l10n_cz / l10n_cz.tax_office / region (char) : NEW required, translate +l10n_cz / l10n_cz.tax_office / workplace_code (integer) : NEW required +l10n_cz / res.company / l10n_cz_tax_office_id (many2one): NEW relation: l10n_cz.tax_office +---XML records in module 'l10n_cz'--- +NEW ir.actions.act_window: l10n_cz.action_l10n_cz_tax_office_tree +NEW ir.model.access: l10n_cz.access_l10n_cz_tax_office_account_manager +NEW ir.model.access: l10n_cz.access_l10n_cz_tax_office_account_user +NEW ir.model.constraint: l10n_cz.constraint_l10n_cz_tax_office_workplace_code_unique +NEW ir.ui.menu: l10n_cz.menu_l10n_cz_tax_office +NEW ir.ui.view: l10n_cz.view_l10n_cz_tax_office_form +NEW ir.ui.view: l10n_cz.view_l10n_cz_tax_office_search +NEW ir.ui.view: l10n_cz.view_l10n_cz_tax_office_tree +DEL ir.ui.view: l10n_cz.view_move_form_l10n_cz +NEW l10n_cz.tax_office: l10n_cz.tax_office_1 +NEW l10n_cz.tax_office: l10n_cz.tax_office_10 +NEW l10n_cz.tax_office: l10n_cz.tax_office_100 +NEW l10n_cz.tax_office: l10n_cz.tax_office_101 +NEW l10n_cz.tax_office: l10n_cz.tax_office_102 +NEW l10n_cz.tax_office: l10n_cz.tax_office_103 +NEW l10n_cz.tax_office: l10n_cz.tax_office_104 +NEW l10n_cz.tax_office: l10n_cz.tax_office_105 +NEW l10n_cz.tax_office: l10n_cz.tax_office_106 +NEW l10n_cz.tax_office: l10n_cz.tax_office_107 +NEW l10n_cz.tax_office: l10n_cz.tax_office_108 +NEW l10n_cz.tax_office: l10n_cz.tax_office_109 +NEW l10n_cz.tax_office: l10n_cz.tax_office_11 +NEW l10n_cz.tax_office: l10n_cz.tax_office_110 +NEW l10n_cz.tax_office: l10n_cz.tax_office_111 +NEW l10n_cz.tax_office: l10n_cz.tax_office_112 +NEW l10n_cz.tax_office: l10n_cz.tax_office_113 +NEW l10n_cz.tax_office: l10n_cz.tax_office_114 +NEW l10n_cz.tax_office: l10n_cz.tax_office_115 +NEW l10n_cz.tax_office: l10n_cz.tax_office_116 +NEW l10n_cz.tax_office: l10n_cz.tax_office_117 +NEW l10n_cz.tax_office: l10n_cz.tax_office_118 +NEW l10n_cz.tax_office: l10n_cz.tax_office_119 +NEW l10n_cz.tax_office: l10n_cz.tax_office_12 +NEW l10n_cz.tax_office: l10n_cz.tax_office_120 +NEW l10n_cz.tax_office: l10n_cz.tax_office_121 +NEW l10n_cz.tax_office: l10n_cz.tax_office_122 +NEW l10n_cz.tax_office: l10n_cz.tax_office_123 +NEW l10n_cz.tax_office: l10n_cz.tax_office_124 +NEW l10n_cz.tax_office: l10n_cz.tax_office_125 +NEW l10n_cz.tax_office: l10n_cz.tax_office_126 +NEW l10n_cz.tax_office: l10n_cz.tax_office_127 +NEW l10n_cz.tax_office: l10n_cz.tax_office_128 +NEW l10n_cz.tax_office: l10n_cz.tax_office_129 +NEW l10n_cz.tax_office: l10n_cz.tax_office_13 +NEW l10n_cz.tax_office: l10n_cz.tax_office_130 +NEW l10n_cz.tax_office: l10n_cz.tax_office_131 +NEW l10n_cz.tax_office: l10n_cz.tax_office_132 +NEW l10n_cz.tax_office: l10n_cz.tax_office_133 +NEW l10n_cz.tax_office: l10n_cz.tax_office_134 +NEW l10n_cz.tax_office: l10n_cz.tax_office_135 +NEW l10n_cz.tax_office: l10n_cz.tax_office_136 +NEW l10n_cz.tax_office: l10n_cz.tax_office_137 +NEW l10n_cz.tax_office: l10n_cz.tax_office_138 +NEW l10n_cz.tax_office: l10n_cz.tax_office_139 +NEW l10n_cz.tax_office: l10n_cz.tax_office_14 +NEW l10n_cz.tax_office: l10n_cz.tax_office_140 +NEW l10n_cz.tax_office: l10n_cz.tax_office_141 +NEW l10n_cz.tax_office: l10n_cz.tax_office_142 +NEW l10n_cz.tax_office: l10n_cz.tax_office_143 +NEW l10n_cz.tax_office: l10n_cz.tax_office_144 +NEW l10n_cz.tax_office: l10n_cz.tax_office_145 +NEW l10n_cz.tax_office: l10n_cz.tax_office_146 +NEW l10n_cz.tax_office: l10n_cz.tax_office_147 +NEW l10n_cz.tax_office: l10n_cz.tax_office_148 +NEW l10n_cz.tax_office: l10n_cz.tax_office_149 +NEW l10n_cz.tax_office: l10n_cz.tax_office_15 +NEW l10n_cz.tax_office: l10n_cz.tax_office_150 +NEW l10n_cz.tax_office: l10n_cz.tax_office_151 +NEW l10n_cz.tax_office: l10n_cz.tax_office_152 +NEW l10n_cz.tax_office: l10n_cz.tax_office_153 +NEW l10n_cz.tax_office: l10n_cz.tax_office_154 +NEW l10n_cz.tax_office: l10n_cz.tax_office_155 +NEW l10n_cz.tax_office: l10n_cz.tax_office_156 +NEW l10n_cz.tax_office: l10n_cz.tax_office_157 +NEW l10n_cz.tax_office: l10n_cz.tax_office_158 +NEW l10n_cz.tax_office: l10n_cz.tax_office_159 +NEW l10n_cz.tax_office: l10n_cz.tax_office_16 +NEW l10n_cz.tax_office: l10n_cz.tax_office_160 +NEW l10n_cz.tax_office: l10n_cz.tax_office_161 +NEW l10n_cz.tax_office: l10n_cz.tax_office_162 +NEW l10n_cz.tax_office: l10n_cz.tax_office_163 +NEW l10n_cz.tax_office: l10n_cz.tax_office_164 +NEW l10n_cz.tax_office: l10n_cz.tax_office_165 +NEW l10n_cz.tax_office: l10n_cz.tax_office_166 +NEW l10n_cz.tax_office: l10n_cz.tax_office_167 +NEW l10n_cz.tax_office: l10n_cz.tax_office_168 +NEW l10n_cz.tax_office: l10n_cz.tax_office_169 +NEW l10n_cz.tax_office: l10n_cz.tax_office_17 +NEW l10n_cz.tax_office: l10n_cz.tax_office_170 +NEW l10n_cz.tax_office: l10n_cz.tax_office_171 +NEW l10n_cz.tax_office: l10n_cz.tax_office_172 +NEW l10n_cz.tax_office: l10n_cz.tax_office_173 +NEW l10n_cz.tax_office: l10n_cz.tax_office_174 +NEW l10n_cz.tax_office: l10n_cz.tax_office_175 +NEW l10n_cz.tax_office: l10n_cz.tax_office_176 +NEW l10n_cz.tax_office: l10n_cz.tax_office_177 +NEW l10n_cz.tax_office: l10n_cz.tax_office_178 +NEW l10n_cz.tax_office: l10n_cz.tax_office_179 +NEW l10n_cz.tax_office: l10n_cz.tax_office_18 +NEW l10n_cz.tax_office: l10n_cz.tax_office_180 +NEW l10n_cz.tax_office: l10n_cz.tax_office_181 +NEW l10n_cz.tax_office: l10n_cz.tax_office_182 +NEW l10n_cz.tax_office: l10n_cz.tax_office_183 +NEW l10n_cz.tax_office: l10n_cz.tax_office_184 +NEW l10n_cz.tax_office: l10n_cz.tax_office_185 +NEW l10n_cz.tax_office: l10n_cz.tax_office_186 +NEW l10n_cz.tax_office: l10n_cz.tax_office_187 +NEW l10n_cz.tax_office: l10n_cz.tax_office_188 +NEW l10n_cz.tax_office: l10n_cz.tax_office_189 +NEW l10n_cz.tax_office: l10n_cz.tax_office_19 +NEW l10n_cz.tax_office: l10n_cz.tax_office_190 +NEW l10n_cz.tax_office: l10n_cz.tax_office_191 +NEW l10n_cz.tax_office: l10n_cz.tax_office_192 +NEW l10n_cz.tax_office: l10n_cz.tax_office_193 +NEW l10n_cz.tax_office: l10n_cz.tax_office_194 +NEW l10n_cz.tax_office: l10n_cz.tax_office_195 +NEW l10n_cz.tax_office: l10n_cz.tax_office_196 +NEW l10n_cz.tax_office: l10n_cz.tax_office_197 +NEW l10n_cz.tax_office: l10n_cz.tax_office_198 +NEW l10n_cz.tax_office: l10n_cz.tax_office_199 +NEW l10n_cz.tax_office: l10n_cz.tax_office_2 +NEW l10n_cz.tax_office: l10n_cz.tax_office_20 +NEW l10n_cz.tax_office: l10n_cz.tax_office_200 +NEW l10n_cz.tax_office: l10n_cz.tax_office_201 +NEW l10n_cz.tax_office: l10n_cz.tax_office_202 +NEW l10n_cz.tax_office: l10n_cz.tax_office_203 +NEW l10n_cz.tax_office: l10n_cz.tax_office_204 +NEW l10n_cz.tax_office: l10n_cz.tax_office_205 +NEW l10n_cz.tax_office: l10n_cz.tax_office_206 +NEW l10n_cz.tax_office: l10n_cz.tax_office_207 +NEW l10n_cz.tax_office: l10n_cz.tax_office_208 +NEW l10n_cz.tax_office: l10n_cz.tax_office_209 +NEW l10n_cz.tax_office: l10n_cz.tax_office_21 +NEW l10n_cz.tax_office: l10n_cz.tax_office_210 +NEW l10n_cz.tax_office: l10n_cz.tax_office_211 +NEW l10n_cz.tax_office: l10n_cz.tax_office_212 +NEW l10n_cz.tax_office: l10n_cz.tax_office_213 +NEW l10n_cz.tax_office: l10n_cz.tax_office_214 +NEW l10n_cz.tax_office: l10n_cz.tax_office_22 +NEW l10n_cz.tax_office: l10n_cz.tax_office_23 +NEW l10n_cz.tax_office: l10n_cz.tax_office_24 +NEW l10n_cz.tax_office: l10n_cz.tax_office_25 +NEW l10n_cz.tax_office: l10n_cz.tax_office_26 +NEW l10n_cz.tax_office: l10n_cz.tax_office_27 +NEW l10n_cz.tax_office: l10n_cz.tax_office_28 +NEW l10n_cz.tax_office: l10n_cz.tax_office_29 +NEW l10n_cz.tax_office: l10n_cz.tax_office_3 +NEW l10n_cz.tax_office: l10n_cz.tax_office_30 +NEW l10n_cz.tax_office: l10n_cz.tax_office_31 +NEW l10n_cz.tax_office: l10n_cz.tax_office_32 +NEW l10n_cz.tax_office: l10n_cz.tax_office_33 +NEW l10n_cz.tax_office: l10n_cz.tax_office_34 +NEW l10n_cz.tax_office: l10n_cz.tax_office_35 +NEW l10n_cz.tax_office: l10n_cz.tax_office_36 +NEW l10n_cz.tax_office: l10n_cz.tax_office_37 +NEW l10n_cz.tax_office: l10n_cz.tax_office_38 +NEW l10n_cz.tax_office: l10n_cz.tax_office_39 +NEW l10n_cz.tax_office: l10n_cz.tax_office_4 +NEW l10n_cz.tax_office: l10n_cz.tax_office_40 +NEW l10n_cz.tax_office: l10n_cz.tax_office_41 +NEW l10n_cz.tax_office: l10n_cz.tax_office_42 +NEW l10n_cz.tax_office: l10n_cz.tax_office_43 +NEW l10n_cz.tax_office: l10n_cz.tax_office_44 +NEW l10n_cz.tax_office: l10n_cz.tax_office_45 +NEW l10n_cz.tax_office: l10n_cz.tax_office_46 +NEW l10n_cz.tax_office: l10n_cz.tax_office_47 +NEW l10n_cz.tax_office: l10n_cz.tax_office_48 +NEW l10n_cz.tax_office: l10n_cz.tax_office_49 +NEW l10n_cz.tax_office: l10n_cz.tax_office_5 +NEW l10n_cz.tax_office: l10n_cz.tax_office_50 +NEW l10n_cz.tax_office: l10n_cz.tax_office_51 +NEW l10n_cz.tax_office: l10n_cz.tax_office_52 +NEW l10n_cz.tax_office: l10n_cz.tax_office_53 +NEW l10n_cz.tax_office: l10n_cz.tax_office_54 +NEW l10n_cz.tax_office: l10n_cz.tax_office_55 +NEW l10n_cz.tax_office: l10n_cz.tax_office_56 +NEW l10n_cz.tax_office: l10n_cz.tax_office_57 +NEW l10n_cz.tax_office: l10n_cz.tax_office_58 +NEW l10n_cz.tax_office: l10n_cz.tax_office_59 +NEW l10n_cz.tax_office: l10n_cz.tax_office_6 +NEW l10n_cz.tax_office: l10n_cz.tax_office_60 +NEW l10n_cz.tax_office: l10n_cz.tax_office_61 +NEW l10n_cz.tax_office: l10n_cz.tax_office_62 +NEW l10n_cz.tax_office: l10n_cz.tax_office_63 +NEW l10n_cz.tax_office: l10n_cz.tax_office_64 +NEW l10n_cz.tax_office: l10n_cz.tax_office_65 +NEW l10n_cz.tax_office: l10n_cz.tax_office_66 +NEW l10n_cz.tax_office: l10n_cz.tax_office_67 +NEW l10n_cz.tax_office: l10n_cz.tax_office_68 +NEW l10n_cz.tax_office: l10n_cz.tax_office_69 +NEW l10n_cz.tax_office: l10n_cz.tax_office_7 +NEW l10n_cz.tax_office: l10n_cz.tax_office_70 +NEW l10n_cz.tax_office: l10n_cz.tax_office_71 +NEW l10n_cz.tax_office: l10n_cz.tax_office_72 +NEW l10n_cz.tax_office: l10n_cz.tax_office_73 +NEW l10n_cz.tax_office: l10n_cz.tax_office_74 +NEW l10n_cz.tax_office: l10n_cz.tax_office_75 +NEW l10n_cz.tax_office: l10n_cz.tax_office_76 +NEW l10n_cz.tax_office: l10n_cz.tax_office_77 +NEW l10n_cz.tax_office: l10n_cz.tax_office_78 +NEW l10n_cz.tax_office: l10n_cz.tax_office_79 +NEW l10n_cz.tax_office: l10n_cz.tax_office_8 +NEW l10n_cz.tax_office: l10n_cz.tax_office_80 +NEW l10n_cz.tax_office: l10n_cz.tax_office_81 +NEW l10n_cz.tax_office: l10n_cz.tax_office_82 +NEW l10n_cz.tax_office: l10n_cz.tax_office_83 +NEW l10n_cz.tax_office: l10n_cz.tax_office_84 +NEW l10n_cz.tax_office: l10n_cz.tax_office_85 +NEW l10n_cz.tax_office: l10n_cz.tax_office_86 +NEW l10n_cz.tax_office: l10n_cz.tax_office_87 +NEW l10n_cz.tax_office: l10n_cz.tax_office_88 +NEW l10n_cz.tax_office: l10n_cz.tax_office_89 +NEW l10n_cz.tax_office: l10n_cz.tax_office_9 +NEW l10n_cz.tax_office: l10n_cz.tax_office_90 +NEW l10n_cz.tax_office: l10n_cz.tax_office_91 +NEW l10n_cz.tax_office: l10n_cz.tax_office_92 +NEW l10n_cz.tax_office: l10n_cz.tax_office_93 +NEW l10n_cz.tax_office: l10n_cz.tax_office_94 +NEW l10n_cz.tax_office: l10n_cz.tax_office_95 +NEW l10n_cz.tax_office: l10n_cz.tax_office_96 +NEW l10n_cz.tax_office: l10n_cz.tax_office_97 +NEW l10n_cz.tax_office: l10n_cz.tax_office_98 +NEW l10n_cz.tax_office: l10n_cz.tax_office_99 diff --git a/openupgrade_scripts/scripts/l10n_de/19.0.3.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_de/19.0.3.0/upgrade_analysis.txt new file mode 100644 index 000000000000..10d958aca38b --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_de/19.0.3.0/upgrade_analysis.txt @@ -0,0 +1,66 @@ +---Models in module 'l10n_de'--- +---Fields in module 'l10n_de'--- +---XML records in module 'l10n_de'--- +NEW account.report.column: l10n_de.tax_report_base +NEW account.report.column: l10n_de.tax_report_tax +DEL account.report.column: l10n_de.tax_report_balance +NEW account.report.expression: l10n_de.tax_report_de_line_36_agg +NEW account.report.expression: l10n_de.tax_report_de_line_44_agg +NEW account.report.expression: l10n_de.tax_report_de_line_47_agg +NEW account.report.expression: l10n_de.tax_report_de_tag_19_base_agg +NEW account.report.expression: l10n_de.tax_report_de_tag_19_tax_agg +NEW account.report.expression: l10n_de.tax_report_de_tag_25_base_agg +NEW account.report.expression: l10n_de.tax_report_de_tag_31_base_agg +NEW account.report.expression: l10n_de.tax_report_de_tag_31_tax_agg +NEW account.report.expression: l10n_de.tax_report_de_tag_37_base_agg +NEW account.report.expression: l10n_de.tax_report_de_tag_46_base_agg +NEW account.report.expression: l10n_de.tax_report_de_tag_46_tag +NEW account.report.expression: l10n_de.tax_report_de_tag_46_tax_agg +NEW account.report.expression: l10n_de.tax_report_de_tag_60_base_tag +NEW account.report.expression: l10n_de.tax_report_de_tag_60_purchase_tag +NEW account.report.expression: l10n_de.tax_report_de_tag_60_sale_tag +NEW account.report.expression: l10n_de.tax_report_de_tax_tag_55_tax_agg +DEL account.report.expression: l10n_de.tax_report_de_tag_24_tag +DEL account.report.expression: l10n_de.tax_report_de_tag_60_tag +NEW account.report.line: l10n_de.tax_report_de_line_36 +NEW account.report.line: l10n_de.tax_report_de_line_44 +NEW account.report.line: l10n_de.tax_report_de_line_47 +NEW account.report.line: l10n_de.tax_report_de_section_a +NEW account.report.line: l10n_de.tax_report_de_section_b +NEW account.report.line: l10n_de.tax_report_de_section_c +NEW account.report.line: l10n_de.tax_report_de_section_d +NEW account.report.line: l10n_de.tax_report_de_section_e +NEW account.report.line: l10n_de.tax_report_de_section_f +NEW account.report.line: l10n_de.tax_report_de_section_g +NEW account.report.line: l10n_de.tax_report_de_section_h +NEW account.report.line: l10n_de.tax_report_de_section_i +NEW account.report.line: l10n_de.tax_report_de_tag_46_47 +DEL account.report.line: l10n_de.tax_report_de_tag_01 +DEL account.report.line: l10n_de.tax_report_de_tag_02 +DEL account.report.line: l10n_de.tax_report_de_tag_17 +DEL account.report.line: l10n_de.tax_report_de_tag_18 +DEL account.report.line: l10n_de.tax_report_de_tag_19 +DEL account.report.line: l10n_de.tax_report_de_tag_24 +DEL account.report.line: l10n_de.tax_report_de_tag_25 +DEL account.report.line: l10n_de.tax_report_de_tag_26 +DEL account.report.line: l10n_de.tax_report_de_tag_27 +DEL account.report.line: l10n_de.tax_report_de_tag_31 +DEL account.report.line: l10n_de.tax_report_de_tag_33 +DEL account.report.line: l10n_de.tax_report_de_tag_34 +DEL account.report.line: l10n_de.tax_report_de_tag_36 +DEL account.report.line: l10n_de.tax_report_de_tag_37 +DEL account.report.line: l10n_de.tax_report_de_tag_46 +DEL account.report.line: l10n_de.tax_report_de_tag_47 +DEL account.report.line: l10n_de.tax_report_de_tag_71 +DEL account.report.line: l10n_de.tax_report_de_tag_74 +DEL account.report.line: l10n_de.tax_report_de_tag_80 +DEL account.report.line: l10n_de.tax_report_de_tag_85 +DEL account.report.line: l10n_de.tax_report_de_tag_96 +DEL account.report.line: l10n_de.tax_report_de_tag_98 +DEL account.report.line: l10n_de.tax_report_de_tax_tag_17 +DEL account.report.line: l10n_de.tax_report_de_tax_tag_18 +DEL account.report.line: l10n_de.tax_report_de_tax_tag_19 +DEL account.report.line: l10n_de.tax_report_de_tax_tag_31 +DEL account.report.line: l10n_de.tax_report_de_tax_tag_46 +DEL account.report.line: l10n_de.tax_report_de_tax_tag_55 +DEL account.report.line: l10n_de.tax_report_de_tax_tag_64 diff --git a/openupgrade_scripts/scripts/l10n_din5008/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_din5008/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..b13e5986f339 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_din5008/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'l10n_din5008'--- +---Fields in module 'l10n_din5008'--- +l10n_din5008 / res.company / has_position_column (boolean) : NEW +---XML records in module 'l10n_din5008'--- +NEW ir.ui.view: l10n_din5008.res_config_settings_view_form diff --git a/openupgrade_scripts/scripts/l10n_din5008_purchase/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_din5008_purchase/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..25ce2438fb4d --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_din5008_purchase/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_din5008_purchase'--- +---Fields in module 'l10n_din5008_purchase'--- +---XML records in module 'l10n_din5008_purchase'--- +DEL ir.ui.view: l10n_din5008_purchase.report_common_purchase_din5008_template diff --git a/openupgrade_scripts/scripts/l10n_din5008_repair/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_din5008_repair/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..d9d4752b3ace --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_din5008_repair/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_din5008_repair'--- +---Fields in module 'l10n_din5008_repair'--- +---XML records in module 'l10n_din5008_repair'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_dk/19.0.1.3/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_dk/19.0.1.3/upgrade_analysis.txt new file mode 100644 index 000000000000..514040740ec8 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_dk/19.0.1.3/upgrade_analysis.txt @@ -0,0 +1,6 @@ +---Models in module 'l10n_dk'--- +---Fields in module 'l10n_dk'--- +---XML records in module 'l10n_dk'--- +NEW ir.ui.view: l10n_dk.l10n_dk_view_account_journal_form_inherited +NEW ir.ui.view: l10n_dk.view_company_form_inherit_l10n_dk +NEW ir.ui.view: l10n_dk.view_partner_form_inherit_l10n_dk diff --git a/openupgrade_scripts/scripts/l10n_dk_nemhandel/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_dk_nemhandel/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..e7ce5155ed2d --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_dk_nemhandel/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_dk_nemhandel'--- +---Fields in module 'l10n_dk_nemhandel'--- +l10n_dk_nemhandel / res.partner / invoice_edi_format (False) : selection_keys added: [pint_sg] (most likely nothing to do) +---XML records in module 'l10n_dk_nemhandel'--- diff --git a/openupgrade_scripts/scripts/l10n_dk_oioubl/19.0.0.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_dk_oioubl/19.0.0.1/upgrade_analysis.txt new file mode 100644 index 000000000000..55b5b16f1647 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_dk_oioubl/19.0.0.1/upgrade_analysis.txt @@ -0,0 +1,6 @@ +---Models in module 'l10n_dk_oioubl'--- +---Fields in module 'l10n_dk_oioubl'--- +l10n_dk_oioubl / res.partner / invoice_edi_format (False) : selection_keys added: [pint_sg] (most likely nothing to do) +---XML records in module 'l10n_dk_oioubl'--- +DEL ir.ui.view: l10n_dk_oioubl.oioubl_PaymentMeansType +DEL ir.ui.view: l10n_dk_oioubl.oioubl_PaymentTermsType diff --git a/openupgrade_scripts/scripts/l10n_ec/19.0.3.9/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_ec/19.0.3.9/upgrade_analysis.txt new file mode 100644 index 000000000000..d4ad8eafa59c --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_ec/19.0.3.9/upgrade_analysis.txt @@ -0,0 +1,11 @@ +---Models in module 'l10n_ec'--- +---Fields in module 'l10n_ec'--- +l10n_ec / l10n_ec.sri.payment / _order : _order is now 'sequence, id' ('id') +l10n_ec / l10n_ec.sri.payment / sequence (integer) : NEW hasdefault: default +---XML records in module 'l10n_ec'--- +NEW account.report: l10n_ec.tax_report_105 +NEW account.report.column: l10n_ec.tax_report_105_balance +NEW account.report.expression: l10n_ec.tax_report_line_105_319_tag +NEW account.report.expression: l10n_ec.tax_report_line_105_320_tag +NEW account.report.line: l10n_ec.tax_report_line_105_319 +NEW account.report.line: l10n_ec.tax_report_line_105_320 diff --git a/openupgrade_scripts/scripts/l10n_ec_sale/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_ec_sale/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..ba498e0792d5 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_ec_sale/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,8 @@ +---Models in module 'l10n_ec_sale'--- +---Fields in module 'l10n_ec_sale'--- +l10n_ec_sale / payment.method / fiscal_country_codes (char) : previously in module l10n_ec_website_sale +l10n_ec_sale / payment.method / l10n_ec_sri_payment_id (many2one): previously in module l10n_ec_website_sale +l10n_ec_sale / sale.order / l10n_ec_sri_payment_id (many2one): NEW relation: l10n_ec.sri.payment, hasdefault: default +---XML records in module 'l10n_ec_sale'--- +NEW ir.ui.view: l10n_ec_sale.payment_method_form +NEW ir.ui.view: l10n_ec_sale.view_order_form_inherit_l10n_ec_sale diff --git a/openupgrade_scripts/scripts/l10n_ee/19.0.1.3/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_ee/19.0.1.3/upgrade_analysis.txt new file mode 100644 index 000000000000..fc0b4b003321 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_ee/19.0.1.3/upgrade_analysis.txt @@ -0,0 +1,11 @@ +---Models in module 'l10n_ee'--- +---Fields in module 'l10n_ee'--- +l10n_ee / res.company / l10n_ee_rounding_difference_loss_account_id (many2one): NEW relation: account.account +l10n_ee / res.company / l10n_ee_rounding_difference_profit_account_id (many2one): NEW relation: account.account +---XML records in module 'l10n_ee'--- +NEW account.report.expression: l10n_ee.tax_report_line_1_1_tag_purchase +NEW account.report.expression: l10n_ee.tax_report_line_1_1_tag_sale +NEW account.report.expression: l10n_ee.tax_report_line_1_24_tag_purchase +NEW account.report.expression: l10n_ee.tax_report_line_1_24_tag_sale +NEW account.report.expression: l10n_ee.tax_report_line_1_tag_purchase +NEW account.report.expression: l10n_ee.tax_report_line_1_tag_sale diff --git a/openupgrade_scripts/scripts/l10n_eg/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_eg/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..0c9377766d76 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_eg/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_eg'--- +---Fields in module 'l10n_eg'--- +---XML records in module 'l10n_eg'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_eg_edi_eta/19.0.0.2/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_eg_edi_eta/19.0.0.2/upgrade_analysis.txt new file mode 100644 index 000000000000..e62295a89d25 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_eg_edi_eta/19.0.0.2/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'l10n_eg_edi_eta'--- +---Fields in module 'l10n_eg_edi_eta'--- +l10n_eg_edi_eta / account.move / l10n_eg_eta_json_doc_file (binary): NEW attachment: True +l10n_eg_edi_eta / account.move / l10n_eg_eta_json_doc_id (many2one): DEL relation: ir.attachment +---XML records in module 'l10n_eg_edi_eta'--- diff --git a/openupgrade_scripts/scripts/l10n_es/19.0.5.4/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_es/19.0.5.4/upgrade_analysis.txt new file mode 100644 index 000000000000..5e2b82ef0238 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_es/19.0.5.4/upgrade_analysis.txt @@ -0,0 +1,60 @@ +---Models in module 'l10n_es'--- +---Fields in module 'l10n_es'--- +---XML records in module 'l10n_es'--- +DEL account.account.tag: l10n_es.account_tag_mod390_m104 +DEL account.account.tag: l10n_es.account_tag_mod390_m230 +DEL account.account.tag: l10n_es.account_tag_mod390_m232 +DEL account.account.tag: l10n_es.account_tag_mod390_m773 +DEL account.account.tag: l10n_es.account_tag_mod390_m774 +DEL account.account.tag: l10n_es.account_tag_mod390_m775 +DEL account.account.tag: l10n_es.account_tag_mod390_m776 +NEW account.report: l10n_es.mod_130 [renamed from l10n_es_modelo130 module] +NEW account.report.column: l10n_es.mod_130_column [renamed from l10n_es_modelo130 module] +NEW account.report.expression: l10n_es.mod_130_casilla_01_balance [renamed from l10n_es_modelo130 module] +NEW account.report.expression: l10n_es.mod_130_casilla_02_balance [renamed from l10n_es_modelo130 module] +NEW account.report.expression: l10n_es.mod_130_casilla_03_balance [renamed from l10n_es_modelo130 module] +NEW account.report.expression: l10n_es.mod_130_casilla_04_balance [renamed from l10n_es_modelo130 module] +NEW account.report.expression: l10n_es.mod_130_casilla_04_percentage [renamed from l10n_es_modelo130 module] +NEW account.report.expression: l10n_es.mod_130_casilla_05_balance [renamed from l10n_es_modelo130 module] +NEW account.report.expression: l10n_es.mod_130_casilla_06_balance [renamed from l10n_es_modelo130 module] +NEW account.report.expression: l10n_es.mod_130_casilla_06_tax_tags [renamed from l10n_es_modelo130 module] +NEW account.report.expression: l10n_es.mod_130_casilla_07_balance [renamed from l10n_es_modelo130 module] +NEW account.report.expression: l10n_es.mod_130_casilla_08_balance [renamed from l10n_es_modelo130 module] +NEW account.report.expression: l10n_es.mod_130_casilla_09_balance [renamed from l10n_es_modelo130 module] +NEW account.report.expression: l10n_es.mod_130_casilla_09_percentage [renamed from l10n_es_modelo130 module] +NEW account.report.expression: l10n_es.mod_130_casilla_10_balance [renamed from l10n_es_modelo130 module] +NEW account.report.expression: l10n_es.mod_130_casilla_10_tax_tags [renamed from l10n_es_modelo130 module] +NEW account.report.expression: l10n_es.mod_130_casilla_11_balance [renamed from l10n_es_modelo130 module] +NEW account.report.expression: l10n_es.mod_130_casilla_12_balance [renamed from l10n_es_modelo130 module] +NEW account.report.expression: l10n_es.mod_130_casilla_13_balance [renamed from l10n_es_modelo130 module] +NEW account.report.expression: l10n_es.mod_130_casilla_14_balance [renamed from l10n_es_modelo130 module] +NEW account.report.expression: l10n_es.mod_130_casilla_15_balance [renamed from l10n_es_modelo130 module] +NEW account.report.expression: l10n_es.mod_130_casilla_16_balance [renamed from l10n_es_modelo130 module] +NEW account.report.expression: l10n_es.mod_130_casilla_17_balance [renamed from l10n_es_modelo130 module] +NEW account.report.expression: l10n_es.mod_130_casilla_18_balance [renamed from l10n_es_modelo130 module] +NEW account.report.expression: l10n_es.mod_130_casilla_19_balance [renamed from l10n_es_modelo130 module] +NEW account.report.expression: l10n_es.mod_390_casilla_65_result_cross_aeat_mod_390_47 +NEW account.report.expression: l10n_es.mod_390_casilla_84_result_cross_aeat_mod_390_65 +NEW account.report.line: l10n_es.mod_130_casilla_01 [renamed from l10n_es_modelo130 module] +NEW account.report.line: l10n_es.mod_130_casilla_02 [renamed from l10n_es_modelo130 module] +NEW account.report.line: l10n_es.mod_130_casilla_03 [renamed from l10n_es_modelo130 module] +NEW account.report.line: l10n_es.mod_130_casilla_04 [renamed from l10n_es_modelo130 module] +NEW account.report.line: l10n_es.mod_130_casilla_05 [renamed from l10n_es_modelo130 module] +NEW account.report.line: l10n_es.mod_130_casilla_06 [renamed from l10n_es_modelo130 module] +NEW account.report.line: l10n_es.mod_130_casilla_07 [renamed from l10n_es_modelo130 module] +NEW account.report.line: l10n_es.mod_130_casilla_08 [renamed from l10n_es_modelo130 module] +NEW account.report.line: l10n_es.mod_130_casilla_09 [renamed from l10n_es_modelo130 module] +NEW account.report.line: l10n_es.mod_130_casilla_10 [renamed from l10n_es_modelo130 module] +NEW account.report.line: l10n_es.mod_130_casilla_11 [renamed from l10n_es_modelo130 module] +NEW account.report.line: l10n_es.mod_130_casilla_12 [renamed from l10n_es_modelo130 module] +NEW account.report.line: l10n_es.mod_130_casilla_13 [renamed from l10n_es_modelo130 module] +NEW account.report.line: l10n_es.mod_130_casilla_14 [renamed from l10n_es_modelo130 module] +NEW account.report.line: l10n_es.mod_130_casilla_15 [renamed from l10n_es_modelo130 module] +NEW account.report.line: l10n_es.mod_130_casilla_16 [renamed from l10n_es_modelo130 module] +NEW account.report.line: l10n_es.mod_130_casilla_17 [renamed from l10n_es_modelo130 module] +NEW account.report.line: l10n_es.mod_130_casilla_18 [renamed from l10n_es_modelo130 module] +NEW account.report.line: l10n_es.mod_130_casilla_19 [renamed from l10n_es_modelo130 module] +NEW account.report.line: l10n_es.mod_130_title_1 [renamed from l10n_es_modelo130 module] +NEW account.report.line: l10n_es.mod_130_title_2 [renamed from l10n_es_modelo130 module] +NEW account.report.line: l10n_es.mod_130_title_3 [renamed from l10n_es_modelo130 module] +NEW res.country.group: l10n_es.mainland_es diff --git a/openupgrade_scripts/scripts/l10n_es_edi_facturae/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_es_edi_facturae/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..6ff5f60625a0 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_es_edi_facturae/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,6 @@ +---Models in module 'l10n_es_edi_facturae'--- +---Fields in module 'l10n_es_edi_facturae'--- +l10n_es_edi_facturae / res.partner / invoice_edi_format (False) : selection_keys added: [pint_sg] (most likely nothing to do) +---XML records in module 'l10n_es_edi_facturae'--- +DEL ir.model.access: l10n_es_edi_facturae.access_l10n_es_edi_facturae_ac_role_type_readonly +DEL ir.ui.view: l10n_es_edi_facturae.product_uom_categ_form_view_inherit_l10n_es_edi_facturae diff --git a/openupgrade_scripts/scripts/l10n_es_edi_sii/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_es_edi_sii/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..1d594eea5ed2 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_es_edi_sii/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_es_edi_sii'--- +---Fields in module 'l10n_es_edi_sii'--- +---XML records in module 'l10n_es_edi_sii'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_es_edi_tbai/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_es_edi_tbai/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..15c75da2aece --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_es_edi_tbai/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_es_edi_tbai'--- +---Fields in module 'l10n_es_edi_tbai'--- +---XML records in module 'l10n_es_edi_tbai'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_es_edi_tbai_pos/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_es_edi_tbai_pos/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..302d3af66663 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_es_edi_tbai_pos/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_es_edi_tbai_pos'--- +---Fields in module 'l10n_es_edi_tbai_pos'--- +---XML records in module 'l10n_es_edi_tbai_pos'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_es_edi_verifactu/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_es_edi_verifactu/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..887beabf90c5 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_es_edi_verifactu/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_es_edi_verifactu'--- +---Fields in module 'l10n_es_edi_verifactu'--- +---XML records in module 'l10n_es_edi_verifactu'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_es_edi_verifactu_pos/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_es_edi_verifactu_pos/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..b4f359ef1dd7 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_es_edi_verifactu_pos/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_es_edi_verifactu_pos'--- +---Fields in module 'l10n_es_edi_verifactu_pos'--- +---XML records in module 'l10n_es_edi_verifactu_pos'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_es_pos/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_es_pos/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..a2a1fa429fee --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_es_pos/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_es_pos'--- +---Fields in module 'l10n_es_pos'--- +---XML records in module 'l10n_es_pos'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_eu_oss/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_eu_oss/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..1d56be9f8d8b --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_eu_oss/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_eu_oss'--- +---Fields in module 'l10n_eu_oss'--- +---XML records in module 'l10n_eu_oss'--- +DEL ir.ui.view: l10n_eu_oss.res_config_settings_view_form diff --git a/openupgrade_scripts/scripts/l10n_fi/19.0.13.0.2/noupdate_changes.xml b/openupgrade_scripts/scripts/l10n_fi/19.0.13.0.2/noupdate_changes.xml new file mode 100644 index 000000000000..c235ff7b095c --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_fi/19.0.13.0.2/noupdate_changes.xml @@ -0,0 +1,512 @@ + + + + Tase: Ostovelat + + + Tase: Ostovelat pitkäaikaiset + + + Tase: Myyntisaamiset + + + Tase: Myyntisaamiset omistusyhteysyritykset + + + Tase: Siirtovelat lyhytaikaiset + + + Tase: Siirtovelat pitkäaikaiset + + + Tulos: Hallintopalvelut + + + Tase: Ennakkomaksut vaihto-omaisuus + + + Tase: Ennakkomaksut aineettomat + + + Tase: Saadut ennakot pitkäaikaiset + + + Tase: Saadut ennakot lyhytaikaiset + + + Tase: Rahoitusvekselit pitkäaikaiset + + + Tase: Rahoitusvekselit lyhytaikaiset + + + Tase: Joukkovelkakirjalainat pitkäaikaiset + + + Tase: Joukkovelkakirjalainat lyhytaikaiset + + + Tase: Rakennukset vuokraoikeudet + + + Tase: Rakennukset omistetut + + + Tase: Pääomalainat lyhytaikaiset + + + Tulos: Poistoeron muutos + + + Tulos: Varastojen muutos + + + Tulos: Varausten muutos + + + Tase: Velat konserni pitkäaikaiset + + + Tase: Vaihtovelkakirjalainat pitkäaikaiset + + + Tase: Vaihtovelkakirjalainat lyhytaikaiset + + + Tase: Laskennalliset verosaamiset + + + Tase: Laskennalliset verosaamiset pitkäaikaiset + + + Tase: Laskennalliset verovelat pitkäaikaiset + + + Tase: Laskennalliset verovelat lyhytaikaiset + + + Tulos: Laskennalliset verot + + + Tulos: Suunnitelman mukaiset poistot + + + Tase: Poistoero + + + Tase: Kehittämismenot + + + Tulos: Ulkopuoliset palvelut + + + Tulos: Rahoituskulut konserni + + + Tase: Valmiit tuotteet ja tavarat vaihto-omaisuus + + + Tase: Matkalla olevat tavarat + + + Tase: Liikearvo + + + Tulos: Konserniavustus + + + Tase: Velat konserni lyhytaikaiset + + + Tase: Aineettomat oikeudet + + + Tulos: Arvonalentumiset rahoitusarvopaperit vaihtuvat vastaavat + + + Tulos: Arvonalentumiset sijoitukset pysyvät vastaavat + + + Tulos: Arvonalentumiset pysyvät vastaavat + + + Tulos: Kone- ja kalustokulut + + + Tulos: Tuotot osuuksista omistusyhteysyritys + + + Tulos: Tuotot osuuksista konserni + + + Tulos: Liiketoiminnan muut tuotot + + + Tulos: Korko ja rahoitustuotot konserni + + + Tulos: Sijoitustuotot muut pysyvät vastaavat konserni + + + Tulos: IT-kulut + + + Tase: Maa- ja vesialueet omistetut + + + Tase: Maa- ja vesialueet vuokraoikeudet + + + Tase: Rahat ja pankkisaamiset + + + Tase: Lainasaamiset pitkäaikaiset + + + Tase: Lainasaamiset + + + Tase: Lainat rahoituslaitoksilta pitkäaikaiset + + + Tase: Lainat rahoituslaitoksilta lyhytaikaiset + + + Tase: Koneet ja kalusto + + + Tulos: Valmistus omaan käyttöön + + + Tulos: Valmiiden ja keskeneräisten tuotteiden varastojen muutos + + + Tulos: Markkinointikulut + + + Tase: Aineet ja tarvikkeet vaihto-omaisuus + + + Tulos: Muut sivukulut muut + + + Tulos: Muut sivukulut tuotanto + + + Tulos: Muut hallintokulut + + + Tase: Muu vaihto-omaisuus + + + Tase: Muut rahoitusarvopaperit + + + Tulos: Rahoituskulut muut + + + Tulos: Muut kiinteät kulut + + + Tulos: Muut korko ja rahoitustuotot + + + Tulos: Muut sijoitustuotot pysyvät vastaavat + + + Tase: Muut velat pitkäaikaiset + + + Tase: Muut saamiset pitkäaikaiset + + + Tase: Muut pitkävaikutteiset menot + + + Tase: Muut pakolliset varaukset + + + Tase: Muut saamiset + + + Tase: Muut saamiset sijoitukset + + + Tase: Muut rahastot + + + Tase: Muut osakkeet ja osuudet rahoitusarvopaperit + + + Tase: Muut osakkeet ja osuudet + + + Tase: Muut velat lyhytaikaiset + + + Tase: Muut aineelliset hyödykkeet + + + Tulos: Muut välittömät verot + + + Tase: Velat omistusyhteysyritykset + + + Tase: Velat omistusyhteysyritykset pitkäaikaiset + + + Tase: Ennakkomaksut aineelliset + + + Tulos: Eläkekulut tuotanto + + + Tulos: Eläkekulut muut + + + Tase: Eläkelainat pitkäaikaiset + + + Tase: Eläkelainat lyhytaikaiset + + + Tulos: Henkilöstö muut + + + Tulos: Toimitilakulut + + + Tase: Siirtosaamiset pitkäaikaiset + + + Tase: Siirtosaamiset + + + Tase: Tilikauden tulos + + + Tase: Eläkevaraukset + + + Tulos: Ostot + + + Tulos: Ostojen oikaisuerät + + + Tase: Saamiset omistusyhteysyritykset + + + Tase: Saamiset omistusyhteysyrityksiltä sijoitukset + + + Tase: Saamiset omistusyhteysyritykset pitkäaikaiset + + + Tase: Saamiset konserni + + + Tase: Saamiset konserni pitkäaikaiset + + + Tulos: Edustus + + + Tulos: Tutkimus ja kehitys + + + Tase: Vararahasto + + + Tase: Edellisten tilikausien tulos + + + Tase: Arvonkorotusrahasto + + + Tulos: Myynti + + + Tulos: Myynnin oikaisuerät + + + Tulos: Myyntikulut + + + Tase: Ylikurssirahasto + + + Tase: Osuudet omistusyhteysyrityksissä + + + Tase: Osuudet saman konsernin yrityksissä + + + Tase: Osuudet konserni rahoitusarvopaperit + + + Tase: Osake-, osuus- tai muu vastaava pääoma + + + Tase: Pääomalainat pitkäaikaiset + + + Tase: Verotusperäiset varaukset + + + Tase: Verovaraukset + + + Tulos: Tilikauden verot + + + Tase: Yhtiöjärjestyksen tai sääntöjen mukainen rahasto + + + Tase: Käyvän arvon rahasto + + + Tase: Sijoitetun vapaan oman pääoman rahasto + + + Tase: Myyntisaamiset konserni + + + Tase: Ostovelat omistusyhteysyritykset + + + Tase: Ostovelat konserni + + + Tase: Myyntisaamiset pitkäaikaiset + + + Tulos: Matkat + + + Tase: Maksamattomat osuudet + + + Tase: Maksamattomat osuudet pitkäaikaiset + + + Tulos: Ajoneuvokulut + + + Tulos: Palkat ja palkkiot tuotanto + + + Tulos: Palkat ja palkkiot muut + + + Tase: Keskeneräiset tuotteet + + diff --git a/openupgrade_scripts/scripts/l10n_fi/19.0.13.0.2/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_fi/19.0.13.0.2/upgrade_analysis.txt new file mode 100644 index 000000000000..c58640898e08 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_fi/19.0.13.0.2/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_fi'--- +---Fields in module 'l10n_fi'--- +l10n_fi / account.journal / invoice_reference_model (False): selection_keys added: [number] (most likely nothing to do) +---XML records in module 'l10n_fi'--- diff --git a/openupgrade_scripts/scripts/l10n_fr/19.0.2.1/noupdate_changes.xml b/openupgrade_scripts/scripts/l10n_fr/19.0.2.1/noupdate_changes.xml new file mode 100644 index 000000000000..bbba81e0d1b6 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_fr/19.0.2.1/noupdate_changes.xml @@ -0,0 +1,6 @@ + + + + FR-MC + + diff --git a/openupgrade_scripts/scripts/l10n_fr/19.0.2.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_fr/19.0.2.1/upgrade_analysis.txt new file mode 100644 index 000000000000..02d8abb5f477 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_fr/19.0.2.1/upgrade_analysis.txt @@ -0,0 +1,7 @@ +---Models in module 'l10n_fr'--- +---Fields in module 'l10n_fr'--- +l10n_fr / res.partner / siret (char) : DEL +---XML records in module 'l10n_fr'--- +NEW ir.ui.view: l10n_fr.view_partner_form_inherit_l10n_fr +DEL ir.ui.view: l10n_fr.res_partner_form_l10n_fr +DEL res.country.group: l10n_fr.dom-tom [renamed to base module] diff --git a/openupgrade_scripts/scripts/l10n_fr_account/19.0.2.2/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_fr_account/19.0.2.2/upgrade_analysis.txt new file mode 100644 index 000000000000..934aa8b552e1 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_fr_account/19.0.2.2/upgrade_analysis.txt @@ -0,0 +1,9 @@ +---Models in module 'l10n_fr_account'--- +---Fields in module 'l10n_fr_account'--- +---XML records in module 'l10n_fr_account'--- +NEW account.report.expression: l10n_fr_account.tax_report_08_base_balance_from_tags_purchase +NEW account.report.expression: l10n_fr_account.tax_report_09_base_balance_from_tags_purchase +NEW account.report.expression: l10n_fr_account.tax_report_10_base_balance_from_tags_purchase +NEW account.report.expression: l10n_fr_account.tax_report_11_base_balance_from_tags_purchase +NEW account.report.expression: l10n_fr_account.tax_report_9B_base_balance_from_tags_purchase +DEL ir.ui.view: l10n_fr_account.res_partner_form_l10n_fr diff --git a/openupgrade_scripts/scripts/l10n_fr_facturx_chorus_pro/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_fr_facturx_chorus_pro/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..db486d41d787 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_fr_facturx_chorus_pro/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_fr_facturx_chorus_pro'--- +---Fields in module 'l10n_fr_facturx_chorus_pro'--- +---XML records in module 'l10n_fr_facturx_chorus_pro'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_fr_hr_holidays/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_fr_hr_holidays/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..4e3e451be058 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_fr_hr_holidays/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_fr_hr_holidays'--- +---Fields in module 'l10n_fr_hr_holidays'--- +---XML records in module 'l10n_fr_hr_holidays'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_fr_pos_cert/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_fr_pos_cert/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..3bd11c9d2ee1 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_fr_pos_cert/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_fr_pos_cert'--- +---Fields in module 'l10n_fr_pos_cert'--- +---XML records in module 'l10n_fr_pos_cert'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_gcc_invoice/19.0.1.0.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_gcc_invoice/19.0.1.0.1/upgrade_analysis.txt new file mode 100644 index 000000000000..078128db403f --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_gcc_invoice/19.0.1.0.1/upgrade_analysis.txt @@ -0,0 +1,9 @@ +---Models in module 'l10n_gcc_invoice'--- +---Fields in module 'l10n_gcc_invoice'--- +l10n_gcc_invoice / res.company / l10n_gcc_dual_language_invoice (boolean): NEW +---XML records in module 'l10n_gcc_invoice'--- +NEW ir.ui.view: l10n_gcc_invoice.l10n_gcc_document_tax_totals +NEW ir.ui.view: l10n_gcc_invoice.l10n_gcc_document_tax_totals_company_currency_template +NEW ir.ui.view: l10n_gcc_invoice.l10n_gcc_report_invoice_document +NEW ir.ui.view: l10n_gcc_invoice.res_config_settings_view_form_inherit_l10n_gcc_invoice +DEL ir.ui.view: l10n_gcc_invoice.arabic_english_invoice diff --git a/openupgrade_scripts/scripts/l10n_gcc_invoice_stock_account/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_gcc_invoice_stock_account/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..467901b47504 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_gcc_invoice_stock_account/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'l10n_gcc_invoice_stock_account'--- +---Fields in module 'l10n_gcc_invoice_stock_account'--- +---XML records in module 'l10n_gcc_invoice_stock_account'--- +NEW ir.ui.view: l10n_gcc_invoice_stock_account.l10n_gcc_report_invoice_document_with_snln +DEL ir.ui.view: l10n_gcc_invoice_stock_account.arabic_english_invoice_with_snln diff --git a/openupgrade_scripts/scripts/l10n_gcc_pos/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_gcc_pos/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..ab2f9464116a --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_gcc_pos/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'l10n_gcc_pos'--- +---Fields in module 'l10n_gcc_pos'--- +l10n_gcc_pos / pos.config / l10n_gcc_dual_language_receipt (boolean): NEW +---XML records in module 'l10n_gcc_pos'--- +NEW ir.ui.view: l10n_gcc_pos.res_config_settings_view_form_inherit_l10n_gcc_pos diff --git a/openupgrade_scripts/scripts/l10n_gr/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_gr/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..4f210739d797 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_gr/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,15 @@ +---Models in module 'l10n_gr'--- +---Fields in module 'l10n_gr'--- +---XML records in module 'l10n_gr'--- +NEW account.report.expression: l10n_gr.l10n_gr_tr_301_tag_purchase +NEW account.report.expression: l10n_gr.l10n_gr_tr_301_tag_sale +NEW account.report.expression: l10n_gr.l10n_gr_tr_302_tag_purchase +NEW account.report.expression: l10n_gr.l10n_gr_tr_302_tag_sale +NEW account.report.expression: l10n_gr.l10n_gr_tr_303_tag_purchase +NEW account.report.expression: l10n_gr.l10n_gr_tr_303_tag_sale +NEW account.report.expression: l10n_gr.l10n_gr_tr_304_tag_purchase +NEW account.report.expression: l10n_gr.l10n_gr_tr_304_tag_sale +NEW account.report.expression: l10n_gr.l10n_gr_tr_305_tag_purchase +NEW account.report.expression: l10n_gr.l10n_gr_tr_305_tag_sale +NEW account.report.expression: l10n_gr.l10n_gr_tr_306_tag_purchase +NEW account.report.expression: l10n_gr.l10n_gr_tr_306_tag_sale diff --git a/openupgrade_scripts/scripts/l10n_gr_edi/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_gr_edi/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..b998e2fb44dd --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_gr_edi/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_gr_edi'--- +---Fields in module 'l10n_gr_edi'--- +---XML records in module 'l10n_gr_edi'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_hk/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_hk/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..9ba2b966da88 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_hk/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_hk'--- +---Fields in module 'l10n_hk'--- +---XML records in module 'l10n_hk'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_hu/19.0.3.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_hu/19.0.3.0/upgrade_analysis.txt new file mode 100644 index 000000000000..7ba39201be31 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_hu/19.0.3.0/upgrade_analysis.txt @@ -0,0 +1,9 @@ +---Models in module 'l10n_hu'--- +---Fields in module 'l10n_hu'--- +---XML records in module 'l10n_hu'--- +DEL res.bank: l10n_hu.BUDAHUHB +DEL res.bank: l10n_hu.COBAHUHX +DEL res.bank: l10n_hu.FHKBHUHB +DEL res.bank: l10n_hu.INCNHUHB +DEL res.bank: l10n_hu.MAVOHUHB +DEL res.bank: l10n_hu.TAKBHUHB diff --git a/openupgrade_scripts/scripts/l10n_hu_edi/19.0.1.0.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_hu_edi/19.0.1.0.0/upgrade_analysis.txt new file mode 100644 index 000000000000..7fc2a92369fa --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_hu_edi/19.0.1.0.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_hu_edi'--- +---Fields in module 'l10n_hu_edi'--- +---XML records in module 'l10n_hu_edi'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_id/19.0.1.2/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_id/19.0.1.2/upgrade_analysis.txt new file mode 100644 index 000000000000..0db27727509c --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_id/19.0.1.2/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_id'--- +---Fields in module 'l10n_id'--- +---XML records in module 'l10n_id'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_id_efaktur_coretax/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_id_efaktur_coretax/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..32098efec565 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_id_efaktur_coretax/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,20 @@ +---Models in module 'l10n_id_efaktur_coretax'--- +---Fields in module 'l10n_id_efaktur_coretax'--- +l10n_id_efaktur / account.move / l10n_id_kode_transaksi (selection): selection_keys added: [10] (most likely nothing to do) +l10n_id_efaktur / res.partner / l10n_id_kode_transaksi (selection): selection_keys added: [10] (most likely nothing to do) +l10n_id_efaktur_coretax / account.bank.statement.line / l10n_id_kode_transaksi (selection): previously in module l10n_id_efaktur +l10n_id_efaktur_coretax / account.move / l10n_id_coretax_custom_doc_month_year (date): NEW +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 / account.move / l10n_id_kode_transaksi (selection): previously in module l10n_id_efaktur +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 +l10n_id_efaktur_coretax / res.partner / l10n_id_kode_transaksi (selection): previously in module l10n_id_efaktur +l10n_id_efaktur_coretax / res.partner / l10n_id_nik (char) : previously in module l10n_id_efaktur +l10n_id_efaktur_coretax / res.partner / l10n_id_pkp (boolean) : previously in module l10n_id_efaktur +l10n_id_efaktur_coretax / res.users / l10n_id_kode_transaksi (selection): previously in module l10n_id_efaktur +l10n_id_efaktur_coretax / res.users / l10n_id_nik (char) : previously in module l10n_id_efaktur +l10n_id_efaktur_coretax / res.users / l10n_id_pkp (boolean) : previously in module l10n_id_efaktur +---XML records in module 'l10n_id_efaktur_coretax'--- +NEW ir.actions.server: l10n_id_efaktur_coretax.dowload_efaktur_action [renamed from l10n_id_efaktur module] +NEW ir.rule: l10n_id_efaktur_coretax.efaktur_document_multi_company [renamed from l10n_id_efaktur module] +NEW ir.ui.view: l10n_id_efaktur_coretax.view_account_invoice_filter +DEL ir.ui.view: l10n_id_efaktur_coretax.product_uom_categ_form_view_inherit_coretax diff --git a/openupgrade_scripts/scripts/l10n_id_pos/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_id_pos/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..07ceb7be6ada --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_id_pos/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_id_pos'--- +---Fields in module 'l10n_id_pos'--- +---XML records in module 'l10n_id_pos'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_il/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_il/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..dd22217986f4 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_il/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'l10n_il'--- +---Fields in module 'l10n_il'--- +---XML records in module 'l10n_il'--- +NEW account.report.expression: l10n_il.account_tax_report_line_out_base_tag_purchase +NEW account.report.expression: l10n_il.account_tax_report_line_out_base_tag_sale diff --git a/openupgrade_scripts/scripts/l10n_in/19.0.2.0/noupdate_changes.xml b/openupgrade_scripts/scripts/l10n_in/19.0.2.0/noupdate_changes.xml new file mode 100644 index 000000000000..5f2f1165fddf --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_in/19.0.2.0/noupdate_changes.xml @@ -0,0 +1,12 @@ + + + + MLT-MILILITRE + + + SQF-SQUARE FEET + + + SQM-SQUARE METERS + + diff --git a/openupgrade_scripts/scripts/l10n_in/19.0.2.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_in/19.0.2.0/upgrade_analysis.txt new file mode 100644 index 000000000000..2ccd7eabd3f7 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_in/19.0.2.0/upgrade_analysis.txt @@ -0,0 +1,290 @@ +---Models in module 'l10n_in'--- +---Fields in module 'l10n_in'--- +l10n_in / account.account / l10n_in_tcs_feature_enabled (boolean): NEW isfunction: function, stored +l10n_in / account.account / l10n_in_tds_feature_enabled (boolean): NEW isfunction: function, stored +l10n_in / account.account / l10n_in_tds_tcs_section_id (many2one): previously in module l10n_in_withholding +l10n_in / account.bank.statement.line / l10n_in_display_higher_tcs_button (boolean): previously in module l10n_in_withholding +l10n_in / account.bank.statement.line / l10n_in_gstin_verified_date (date): previously in module l10n_in_gstin_status +l10n_in / account.bank.statement.line / l10n_in_is_withholding (boolean): previously in module l10n_in_withholding +l10n_in / account.bank.statement.line / l10n_in_partner_gstin_status (boolean): previously in module l10n_in_gstin_status +l10n_in / account.bank.statement.line / l10n_in_show_gstin_status (boolean): previously in module l10n_in_gstin_status +l10n_in / account.bank.statement.line / l10n_in_total_withholding_amount (float): previously in module l10n_in_withholding +l10n_in / account.bank.statement.line / l10n_in_withhold_move_ids (one2many): previously in module l10n_in_withholding +l10n_in / account.bank.statement.line / l10n_in_withholding_line_ids (one2many): previously in module l10n_in_withholding +l10n_in / account.bank.statement.line / l10n_in_withholding_ref_move_id (many2one): previously in module l10n_in_withholding +l10n_in / account.bank.statement.line / l10n_in_withholding_ref_payment_id (many2one): previously in module l10n_in_withholding_payment +l10n_in / account.move / l10n_in_display_higher_tcs_button (boolean): previously in module l10n_in_withholding +l10n_in / account.move / l10n_in_gstin_verified_date (date): previously in module l10n_in_gstin_status +l10n_in / account.move / l10n_in_is_withholding (boolean): previously in module l10n_in_withholding +l10n_in / account.move / l10n_in_partner_gstin_status (boolean): previously in module l10n_in_gstin_status +l10n_in / account.move / l10n_in_show_gstin_status (boolean): previously in module l10n_in_gstin_status +l10n_in / account.move / l10n_in_total_withholding_amount (float): previously in module l10n_in_withholding +l10n_in / account.move / l10n_in_withhold_move_ids (one2many): previously in module l10n_in_withholding +l10n_in / account.move / l10n_in_withholding_line_ids (one2many): previously in module l10n_in_withholding +l10n_in / account.move / l10n_in_withholding_ref_move_id (many2one): previously in module l10n_in_withholding +l10n_in / account.move / l10n_in_withholding_ref_payment_id (many2one): previously in module l10n_in_withholding_payment +l10n_in / account.move.line / l10n_in_gstr_section (selection): NEW selection_keys: ['purchase_b2b_rcm', 'purchase_b2b_regular', 'purchase_b2c_rcm', 'purchase_b2c_regular', 'purchase_cdnr_rcm', 'purchase_cdnr_regular', 'purchase_cdnur_rcm', 'purchase_cdnur_regular', 'purchase_exempt', 'purchase_imp_goods', 'purchase_imp_services', 'purchase_nil_rated', 'purchase_non_gst_supplies', 'purchase_out_of_scope', 'sale_b2b_rcm', 'sale_b2b_regular', 'sale_b2cl', 'sale_b2cs', 'sale_cdnr_deemed_export', 'sale_cdnr_rcm', 'sale_cdnr_regular', 'sale_cdnr_sez_wop', 'sale_cdnr_sez_wp', 'sale_cdnur_b2cl', 'sale_cdnur_exp_wop', 'sale_cdnur_exp_wp', 'sale_deemed_export', 'sale_eco_9_5', 'sale_exempt', 'sale_exp_wop', 'sale_exp_wp', 'sale_nil_rated', 'sale_non_gst_supplies', 'sale_out_of_scope', 'sale_sez_wop', 'sale_sez_wp'] +l10n_in / account.move.line / l10n_in_withhold_tax_amount (float): previously in module l10n_in_withholding +l10n_in / account.payment / l10n_in_total_withholding_amount (float): previously in module l10n_in_withholding +l10n_in / account.payment / l10n_in_withhold_move_ids (one2many): previously in module l10n_in_withholding +l10n_in / account.tax / l10n_in_is_lut (boolean) : NEW +l10n_in / account.tax / l10n_in_section_id (many2one) : previously in module l10n_in_withholding +l10n_in / account.tax / l10n_in_tax_type (selection) : is now stored +l10n_in / account.tax / l10n_in_tax_type (selection) : not a function anymore +l10n_in / account.tax / l10n_in_tax_type (selection) : selection_keys added: [exempt, gst, nil_rated, non_gst, tcs, tds_purchase, tds_sale], removed: [cess, cgst, igst, sgst] +l10n_in / l10n_in.pan.entity / activity_ids (one2many) : NEW relation: mail.activity +l10n_in / l10n_in.pan.entity / message_follower_ids (one2many): NEW relation: mail.followers +l10n_in / l10n_in.pan.entity / message_ids (one2many) : NEW relation: mail.message +l10n_in / l10n_in.pan.entity / msme_number (char) : NEW +l10n_in / l10n_in.pan.entity / msme_type (selection) : NEW selection_keys: ['medium', 'micro', 'small'] +l10n_in / l10n_in.pan.entity / name (char) : NEW required +l10n_in / l10n_in.pan.entity / partner_ids (one2many) : NEW relation: res.partner +l10n_in / l10n_in.pan.entity / rating_ids (one2many) : NEW relation: rating.rating +l10n_in / l10n_in.pan.entity / tds_certificate (binary) : NEW attachment: True +l10n_in / l10n_in.pan.entity / tds_certificate_filename (char): NEW +l10n_in / l10n_in.pan.entity / tds_deduction (selection) : NEW selection_keys: ['higher', 'lower', 'no', 'normal'], hasdefault: default +l10n_in / l10n_in.pan.entity / type (selection) : NEW selection_keys: ['a', 'b', 'c', 'f', 'g', 'h', 'j', 'k', 'l', 'p', 't'], isfunction: function, stored +l10n_in / l10n_in.pan.entity / website_message_ids (one2many): NEW relation: mail.message +l10n_in / l10n_in.section.alert / _order : previously in module l10n_in_withholding +l10n_in / l10n_in.section.alert / aggregate_limit (float) : previously in module l10n_in_withholding +l10n_in / l10n_in.section.alert / aggregate_period (selection) : previously in module l10n_in_withholding +l10n_in / l10n_in.section.alert / consider_amount (selection) : previously in module l10n_in_withholding +l10n_in / l10n_in.section.alert / display_name (char) : previously in module l10n_in_withholding +l10n_in / l10n_in.section.alert / is_aggregate_limit (boolean) : previously in module l10n_in_withholding +l10n_in / l10n_in.section.alert / is_per_transaction_limit (boolean): previously in module l10n_in_withholding +l10n_in / l10n_in.section.alert / l10n_in_section_tax_ids (one2many): previously in module l10n_in_withholding +l10n_in / l10n_in.section.alert / name (char) : previously in module l10n_in_withholding +l10n_in / l10n_in.section.alert / per_transaction_limit (float) : previously in module l10n_in_withholding +l10n_in / l10n_in.section.alert / tax_report_line_id (many2one) : NEW relation: account.report.line +l10n_in / l10n_in.section.alert / tax_source_type (selection) : previously in module l10n_in_withholding +l10n_in / res.company / l10n_in_gstin_status_feature (boolean): NEW +l10n_in / res.company / l10n_in_is_gst_registered (boolean): NEW isfunction: function, stored +l10n_in / res.company / l10n_in_pan (char) : DEL +l10n_in / res.company / l10n_in_pan_entity_id (many2one): NEW relation: l10n_in.pan.entity, isrelated: related, stored +l10n_in / res.company / l10n_in_pan_type (char) : not a function anymore +l10n_in / res.company / l10n_in_pan_type (char) : now related +l10n_in / res.company / l10n_in_pan_type (char) : selection_keys is now 'function' ('False') +l10n_in / res.company / l10n_in_pan_type (char) : type is now 'selection' ('char') +l10n_in / res.company / l10n_in_tcs_feature (boolean) : NEW isfunction: function, stored +l10n_in / res.company / l10n_in_tds_feature (boolean) : NEW isfunction: function, stored +l10n_in / res.company / l10n_in_withholding_account_id (many2one): previously in module l10n_in_withholding +l10n_in / res.company / l10n_in_withholding_journal_id (many2one): previously in module l10n_in_withholding +l10n_in / res.partner / l10n_in_gstin_verified_date (date): previously in module l10n_in_gstin_status +l10n_in / res.partner / l10n_in_gstin_verified_status (boolean): previously in module l10n_in_gstin_status +l10n_in / res.partner / l10n_in_pan (char) : DEL +l10n_in / res.partner / l10n_in_pan_entity_id (many2one): NEW relation: l10n_in.pan.entity +l10n_in / res.partner / l10n_in_tan (char) : NEW +l10n_in / res.users / l10n_in_gstin_verified_date (date): previously in module l10n_in_gstin_status +l10n_in / res.users / l10n_in_gstin_verified_status (boolean): previously in module l10n_in_gstin_status +l10n_in_withholding / account.payment / l10n_in_total_withholding_amount (float): not related anymore +l10n_in_withholding / account.payment / l10n_in_total_withholding_amount (float): now a function +l10n_in_withholding / account.payment / l10n_in_withhold_move_ids (one2many): is now stored +l10n_in_withholding / account.payment / l10n_in_withhold_move_ids (one2many): not related anymore +---XML records in module 'l10n_in'--- +NEW account.account.tag: l10n_in.tax_tag_eco_9_5 +NEW account.account.tag: l10n_in.tax_tag_eco_tcs_52 +NEW account.account.tag: l10n_in.tax_tag_non_itc +NEW account.account.tag: l10n_in.tax_tag_other_non_itc +DEL account.account.tag: l10n_in.tax_tag_base_cess_rc +DEL account.account.tag: l10n_in.tax_tag_base_cgst_rc +DEL account.account.tag: l10n_in.tax_tag_base_igst_rc +DEL account.account.tag: l10n_in.tax_tag_base_sgst_rc +DEL account.account.tag: l10n_in.tax_tag_cess_rc +DEL account.account.tag: l10n_in.tax_tag_cgst_rc +DEL account.account.tag: l10n_in.tax_tag_exempt +DEL account.account.tag: l10n_in.tax_tag_igst_rc +DEL account.account.tag: l10n_in.tax_tag_nil_rated +DEL account.account.tag: l10n_in.tax_tag_non_gst_supplies +DEL account.account.tag: l10n_in.tax_tag_non_itc_base_cess +DEL account.account.tag: l10n_in.tax_tag_non_itc_base_cgst +DEL account.account.tag: l10n_in.tax_tag_non_itc_base_igst +DEL account.account.tag: l10n_in.tax_tag_non_itc_base_sgst +DEL account.account.tag: l10n_in.tax_tag_non_itc_cess +DEL account.account.tag: l10n_in.tax_tag_non_itc_cess_rc +DEL account.account.tag: l10n_in.tax_tag_non_itc_cgst +DEL account.account.tag: l10n_in.tax_tag_non_itc_cgst_rc +DEL account.account.tag: l10n_in.tax_tag_non_itc_igst +DEL account.account.tag: l10n_in.tax_tag_non_itc_igst_rc +DEL account.account.tag: l10n_in.tax_tag_non_itc_sgst +DEL account.account.tag: l10n_in.tax_tag_non_itc_sgst_rc +DEL account.account.tag: l10n_in.tax_tag_other_non_itc_base_cess +DEL account.account.tag: l10n_in.tax_tag_other_non_itc_base_cgst +DEL account.account.tag: l10n_in.tax_tag_other_non_itc_base_igst +DEL account.account.tag: l10n_in.tax_tag_other_non_itc_base_sgst +DEL account.account.tag: l10n_in.tax_tag_other_non_itc_cess +DEL account.account.tag: l10n_in.tax_tag_other_non_itc_cess_rc +DEL account.account.tag: l10n_in.tax_tag_other_non_itc_cgst +DEL account.account.tag: l10n_in.tax_tag_other_non_itc_cgst_rc +DEL account.account.tag: l10n_in.tax_tag_other_non_itc_igst +DEL account.account.tag: l10n_in.tax_tag_other_non_itc_igst_rc +DEL account.account.tag: l10n_in.tax_tag_other_non_itc_sgst +DEL account.account.tag: l10n_in.tax_tag_other_non_itc_sgst_rc +DEL account.account.tag: l10n_in.tax_tag_sgst_rc +DEL account.account.tag: l10n_in.tax_tag_zero_rated +NEW account.report: l10n_in.tcs_report [renamed from l10n_in_withholding module] +NEW account.report: l10n_in.tds_report [renamed from l10n_in_withholding module] +NEW account.report.column: l10n_in.tcs_report_balance [renamed from l10n_in_withholding module] +NEW account.report.column: l10n_in.tds_report_balance [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tcs_report_line_section_206c_1_alfhc_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tcs_report_line_section_206c_1_aofpnbtotl_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tcs_report_line_section_206c_1_mbcoloio_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tcs_report_line_section_206c_1_s_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tcs_report_line_section_206c_1_tl_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tcs_report_line_section_206c_1_tobaotuafl_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tcs_report_line_section_206c_1_touafl_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tcs_report_line_section_206c_1c_maq_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tcs_report_line_section_206c_1c_pl_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tcs_report_line_section_206c_1c_tp_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tcs_report_line_section_206c_1f_mv_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tcs_report_line_section_206c_1g_soaotpp_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tcs_report_line_section_206c_1g_som_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tcs_report_line_section_206c_1h_sog_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tds_report_line_section_192_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tds_report_line_section_192a_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tds_report_line_section_193_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tds_report_line_section_194_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tds_report_line_section_194a_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tds_report_line_section_194b_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tds_report_line_section_194bb_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tds_report_line_section_194c_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tds_report_line_section_194d_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tds_report_line_section_194da_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tds_report_line_section_194e_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tds_report_line_section_194ee_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tds_report_line_section_194f_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tds_report_line_section_194g_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tds_report_line_section_194h_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tds_report_line_section_194i_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tds_report_line_section_194ia_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tds_report_line_section_194ib_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tds_report_line_section_194ic_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tds_report_line_section_194j_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tds_report_line_section_194k_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tds_report_line_section_194la_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tds_report_line_section_194lb_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tds_report_line_section_194lba_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tds_report_line_section_194lbb_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tds_report_line_section_194lbc_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tds_report_line_section_194m_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tds_report_line_section_194n_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tds_report_line_section_194o_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tds_report_line_section_194q_tag [renamed from l10n_in_withholding module] +NEW account.report.expression: l10n_in.tds_report_line_section_195_tag [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tcs_report_line_section_206c_1_alfhc [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tcs_report_line_section_206c_1_aofpnbtotl [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tcs_report_line_section_206c_1_mbcoloio [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tcs_report_line_section_206c_1_s [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tcs_report_line_section_206c_1_tl [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tcs_report_line_section_206c_1_tobaotuafl [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tcs_report_line_section_206c_1_touafl [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tcs_report_line_section_206c_1c_maq [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tcs_report_line_section_206c_1c_pl [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tcs_report_line_section_206c_1c_tp [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tcs_report_line_section_206c_1f_mv [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tcs_report_line_section_206c_1g_soaotpp [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tcs_report_line_section_206c_1g_som [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tcs_report_line_section_206c_1h_sog [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tds_report_line_section_192 [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tds_report_line_section_192a [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tds_report_line_section_193 [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tds_report_line_section_194 [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tds_report_line_section_194a [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tds_report_line_section_194b [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tds_report_line_section_194bb [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tds_report_line_section_194c [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tds_report_line_section_194d [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tds_report_line_section_194da [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tds_report_line_section_194e [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tds_report_line_section_194ee [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tds_report_line_section_194f [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tds_report_line_section_194g [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tds_report_line_section_194h [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tds_report_line_section_194i [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tds_report_line_section_194ia [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tds_report_line_section_194ib [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tds_report_line_section_194ic [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tds_report_line_section_194j [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tds_report_line_section_194k [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tds_report_line_section_194la [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tds_report_line_section_194lb [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tds_report_line_section_194lba [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tds_report_line_section_194lbb [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tds_report_line_section_194lbc [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tds_report_line_section_194m [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tds_report_line_section_194n [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tds_report_line_section_194o [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tds_report_line_section_194q [renamed from l10n_in_withholding module] +NEW account.report.line: l10n_in.tds_report_line_section_195 [renamed from l10n_in_withholding module] +NEW ir.actions.act_window: l10n_in.l10n_in_pan_entity_action +NEW ir.actions.act_window: l10n_in.l10n_in_section_alert_action [renamed from l10n_in_withholding module] +NEW ir.actions.act_window: l10n_in.l10n_in_withholding_entry_form_action [renamed from l10n_in_withholding module] +NEW ir.model.access: l10n_in.access_l10n_in_pan_entity +NEW ir.model.access: l10n_in.access_l10n_in_section_alert_account_manager [renamed from l10n_in_withholding module] +NEW ir.model.access: l10n_in.access_l10n_in_section_alert_account_readonly [renamed from l10n_in_withholding module] +NEW ir.model.access: l10n_in.access_l10n_in_withhold_wizard [renamed from l10n_in_withholding module] +NEW ir.model.constraint: l10n_in.constraint_l10n_in_pan_entity_name_uniq +NEW ir.model.constraint: l10n_in.constraint_l10n_in_section_alert_aggregate_limit [renamed from l10n_in_withholding module] +NEW ir.model.constraint: l10n_in.constraint_l10n_in_section_alert_per_transaction_limit [renamed from l10n_in_withholding module] +NEW ir.ui.menu: l10n_in.menu_l10n_in_pan_entity +NEW ir.ui.view: l10n_in.account_account_tds_tcs_view_form_inherit +NEW ir.ui.view: l10n_in.account_account_tds_tcs_view_tree_inherit +NEW ir.ui.view: l10n_in.l10n_in_pan_entity_view_form +NEW ir.ui.view: l10n_in.l10n_in_pan_entity_view_tree +NEW ir.ui.view: l10n_in.l10n_in_section_alert_view_form +NEW ir.ui.view: l10n_in.l10n_in_section_alert_view_tree +NEW ir.ui.view: l10n_in.l10n_in_view_partner_base_vat_form +NEW ir.ui.view: l10n_in.l10n_in_view_partner_tree +NEW ir.ui.view: l10n_in.l10n_in_view_res_partner_filter +NEW ir.ui.view: l10n_in.tds_entry_view_form +NEW ir.ui.view: l10n_in.view_account_payment_form_inherit_l10n_in_withholding +NEW ir.ui.view: l10n_in.view_move_line_list_l10n_in_withholding +NEW ir.ui.view: l10n_in.view_move_line_tree_l10n_in +DEL ir.ui.view: l10n_in.product_uom_categ_form_view_inherit_l10n_in +NEW l10n_in.section.alert: l10n_in.tcs_section_206c1_alc [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tcs_section_206c1_fo [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tcs_section_206c1_min [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tcs_section_206c1_sc [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tcs_section_206c1_tim [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tcs_section_206c1_tim_o [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tcs_section_206c1_tl [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tcs_section_206c1c_mq [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tcs_section_206c1c_p [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tcs_section_206c1c_t [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tcs_section_206c1f_mv [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tcs_section_206c1g_ot [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tcs_section_206c1g_r [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_192 [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_192a [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_193 [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_194 [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_194a [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_194b [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_194ba [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_194bb [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_194c [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_194d [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_194da [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_194e [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_194ee [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_194f [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_194g [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_194h [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_194i [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_194ia [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_194ib [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_194ic [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_194j [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_194j_dir [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_194k [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_194la [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_194lb [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_194lba1 [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_194lbb [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_194lbc [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_194m [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_194n [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_194o [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_194o_huf [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_194q [renamed from l10n_in_withholding module] +NEW l10n_in.section.alert: l10n_in.tds_section_195 [renamed from l10n_in_withholding module] +NEW res.country.group: l10n_in.inter_state_group diff --git a/openupgrade_scripts/scripts/l10n_in_edi/19.0.1.03.00/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_in_edi/19.0.1.03.00/upgrade_analysis.txt new file mode 100644 index 000000000000..93cdc4c17395 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_in_edi/19.0.1.03.00/upgrade_analysis.txt @@ -0,0 +1,13 @@ +---Models in module 'l10n_in_edi'--- +---Fields in module 'l10n_in_edi'--- +l10n_in_edi / account.move / l10n_in_edi_attachment_file (binary): NEW attachment: True +l10n_in_edi / account.move / l10n_in_edi_error (html) : NEW +l10n_in_edi / account.move / l10n_in_edi_status (selection): NEW selection_keys: ['cancelled', 'sent', 'to_send'] +l10n_in_edi / res.company / l10n_in_edi_feature (boolean) : NEW +---XML records in module 'l10n_in_edi'--- +DEL account.edi.format: l10n_in_edi.edi_in_einvoice_json_1_03 +NEW ir.model.access: l10n_in_edi.access_l10n_in_edi_cancel +NEW ir.ui.view: l10n_in_edi.l10n_in_edi_inherit_account_move_search_view +NEW ir.ui.view: l10n_in_edi.view_ewaybill_cancel_form +NEW ir.ui.view: l10n_in_edi.view_out_credit_note_tree_inherit_l10n_in_edi +NEW ir.ui.view: l10n_in_edi.view_out_invoice_tree_inherit_l10n_in_edi diff --git a/openupgrade_scripts/scripts/l10n_in_ewaybill/19.0.2.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_in_ewaybill/19.0.2.0/upgrade_analysis.txt new file mode 100644 index 000000000000..d788742023a8 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_in_ewaybill/19.0.2.0/upgrade_analysis.txt @@ -0,0 +1,109 @@ +---Models in module 'l10n_in_ewaybill'--- +---Fields in module 'l10n_in_ewaybill'--- +l10n_in_ewaybill / account.move / l10n_in_ewaybill_ids (one2many): NEW relation: l10n.in.ewaybill +l10n_in_ewaybill / l10n.in.ewaybill / _order : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / access_token (char) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / access_url (char) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / access_warning (text) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / account_move_id (many2one) : NEW relation: account.move +l10n_in_ewaybill / l10n.in.ewaybill / activity_calendar_event_id (many2one): previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / activity_date_deadline (date) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / activity_exception_decoration (selection): previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / activity_exception_icon (char): previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / activity_ids (one2many) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / activity_state (selection) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / activity_summary (char) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / activity_type_icon (char) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / activity_type_id (many2one) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / activity_user_id (many2one) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / attachment_file (binary) : NEW attachment: True +l10n_in_ewaybill / l10n.in.ewaybill / blocking_level (selection) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / cancel_reason (selection) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / cancel_remarks (char) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / company_currency_id (many2one): previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / company_id (many2one) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / content (binary) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / display_name (char) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / distance (integer) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / document_date (datetime) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / document_number (char) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / error_message (html) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / ewaybill_date (date) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / ewaybill_expiry_date (date) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / has_message (boolean) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / is_bill_from_editable (boolean): previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / is_bill_to_editable (boolean) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / is_ship_from_editable (boolean): previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / is_ship_to_editable (boolean) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / message_attachment_count (integer): previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / message_follower_ids (one2many): previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / message_has_error (boolean) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / message_has_error_counter (integer): previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / message_has_sms_error (boolean): previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / message_ids (one2many) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / message_is_follower (boolean) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / message_needaction (boolean) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / message_needaction_counter (integer): previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / message_partner_ids (many2many): previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / mode (selection) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / my_activity_date_deadline (date): previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / name (char) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / partner_bill_from_id (many2one): previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / partner_bill_to_id (many2one) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / partner_ship_from_id (many2one): previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / partner_ship_to_id (many2one) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / rating_ids (one2many) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / state (selection) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / sub_type_code (char) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / supply_type (selection) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / transportation_doc_date (date): previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / transportation_doc_no (char) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / transporter_id (many2one) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / type_id (many2one) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / vehicle_no (char) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / vehicle_type (selection) : previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill / website_message_ids (one2many): previously in module l10n_in_ewaybill_stock +l10n_in_ewaybill / l10n.in.ewaybill.type / _order : previously in module l10n_in_edi_ewaybill +l10n_in_ewaybill / l10n.in.ewaybill.type / active (boolean) : previously in module l10n_in_edi_ewaybill +l10n_in_ewaybill / l10n.in.ewaybill.type / allowed_supply_type (selection): previously in module l10n_in_edi_ewaybill +l10n_in_ewaybill / l10n.in.ewaybill.type / code (char) : previously in module l10n_in_edi_ewaybill +l10n_in_ewaybill / l10n.in.ewaybill.type / display_name (char) : previously in module l10n_in_edi_ewaybill +l10n_in_ewaybill / l10n.in.ewaybill.type / name (char) : previously in module l10n_in_edi_ewaybill +l10n_in_ewaybill / l10n.in.ewaybill.type / sub_type (char) : previously in module l10n_in_edi_ewaybill +l10n_in_ewaybill / l10n.in.ewaybill.type / sub_type_code (char) : previously in module l10n_in_edi_ewaybill +l10n_in_ewaybill / res.company / l10n_in_ewaybill_auth_validity (datetime): NEW +l10n_in_ewaybill / res.company / l10n_in_ewaybill_feature (boolean): NEW +l10n_in_ewaybill / res.company / l10n_in_ewaybill_password (char): NEW +l10n_in_ewaybill / res.company / l10n_in_ewaybill_username (char): NEW +l10n_in_ewaybill_stock / l10n.in.ewaybill / company_id (many2one) : is now stored +l10n_in_ewaybill_stock / l10n.in.ewaybill / company_id (many2one) : not related anymore +l10n_in_ewaybill_stock / l10n.in.ewaybill / company_id (many2one) : now a function +l10n_in_ewaybill_stock / l10n.in.ewaybill / document_date (datetime) : not related anymore +l10n_in_ewaybill_stock / l10n.in.ewaybill / document_date (datetime) : now a function +l10n_in_ewaybill_stock / l10n.in.ewaybill / document_number (char) : not related anymore +l10n_in_ewaybill_stock / l10n.in.ewaybill / document_number (char) : now a function +l10n_in_ewaybill_stock / l10n.in.ewaybill / state (selection) : selection_keys removed: [challan] +---XML records in module 'l10n_in_ewaybill'--- +NEW ir.actions.act_window: l10n_in_ewaybill.l10n_in_ewaybill_form_action [renamed from l10n_in_ewaybill_stock module] +NEW ir.actions.report: l10n_in_ewaybill.action_report_ewaybill [renamed from l10n_in_ewaybill_stock module] +NEW ir.model.access: l10n_in_ewaybill.access_l10n_in_ewaybill [renamed from l10n_in_ewaybill_stock module] +NEW ir.model.access: l10n_in_ewaybill.access_l10n_in_ewaybill_cancel [renamed from l10n_in_ewaybill_stock module] +NEW ir.model.access: l10n_in_ewaybill.access_l10n_in_ewaybill_type [renamed from l10n_in_edi_ewaybill module] +NEW ir.model.access: l10n_in_ewaybill.view_l10n_in_ewaybill +NEW ir.rule: l10n_in_ewaybill.l10n_in_ewaybill_comp_rule [renamed from l10n_in_ewaybill_stock module] +NEW ir.ui.view: l10n_in_ewaybill.invoice_form_inherit_l10n_in_ewaybill +NEW ir.ui.view: l10n_in_ewaybill.l10n_in_ewaybill_form_view +NEW ir.ui.view: l10n_in_ewaybill.l10n_in_ewaybill_report_invoice_document_inherit +NEW ir.ui.view: l10n_in_ewaybill.report_ewaybill +NEW ir.ui.view: l10n_in_ewaybill.res_config_settings_view_form_inherit_l10n_in_edi_ewaybill +NEW ir.ui.view: l10n_in_ewaybill.view_ewaybill_cancel_form +NEW ir.ui.view: l10n_in_ewaybill.view_invoice_list_inherit_l10n_in_ewaybill +NEW l10n.in.ewaybill.type: l10n_in_ewaybill.type_bill_of_entry_sub_skd_ckd_lots [renamed from l10n_in_edi_ewaybill module] +NEW l10n.in.ewaybill.type: l10n_in_ewaybill.type_bill_of_entry_sub_type_import [renamed from l10n_in_edi_ewaybill module] +NEW l10n.in.ewaybill.type: l10n_in_ewaybill.type_bill_of_supply_sub_type_export [renamed from l10n_in_edi_ewaybill module] +NEW l10n.in.ewaybill.type: l10n_in_ewaybill.type_bill_of_supply_sub_type_skd_ckd_lots [renamed from l10n_in_edi_ewaybill module] +NEW l10n.in.ewaybill.type: l10n_in_ewaybill.type_bill_of_supply_sub_type_supply [renamed from l10n_in_edi_ewaybill module] +NEW l10n.in.ewaybill.type: l10n_in_ewaybill.type_tax_invoice_sub_type_export [renamed from l10n_in_edi_ewaybill module] +NEW l10n.in.ewaybill.type: l10n_in_ewaybill.type_tax_invoice_sub_type_skd_ckd_lots [renamed from l10n_in_edi_ewaybill module] +NEW l10n.in.ewaybill.type: l10n_in_ewaybill.type_tax_invoice_sub_type_supply [renamed from l10n_in_edi_ewaybill module] +NEW report.paperformat: l10n_in_ewaybill.paperformat_ewaybill [renamed from l10n_in_ewaybill_stock module] diff --git a/openupgrade_scripts/scripts/l10n_in_ewaybill_irn/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_in_ewaybill_irn/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..3fce2db6d51a --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_in_ewaybill_irn/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,6 @@ +---Models in module 'l10n_in_ewaybill_irn'--- +---Fields in module 'l10n_in_ewaybill_irn'--- +l10n_in_ewaybill_irn / l10n.in.ewaybill / is_sent_through_irn (boolean) : NEW +---XML records in module 'l10n_in_ewaybill_irn'--- +NEW ir.ui.view: l10n_in_ewaybill_irn.report_ewaybill_inherit_irn +NEW ir.ui.view: l10n_in_ewaybill_irn.view_l10n_in_ewaybill_irn_inherit diff --git a/openupgrade_scripts/scripts/l10n_in_ewaybill_stock/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_in_ewaybill_stock/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..78e1b08dbed9 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_in_ewaybill_stock/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,81 @@ +---Models in module 'l10n_in_ewaybill_stock'--- +---Fields in module 'l10n_in_ewaybill_stock'--- +l10n_in_ewaybill_stock / l10n.in.ewaybill / _order : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / access_token (char) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / access_url (char) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / access_warning (text) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / activity_calendar_event_id (many2one): module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / activity_date_deadline (date) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / activity_exception_decoration (selection): module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / activity_exception_icon (char): module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / activity_ids (one2many) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / activity_state (selection) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / activity_summary (char) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / activity_type_icon (char) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / activity_type_id (many2one) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / activity_user_id (many2one) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / blocking_level (selection) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / cancel_reason (selection) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / cancel_remarks (char) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / company_currency_id (many2one): module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / company_id (many2one) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / content (binary) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / display_name (char) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / distance (integer) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / document_date (datetime) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / document_number (char) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / error_message (html) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / ewaybill_date (date) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / ewaybill_expiry_date (date) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / has_message (boolean) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / is_bill_from_editable (boolean): module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / is_bill_to_editable (boolean) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / is_ship_from_editable (boolean): module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / is_ship_to_editable (boolean) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / message_attachment_count (integer): module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / message_follower_ids (one2many): module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / message_has_error (boolean) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / message_has_error_counter (integer): module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / message_has_sms_error (boolean): module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / message_ids (one2many) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / message_is_follower (boolean) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / message_needaction (boolean) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / message_needaction_counter (integer): module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / message_partner_ids (many2many): module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / mode (selection) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / my_activity_date_deadline (date): module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / name (char) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / partner_bill_from_id (many2one): module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / partner_bill_to_id (many2one) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / partner_ship_from_id (many2one): module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / partner_ship_to_id (many2one) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / rating_ids (one2many) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / state (False) : NEW selection_keys: ['cancel', 'challan', 'generated', 'pending'], mode: modify +l10n_in_ewaybill_stock / l10n.in.ewaybill / state (selection) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / sub_type_code (char) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / supply_type (selection) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / transportation_doc_date (date): module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / transportation_doc_no (char) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / transporter_id (many2one) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / type_id (many2one) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / vehicle_no (char) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / vehicle_type (selection) : module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / l10n.in.ewaybill / website_message_ids (one2many): module is now 'l10n_in_ewaybill' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / stock.move / company_currency_id (many2one): module is now 'stock_account' ('l10n_in_ewaybill_stock') +l10n_in_ewaybill_stock / stock.picking / l10n_in_ewaybill_id (one2many): DEL relation: l10n.in.ewaybill +l10n_in_ewaybill_stock / stock.picking / l10n_in_ewaybill_ids (one2many): NEW relation: l10n.in.ewaybill +---XML records in module 'l10n_in_ewaybill_stock'--- +DEL ir.actions.act_window: l10n_in_ewaybill_stock.l10n_in_ewaybill_form_action [renamed to l10n_in_ewaybill module] +DEL ir.actions.report: l10n_in_ewaybill_stock.action_report_ewaybill [renamed to l10n_in_ewaybill module] +NEW ir.model.access: l10n_in_ewaybill_stock.access_l10n_in_ewaybill_stock +NEW ir.model.access: l10n_in_ewaybill_stock.access_l10n_in_ewaybill_stock_cancel +DEL ir.model.access: l10n_in_ewaybill_stock.access_l10n_in_ewaybill [renamed to l10n_in_ewaybill module] +DEL ir.model.access: l10n_in_ewaybill_stock.access_l10n_in_ewaybill_cancel [renamed to l10n_in_ewaybill module] +DEL ir.rule: l10n_in_ewaybill_stock.l10n_in_ewaybill_comp_rule [renamed to l10n_in_ewaybill module] +NEW ir.ui.view: l10n_in_ewaybill_stock.l10n_in_ewaybill_stock_inherit_report +NEW ir.ui.view: l10n_in_ewaybill_stock.view_l10n_in_ewaybill_stock_inherit +NEW ir.ui.view: l10n_in_ewaybill_stock.view_picking_list_inherit_ewaybill +DEL ir.ui.view: l10n_in_ewaybill_stock.l10n_in_ewaybill_form_view +DEL ir.ui.view: l10n_in_ewaybill_stock.report_ewaybill +DEL ir.ui.view: l10n_in_ewaybill_stock.view_ewaybill_cancel_form +DEL report.paperformat: l10n_in_ewaybill_stock.paperformat_ewaybill [renamed to l10n_in_ewaybill module] diff --git a/openupgrade_scripts/scripts/l10n_in_hr_holidays/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_in_hr_holidays/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..2e4c8d72f5a8 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_in_hr_holidays/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,14 @@ +---Models in module 'l10n_in_hr_holidays'--- +---Fields in module 'l10n_in_hr_holidays'--- +l10n_in_hr_holidays / hr.leave.type / l10n_in_is_limited_to_optional_days (boolean): NEW +l10n_in_hr_holidays / l10n.in.hr.leave.optional.holiday / company_id (many2one) : NEW relation: res.company, required, hasdefault: default +l10n_in_hr_holidays / l10n.in.hr.leave.optional.holiday / date (date) : NEW required +l10n_in_hr_holidays / l10n.in.hr.leave.optional.holiday / name (char) : NEW required +---XML records in module 'l10n_in_hr_holidays'--- +NEW ir.actions.act_window: l10n_in_hr_holidays.l10n_in_hr_leave_optional_holiday_action +NEW ir.model.access: l10n_in_hr_holidays.access_l10n_in_hr_leave_optional_holiday_manager +NEW ir.model.access: l10n_in_hr_holidays.access_l10n_in_hr_leave_optional_holiday_user +NEW ir.rule: l10n_in_hr_holidays.hr_leave_optional_holiday_rule_multi_company +NEW ir.ui.menu: l10n_in_hr_holidays.l10n_in_menu_optional_holiday_configuration +NEW ir.ui.view: l10n_in_hr_holidays.l10n_in_hr_leave_optional_holiday_view_list +NEW ir.ui.view: l10n_in_hr_holidays.l10n_in_hr_leave_optional_holiday_view_search diff --git a/openupgrade_scripts/scripts/l10n_in_pos/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_in_pos/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..0118a623fbc5 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_in_pos/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_in_pos'--- +---Fields in module 'l10n_in_pos'--- +---XML records in module 'l10n_in_pos'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_in_sale/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_in_sale/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..0e0bd888ef28 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_in_sale/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---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'] +---XML records in module 'l10n_in_sale'--- +DEL ir.ui.view: l10n_in_sale.gst_report_saleorder_document_inherit diff --git a/openupgrade_scripts/scripts/l10n_it/19.0.0.7/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_it/19.0.0.7/upgrade_analysis.txt new file mode 100644 index 000000000000..1df8b544e410 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_it/19.0.0.7/upgrade_analysis.txt @@ -0,0 +1,242 @@ +---Models in module 'l10n_it'--- +---Fields in module 'l10n_it'--- +l10n_it / account.tax / l10n_it_law_reference (char) : DEL +---XML records in module 'l10n_it'--- +NEW account.report: l10n_it.withh_tax_report_it [renamed from l10n_it_edi_withholding module] +DEL account.report: l10n_it.tax_report_vat +NEW account.report.column: l10n_it.tax_monthly_report_vat_credit +NEW account.report.column: l10n_it.tax_monthly_report_vat_debit +NEW account.report.column: l10n_it.withh_tax_report_balance [renamed from l10n_it_edi_withholding module] +DEL account.report.column: l10n_it.tax_monthly_report_vat_balance +DEL account.report.column: l10n_it.tax_report_vat_balance +NEW account.report.expression: l10n_it.enasarco_purchase_tax_report_it_line_tag [renamed from l10n_it_edi_withholding module] +NEW account.report.expression: l10n_it.enasarco_sale_tax_report_it_line_tag [renamed from l10n_it_edi_withholding module] +NEW account.report.expression: l10n_it.tax_annual_report_line_vl1_cross_report_ve26 +NEW account.report.expression: l10n_it.tax_annual_report_line_vl1_cross_report_vj19 +NEW account.report.expression: l10n_it.tax_monthly_report_line_vp10_credit +NEW account.report.expression: l10n_it.tax_monthly_report_line_vp11_credit +NEW account.report.expression: l10n_it.tax_monthly_report_line_vp12_debit +NEW account.report.expression: l10n_it.tax_monthly_report_line_vp13_credit +NEW account.report.expression: l10n_it.tax_monthly_report_line_vp14_vp14a_carryover +NEW account.report.expression: l10n_it.tax_monthly_report_line_vp14_vp14a_debit +NEW account.report.expression: l10n_it.tax_monthly_report_line_vp14_vp14b_carryover +NEW account.report.expression: l10n_it.tax_monthly_report_line_vp14_vp14b_credit +NEW account.report.expression: l10n_it.tax_monthly_report_line_vp14_vp4_vp5_dif_neg +NEW account.report.expression: l10n_it.tax_monthly_report_line_vp14_vp4_vp5_dif_pos +NEW account.report.expression: l10n_it.tax_monthly_report_line_vp1_exceptional_events_credit +NEW account.report.expression: l10n_it.tax_monthly_report_line_vp1_extraordinary_operations_credit +NEW account.report.expression: l10n_it.tax_monthly_report_line_vp1_subcontracting_credit +NEW account.report.expression: l10n_it.tax_monthly_report_line_vp2_debit +NEW account.report.expression: l10n_it.tax_monthly_report_line_vp3_debit +NEW account.report.expression: l10n_it.tax_monthly_report_line_vp4_debit +NEW account.report.expression: l10n_it.tax_monthly_report_line_vp5_credit +NEW account.report.expression: l10n_it.tax_monthly_report_line_vp6_vp6a_debit +NEW account.report.expression: l10n_it.tax_monthly_report_line_vp6_vp6b_credit +NEW account.report.expression: l10n_it.tax_monthly_report_line_vp7_debit +NEW account.report.expression: l10n_it.tax_monthly_report_line_vp8_credit +NEW account.report.expression: l10n_it.tax_monthly_report_line_vp9_credit +NEW account.report.expression: l10n_it.withh_purchase_tax_report_it_line_tag [renamed from l10n_it_edi_withholding module] +NEW account.report.expression: l10n_it.withh_sale_tax_report_it_line_tag [renamed from l10n_it_edi_withholding module] +DEL account.report.expression: l10n_it.tax_monthly_report_line_vp14a_balance +DEL account.report.expression: l10n_it.tax_monthly_report_line_vp14a_carryover +DEL account.report.expression: l10n_it.tax_monthly_report_line_vp14a_vp4_vp5_dif_neg +DEL account.report.expression: l10n_it.tax_monthly_report_line_vp14a_vp4_vp5_dif_pos +DEL account.report.expression: l10n_it.tax_monthly_report_line_vp14b_balance +DEL account.report.expression: l10n_it.tax_monthly_report_line_vp14b_carryover +DEL account.report.expression: l10n_it.tax_monthly_report_line_vp14b_vp4_vp5_dif_neg +DEL account.report.expression: l10n_it.tax_monthly_report_line_vp14b_vp4_vp5_dif_pos +DEL account.report.expression: l10n_it.tax_monthly_report_line_vp6a_formula +DEL account.report.expression: l10n_it.tax_monthly_report_line_vp6b_formula +DEL account.report.expression: l10n_it.tax_monthly_report_line_vp7_balance +DEL account.report.expression: l10n_it.tax_monthly_report_line_vp8_balance +DEL account.report.expression: l10n_it.tax_monthly_report_line_vp9_balance +DEL account.report.expression: l10n_it.tax_report_line_ve10_tag +DEL account.report.expression: l10n_it.tax_report_line_ve11_tag +DEL account.report.expression: l10n_it.tax_report_line_ve1_tag +DEL account.report.expression: l10n_it.tax_report_line_ve20_tag +DEL account.report.expression: l10n_it.tax_report_line_ve21_tag +DEL account.report.expression: l10n_it.tax_report_line_ve22_tag +DEL account.report.expression: l10n_it.tax_report_line_ve23_tag +DEL account.report.expression: l10n_it.tax_report_line_ve24_tag +DEL account.report.expression: l10n_it.tax_report_line_ve25_tag +DEL account.report.expression: l10n_it.tax_report_line_ve26_tag +DEL account.report.expression: l10n_it.tax_report_line_ve2_tag +DEL account.report.expression: l10n_it.tax_report_line_ve30_i_tag +DEL account.report.expression: l10n_it.tax_report_line_ve30_ii_tag +DEL account.report.expression: l10n_it.tax_report_line_ve30_iii_tag +DEL account.report.expression: l10n_it.tax_report_line_ve30_iv_tag +DEL account.report.expression: l10n_it.tax_report_line_ve30_v_tag +DEL account.report.expression: l10n_it.tax_report_line_ve31_tag +DEL account.report.expression: l10n_it.tax_report_line_ve32_tag +DEL account.report.expression: l10n_it.tax_report_line_ve33_tag +DEL account.report.expression: l10n_it.tax_report_line_ve34_tag +DEL account.report.expression: l10n_it.tax_report_line_ve35_i_tag +DEL account.report.expression: l10n_it.tax_report_line_ve35_ii_tag +DEL account.report.expression: l10n_it.tax_report_line_ve35_iii_tag +DEL account.report.expression: l10n_it.tax_report_line_ve35_iv_tag +DEL account.report.expression: l10n_it.tax_report_line_ve35_ix_tag +DEL account.report.expression: l10n_it.tax_report_line_ve35_v_tag +DEL account.report.expression: l10n_it.tax_report_line_ve35_vi_tag +DEL account.report.expression: l10n_it.tax_report_line_ve35_vii_tag +DEL account.report.expression: l10n_it.tax_report_line_ve35_viii_tag +DEL account.report.expression: l10n_it.tax_report_line_ve36_tag +DEL account.report.expression: l10n_it.tax_report_line_ve37_i_tag +DEL account.report.expression: l10n_it.tax_report_line_ve37_ii_tag +DEL account.report.expression: l10n_it.tax_report_line_ve38_tag +DEL account.report.expression: l10n_it.tax_report_line_ve39_tag +DEL account.report.expression: l10n_it.tax_report_line_ve3_tag +DEL account.report.expression: l10n_it.tax_report_line_ve40_tag +DEL account.report.expression: l10n_it.tax_report_line_ve4_tag +DEL account.report.expression: l10n_it.tax_report_line_ve5_tag +DEL account.report.expression: l10n_it.tax_report_line_ve6_tag +DEL account.report.expression: l10n_it.tax_report_line_ve7_tag +DEL account.report.expression: l10n_it.tax_report_line_ve8_tag +DEL account.report.expression: l10n_it.tax_report_line_ve9_tag +DEL account.report.expression: l10n_it.tax_report_line_vj10_tag +DEL account.report.expression: l10n_it.tax_report_line_vj11_tag +DEL account.report.expression: l10n_it.tax_report_line_vj12_tag +DEL account.report.expression: l10n_it.tax_report_line_vj13_tag +DEL account.report.expression: l10n_it.tax_report_line_vj14_tag +DEL account.report.expression: l10n_it.tax_report_line_vj15_tag +DEL account.report.expression: l10n_it.tax_report_line_vj16_tag +DEL account.report.expression: l10n_it.tax_report_line_vj17_tag +DEL account.report.expression: l10n_it.tax_report_line_vj18_tag +DEL account.report.expression: l10n_it.tax_report_line_vj1_tag +DEL account.report.expression: l10n_it.tax_report_line_vj2_tag +DEL account.report.expression: l10n_it.tax_report_line_vj3_tag +DEL account.report.expression: l10n_it.tax_report_line_vj4_tag +DEL account.report.expression: l10n_it.tax_report_line_vj5_tag +DEL account.report.expression: l10n_it.tax_report_line_vj6_tag +DEL account.report.expression: l10n_it.tax_report_line_vj7_tag +DEL account.report.expression: l10n_it.tax_report_line_vj8_tag +DEL account.report.expression: l10n_it.tax_report_line_vj9_tag +DEL account.report.expression: l10n_it.tax_report_line_vp10_tag +DEL account.report.expression: l10n_it.tax_report_line_vp11_tag +DEL account.report.expression: l10n_it.tax_report_line_vp12_tag +DEL account.report.expression: l10n_it.tax_report_line_vp13_tag +DEL account.report.expression: l10n_it.tax_report_line_vp14a_balance +DEL account.report.expression: l10n_it.tax_report_line_vp14a_carryover +DEL account.report.expression: l10n_it.tax_report_line_vp14a_vp4_vp5_dif_neg +DEL account.report.expression: l10n_it.tax_report_line_vp14a_vp4_vp5_dif_pos +DEL account.report.expression: l10n_it.tax_report_line_vp14b_balance +DEL account.report.expression: l10n_it.tax_report_line_vp14b_carryover +DEL account.report.expression: l10n_it.tax_report_line_vp14b_vp4_vp5_dif_neg +DEL account.report.expression: l10n_it.tax_report_line_vp14b_vp4_vp5_dif_pos +DEL account.report.expression: l10n_it.tax_report_line_vp2_tag +DEL account.report.expression: l10n_it.tax_report_line_vp3_tag +DEL account.report.expression: l10n_it.tax_report_line_vp4_tag +DEL account.report.expression: l10n_it.tax_report_line_vp5_tag +DEL account.report.expression: l10n_it.tax_report_line_vp6a_formula +DEL account.report.expression: l10n_it.tax_report_line_vp6b_formula +DEL account.report.expression: l10n_it.tax_report_line_vp7_applied_carryover +DEL account.report.expression: l10n_it.tax_report_line_vp7_balance +DEL account.report.expression: l10n_it.tax_report_line_vp7_tag +DEL account.report.expression: l10n_it.tax_report_line_vp8_applied_carryover +DEL account.report.expression: l10n_it.tax_report_line_vp8_balance +DEL account.report.expression: l10n_it.tax_report_line_vp8_tag +DEL account.report.expression: l10n_it.tax_report_line_vp9_applied_carryover +DEL account.report.expression: l10n_it.tax_report_line_vp9_balance +DEL account.report.expression: l10n_it.tax_report_line_vp9_tag +NEW account.report.line: l10n_it.enasarco_purchase_tax_report_it_line [renamed from l10n_it_edi_withholding module] +NEW account.report.line: l10n_it.enasarco_sale_tax_report_it_line [renamed from l10n_it_edi_withholding module] +NEW account.report.line: l10n_it.tax_monthly_report_line_vp1 +NEW account.report.line: l10n_it.tax_monthly_report_line_vp1_exceptional_events +NEW account.report.line: l10n_it.tax_monthly_report_line_vp1_extraordinary_operations +NEW account.report.line: l10n_it.tax_monthly_report_line_vp1_subcontracting +NEW account.report.line: l10n_it.withh_purchase_tax_report_it_line [renamed from l10n_it_edi_withholding module] +NEW account.report.line: l10n_it.withh_sale_tax_report_it_line [renamed from l10n_it_edi_withholding module] +DEL account.report.line: l10n_it.tax_monthly_report_line_vp14a +DEL account.report.line: l10n_it.tax_monthly_report_line_vp14b +DEL account.report.line: l10n_it.tax_monthly_report_line_vp6a +DEL account.report.line: l10n_it.tax_monthly_report_line_vp6b +DEL account.report.line: l10n_it.tax_report_line_conto_corrente_iva +DEL account.report.line: l10n_it.tax_report_line_iva +DEL account.report.line: l10n_it.tax_report_line_operazione_imponibile +DEL account.report.line: l10n_it.tax_report_line_reverse_charge_iva +DEL account.report.line: l10n_it.tax_report_line_saldi_riporti_e_interessi +DEL account.report.line: l10n_it.tax_report_line_turnover +DEL account.report.line: l10n_it.tax_report_line_turnover_section_1 +DEL account.report.line: l10n_it.tax_report_line_turnover_section_2 +DEL account.report.line: l10n_it.tax_report_line_turnover_section_3 +DEL account.report.line: l10n_it.tax_report_line_turnover_section_4 +DEL account.report.line: l10n_it.tax_report_line_ve1 +DEL account.report.line: l10n_it.tax_report_line_ve10 +DEL account.report.line: l10n_it.tax_report_line_ve11 +DEL account.report.line: l10n_it.tax_report_line_ve2 +DEL account.report.line: l10n_it.tax_report_line_ve20 +DEL account.report.line: l10n_it.tax_report_line_ve21 +DEL account.report.line: l10n_it.tax_report_line_ve22 +DEL account.report.line: l10n_it.tax_report_line_ve23 +DEL account.report.line: l10n_it.tax_report_line_ve24 +DEL account.report.line: l10n_it.tax_report_line_ve25 +DEL account.report.line: l10n_it.tax_report_line_ve26 +DEL account.report.line: l10n_it.tax_report_line_ve3 +DEL account.report.line: l10n_it.tax_report_line_ve30 +DEL account.report.line: l10n_it.tax_report_line_ve30_I +DEL account.report.line: l10n_it.tax_report_line_ve30_ii +DEL account.report.line: l10n_it.tax_report_line_ve30_iii +DEL account.report.line: l10n_it.tax_report_line_ve30_iv +DEL account.report.line: l10n_it.tax_report_line_ve30_v +DEL account.report.line: l10n_it.tax_report_line_ve31 +DEL account.report.line: l10n_it.tax_report_line_ve32 +DEL account.report.line: l10n_it.tax_report_line_ve33 +DEL account.report.line: l10n_it.tax_report_line_ve34 +DEL account.report.line: l10n_it.tax_report_line_ve35 +DEL account.report.line: l10n_it.tax_report_line_ve35_I +DEL account.report.line: l10n_it.tax_report_line_ve35_ii +DEL account.report.line: l10n_it.tax_report_line_ve35_iii +DEL account.report.line: l10n_it.tax_report_line_ve35_iv +DEL account.report.line: l10n_it.tax_report_line_ve35_ix +DEL account.report.line: l10n_it.tax_report_line_ve35_v +DEL account.report.line: l10n_it.tax_report_line_ve35_vi +DEL account.report.line: l10n_it.tax_report_line_ve35_vii +DEL account.report.line: l10n_it.tax_report_line_ve35_viii +DEL account.report.line: l10n_it.tax_report_line_ve36 +DEL account.report.line: l10n_it.tax_report_line_ve37 +DEL account.report.line: l10n_it.tax_report_line_ve37_I +DEL account.report.line: l10n_it.tax_report_line_ve37_ii +DEL account.report.line: l10n_it.tax_report_line_ve38 +DEL account.report.line: l10n_it.tax_report_line_ve39 +DEL account.report.line: l10n_it.tax_report_line_ve4 +DEL account.report.line: l10n_it.tax_report_line_ve40 +DEL account.report.line: l10n_it.tax_report_line_ve5 +DEL account.report.line: l10n_it.tax_report_line_ve6 +DEL account.report.line: l10n_it.tax_report_line_ve7 +DEL account.report.line: l10n_it.tax_report_line_ve8 +DEL account.report.line: l10n_it.tax_report_line_ve9 +DEL account.report.line: l10n_it.tax_report_line_vj1 +DEL account.report.line: l10n_it.tax_report_line_vj10 +DEL account.report.line: l10n_it.tax_report_line_vj11 +DEL account.report.line: l10n_it.tax_report_line_vj12 +DEL account.report.line: l10n_it.tax_report_line_vj13 +DEL account.report.line: l10n_it.tax_report_line_vj14 +DEL account.report.line: l10n_it.tax_report_line_vj15 +DEL account.report.line: l10n_it.tax_report_line_vj16 +DEL account.report.line: l10n_it.tax_report_line_vj17 +DEL account.report.line: l10n_it.tax_report_line_vj18 +DEL account.report.line: l10n_it.tax_report_line_vj19 +DEL account.report.line: l10n_it.tax_report_line_vj2 +DEL account.report.line: l10n_it.tax_report_line_vj3 +DEL account.report.line: l10n_it.tax_report_line_vj4 +DEL account.report.line: l10n_it.tax_report_line_vj5 +DEL account.report.line: l10n_it.tax_report_line_vj6 +DEL account.report.line: l10n_it.tax_report_line_vj7 +DEL account.report.line: l10n_it.tax_report_line_vj8 +DEL account.report.line: l10n_it.tax_report_line_vj9 +DEL account.report.line: l10n_it.tax_report_line_vp10 +DEL account.report.line: l10n_it.tax_report_line_vp11 +DEL account.report.line: l10n_it.tax_report_line_vp12 +DEL account.report.line: l10n_it.tax_report_line_vp13 +DEL account.report.line: l10n_it.tax_report_line_vp14 +DEL account.report.line: l10n_it.tax_report_line_vp14a +DEL account.report.line: l10n_it.tax_report_line_vp14b +DEL account.report.line: l10n_it.tax_report_line_vp2 +DEL account.report.line: l10n_it.tax_report_line_vp3 +DEL account.report.line: l10n_it.tax_report_line_vp4 +DEL account.report.line: l10n_it.tax_report_line_vp5 +DEL account.report.line: l10n_it.tax_report_line_vp6 +DEL account.report.line: l10n_it.tax_report_line_vp6a +DEL account.report.line: l10n_it.tax_report_line_vp6b +DEL account.report.line: l10n_it.tax_report_line_vp7 +DEL account.report.line: l10n_it.tax_report_line_vp8 +DEL account.report.line: l10n_it.tax_report_line_vp9 diff --git a/openupgrade_scripts/scripts/l10n_it_edi/19.0.0.4/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_it_edi/19.0.0.4/upgrade_analysis.txt new file mode 100644 index 000000000000..ea0d773a3d0c --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_it_edi/19.0.0.4/upgrade_analysis.txt @@ -0,0 +1,49 @@ +---Models in module 'l10n_it_edi'--- +---Fields in module 'l10n_it_edi'--- +l10n_it_edi / account.bank.statement.line / l10n_it_document_type (many2one): previously in module l10n_it_edi_ndd +l10n_it_edi / account.bank.statement.line / l10n_it_payment_method (selection): previously in module l10n_it_edi_ndd +l10n_it_edi / account.move / l10n_it_document_type (many2one): previously in module l10n_it_edi_ndd +l10n_it_edi / account.move / l10n_it_edi_attachment_name (char): NEW +l10n_it_edi / account.move / l10n_it_payment_method (selection): previously in module l10n_it_edi_ndd +l10n_it_edi / account.payment.method.line / l10n_it_payment_method (selection): previously in module l10n_it_edi_ndd +l10n_it_edi / account.tax / l10n_it_pension_fund_type (selection): previously in module l10n_it_edi_withholding +l10n_it_edi / account.tax / l10n_it_withholding_reason (selection): previously in module l10n_it_edi_withholding +l10n_it_edi / account.tax / l10n_it_withholding_type (selection): previously in module l10n_it_edi_withholding +l10n_it_edi / l10n_it.document.type / _order : previously in module l10n_it_edi_ndd +l10n_it_edi / l10n_it.document.type / code (char) : previously in module l10n_it_edi_ndd +l10n_it_edi / l10n_it.document.type / display_name (char) : previously in module l10n_it_edi_ndd +l10n_it_edi / l10n_it.document.type / name (char) : previously in module l10n_it_edi_ndd +l10n_it_edi / l10n_it.document.type / type (selection) : previously in module l10n_it_edi_ndd +l10n_it_edi / res.company / l10n_it_edi_purchase_journal_id (many2one): NEW relation: account.journal, hasdefault: compute +l10n_it_edi / res.company / l10n_it_edi_register (boolean): NEW hasdefault: default +l10n_it_edi / res.partner / invoice_edi_format (False) : selection_keys added: [pint_sg] (most likely nothing to do) +---XML records in module 'l10n_it_edi'--- +NEW ir.model.access: l10n_it_edi.access_l10n_it_document_type [renamed from l10n_it_edi_ndd module] +NEW ir.model.constraint: l10n_it_edi.constraint_account_edi_proxy_client_user_unique_identification_l10n_it_edi +NEW ir.ui.view: l10n_it_edi.account_view_tax_form_l10n_it_edi_extended +NEW ir.ui.view: l10n_it_edi.address_form_fields +NEW ir.ui.view: l10n_it_edi.l10n_it_document_type_form +NEW ir.ui.view: l10n_it_edi.l10n_it_document_type_tree +NEW ir.ui.view: l10n_it_edi.view_account_journal_form_l10n_it +NEW l10n_it.document.type: l10n_it_edi.l10n_it_document_type_01 [renamed from l10n_it_edi_ndd module] +NEW l10n_it.document.type: l10n_it_edi.l10n_it_document_type_02 [renamed from l10n_it_edi_ndd module] +NEW l10n_it.document.type: l10n_it_edi.l10n_it_document_type_03 [renamed from l10n_it_edi_ndd module] +NEW l10n_it.document.type: l10n_it_edi.l10n_it_document_type_04 [renamed from l10n_it_edi_ndd module] +NEW l10n_it.document.type: l10n_it_edi.l10n_it_document_type_05 [renamed from l10n_it_edi_ndd module] +NEW l10n_it.document.type: l10n_it_edi.l10n_it_document_type_06 [renamed from l10n_it_edi_ndd module] +NEW l10n_it.document.type: l10n_it_edi.l10n_it_document_type_07 [renamed from l10n_it_edi_ndd module] +NEW l10n_it.document.type: l10n_it_edi.l10n_it_document_type_08 [renamed from l10n_it_edi_ndd module] +NEW l10n_it.document.type: l10n_it_edi.l10n_it_document_type_09 [renamed from l10n_it_edi_ndd module] +NEW l10n_it.document.type: l10n_it_edi.l10n_it_document_type_16 [renamed from l10n_it_edi_ndd module] +NEW l10n_it.document.type: l10n_it_edi.l10n_it_document_type_17 [renamed from l10n_it_edi_ndd module] +NEW l10n_it.document.type: l10n_it_edi.l10n_it_document_type_18 [renamed from l10n_it_edi_ndd module] +NEW l10n_it.document.type: l10n_it_edi.l10n_it_document_type_19 [renamed from l10n_it_edi_ndd module] +NEW l10n_it.document.type: l10n_it_edi.l10n_it_document_type_20 [renamed from l10n_it_edi_ndd module] +NEW l10n_it.document.type: l10n_it_edi.l10n_it_document_type_21 [renamed from l10n_it_edi_ndd module] +NEW l10n_it.document.type: l10n_it_edi.l10n_it_document_type_22 [renamed from l10n_it_edi_ndd module] +NEW l10n_it.document.type: l10n_it_edi.l10n_it_document_type_23 [renamed from l10n_it_edi_ndd module] +NEW l10n_it.document.type: l10n_it_edi.l10n_it_document_type_24 [renamed from l10n_it_edi_ndd module] +NEW l10n_it.document.type: l10n_it_edi.l10n_it_document_type_25 [renamed from l10n_it_edi_ndd module] +NEW l10n_it.document.type: l10n_it_edi.l10n_it_document_type_26 [renamed from l10n_it_edi_ndd module] +NEW l10n_it.document.type: l10n_it_edi.l10n_it_document_type_27 [renamed from l10n_it_edi_ndd module] +NEW l10n_it.document.type: l10n_it_edi.l10n_it_document_type_28 [renamed from l10n_it_edi_ndd module] diff --git a/openupgrade_scripts/scripts/l10n_it_edi_doi/19.0.0.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_it_edi_doi/19.0.0.1/upgrade_analysis.txt new file mode 100644 index 000000000000..a67aa65a4cd9 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_it_edi_doi/19.0.0.1/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_it_edi_doi'--- +---Fields in module 'l10n_it_edi_doi'--- +---XML records in module 'l10n_it_edi_doi'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_it_edi_sale/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_it_edi_sale/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..23659aeb20f5 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_it_edi_sale/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_it_edi_sale'--- +---Fields in module 'l10n_it_edi_sale'--- +---XML records in module 'l10n_it_edi_sale'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_it_stock_ddt/19.0.0.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_it_stock_ddt/19.0.0.1/upgrade_analysis.txt new file mode 100644 index 000000000000..07984905337c --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_it_stock_ddt/19.0.0.1/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_it_stock_ddt'--- +---Fields in module 'l10n_it_stock_ddt'--- +---XML records in module 'l10n_it_stock_ddt'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_jo/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_jo/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..079066fda7df --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_jo/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,81 @@ +---Models in module 'l10n_jo'--- +---Fields in module 'l10n_jo'--- +---XML records in module 'l10n_jo'--- +NEW account.report.expression: l10n_jo.tax_report_credit_next_period_carryover_tax_tag +NEW account.report.expression: l10n_jo.tax_report_credit_next_period_tax_tag +NEW account.report.expression: l10n_jo.tax_report_vat_claimable_gst_16_tax_tag +NEW account.report.expression: l10n_jo.tax_report_vat_claimable_gst_17_tax_tag +NEW account.report.expression: l10n_jo.tax_report_vat_claimable_tax_amount_tag +NEW account.report.expression: l10n_jo.tax_report_vat_credit_previous_period_tax_aggregation +NEW account.report.expression: l10n_jo.tax_report_vat_credit_previous_period_tax_carryover +NEW account.report.expression: l10n_jo.tax_report_vat_domestic_purchase_base_aggregation +NEW account.report.expression: l10n_jo.tax_report_vat_domestic_purchase_tax_aggregation +NEW account.report.expression: l10n_jo.tax_report_vat_import_purchase_base_aggregation +NEW account.report.expression: l10n_jo.tax_report_vat_import_purchase_tax_aggregation +NEW account.report.expression: l10n_jo.tax_report_vat_payable_tax_amount_tag +NEW account.report.expression: l10n_jo.tax_report_vat_purchase_base_2f_tag +NEW account.report.expression: l10n_jo.tax_report_vat_purchase_base_zero_tag +NEW account.report.expression: l10n_jo.tax_report_vat_purchase_import_base_four_tag +NEW account.report.expression: l10n_jo.tax_report_vat_purchase_import_base_other_tag +NEW account.report.expression: l10n_jo.tax_report_vat_purchase_import_base_sixteen_tag +NEW account.report.expression: l10n_jo.tax_report_vat_purchase_import_base_ten_tag +NEW account.report.expression: l10n_jo.tax_report_vat_purchase_import_base_zero_tag +NEW account.report.expression: l10n_jo.tax_report_vat_purchase_tax_2f_tag +NEW account.report.expression: l10n_jo.tax_report_vat_sale_export_no_deductible_zero_tax_tag +NEW account.report.expression: l10n_jo.tax_report_vat_sale_zero_7a_base_tag +NEW account.report.expression: l10n_jo.tax_report_vat_sale_zero_7b_base_tag +NEW account.report.expression: l10n_jo.tax_report_vat_sales_exported_base_tag +NEW account.report.expression: l10n_jo.tax_report_vat_tax_adjustment_department_tax_tag +NEW account.report.expression: l10n_jo.tax_report_vat_tax_adjustment_partner_tax_tag +NEW account.report.expression: l10n_jo.tax_report_vat_taxable_import_3f_tag +NEW account.report.expression: l10n_jo.tax_report_vat_taxable_import_tax_3f_tag +NEW account.report.expression: l10n_jo.tax_report_vat_total_purchases_base_tag +NEW account.report.expression: l10n_jo.tax_report_vat_total_purchases_tax_tag +NEW account.report.expression: l10n_jo.tax_report_vat_total_sales_base_tag +NEW account.report.expression: l10n_jo.tax_report_vat_total_sales_tax_tag +DEL account.report.expression: l10n_jo.tax_report_vat_purchase_base_aggregation +DEL account.report.expression: l10n_jo.tax_report_vat_purchase_deferred_supply_tax_tag +DEL account.report.expression: l10n_jo.tax_report_vat_purchase_exempt_tax_tag +DEL account.report.expression: l10n_jo.tax_report_vat_purchase_import_four_tag +DEL account.report.expression: l10n_jo.tax_report_vat_purchase_import_other_tag +DEL account.report.expression: l10n_jo.tax_report_vat_purchase_import_sixteen_tag +DEL account.report.expression: l10n_jo.tax_report_vat_purchase_import_ten_tag +DEL account.report.expression: l10n_jo.tax_report_vat_purchase_tax_aggregation +DEL account.report.expression: l10n_jo.tax_report_vat_sale_export_exempt_local_zero_tag_tax +DEL account.report.expression: l10n_jo.tax_report_vat_sale_export_no_deductible_zero_tag +DEL account.report.expression: l10n_jo.tax_report_vat_sale_export_no_deductible_zero_tag_tax +DEL account.report.expression: l10n_jo.tax_report_vat_sale_export_no_tax_zero_tag_tax +DEL account.report.expression: l10n_jo.tax_report_vat_sale_export_zero_tag +DEL account.report.expression: l10n_jo.tax_report_vat_sale_export_zero_tag_tax +DEL account.report.expression: l10n_jo.tax_report_vat_sale_zero_tag +DEL account.report.expression: l10n_jo.tax_report_vat_sale_zero_tag_tax +NEW account.report.line: l10n_jo.tax_report_vat_adjustments_title +NEW account.report.line: l10n_jo.tax_report_vat_claimable_amount +NEW account.report.line: l10n_jo.tax_report_vat_claimable_gst_16 +NEW account.report.line: l10n_jo.tax_report_vat_claimable_gst_17 +NEW account.report.line: l10n_jo.tax_report_vat_credit_next_period +NEW account.report.line: l10n_jo.tax_report_vat_credit_period_amount_section +NEW account.report.line: l10n_jo.tax_report_vat_credit_previous_period +NEW account.report.line: l10n_jo.tax_report_vat_domestic_sales_zero_7a +NEW account.report.line: l10n_jo.tax_report_vat_domestic_sales_zero_7b +NEW account.report.line: l10n_jo.tax_report_vat_import_base +NEW account.report.line: l10n_jo.tax_report_vat_payable_amount +NEW account.report.line: l10n_jo.tax_report_vat_purchase_domestic +NEW account.report.line: l10n_jo.tax_report_vat_purchase_import_zero +NEW account.report.line: l10n_jo.tax_report_vat_purchase_section +NEW account.report.line: l10n_jo.tax_report_vat_purchase_zero_tax +NEW account.report.line: l10n_jo.tax_report_vat_purchases_2f +NEW account.report.line: l10n_jo.tax_report_vat_sales_exported +NEW account.report.line: l10n_jo.tax_report_vat_sales_section +NEW account.report.line: l10n_jo.tax_report_vat_tax_adjustment_department +NEW account.report.line: l10n_jo.tax_report_vat_tax_adjustment_partner +NEW account.report.line: l10n_jo.tax_report_vat_taxable_import_base +NEW account.report.line: l10n_jo.tax_report_vat_total_purchases +NEW account.report.line: l10n_jo.tax_report_vat_total_sales +DEL account.report.line: l10n_jo.tax_report_vat_net_due +DEL account.report.line: l10n_jo.tax_report_vat_payable +DEL account.report.line: l10n_jo.tax_report_vat_purchase_base +DEL account.report.line: l10n_jo.tax_report_vat_recoverable +DEL account.report.line: l10n_jo.tax_report_vat_return_net +DEL account.report.line: l10n_jo.tax_report_vat_sales_export_zero +DEL account.report.line: l10n_jo.tax_report_vat_sales_zero diff --git a/openupgrade_scripts/scripts/l10n_jo_edi/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_jo_edi/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..f326ac70e97d --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_jo_edi/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,12 @@ +---Models in module 'l10n_jo_edi'--- +---Fields in module 'l10n_jo_edi'--- +l10n_jo_edi / account.bank.statement.line / l10n_jo_edi_invoice_type (selection): previously in module l10n_jo_edi_extended +l10n_jo_edi / account.move / l10n_jo_edi_invoice_type (selection): previously in module l10n_jo_edi_extended +l10n_jo_edi / account.move / l10n_jo_edi_state (selection) : selection_keys added: [demo] (most likely nothing to do) +l10n_jo_edi / res.company / l10n_jo_edi_demo_mode (boolean): previously in module l10n_jo_edi_extended +---XML records in module 'l10n_jo_edi'--- +DEL ir.ui.view: l10n_jo_edi.ubl_jo_Invoice +DEL ir.ui.view: l10n_jo_edi.ubl_jo_InvoiceLineType +DEL ir.ui.view: l10n_jo_edi.ubl_jo_InvoiceType +DEL ir.ui.view: l10n_jo_edi.ubl_jo_PaymentMeansType +DEL ir.ui.view: l10n_jo_edi.ubl_jo_TaxTotalType diff --git a/openupgrade_scripts/scripts/l10n_jp_ubl_pint/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_jp_ubl_pint/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..bc5c4a6f5dd9 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_jp_ubl_pint/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_jp_ubl_pint'--- +---Fields in module 'l10n_jp_ubl_pint'--- +l10n_jp_ubl_pint / res.partner / invoice_edi_format (False) : selection_keys added: [pint_anz] (most likely nothing to do) +---XML records in module 'l10n_jp_ubl_pint'--- diff --git a/openupgrade_scripts/scripts/l10n_ke/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_ke/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..5c0e456c8f3d --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_ke/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_ke'--- +---Fields in module 'l10n_ke'--- +---XML records in module 'l10n_ke'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_ke_edi_tremol/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_ke_edi_tremol/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..43e2fd525db5 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_ke_edi_tremol/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_ke_edi_tremol'--- +---Fields in module 'l10n_ke_edi_tremol'--- +---XML records in module 'l10n_ke_edi_tremol'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_kh/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_kh/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..bb20ad814b84 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_kh/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_kh'--- +---Fields in module 'l10n_kh'--- +---XML records in module 'l10n_kh'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_latam_base/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_latam_base/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..cb8bc6637d79 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_latam_base/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'l10n_latam_base'--- +---Fields in module 'l10n_latam_base'--- +---XML records in module 'l10n_latam_base'--- +NEW ir.ui.view: l10n_latam_base.address_form_fields +NEW res.country.group: l10n_latam_base.latam diff --git a/openupgrade_scripts/scripts/l10n_latam_check/19.0.1.0.0/noupdate_changes.xml b/openupgrade_scripts/scripts/l10n_latam_check/19.0.1.0.0/noupdate_changes.xml new file mode 100644 index 000000000000..fe9dc33e14c9 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_latam_check/19.0.1.0.0/noupdate_changes.xml @@ -0,0 +1,30 @@ + + + + Cheque de Terceros Existente + + + Nuevo cheque de Terceros Existente + + + Cheque de Terceros Existente + + + Cheques Propios + + + Cheques de terceros devueltos + + diff --git a/openupgrade_scripts/scripts/l10n_latam_check/19.0.1.0.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_latam_check/19.0.1.0.0/upgrade_analysis.txt new file mode 100644 index 000000000000..05e7490e028a --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_latam_check/19.0.1.0.0/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'l10n_latam_check'--- +---Fields in module 'l10n_latam_check'--- +---XML records in module 'l10n_latam_check'--- +NEW ir.model.constraint: l10n_latam_check.constraint_l10n_latam_check_unique +NEW ir.ui.view: l10n_latam_check.report_payment_receipt_document diff --git a/openupgrade_scripts/scripts/l10n_latam_invoice_document/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_latam_invoice_document/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..a5f799c8a0b7 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_latam_invoice_document/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---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 +---XML records in module 'l10n_latam_invoice_document'--- diff --git a/openupgrade_scripts/scripts/l10n_lt/19.0.1.0.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_lt/19.0.1.0.0/upgrade_analysis.txt new file mode 100644 index 000000000000..88bcb4b8f75d --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_lt/19.0.1.0.0/upgrade_analysis.txt @@ -0,0 +1,68 @@ +---Models in module 'l10n_lt'--- +---Fields in module 'l10n_lt'--- +l10n_lt / account.tax / l10n_lt_tax_code (char) : NEW +---XML records in module 'l10n_lt'--- +NEW account.report: l10n_lt.lt_tax_report +NEW account.report.column: l10n_lt.lt_tax_report_balance +NEW account.report.expression: l10n_lt.tax_report_line_11_tag +NEW account.report.expression: l10n_lt.tax_report_line_12_tag +NEW account.report.expression: l10n_lt.tax_report_line_13_tag +NEW account.report.expression: l10n_lt.tax_report_line_14_tag +NEW account.report.expression: l10n_lt.tax_report_line_15_tag +NEW account.report.expression: l10n_lt.tax_report_line_16_tag +NEW account.report.expression: l10n_lt.tax_report_line_17_tag +NEW account.report.expression: l10n_lt.tax_report_line_18_balance +NEW account.report.expression: l10n_lt.tax_report_line_18_tag +NEW account.report.expression: l10n_lt.tax_report_line_18_triangular_tag +NEW account.report.expression: l10n_lt.tax_report_line_19_tag +NEW account.report.expression: l10n_lt.tax_report_line_20_balance +NEW account.report.expression: l10n_lt.tax_report_line_20_eu_tag +NEW account.report.expression: l10n_lt.tax_report_line_20_tag +NEW account.report.expression: l10n_lt.tax_report_line_21_tag +NEW account.report.expression: l10n_lt.tax_report_line_22_tag +NEW account.report.expression: l10n_lt.tax_report_line_23_tag +NEW account.report.expression: l10n_lt.tax_report_line_24_tag +NEW account.report.expression: l10n_lt.tax_report_line_25_tag +NEW account.report.expression: l10n_lt.tax_report_line_26_tag +NEW account.report.expression: l10n_lt.tax_report_line_27_tag +NEW account.report.expression: l10n_lt.tax_report_line_28_tag +NEW account.report.expression: l10n_lt.tax_report_line_29_tag +NEW account.report.expression: l10n_lt.tax_report_line_30_tag +NEW account.report.expression: l10n_lt.tax_report_line_31_tag +NEW account.report.expression: l10n_lt.tax_report_line_32_tag +NEW account.report.expression: l10n_lt.tax_report_line_33_tag +NEW account.report.expression: l10n_lt.tax_report_line_34_tag +NEW account.report.expression: l10n_lt.tax_report_line_35_tag +NEW account.report.expression: l10n_lt.tax_report_line_36_tag +NEW account.report.line: l10n_lt.lt_tax_report_line_1 +NEW account.report.line: l10n_lt.lt_tax_report_line_11 +NEW account.report.line: l10n_lt.lt_tax_report_line_12 +NEW account.report.line: l10n_lt.lt_tax_report_line_13 +NEW account.report.line: l10n_lt.lt_tax_report_line_14 +NEW account.report.line: l10n_lt.lt_tax_report_line_15 +NEW account.report.line: l10n_lt.lt_tax_report_line_16 +NEW account.report.line: l10n_lt.lt_tax_report_line_17 +NEW account.report.line: l10n_lt.lt_tax_report_line_18 +NEW account.report.line: l10n_lt.lt_tax_report_line_19 +NEW account.report.line: l10n_lt.lt_tax_report_line_2 +NEW account.report.line: l10n_lt.lt_tax_report_line_20 +NEW account.report.line: l10n_lt.lt_tax_report_line_21 +NEW account.report.line: l10n_lt.lt_tax_report_line_22 +NEW account.report.line: l10n_lt.lt_tax_report_line_23 +NEW account.report.line: l10n_lt.lt_tax_report_line_24 +NEW account.report.line: l10n_lt.lt_tax_report_line_25 +NEW account.report.line: l10n_lt.lt_tax_report_line_26 +NEW account.report.line: l10n_lt.lt_tax_report_line_27 +NEW account.report.line: l10n_lt.lt_tax_report_line_28 +NEW account.report.line: l10n_lt.lt_tax_report_line_29 +NEW account.report.line: l10n_lt.lt_tax_report_line_3 +NEW account.report.line: l10n_lt.lt_tax_report_line_30 +NEW account.report.line: l10n_lt.lt_tax_report_line_31 +NEW account.report.line: l10n_lt.lt_tax_report_line_32 +NEW account.report.line: l10n_lt.lt_tax_report_line_33 +NEW account.report.line: l10n_lt.lt_tax_report_line_34 +NEW account.report.line: l10n_lt.lt_tax_report_line_35 +NEW account.report.line: l10n_lt.lt_tax_report_line_36 +NEW account.report.line: l10n_lt.lt_tax_report_line_4 +NEW account.report.line: l10n_lt.lt_tax_report_line_5 +NEW ir.ui.view: l10n_lt.account_tax_form_inherit_l10n_lt diff --git a/openupgrade_scripts/scripts/l10n_ma/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_ma/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..df2b9cc863e5 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_ma/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'l10n_ma'--- +---Fields in module 'l10n_ma'--- +---XML records in module 'l10n_ma'--- +NEW account.report.expression: l10n_ma.tax_report_line_129_base_purchase +NEW account.report.expression: l10n_ma.tax_report_line_129_base_sale diff --git a/openupgrade_scripts/scripts/l10n_ml/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_ml/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..66fadb67736f --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_ml/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,7 @@ +---Models in module 'l10n_ml'--- +---Fields in module 'l10n_ml'--- +---XML records in module 'l10n_ml'--- +NEW account.report.expression: l10n_ml.account_tax_report_line_ml_sales_18_base_purchase +NEW account.report.expression: l10n_ml.account_tax_report_line_ml_sales_18_base_sale +NEW account.report.expression: l10n_ml.account_tax_report_line_ml_sales_5_base_purchase +NEW account.report.expression: l10n_ml.account_tax_report_line_ml_sales_5_base_sale diff --git a/openupgrade_scripts/scripts/l10n_mx/19.0.2.3/noupdate_changes.xml b/openupgrade_scripts/scripts/l10n_mx/19.0.2.3/noupdate_changes.xml new file mode 100644 index 000000000000..eba3a6e63ade --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_mx/19.0.2.3/noupdate_changes.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/openupgrade_scripts/scripts/l10n_mx/19.0.2.3/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_mx/19.0.2.3/upgrade_analysis.txt new file mode 100644 index 000000000000..ffd4ede2ed82 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_mx/19.0.2.3/upgrade_analysis.txt @@ -0,0 +1,9 @@ +---Models in module 'l10n_mx'--- +---Fields in module 'l10n_mx'--- +l10n_mx / res.company / l10n_mx_income_re_invoicing_account_id (many2one): NEW relation: account.account +l10n_mx / res.company / l10n_mx_income_return_discount_account_id (many2one): NEW relation: account.account +---XML records in module 'l10n_mx'--- +NEW ir.ui.view: l10n_mx.res_config_settings_view_form +NEW ir.ui.view: l10n_mx.view_res_partner_bank_inherit_l10n_mx_edi_bank +DEL ir.ui.view: l10n_mx.view_res_partner_inherit_l10n_mx_edi_bank +DEL uom.category: l10n_mx.product_uom_categ_service diff --git a/openupgrade_scripts/scripts/l10n_my/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_my/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..cc5a63b224fa --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_my/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,103 @@ +---Models in module 'l10n_my'--- +---Fields in module 'l10n_my'--- +l10n_my / product.template / l10n_my_tax_classification_code (char): NEW +---XML records in module 'l10n_my'--- +NEW account.account.tag: l10n_my.l10n_my_sst02_10_in +NEW account.account.tag: l10n_my.l10n_my_sst02_8_in +NEW account.account.tag: l10n_my.l10n_my_sst02_9_in +NEW account.report: l10n_my.tax_report_sst_02_a_b +NEW account.report: l10n_my.tax_report_sst_02_b2 +DEL account.report: l10n_my.tax_report_vat +NEW account.report.column: l10n_my.l10n_my_tax_report_sst_02_a_b_balance_a +NEW account.report.column: l10n_my.l10n_my_tax_report_sst_02_a_b_balance_b +NEW account.report.column: l10n_my.l10n_my_tax_report_sst_02_b2_balance_a +NEW account.report.column: l10n_my.l10n_my_tax_report_sst_02_b2_balance_b +NEW account.report.column: l10n_my.l10n_my_tax_report_sst_02_b2_balance_c +NEW account.report.column: l10n_my.l10n_my_tax_report_sst_02_b2_balance_d +DEL account.report.column: l10n_my.l10n_my_tax_report_balance +NEW account.report.expression: l10n_my.l10n_my_sst_class_of_person_tag_c +NEW account.report.expression: l10n_my.l10n_my_sst_manufacturer_of_specific_non_taxable_goods_tag_c +NEW account.report.expression: l10n_my.l10n_my_sst_penalty_amount_ext_d +NEW account.report.expression: l10n_my.l10n_my_sst_purchase_under_schedule_c_item_1_and_2_tag_c +NEW account.report.expression: l10n_my.l10n_my_sst_purchase_under_schedule_c_item_3_and_4_tag_c +NEW account.report.expression: l10n_my.l10n_my_sst_purchase_under_schedule_c_item_5_tag_c +NEW account.report.expression: l10n_my.l10n_my_sst_registered_manufacturer_item_1_and_2_tag_c +NEW account.report.expression: l10n_my.l10n_my_sst_registered_manufacturer_item_3_and_4_tag_c +NEW account.report.expression: l10n_my.l10n_my_sst_registered_manufacturer_item_5_tag_c +NEW account.report.expression: l10n_my.l10n_my_sst_sale_tax_deduction_agg_d +NEW account.report.expression: l10n_my.l10n_my_sst_sale_tax_deduction_tag_10 +NEW account.report.expression: l10n_my.l10n_my_sst_sale_tax_deduction_tag_5 +NEW account.report.expression: l10n_my.l10n_my_sst_sales_of_taxable_services_and_goods_tag_c +NEW account.report.expression: l10n_my.l10n_my_sst_service_tax_deduction_tag_d +NEW account.report.expression: l10n_my.l10n_my_sst_services_group_h_25_tag_c +NEW account.report.expression: l10n_my.l10n_my_sst_services_group_h_25_tag_d +NEW account.report.expression: l10n_my.l10n_my_sst_services_group_h_8_tag_c +NEW account.report.expression: l10n_my.l10n_my_sst_services_group_h_8_tag_d +NEW account.report.expression: l10n_my.l10n_my_sst_services_other_than_group_h_6_tag_c +NEW account.report.expression: l10n_my.l10n_my_sst_services_other_than_group_h_6_tag_d +NEW account.report.expression: l10n_my.l10n_my_sst_services_other_than_group_h_8_tag_c +NEW account.report.expression: l10n_my.l10n_my_sst_services_other_than_group_h_8_tag_d +NEW account.report.expression: l10n_my.l10n_my_sst_tax_deduction_adjustment_tag_d +NEW account.report.expression: l10n_my.l10n_my_sst_tax_deduction_cn_tag_d +NEW account.report.expression: l10n_my.l10n_my_sst_tax_payable_total_before_penalty_agg_d +NEW account.report.expression: l10n_my.l10n_my_sst_tax_payable_total_value_agg_d +NEW account.report.expression: l10n_my.l10n_my_sst_taxable_10_tag_c +NEW account.report.expression: l10n_my.l10n_my_sst_taxable_10_tag_d +NEW account.report.expression: l10n_my.l10n_my_sst_taxable_5_tag_c +NEW account.report.expression: l10n_my.l10n_my_sst_taxable_5_tag_d +NEW account.report.expression: l10n_my.l10n_my_sst_taxable_per_rate_of_tax_ad_volerum_agg_a +NEW account.report.expression: l10n_my.l10n_my_sst_taxable_per_rate_of_tax_ad_volerum_tag_c +NEW account.report.expression: l10n_my.l10n_my_sst_taxable_per_rate_of_tax_ad_volerum_tag_d +NEW account.report.expression: l10n_my.l10n_my_sst_taxable_per_rate_of_tax_per_kilogram_agg_b +NEW account.report.expression: l10n_my.l10n_my_sst_taxable_per_rate_of_tax_per_kilogram_ext_a +NEW account.report.expression: l10n_my.l10n_my_sst_taxable_per_rate_of_tax_per_kilogram_tag_c +NEW account.report.expression: l10n_my.l10n_my_sst_taxable_per_rate_of_tax_per_kilogram_tag_d +NEW account.report.expression: l10n_my.l10n_my_sst_taxable_per_rate_of_tax_per_litre_agg_b +NEW account.report.expression: l10n_my.l10n_my_sst_taxable_per_rate_of_tax_per_litre_ext_a +NEW account.report.expression: l10n_my.l10n_my_sst_taxable_per_rate_of_tax_per_litre_tag_c +NEW account.report.expression: l10n_my.l10n_my_sst_taxable_per_rate_of_tax_per_litre_tag_d +NEW account.report.expression: l10n_my.l10n_my_sst_total_including_penalty_agg_d +NEW account.report.expression: l10n_my.l10n_my_sst_total_value_of_exempted_taxable_services_tag_c +NEW account.report.expression: l10n_my.l10n_my_sst_total_value_of_tax_payable_others_tag_a +NEW account.report.expression: l10n_my.l10n_my_sst_total_value_of_tax_payable_others_tag_b +NEW account.report.expression: l10n_my.l10n_my_sst_value_of_imported_services_tag_a +NEW account.report.expression: l10n_my.l10n_my_sst_value_of_imported_services_tag_b +DEL account.report.expression: l10n_my.l10n_my_sst_penalty_amount_tag +DEL account.report.expression: l10n_my.l10n_my_sst_sale_tax_deduction_tag +DEL account.report.expression: l10n_my.l10n_my_sst_service_tax_deduction_tag +DEL account.report.expression: l10n_my.l10n_my_sst_services_group_h_tag +DEL account.report.expression: l10n_my.l10n_my_sst_services_other_than_group_h_tag +DEL account.report.expression: l10n_my.l10n_my_sst_tax_deduction_cn_tag +DEL account.report.expression: l10n_my.l10n_my_sst_taxable_10_tag +DEL account.report.expression: l10n_my.l10n_my_sst_taxable_5_tag +DEL account.report.expression: l10n_my.l10n_my_sst_ttax_deduction_adjustment_tag +NEW account.report.line: l10n_my.l10n_my_sst_class_of_person +NEW account.report.line: l10n_my.l10n_my_sst_export_special_area_designated_area +NEW account.report.line: l10n_my.l10n_my_sst_local_sale_exempted_to_person_under_sales_tax +NEW account.report.line: l10n_my.l10n_my_sst_manufacturer_of_specific_non_taxable_goods +NEW account.report.line: l10n_my.l10n_my_sst_part_b +NEW account.report.line: l10n_my.l10n_my_sst_part_b2 +NEW account.report.line: l10n_my.l10n_my_sst_part_c +NEW account.report.line: l10n_my.l10n_my_sst_part_d +NEW account.report.line: l10n_my.l10n_my_sst_part_e +NEW account.report.line: l10n_my.l10n_my_sst_purchase_under_schedule_c_item_1_and_2 +NEW account.report.line: l10n_my.l10n_my_sst_purchase_under_schedule_c_item_3_and_4 +NEW account.report.line: l10n_my.l10n_my_sst_purchase_under_schedule_c_item_5 +NEW account.report.line: l10n_my.l10n_my_sst_registered_manufacturer +NEW account.report.line: l10n_my.l10n_my_sst_registered_manufacturer_item_1_and_2 +NEW account.report.line: l10n_my.l10n_my_sst_registered_manufacturer_item_3_and_4 +NEW account.report.line: l10n_my.l10n_my_sst_registered_manufacturer_item_5 +NEW account.report.line: l10n_my.l10n_my_sst_sales_of_taxable_services_and_goods +NEW account.report.line: l10n_my.l10n_my_sst_services_group_h_25 +NEW account.report.line: l10n_my.l10n_my_sst_services_group_h_8 +NEW account.report.line: l10n_my.l10n_my_sst_services_other_than_group_h_6 +NEW account.report.line: l10n_my.l10n_my_sst_services_other_than_group_h_8 +NEW account.report.line: l10n_my.l10n_my_sst_taxable_per_rate_of_tax +NEW account.report.line: l10n_my.l10n_my_sst_taxable_per_rate_of_tax_ad_volerum +NEW account.report.line: l10n_my.l10n_my_sst_taxable_per_rate_of_tax_per_kilogram +NEW account.report.line: l10n_my.l10n_my_sst_taxable_per_rate_of_tax_per_litre +NEW account.report.line: l10n_my.l10n_my_sst_total_value_of_exempted_taxable_services +NEW account.report.line: l10n_my.l10n_my_sst_total_value_of_tax_payable +NEW account.report.line: l10n_my.l10n_my_sst_total_value_of_tax_payable_others +NEW account.report.line: l10n_my.l10n_my_sst_value_of_imported_services +NEW ir.ui.view: l10n_my.product_template_form_inherit_l10n_my diff --git a/openupgrade_scripts/scripts/l10n_my_edi/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_my_edi/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..a8567e617904 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_my_edi/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,101 @@ +---Models in module 'l10n_my_edi'--- +---Fields in module 'l10n_my_edi'--- +l10n_my_edi / account.bank.statement.line / l10n_my_invoice_need_edi (boolean): previously in module l10n_my_edi_extended +l10n_my_edi / account.move / l10n_my_edi_document_ids (many2many): NEW relation: myinvois.document +l10n_my_edi / account.move / l10n_my_edi_external_uuid (char): DEL +l10n_my_edi / account.move / l10n_my_edi_file (binary) : DEL attachment: True +l10n_my_edi / account.move / l10n_my_edi_retry_at (char) : DEL +l10n_my_edi / account.move / l10n_my_edi_state (selection) : now a function +l10n_my_edi / account.move / l10n_my_edi_submission_uid (char): DEL +l10n_my_edi / account.move / l10n_my_edi_validation_time (datetime): DEL +l10n_my_edi / account.move / l10n_my_error_document_hash (char): DEL +l10n_my_edi / account.move / l10n_my_invoice_need_edi (boolean): previously in module l10n_my_edi_extended +l10n_my_edi / account.move.line / l10n_my_edi_classification_code (selection): previously in module l10n_my_edi_extended +l10n_my_edi / account.tax / l10n_my_tax_exemption_reason (char): previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / _order : previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / active (boolean) : previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / activity_calendar_event_id (many2one): previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / activity_date_deadline (date) : previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / activity_exception_decoration (selection): previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / activity_exception_icon (char): previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / activity_ids (one2many) : previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / activity_state (selection) : previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / activity_summary (char) : previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / activity_type_icon (char) : previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / activity_type_id (many2one) : previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / activity_user_id (many2one) : previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / company_currency_id (many2one): previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / company_id (many2one) : previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / currency_id (many2one) : previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / display_name (char) : previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / has_message (boolean) : previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / invoice_ids (many2many) : previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / message_attachment_count (integer): previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / message_follower_ids (one2many): previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / message_has_error (boolean) : previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / message_has_error_counter (integer): previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / message_has_sms_error (boolean): previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / message_ids (one2many) : previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / message_is_follower (boolean) : previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / message_needaction (boolean) : previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / message_needaction_counter (integer): previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / message_partner_ids (many2many): previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / my_activity_date_deadline (date): previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / myinvois_custom_form_reference (char): previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / myinvois_document_long_id (char): previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / myinvois_error_document_hash (char): previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / myinvois_exemption_reason (char): previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / myinvois_external_uuid (char) : previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / myinvois_file (binary) : previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / myinvois_file_id (many2one) : previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / myinvois_issuance_date (date) : previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / myinvois_retry_at (char) : previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / myinvois_state (selection) : previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / myinvois_submission_uid (char): previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / myinvois_validation_time (datetime): previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / name (char) : previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / rating_ids (one2many) : previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / sequence_number (integer) : previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / sequence_prefix (char) : previously in module l10n_my_edi_pos +l10n_my_edi / myinvois.document / website_message_ids (one2many): previously in module l10n_my_edi_pos +l10n_my_edi / res.company / l10n_my_edi_industrial_classification (many2one): not stored anymore +l10n_my_edi / res.company / l10n_my_edi_industrial_classification (many2one): now related +l10n_my_edi / res.partner / l10n_my_edi_industrial_classification (many2one): previously in module l10n_my_edi_extended +l10n_my_edi / res.partner / l10n_my_edi_malaysian_tin (char): previously in module l10n_my_edi_extended +l10n_my_edi / res.users / l10n_my_edi_industrial_classification (many2one): previously in module l10n_my_edi_extended +l10n_my_edi / res.users / l10n_my_edi_malaysian_tin (char): previously in module l10n_my_edi_extended +---XML records in module 'l10n_my_edi'--- +NEW ir.actions.server: l10n_my_edi.action_generate_myinvois_document_file [renamed from l10n_my_edi_pos module] +NEW ir.actions.server: l10n_my_edi.invoice_send_to_myinvois [renamed from l10n_my_edi_extended module] +NEW ir.cron: l10n_my_edi.ir_cron_myinvois_document_sync [renamed from l10n_my_edi_pos module] +DEL ir.cron: l10n_my_edi.ir_cron_myinvois_sync +NEW ir.model.access: l10n_my_edi.access_myinvois_consolidate_invoice_wizard_user [renamed from l10n_my_edi_pos module] +NEW ir.model.access: l10n_my_edi.access_myinvois_document_invoice +NEW ir.model.access: l10n_my_edi.access_myinvois_document_readonly +NEW ir.model.access: l10n_my_edi.access_myinvois_document_status_update_wizard_invoice +DEL ir.model.access: l10n_my_edi.access_l10n_my_edi_document_status_update_invoice +DEL ir.model.access: l10n_my_edi.access_l10n_my_edi_document_status_update_manager +DEL ir.model.access: l10n_my_edi.access_l10n_my_edi_document_status_update_readonly +NEW ir.model.constraint: l10n_my_edi.constraint_account_edi_proxy_client_user_unique_identification_l10n_my_edi +NEW ir.rule: l10n_my_edi.myinvois_document_comp_rule [renamed from l10n_my_edi_pos module] +NEW ir.ui.view: l10n_my_edi.myinvois_consolidate_invoice_wizard_form +NEW ir.ui.view: l10n_my_edi.myinvois_document_form_view +NEW ir.ui.view: l10n_my_edi.myinvois_document_list_view +NEW ir.ui.view: l10n_my_edi.myinvois_document_status_update_form +NEW ir.ui.view: l10n_my_edi.portal_my_details_fields +NEW ir.ui.view: l10n_my_edi.report_invoice +NEW ir.ui.view: l10n_my_edi.report_invoice_document +DEL ir.ui.view: l10n_my_edi.l10n_my_edi_document_status_update_form +DEL ir.ui.view: l10n_my_edi.ubl_20_DeliveryType_my +DEL ir.ui.view: l10n_my_edi.ubl_20_InvoiceLineType_my +DEL ir.ui.view: l10n_my_edi.ubl_21_InvoiceType_my +NEW l10n_my_edi.industry_classification: l10n_my_edi.class_16100 +NEW l10n_my_edi.industry_classification: l10n_my_edi.class_16212 +NEW l10n_my_edi.industry_classification: l10n_my_edi.class_47411 +NEW l10n_my_edi.industry_classification: l10n_my_edi.class_47520 +NEW l10n_my_edi.industry_classification: l10n_my_edi.class_47620 +NEW l10n_my_edi.industry_classification: l10n_my_edi.class_47892 +NEW l10n_my_edi.industry_classification: l10n_my_edi.class_47991 +NEW l10n_my_edi.industry_classification: l10n_my_edi.class_56101 +NEW l10n_my_edi.industry_classification: l10n_my_edi.class_56102 +DEL l10n_my_edi.industry_classification: l10n_my_edi.class_16221 diff --git a/openupgrade_scripts/scripts/l10n_my_edi_pos/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_my_edi_pos/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..4edeb60dacda --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_my_edi_pos/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,61 @@ +---Models in module 'l10n_my_edi_pos'--- +---Fields in module 'l10n_my_edi_pos'--- +l10n_my_edi_pos / account.tax / l10n_my_tax_exemption_reason (char): module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / _order : module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / active (boolean) : module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / activity_calendar_event_id (many2one): module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / activity_date_deadline (date) : module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / activity_exception_decoration (selection): module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / activity_exception_icon (char): module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / activity_ids (one2many) : module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / activity_state (selection) : module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / activity_summary (char) : module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / activity_type_icon (char) : module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / activity_type_id (many2one) : module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / activity_user_id (many2one) : module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / company_currency_id (many2one): module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / company_id (many2one) : module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / currency_id (many2one) : module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / display_name (char) : module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / has_message (boolean) : module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / invoice_ids (many2many) : module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / message_attachment_count (integer): module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / message_follower_ids (one2many): module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / message_has_error (boolean) : module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / message_has_error_counter (integer): module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / message_has_sms_error (boolean): module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / message_ids (one2many) : module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / message_is_follower (boolean) : module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / message_needaction (boolean) : module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / message_needaction_counter (integer): module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / message_partner_ids (many2many): module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / my_activity_date_deadline (date): module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / myinvois_custom_form_reference (char): module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / myinvois_document_long_id (char): module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / myinvois_error_document_hash (char): module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / myinvois_exemption_reason (char): module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / myinvois_external_uuid (char) : module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / myinvois_file (binary) : module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / myinvois_file_id (many2one) : module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / myinvois_issuance_date (date) : module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / myinvois_retry_at (char) : module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / myinvois_state (selection) : module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / myinvois_submission_uid (char): module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / myinvois_validation_time (datetime): module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / name (char) : module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / rating_ids (one2many) : module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / sequence_number (integer) : module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / sequence_prefix (char) : module is now 'l10n_my_edi' ('l10n_my_edi_pos') +l10n_my_edi_pos / myinvois.document / website_message_ids (one2many): module is now 'l10n_my_edi' ('l10n_my_edi_pos') +---XML records in module 'l10n_my_edi_pos'--- +DEL ir.actions.server: l10n_my_edi_pos.action_generate_myinvois_document_file [renamed to l10n_my_edi module] +DEL ir.cron: l10n_my_edi_pos.ir_cron_myinvois_document_sync [renamed to l10n_my_edi module] +DEL ir.model.access: l10n_my_edi_pos.access_myinvois_consolidate_invoice_wizard_user [renamed to l10n_my_edi module] +DEL ir.model.access: l10n_my_edi_pos.access_myinvois_document_status_update_wizard_user +DEL ir.model.access: l10n_my_edi_pos.access_myinvois_document_user +DEL ir.rule: l10n_my_edi_pos.myinvois_document_comp_rule [renamed to l10n_my_edi module] +DEL ir.ui.view: l10n_my_edi_pos.myinvois_consolidate_invoice_wizard_form +DEL ir.ui.view: l10n_my_edi_pos.myinvois_document_form_view +DEL ir.ui.view: l10n_my_edi_pos.myinvois_document_list_view +DEL ir.ui.view: l10n_my_edi_pos.myinvois_document_status_update_form +DEL ir.ui.view: l10n_my_edi_pos.view_tax_form_inherit_l10n_my_edi_pos diff --git a/openupgrade_scripts/scripts/l10n_my_ubl_pint/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_my_ubl_pint/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..3e39e0019afe --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_my_ubl_pint/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_my_ubl_pint'--- +---Fields in module 'l10n_my_ubl_pint'--- +l10n_my_ubl_pint / res.partner / invoice_edi_format (False) : selection_keys added: [pint_anz] (most likely nothing to do) +---XML records in module 'l10n_my_ubl_pint'--- diff --git a/openupgrade_scripts/scripts/l10n_nl/19.0.3.4/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_nl/19.0.3.4/upgrade_analysis.txt new file mode 100644 index 000000000000..19aa36462b68 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_nl/19.0.3.4/upgrade_analysis.txt @@ -0,0 +1,29 @@ +---Models in module 'l10n_nl'--- +---Fields in module 'l10n_nl'--- +---XML records in module 'l10n_nl'--- +NEW account.report.column: l10n_nl.tax_report_base +NEW account.report.column: l10n_nl.tax_report_tax +DEL account.report.column: l10n_nl.tax_report_balance +NEW account.report.expression: l10n_nl.tax_report_rub_btw_5a_agg +NEW account.report.expression: l10n_nl.tax_report_rub_btw_5c_agg +NEW account.report.expression: l10n_nl.tax_report_rub_btw_5g_agg +NEW account.report.expression: l10n_nl.tax_report_sec1_base_agg +NEW account.report.expression: l10n_nl.tax_report_sec1_tax_agg +NEW account.report.expression: l10n_nl.tax_report_sec2_base_agg +NEW account.report.expression: l10n_nl.tax_report_sec2_tax_agg +NEW account.report.expression: l10n_nl.tax_report_sec3_base_agg +NEW account.report.expression: l10n_nl.tax_report_sec3b_base_agg +NEW account.report.expression: l10n_nl.tax_report_sec4_base_agg +NEW account.report.expression: l10n_nl.tax_report_sec4_tax_agg +DEL account.report.line: l10n_nl.tax_report_rub_btw_1 +DEL account.report.line: l10n_nl.tax_report_rub_btw_1a +DEL account.report.line: l10n_nl.tax_report_rub_btw_1b +DEL account.report.line: l10n_nl.tax_report_rub_btw_1c +DEL account.report.line: l10n_nl.tax_report_rub_btw_1d +DEL account.report.line: l10n_nl.tax_report_rub_btw_1e +DEL account.report.line: l10n_nl.tax_report_rub_btw_2 +DEL account.report.line: l10n_nl.tax_report_rub_btw_2a +DEL account.report.line: l10n_nl.tax_report_rub_btw_4 +DEL account.report.line: l10n_nl.tax_report_rub_btw_4a +DEL account.report.line: l10n_nl.tax_report_rub_btw_4b +NEW res.country.group: l10n_nl.mainland_nl diff --git a/openupgrade_scripts/scripts/l10n_no/19.0.2.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_no/19.0.2.1/upgrade_analysis.txt new file mode 100644 index 000000000000..eff281329d4a --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_no/19.0.2.1/upgrade_analysis.txt @@ -0,0 +1,6 @@ +---Models in module 'l10n_no'--- +---Fields in module 'l10n_no'--- +l10n_no / account.journal / invoice_reference_model (False): selection_keys added: [number] (most likely nothing to do) +l10n_no / account.tax / l10n_no_standard_code (char) : NEW +---XML records in module 'l10n_no'--- +NEW ir.ui.view: l10n_no.account_tax_form_inherit_l10n_no diff --git a/openupgrade_scripts/scripts/l10n_pe/19.0.3.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_pe/19.0.3.1/upgrade_analysis.txt new file mode 100644 index 000000000000..bf9d9323db5e --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_pe/19.0.3.1/upgrade_analysis.txt @@ -0,0 +1,6 @@ +---Models in module 'l10n_pe'--- +---Fields in module 'l10n_pe'--- +---XML records in module 'l10n_pe'--- +NEW ir.model.access: l10n_pe.access_city_portal [renamed from l10n_pe_website_sale module] +NEW ir.model.access: l10n_pe.access_city_public [renamed from l10n_pe_website_sale module] +NEW ir.ui.view: l10n_pe.address_form_fields diff --git a/openupgrade_scripts/scripts/l10n_pe_pos/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_pe_pos/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..47a2845959e0 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_pe_pos/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_pe_pos'--- +---Fields in module 'l10n_pe_pos'--- +---XML records in module 'l10n_pe_pos'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_ph/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_ph/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..b9f25224ee6a --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_ph/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,240 @@ +---Models in module 'l10n_ph'--- +---Fields in module 'l10n_ph'--- +l10n_ph / res.partner / l10n_ph_rdo (char) : NEW +---XML records in module 'l10n_ph'--- +DEL account.account.tag: l10n_ph.tax_tag_capital_base_negative +DEL account.account.tag: l10n_ph.tax_tag_capital_base_positive +DEL account.account.tag: l10n_ph.tax_tag_capital_tax_negative +DEL account.account.tag: l10n_ph.tax_tag_capital_tax_positive +DEL account.account.tag: l10n_ph.tax_tag_purchase_withholding_base_negative +DEL account.account.tag: l10n_ph.tax_tag_purchase_withholding_base_positive +DEL account.account.tag: l10n_ph.tax_tag_purchase_withholding_tax_negative +DEL account.account.tag: l10n_ph.tax_tag_purchase_withholding_tax_positive +DEL account.account.tag: l10n_ph.tax_tag_sale_withholding_base_negative +DEL account.account.tag: l10n_ph.tax_tag_sale_withholding_base_positive +DEL account.account.tag: l10n_ph.tax_tag_sale_withholding_tax_negative +DEL account.account.tag: l10n_ph.tax_tag_sale_withholding_tax_positive +NEW account.report.column: l10n_ph.l10n_ph_2550Q_balance +NEW account.report.column: l10n_ph.l10n_ph_2550Q_tax_base +DEL account.report.column: l10n_ph.tax_base +DEL account.report.column: l10n_ph.vat_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_15_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_1601_1604EX_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_1601_1604FA_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_1601_1604FB_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_1601_1604a_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_1601_1604b_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_16_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_1701_1702A_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_1701_1702b_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_17_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_18_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_19_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_20_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_21_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_22_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_23_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_24_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_25_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_26_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_31_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_31_tax_base +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_32_tax_base +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_33_tax_base +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_34_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_34_tax_base +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_35_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_36_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_37_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_38_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_39_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_40_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_41A_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_41_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_42_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_43_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_44__capital_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_44__capital_base +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_44__service_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_44__service_base +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_44__vat_balance_1 +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_44__vat_base_1 +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_44__vat_base_2 +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_44_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_44_tax_base +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_45_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_45_tax_base +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_46_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_46_tax_base +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_47_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_47_tax_base +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_48__exempt_base +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_48__zr_base +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_48_tax_base +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_49_tax_base +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_50_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_50_tax_base +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_51_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_52_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_53_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_53_tax_base +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_54_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_55_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_56_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_57_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_58_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_59_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_60_balance +NEW account.report.expression: l10n_ph.l10n_ph_2550Q_2550q_61_balance +DEL account.report.expression: l10n_ph.advance_vat_payments_formula +DEL account.report.expression: l10n_ph.compromise_formula +DEL account.report.expression: l10n_ph.creditable_vat_withheld_formula +DEL account.report.expression: l10n_ph.domestic_purchase_balance +DEL account.report.expression: l10n_ph.domestic_purchase_base +DEL account.report.expression: l10n_ph.domestic_purchase_formula_capital_balance +DEL account.report.expression: l10n_ph.domestic_purchase_formula_capital_base +DEL account.report.expression: l10n_ph.domestic_purchase_formula_service_balance +DEL account.report.expression: l10n_ph.domestic_purchase_formula_service_base +DEL account.report.expression: l10n_ph.domestic_purchase_formula_vat_balance +DEL account.report.expression: l10n_ph.domestic_purchase_formula_vat_base +DEL account.report.expression: l10n_ph.domestic_purchase_untaxed_base +DEL account.report.expression: l10n_ph.domestic_purchase_untaxed_formula_ex_base +DEL account.report.expression: l10n_ph.domestic_purchase_untaxed_formula_zr_base +DEL account.report.expression: l10n_ph.exempt_base +DEL account.report.expression: l10n_ph.importations_balance +DEL account.report.expression: l10n_ph.importations_base +DEL account.report.expression: l10n_ph.input_tax_carried_over_formula +DEL account.report.expression: l10n_ph.input_tax_deferred_formula +DEL account.report.expression: l10n_ph.input_tax_exceeding_1_m_balance +DEL account.report.expression: l10n_ph.input_tax_vat_exempt_balance +DEL account.report.expression: l10n_ph.interest_formula +DEL account.report.expression: l10n_ph.net_vat_payable_balance +DEL account.report.expression: l10n_ph.other_formula +DEL account.report.expression: l10n_ph.others_current_transaction_balance +DEL account.report.expression: l10n_ph.others_current_transaction_base +DEL account.report.expression: l10n_ph.others_net_vay_payable_balance +DEL account.report.expression: l10n_ph.others_of_allowable_input_tax_balance +DEL account.report.expression: l10n_ph.presumptive_input_tax_formula +DEL account.report.expression: l10n_ph.sales_to_government_balance +DEL account.report.expression: l10n_ph.sales_to_government_base +DEL account.report.expression: l10n_ph.sales_to_private_balance +DEL account.report.expression: l10n_ph.sales_to_private_base +DEL account.report.expression: l10n_ph.service_by_non_residents_balance +DEL account.report.expression: l10n_ph.service_by_non_residents_base +DEL account.report.expression: l10n_ph.surcharge_formula +DEL account.report.expression: l10n_ph.total_allowable_input_tax_balance +DEL account.report.expression: l10n_ph.total_available_input_tax_balance +DEL account.report.expression: l10n_ph.total_current_tax_balance +DEL account.report.expression: l10n_ph.total_current_tax_base +DEL account.report.expression: l10n_ph.total_deductions_from_input_tax_balance +DEL account.report.expression: l10n_ph.total_of_allowable_input_tax_balance +DEL account.report.expression: l10n_ph.total_sales_tax_balance +DEL account.report.expression: l10n_ph.total_sales_tax_base +DEL account.report.expression: l10n_ph.transitional_input_tax_formula +DEL account.report.expression: l10n_ph.vat_exempt_importations_base +DEL account.report.expression: l10n_ph.vat_paid_amended_formula +DEL account.report.expression: l10n_ph.vat_refund_ttc_claimed_balance +DEL account.report.expression: l10n_ph.zero_rated_base +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_15 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_16 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_17 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_18 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_19 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_20 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_21 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_22 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_23 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_24 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_25 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_26 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_31 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_32 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_33 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_34 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_35 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_36 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_37 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_38 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_39 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_40 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_41 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_42 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_43 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_44 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_45 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_46 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_47 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_48 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_49 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_50 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_51 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_52 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_53 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_54 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_55 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_56 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_57 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_58 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_59 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_60 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_61 +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_ait +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_apen +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_dovc +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_ltc +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_ltcit +NEW account.report.line: l10n_ph.l10n_ph_2550Q_2550q_ttp +DEL account.report.line: l10n_ph.advance_vat_payments +DEL account.report.line: l10n_ph.compromise +DEL account.report.line: l10n_ph.creditable_vat_withheld +DEL account.report.line: l10n_ph.domestic_purchase +DEL account.report.line: l10n_ph.domestic_purchase_untaxed +DEL account.report.line: l10n_ph.exempt +DEL account.report.line: l10n_ph.importations +DEL account.report.line: l10n_ph.input_tax_carried_over +DEL account.report.line: l10n_ph.input_tax_deferred +DEL account.report.line: l10n_ph.input_tax_exceeding_1_m +DEL account.report.line: l10n_ph.input_tax_vat_exempt +DEL account.report.line: l10n_ph.interest +DEL account.report.line: l10n_ph.net_vat_payable +DEL account.report.line: l10n_ph.net_vat_payable_from_56 +DEL account.report.line: l10n_ph.other +DEL account.report.line: l10n_ph.others_current_transaction +DEL account.report.line: l10n_ph.others_net_vay_payable +DEL account.report.line: l10n_ph.others_of_allowable_input_tax +DEL account.report.line: l10n_ph.penalties +DEL account.report.line: l10n_ph.presumptive_input_tax +DEL account.report.line: l10n_ph.sales_to_government +DEL account.report.line: l10n_ph.sales_to_private +DEL account.report.line: l10n_ph.service_by_non_residents +DEL account.report.line: l10n_ph.surcharge +DEL account.report.line: l10n_ph.tax_payable +DEL account.report.line: l10n_ph.tax_still_payable +DEL account.report.line: l10n_ph.total_allowable_input_tax +DEL account.report.line: l10n_ph.total_available_input_tax +DEL account.report.line: l10n_ph.total_current_tax +DEL account.report.line: l10n_ph.total_deductions_from_input_tax +DEL account.report.line: l10n_ph.total_of_allowable_input_tax +DEL account.report.line: l10n_ph.total_penalties +DEL account.report.line: l10n_ph.total_sales_tax +DEL account.report.line: l10n_ph.total_tax_cp +DEL account.report.line: l10n_ph.total_tax_payable +DEL account.report.line: l10n_ph.transitional_input_tax +DEL account.report.line: l10n_ph.vat_computation_detail +DEL account.report.line: l10n_ph.vat_exempt_importations +DEL account.report.line: l10n_ph.vat_paid_amended +DEL account.report.line: l10n_ph.vat_refund_ttc_claimed +DEL account.report.line: l10n_ph.zero_rated +NEW ir.actions.report: l10n_ph.action_report_disbursement_voucher_ph +NEW ir.ui.view: l10n_ph.external_layout_bold +NEW ir.ui.view: l10n_ph.external_layout_boxed +NEW ir.ui.view: l10n_ph.external_layout_bubble +NEW ir.ui.view: l10n_ph.external_layout_folder +NEW ir.ui.view: l10n_ph.external_layout_standard +NEW ir.ui.view: l10n_ph.external_layout_striped +NEW ir.ui.view: l10n_ph.external_layout_wave +NEW ir.ui.view: l10n_ph.minimal_layout +NEW ir.ui.view: l10n_ph.report_disbursement_voucher +NEW ir.ui.view: l10n_ph.report_disbursement_voucher_document +NEW ir.ui.view: l10n_ph.report_disbursement_voucher_document_footer +NEW ir.ui.view: l10n_ph.view_company_form_inherit_l10n_ph diff --git a/openupgrade_scripts/scripts/l10n_pl/19.0.2.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_pl/19.0.2.0/upgrade_analysis.txt new file mode 100644 index 000000000000..0fc59798af9e --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_pl/19.0.2.0/upgrade_analysis.txt @@ -0,0 +1,21 @@ +---Models in module 'l10n_pl'--- +---Fields in module 'l10n_pl'--- +---XML records in module 'l10n_pl'--- +NEW account.report.expression: l10n_pl.account_tax_report_line_podatnik_nabywca_tag_rc +NEW account.report.expression: l10n_pl.account_tax_report_line_poza_kraj_tag_rc +DEL res.country.state: l10n_pl.state_pl_ds [renamed to base module] +DEL res.country.state: l10n_pl.state_pl_kp [renamed to base module] +DEL res.country.state: l10n_pl.state_pl_lb [renamed to base module] +DEL res.country.state: l10n_pl.state_pl_ld [renamed to base module] +DEL res.country.state: l10n_pl.state_pl_ls [renamed to base module] +DEL res.country.state: l10n_pl.state_pl_mp [renamed to base module] +DEL res.country.state: l10n_pl.state_pl_mz [renamed to base module] +DEL res.country.state: l10n_pl.state_pl_op [renamed to base module] +DEL res.country.state: l10n_pl.state_pl_pk [renamed to base module] +DEL res.country.state: l10n_pl.state_pl_pl [renamed to base module] +DEL res.country.state: l10n_pl.state_pl_pm [renamed to base module] +DEL res.country.state: l10n_pl.state_pl_sk [renamed to base module] +DEL res.country.state: l10n_pl.state_pl_sl [renamed to base module] +DEL res.country.state: l10n_pl.state_pl_wm [renamed to base module] +DEL res.country.state: l10n_pl.state_pl_wp [renamed to base module] +DEL res.country.state: l10n_pl.state_pl_zp [renamed to base module] diff --git a/openupgrade_scripts/scripts/l10n_pt/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_pt/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..098d22ba205c --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_pt/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_pt'--- +---Fields in module 'l10n_pt'--- +---XML records in module 'l10n_pt'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_ro/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_ro/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..36e574b270e4 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_ro/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_ro'--- +---Fields in module 'l10n_ro'--- +---XML records in module 'l10n_ro'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_ro_edi/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_ro_edi/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..cab9c9bcf0e7 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_ro_edi/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,14 @@ +---Models in module 'l10n_ro_edi'--- +---Fields in module 'l10n_ro_edi'--- +l10n_ro_edi / account.move / l10n_ro_edi_attachment_id (many2one): DEL relation: ir.attachment +l10n_ro_edi / account.move / l10n_ro_edi_state (selection) : selection_keys added: [invoice_not_indexed, invoice_refused] (most likely nothing to do) +l10n_ro_edi / l10n_ro_edi.document / attachment (binary) : NEW attachment: True +l10n_ro_edi / l10n_ro_edi.document / attachment_id (many2one) : DEL relation: ir.attachment +l10n_ro_edi / l10n_ro_edi.document / key_download (char) : NEW +l10n_ro_edi / l10n_ro_edi.document / key_loading (char) : DEL +l10n_ro_edi / l10n_ro_edi.document / state (selection) : selection_keys added: [invoice_refused], removed: [invoice_sending_failed] +l10n_ro_edi / res.company / l10n_ro_edi_anaf_imported_inv_journal_id (many2one): previously in module l10n_ro_efactura_synchronize +l10n_ro_edi / res.company / l10n_ro_edi_oauth_error (char): DEL +l10n_ro_edi / res.partner / invoice_edi_format (False) : selection_keys added: [pint_sg] (most likely nothing to do) +---XML records in module 'l10n_ro_edi'--- +NEW ir.cron: l10n_ro_edi.ir_cron_l10n_ro_edi_synchronize_invoices [renamed from l10n_ro_efactura_synchronize module] diff --git a/openupgrade_scripts/scripts/l10n_ro_edi_stock/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_ro_edi_stock/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..4a8fad7592b1 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_ro_edi_stock/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_ro_edi_stock'--- +---Fields in module 'l10n_ro_edi_stock'--- +l10n_ro_edi_stock / l10n_ro_edi.document / state (False) : selection_keys added: [invoice_refused], removed: [invoice_sending_failed] +---XML records in module 'l10n_ro_edi_stock'--- diff --git a/openupgrade_scripts/scripts/l10n_ro_edi_stock_batch/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_ro_edi_stock_batch/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..01689151fb20 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_ro_edi_stock_batch/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_ro_edi_stock_batch'--- +---Fields in module 'l10n_ro_edi_stock_batch'--- +---XML records in module 'l10n_ro_edi_stock_batch'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_rs/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_rs/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..981e63e7fb6c --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_rs/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_rs'--- +---Fields in module 'l10n_rs'--- +---XML records in module 'l10n_rs'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_rs_edi/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_rs_edi/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..f0eb63843fe0 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_rs_edi/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_rs_edi'--- +---Fields in module 'l10n_rs_edi'--- +---XML records in module 'l10n_rs_edi'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_sa/19.0.2.1/noupdate_changes.xml b/openupgrade_scripts/scripts/l10n_sa/19.0.2.1/noupdate_changes.xml new file mode 100644 index 000000000000..1a87fc0cc904 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_sa/19.0.2.1/noupdate_changes.xml @@ -0,0 +1,7 @@ + + + + 65 + 65 + + diff --git a/openupgrade_scripts/scripts/l10n_sa/19.0.2.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_sa/19.0.2.1/upgrade_analysis.txt new file mode 100644 index 000000000000..dad28c70bc7a --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_sa/19.0.2.1/upgrade_analysis.txt @@ -0,0 +1,240 @@ +---Models in module 'l10n_sa'--- +---Fields in module 'l10n_sa'--- +l10n_sa / account.move / l10n_sa_reason (selection) : NEW selection_keys: ['BR-KSA-17-reason-1', 'BR-KSA-17-reason-2', 'BR-KSA-17-reason-3', 'BR-KSA-17-reason-4', 'BR-KSA-17-reason-5'] +---XML records in module 'l10n_sa'--- +NEW account.report.column: l10n_sa.tax_report_vat_filing_amount +NEW account.report.column: l10n_sa.tax_report_vat_filing_vat_amount +NEW account.report.column: l10n_sa.tax_report_withholding_tax_base +NEW account.report.column: l10n_sa.tax_report_withholding_tax_tax +DEL account.report.column: l10n_sa.tax_report_vat_filing_balance +DEL account.report.column: l10n_sa.tax_report_withholding_tax_balance +NEW account.report.expression: l10n_sa.tax_report_line_corrections_from_previous_period_tax +NEW account.report.expression: l10n_sa.tax_report_line_exempt_purchase_base +NEW account.report.expression: l10n_sa.tax_report_line_exempt_sale_base +NEW account.report.expression: l10n_sa.tax_report_line_exports_base +NEW account.report.expression: l10n_sa.tax_report_line_imports_subject_to_vat_paid_at_customs_base +NEW account.report.expression: l10n_sa.tax_report_line_imports_subject_to_vat_paid_at_customs_tax +NEW account.report.expression: l10n_sa.tax_report_line_imports_subject_to_vat_reverse_charge_base +NEW account.report.expression: l10n_sa.tax_report_line_imports_subject_to_vat_reverse_charge_tax +NEW account.report.expression: l10n_sa.tax_report_line_net_vat_due_tax +NEW account.report.expression: l10n_sa.tax_report_line_ph_pe_fh_base +NEW account.report.expression: l10n_sa.tax_report_line_standard_rated_domestic_purchase_base +NEW account.report.expression: l10n_sa.tax_report_line_standard_rated_domestic_purchase_tax +NEW account.report.expression: l10n_sa.tax_report_line_standard_rated_sale_base +NEW account.report.expression: l10n_sa.tax_report_line_standard_rated_sale_tax +NEW account.report.expression: l10n_sa.tax_report_line_total_purchase_base +NEW account.report.expression: l10n_sa.tax_report_line_total_purchase_tax +NEW account.report.expression: l10n_sa.tax_report_line_total_sale_base +NEW account.report.expression: l10n_sa.tax_report_line_total_sale_tax +NEW account.report.expression: l10n_sa.tax_report_line_total_vat_due_for_current_period_tax +NEW account.report.expression: l10n_sa.tax_report_line_vat_credit_carried_forward_from_previous_period_tax +NEW account.report.expression: l10n_sa.tax_report_line_zero_rated_domestic_sale_base +NEW account.report.expression: l10n_sa.tax_report_line_zero_rated_purchase_base +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_at_af_mf_base +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_at_af_mf_d_base +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_at_af_mf_d_tax +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_at_af_mf_g_base +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_at_af_mf_g_tax +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_at_af_mf_tax +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_dividends_base +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_dividends_d_base +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_dividends_d_tax +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_dividends_g_base +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_dividends_g_tax +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_dividends_tax +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_interest_base +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_interest_d_base +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_interest_d_tax +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_interest_g_base +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_interest_g_tax +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_interest_tax +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_management_fees_base +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_management_fees_d_base +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_management_fees_d_tax +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_management_fees_g_base +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_management_fees_g_tax +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_management_fees_tax +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_other_payments_base +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_other_payments_d_base +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_other_payments_d_tax +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_other_payments_g_base +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_other_payments_g_tax +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_other_payments_tax +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_rent_base +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_rent_d_base +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_rent_d_tax +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_rent_g_base +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_rent_g_tax +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_rent_tax +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_royalties_base +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_royalties_d_base +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_royalties_d_tax +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_royalties_g_base +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_royalties_g_tax +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_royalties_tax +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_technical_and_consulting_services_base +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_technical_and_consulting_services_d_base +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_technical_and_consulting_services_d_tax +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_technical_and_consulting_services_g_base +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_technical_and_consulting_services_g_tax +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_technical_and_consulting_services_tax +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_total_base +NEW account.report.expression: l10n_sa.tax_report_withholding_tax_line_total_tax +DEL account.report.expression: l10n_sa.tax_report_line_exempt_purchases_base_tag +DEL account.report.expression: l10n_sa.tax_report_line_exempt_purchases_tax_tag +DEL account.report.expression: l10n_sa.tax_report_line_exempt_sales_base_tag +DEL account.report.expression: l10n_sa.tax_report_line_exempt_sales_tax_tag +DEL account.report.expression: l10n_sa.tax_report_line_export_sales_base_tag +DEL account.report.expression: l10n_sa.tax_report_line_export_sales_tax_tag +DEL account.report.expression: l10n_sa.tax_report_line_imports_subject_tp_reverse_charge_mechanism_base_tag +DEL account.report.expression: l10n_sa.tax_report_line_imports_subject_tp_reverse_charge_mechanism_tax_tag +DEL account.report.expression: l10n_sa.tax_report_line_local_sales_subject_to_0_base_tag +DEL account.report.expression: l10n_sa.tax_report_line_local_sales_subject_to_0_tax_tag +DEL account.report.expression: l10n_sa.tax_report_line_net_vat_due_formula +DEL account.report.expression: l10n_sa.tax_report_line_special_sales_to_locals_base_tag +DEL account.report.expression: l10n_sa.tax_report_line_special_sales_to_locals_tax_tag +DEL account.report.expression: l10n_sa.tax_report_line_standard_rated_15_base_tag +DEL account.report.expression: l10n_sa.tax_report_line_standard_rated_15_purchases_base_tag +DEL account.report.expression: l10n_sa.tax_report_line_standard_rated_15_purchases_tax_tag +DEL account.report.expression: l10n_sa.tax_report_line_standard_rated_15_tax_tag +DEL account.report.expression: l10n_sa.tax_report_line_taxable_imports_15_paid_to_customs_base_tag +DEL account.report.expression: l10n_sa.tax_report_line_taxable_imports_15_paid_to_customs_tax_tag +DEL account.report.expression: l10n_sa.tax_report_line_withholding_tax_15_others_base_tag +DEL account.report.expression: l10n_sa.tax_report_line_withholding_tax_15_others_tax_tag +DEL account.report.expression: l10n_sa.tax_report_line_withholding_tax_15_paid_services_from_another_branch_base_tag +DEL account.report.expression: l10n_sa.tax_report_line_withholding_tax_15_paid_services_from_another_branch_tax_tag +DEL account.report.expression: l10n_sa.tax_report_line_withholding_tax_15_paid_services_from_main_branch_base_tag +DEL account.report.expression: l10n_sa.tax_report_line_withholding_tax_15_paid_services_from_main_branch_tax_tag +DEL account.report.expression: l10n_sa.tax_report_line_withholding_tax_15_royalties_base_tag +DEL account.report.expression: l10n_sa.tax_report_line_withholding_tax_15_royalties_tax_tag +DEL account.report.expression: l10n_sa.tax_report_line_withholding_tax_20_managerial_base_tag +DEL account.report.expression: l10n_sa.tax_report_line_withholding_tax_20_managerial_tax_tag +DEL account.report.expression: l10n_sa.tax_report_line_withholding_tax_5_consulting_and_technical_base_tag +DEL account.report.expression: l10n_sa.tax_report_line_withholding_tax_5_consulting_and_technical_tax_tag +DEL account.report.expression: l10n_sa.tax_report_line_withholding_tax_5_distributed_profits_base_tag +DEL account.report.expression: l10n_sa.tax_report_line_withholding_tax_5_distributed_profits_tax_tag +DEL account.report.expression: l10n_sa.tax_report_line_withholding_tax_5_insurance_and_reinsurance_base_tag +DEL account.report.expression: l10n_sa.tax_report_line_withholding_tax_5_insurance_and_reinsurance_tax_tag +DEL account.report.expression: l10n_sa.tax_report_line_withholding_tax_5_international_telecommunication_base_tag +DEL account.report.expression: l10n_sa.tax_report_line_withholding_tax_5_international_telecommunication_tax_tag +DEL account.report.expression: l10n_sa.tax_report_line_withholding_tax_5_rental_base_tag +DEL account.report.expression: l10n_sa.tax_report_line_withholding_tax_5_rental_tax_tag +DEL account.report.expression: l10n_sa.tax_report_line_withholding_tax_5_return_from_loans_base_tag +DEL account.report.expression: l10n_sa.tax_report_line_withholding_tax_5_return_from_loans_tax_tag +DEL account.report.expression: l10n_sa.tax_report_line_withholding_tax_5_tickets_or_air_freight_base_tag +DEL account.report.expression: l10n_sa.tax_report_line_withholding_tax_5_tickets_or_air_freight_tax_tag +DEL account.report.expression: l10n_sa.tax_report_line_withholding_tax_5_tickets_or_sea_freight_base_tag +DEL account.report.expression: l10n_sa.tax_report_line_withholding_tax_5_tickets_or_sea_freight_tax_tag +DEL account.report.expression: l10n_sa.tax_report_line_zero_rated_purchases_base_tag +DEL account.report.expression: l10n_sa.tax_report_line_zero_rated_purchases_tax_tag +NEW account.report.line: l10n_sa.tax_report_line_corrections_from_previous_period +NEW account.report.line: l10n_sa.tax_report_line_exempt_purchase +NEW account.report.line: l10n_sa.tax_report_line_exempt_sale +NEW account.report.line: l10n_sa.tax_report_line_exports +NEW account.report.line: l10n_sa.tax_report_line_imports_subject_to_vat_paid_at_customs +NEW account.report.line: l10n_sa.tax_report_line_imports_subject_to_vat_reverse_charge +NEW account.report.line: l10n_sa.tax_report_line_ph_pe_fh +NEW account.report.line: l10n_sa.tax_report_line_standard_rated_domestic_purchase +NEW account.report.line: l10n_sa.tax_report_line_standard_rated_sale +NEW account.report.line: l10n_sa.tax_report_line_total_purchase +NEW account.report.line: l10n_sa.tax_report_line_total_sale +NEW account.report.line: l10n_sa.tax_report_line_total_vat_due_for_current_period +NEW account.report.line: l10n_sa.tax_report_line_vat_credit_carried_forward_from_previous_period +NEW account.report.line: l10n_sa.tax_report_line_vat_on_purchase +NEW account.report.line: l10n_sa.tax_report_line_vat_on_sale +NEW account.report.line: l10n_sa.tax_report_line_zero_rated_domestic_sale +NEW account.report.line: l10n_sa.tax_report_line_zero_rated_purchase +NEW account.report.line: l10n_sa.tax_report_withholding_tax_line_at_af_mf +NEW account.report.line: l10n_sa.tax_report_withholding_tax_line_at_af_mf_d +NEW account.report.line: l10n_sa.tax_report_withholding_tax_line_at_af_mf_g +NEW account.report.line: l10n_sa.tax_report_withholding_tax_line_dividends +NEW account.report.line: l10n_sa.tax_report_withholding_tax_line_dividends_d +NEW account.report.line: l10n_sa.tax_report_withholding_tax_line_dividends_g +NEW account.report.line: l10n_sa.tax_report_withholding_tax_line_interest +NEW account.report.line: l10n_sa.tax_report_withholding_tax_line_interest_d +NEW account.report.line: l10n_sa.tax_report_withholding_tax_line_interest_g +NEW account.report.line: l10n_sa.tax_report_withholding_tax_line_management_fees +NEW account.report.line: l10n_sa.tax_report_withholding_tax_line_management_fees_d +NEW account.report.line: l10n_sa.tax_report_withholding_tax_line_management_fees_g +NEW account.report.line: l10n_sa.tax_report_withholding_tax_line_other_payments +NEW account.report.line: l10n_sa.tax_report_withholding_tax_line_other_payments_d +NEW account.report.line: l10n_sa.tax_report_withholding_tax_line_other_payments_g +NEW account.report.line: l10n_sa.tax_report_withholding_tax_line_rent +NEW account.report.line: l10n_sa.tax_report_withholding_tax_line_rent_d +NEW account.report.line: l10n_sa.tax_report_withholding_tax_line_rent_g +NEW account.report.line: l10n_sa.tax_report_withholding_tax_line_royalties +NEW account.report.line: l10n_sa.tax_report_withholding_tax_line_royalties_d +NEW account.report.line: l10n_sa.tax_report_withholding_tax_line_royalties_g +NEW account.report.line: l10n_sa.tax_report_withholding_tax_line_technical_and_consulting_services +NEW account.report.line: l10n_sa.tax_report_withholding_tax_line_technical_and_consulting_services_d +NEW account.report.line: l10n_sa.tax_report_withholding_tax_line_technical_and_consulting_services_g +NEW account.report.line: l10n_sa.tax_report_withholding_tax_line_total +DEL account.report.line: l10n_sa.tax_report_line_exempt_purchases_base +DEL account.report.line: l10n_sa.tax_report_line_exempt_purchases_tax +DEL account.report.line: l10n_sa.tax_report_line_exempt_sales_base +DEL account.report.line: l10n_sa.tax_report_line_exempt_sales_tax +DEL account.report.line: l10n_sa.tax_report_line_export_sales_base +DEL account.report.line: l10n_sa.tax_report_line_export_sales_tax +DEL account.report.line: l10n_sa.tax_report_line_imports_subject_tp_reverse_charge_mechanism_base +DEL account.report.line: l10n_sa.tax_report_line_imports_subject_tp_reverse_charge_mechanism_tax +DEL account.report.line: l10n_sa.tax_report_line_local_sales_subject_to_0_base +DEL account.report.line: l10n_sa.tax_report_line_local_sales_subject_to_0_tax +DEL account.report.line: l10n_sa.tax_report_line_net_purchases_base +DEL account.report.line: l10n_sa.tax_report_line_net_purchases_tax +DEL account.report.line: l10n_sa.tax_report_line_net_sales_base +DEL account.report.line: l10n_sa.tax_report_line_net_sales_tax +DEL account.report.line: l10n_sa.tax_report_line_net_vat_due_or_reclaimed_for_the_period +DEL account.report.line: l10n_sa.tax_report_line_special_sales_to_locals_base +DEL account.report.line: l10n_sa.tax_report_line_special_sales_to_locals_tax +DEL account.report.line: l10n_sa.tax_report_line_standard_rated_15_base +DEL account.report.line: l10n_sa.tax_report_line_standard_rated_15_purchases_base +DEL account.report.line: l10n_sa.tax_report_line_standard_rated_15_purchases_tax +DEL account.report.line: l10n_sa.tax_report_line_standard_rated_15_tax +DEL account.report.line: l10n_sa.tax_report_line_taxable_imports_15_paid_to_customs_base +DEL account.report.line: l10n_sa.tax_report_line_taxable_imports_15_paid_to_customs_tax +DEL account.report.line: l10n_sa.tax_report_line_total_value_of_due_tax_for_the_period +DEL account.report.line: l10n_sa.tax_report_line_total_value_of_recoverable_tax_for_the_period +DEL account.report.line: l10n_sa.tax_report_line_vat_all_expenses_base +DEL account.report.line: l10n_sa.tax_report_line_vat_all_expenses_tax +DEL account.report.line: l10n_sa.tax_report_line_vat_all_sales_base +DEL account.report.line: l10n_sa.tax_report_line_vat_all_sales_tax +DEL account.report.line: l10n_sa.tax_report_line_withholding_tax_15_others_base +DEL account.report.line: l10n_sa.tax_report_line_withholding_tax_15_others_tax +DEL account.report.line: l10n_sa.tax_report_line_withholding_tax_15_paid_services_from_another_branch_base +DEL account.report.line: l10n_sa.tax_report_line_withholding_tax_15_paid_services_from_another_branch_tax +DEL account.report.line: l10n_sa.tax_report_line_withholding_tax_15_paid_services_from_main_branch_base +DEL account.report.line: l10n_sa.tax_report_line_withholding_tax_15_paid_services_from_main_branch_tax +DEL account.report.line: l10n_sa.tax_report_line_withholding_tax_15_royalties_base +DEL account.report.line: l10n_sa.tax_report_line_withholding_tax_15_royalties_tax +DEL account.report.line: l10n_sa.tax_report_line_withholding_tax_20_managerial_base +DEL account.report.line: l10n_sa.tax_report_line_withholding_tax_20_managerial_tax +DEL account.report.line: l10n_sa.tax_report_line_withholding_tax_5_consulting_and_technical_base +DEL account.report.line: l10n_sa.tax_report_line_withholding_tax_5_consulting_and_technical_tax +DEL account.report.line: l10n_sa.tax_report_line_withholding_tax_5_distributed_profits_base +DEL account.report.line: l10n_sa.tax_report_line_withholding_tax_5_distributed_profits_tax +DEL account.report.line: l10n_sa.tax_report_line_withholding_tax_5_insurance_and_reinsurance_base +DEL account.report.line: l10n_sa.tax_report_line_withholding_tax_5_insurance_and_reinsurance_tax +DEL account.report.line: l10n_sa.tax_report_line_withholding_tax_5_international_telecommunication_base +DEL account.report.line: l10n_sa.tax_report_line_withholding_tax_5_international_telecommunication_tax +DEL account.report.line: l10n_sa.tax_report_line_withholding_tax_5_rental_base +DEL account.report.line: l10n_sa.tax_report_line_withholding_tax_5_rental_tax +DEL account.report.line: l10n_sa.tax_report_line_withholding_tax_5_return_from_loans_base +DEL account.report.line: l10n_sa.tax_report_line_withholding_tax_5_return_from_loans_tax +DEL account.report.line: l10n_sa.tax_report_line_withholding_tax_5_tickets_or_air_freight_base +DEL account.report.line: l10n_sa.tax_report_line_withholding_tax_5_tickets_or_air_freight_tax +DEL account.report.line: l10n_sa.tax_report_line_withholding_tax_5_tickets_or_sea_freight_base +DEL account.report.line: l10n_sa.tax_report_line_withholding_tax_5_tickets_or_sea_freight_tax +DEL account.report.line: l10n_sa.tax_report_line_withholding_tax_on_purchased_services_base +DEL account.report.line: l10n_sa.tax_report_line_withholding_tax_on_purchased_services_tax +DEL account.report.line: l10n_sa.tax_report_line_withholding_tax_total_base +DEL account.report.line: l10n_sa.tax_report_line_withholding_tax_total_tax +DEL account.report.line: l10n_sa.tax_report_line_zero_rated_purchases_base +DEL account.report.line: l10n_sa.tax_report_line_zero_rated_purchases_tax +NEW ir.ui.view: l10n_sa.l10n_sa_document_tax_totals +NEW ir.ui.view: l10n_sa.l10n_sa_document_tax_totals_company_currency_template +NEW ir.ui.view: l10n_sa.l10n_sa_report_invoice_document +NEW ir.ui.view: l10n_sa.report_invoice +NEW ir.ui.view: l10n_sa.view_account_debit_note_inherit_l10n_sa +NEW ir.ui.view: l10n_sa.view_account_move_reversal_inherit_l10n_sa +NEW ir.ui.view: l10n_sa.view_move_form_inherit_l10n_sa +DEL ir.ui.view: l10n_sa.arabic_english_invoice diff --git a/openupgrade_scripts/scripts/l10n_sa_edi/19.0.0.2/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_sa_edi/19.0.0.2/upgrade_analysis.txt new file mode 100644 index 000000000000..c348e711b69b --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_sa_edi/19.0.0.2/upgrade_analysis.txt @@ -0,0 +1,24 @@ +---Models in module 'l10n_sa_edi'--- +---Fields in module 'l10n_sa_edi'--- +l10n_sa_edi / account.journal / l10n_sa_serial_number (char) : DEL +l10n_sa_edi / account.move / l10n_sa_edi_chain_head_id (many2one): NEW relation: account.move +l10n_sa_edi / res.company / l10n_sa_edi_is_production (boolean): NEW +l10n_sa_edi / res.partner / l10n_sa_additional_identification_number (char): DEL +l10n_sa_edi / res.partner / l10n_sa_additional_identification_scheme (selection): DEL selection_keys: ['700', 'CRN', 'GCC', 'IQA', 'MLS', 'MOM', 'NAT', 'OTH', 'PAS', 'SAG', 'TIN'] +l10n_sa_edi / res.partner / l10n_sa_edi_additional_identification_number (char): NEW +l10n_sa_edi / res.partner / l10n_sa_edi_additional_identification_scheme (selection): NEW selection_keys: ['700', 'CRN', 'GCC', 'IQA', 'MLS', 'MOM', 'NAT', 'OTH', 'PAS', 'SAG', 'TIN'], hasdefault: default +---XML records in module 'l10n_sa_edi'--- +NEW ir.ui.view: l10n_sa_edi.l10n_sa_edi_report_invoice_document +NEW ir.ui.view: l10n_sa_edi.view_account_form_inherit +DEL ir.ui.view: l10n_sa_edi.arabic_english_invoice +DEL ir.ui.view: l10n_sa_edi.ubl_21_AddressType_zatca +DEL ir.ui.view: l10n_sa_edi.ubl_21_CreditNoteLineType_zatca +DEL ir.ui.view: l10n_sa_edi.ubl_21_CreditNoteType_zatca +DEL ir.ui.view: l10n_sa_edi.ubl_21_DebitNoteLineType_zatca +DEL ir.ui.view: l10n_sa_edi.ubl_21_DebitNoteType_zatca +DEL ir.ui.view: l10n_sa_edi.ubl_21_InvoiceLineType_zatca +DEL ir.ui.view: l10n_sa_edi.ubl_21_InvoiceType_zatca +DEL ir.ui.view: l10n_sa_edi.ubl_21_PartyType_zatca +DEL ir.ui.view: l10n_sa_edi.ubl_21_PaymentMeansType_zatca +DEL ir.ui.view: l10n_sa_edi.ubl_21_TaxTotalType_zatca +DEL ir.ui.view: l10n_sa_edi.view_account_move_reversal_inherit_l10n_sa_edi diff --git a/openupgrade_scripts/scripts/l10n_sa_edi_pos/19.0.0.2/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_sa_edi_pos/19.0.0.2/upgrade_analysis.txt new file mode 100644 index 000000000000..f425990f1b4e --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_sa_edi_pos/19.0.0.2/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_sa_edi_pos'--- +---Fields in module 'l10n_sa_edi_pos'--- +---XML records in module 'l10n_sa_edi_pos'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_sa_pos/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_sa_pos/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..6793f303aec5 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_sa_pos/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_sa_pos'--- +---Fields in module 'l10n_sa_pos'--- +l10n_sa_pos / pos.order / l10n_sa_reason (selection) : NEW selection_keys: ['BR-KSA-17-reason-1', 'BR-KSA-17-reason-2', 'BR-KSA-17-reason-3', 'BR-KSA-17-reason-4', 'BR-KSA-17-reason-5'] +---XML records in module 'l10n_sa_pos'--- diff --git a/openupgrade_scripts/scripts/l10n_se/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_se/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..393bb025e45d --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_se/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_se'--- +---Fields in module 'l10n_se'--- +l10n_se / account.journal / invoice_reference_model (False): selection_keys added: [number] (most likely nothing to do) +---XML records in module 'l10n_se'--- diff --git a/openupgrade_scripts/scripts/l10n_sg/19.0.2.2/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_sg/19.0.2.2/upgrade_analysis.txt new file mode 100644 index 000000000000..52002db7bfbd --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_sg/19.0.2.2/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_sg'--- +---Fields in module 'l10n_sg'--- +---XML records in module 'l10n_sg'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_sg_ubl_pint/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_sg_ubl_pint/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..0d745f184524 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_sg_ubl_pint/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_sg_ubl_pint'--- +---Fields in module 'l10n_sg_ubl_pint'--- +l10n_sg_ubl_pint / res.partner / invoice_edi_format (False) : selection_keys removed: [ciusro, es_facturae, it_edi_xml, oioubl_201, oioubl_21, tw_ecpay, ubl_tr] +---XML records in module 'l10n_sg_ubl_pint'--- diff --git a/openupgrade_scripts/scripts/l10n_si/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_si/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..061fb9acc2a2 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_si/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'l10n_si'--- +---Fields in module 'l10n_si'--- +l10n_si / account.journal / invoice_reference_model (False): selection_keys added: [number] (most likely nothing to do) +---XML records in module 'l10n_si'--- +NEW ir.ui.view: l10n_si.si_partner_address_form diff --git a/openupgrade_scripts/scripts/l10n_sk/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_sk/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..c5b3eb9f4433 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_sk/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_sk'--- +---Fields in module 'l10n_sk'--- +---XML records in module 'l10n_sk'--- +DEL ir.ui.view: l10n_sk.view_move_form_l10n_sk diff --git a/openupgrade_scripts/scripts/l10n_th/19.0.2.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_th/19.0.2.0/upgrade_analysis.txt new file mode 100644 index 000000000000..93ddd03be412 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_th/19.0.2.0/upgrade_analysis.txt @@ -0,0 +1,8 @@ +---Models in module 'l10n_th'--- +---Fields in module 'l10n_th'--- +---XML records in module 'l10n_th'--- +NEW account.report.expression: l10n_th.tax_report_net_vat_excess_carryover +NEW account.report.expression: l10n_th.tax_report_net_vat_excess_exp +NEW account.report.expression: l10n_th.tax_report_net_vat_payable_and_carried_forward +NEW account.report.expression: l10n_th.tax_report_vat_payment_last_period_carryover +NEW account.report.expression: l10n_th.tax_report_vat_payment_last_period_tag diff --git a/openupgrade_scripts/scripts/l10n_tr/19.0.1.3/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_tr/19.0.1.3/upgrade_analysis.txt new file mode 100644 index 000000000000..de1a9a8b78b0 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_tr/19.0.1.3/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_tr'--- +---Fields in module 'l10n_tr'--- +---XML records in module 'l10n_tr'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_tr_nilvera/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/l10n_tr_nilvera/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..273635c3f4ba --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_tr_nilvera/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + False + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/openupgrade_scripts/scripts/l10n_tr_nilvera/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_tr_nilvera/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..40bb13e33117 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_tr_nilvera/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,9 @@ +---Models in module 'l10n_tr_nilvera'--- +---Fields in module 'l10n_tr_nilvera'--- +l10n_tr_nilvera / res.company / l10n_tr_nilvera_environment (selection): DEL required, selection_keys: ['production', 'sandbox'] +l10n_tr_nilvera / res.company / l10n_tr_nilvera_use_test_env (boolean): NEW required, hasdefault: default +l10n_tr_nilvera / res.partner / invoice_edi_format (False) : selection_keys added: [pint_anz, pint_sg] (most likely nothing to do) +l10n_tr_nilvera / res.partner / l10n_tr_nilvera_customer_status (selection): not a function anymore +---XML records in module 'l10n_tr_nilvera'--- +NEW ir.actions.server: l10n_tr_nilvera.action_account_reports_customer_statements_do_followup +DEL uom.category: l10n_tr_nilvera.product_uom_categ_energy diff --git a/openupgrade_scripts/scripts/l10n_tr_nilvera_edispatch/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_tr_nilvera_edispatch/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..9caf2ccbd8db --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_tr_nilvera_edispatch/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'l10n_tr_nilvera_edispatch'--- +---Fields in module 'l10n_tr_nilvera_edispatch'--- +---XML records in module 'l10n_tr_nilvera_edispatch'--- +NEW ir.model.constraint: l10n_tr_nilvera_edispatch.constraint_l10n_tr_nilvera_trailer_plate_name_uniq +DEL ir.model.constraint: l10n_tr_nilvera_edispatch.constraint_l10n_tr_nilvera_trailer_plate_name_unique diff --git a/openupgrade_scripts/scripts/l10n_tr_nilvera_einvoice/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_tr_nilvera_einvoice/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..1f9ecd40a3e2 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_tr_nilvera_einvoice/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,7 @@ +---Models in module 'l10n_tr_nilvera_einvoice'--- +---Fields in module 'l10n_tr_nilvera_einvoice'--- +---XML records in module 'l10n_tr_nilvera_einvoice'--- +NEW ir.ui.view: l10n_tr_nilvera_einvoice.account_nilvera_view_account_invoice_filter +NEW ir.ui.view: l10n_tr_nilvera_einvoice.account_nilvera_view_invoice_tree +DEL ir.ui.view: l10n_tr_nilvera_einvoice.account_journal_dashboard_kanban_view +DEL ir.ui.view: l10n_tr_nilvera_einvoice.ubl_tr_InvoiceType diff --git a/openupgrade_scripts/scripts/l10n_tw_edi_ecpay/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_tw_edi_ecpay/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..9a8c25dca96b --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_tw_edi_ecpay/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_tw_edi_ecpay'--- +---Fields in module 'l10n_tw_edi_ecpay'--- +l10n_tw_edi_ecpay / res.partner / invoice_edi_format (False) : selection_keys added: [pint_anz, pint_sg] (most likely nothing to do) +---XML records in module 'l10n_tw_edi_ecpay'--- diff --git a/openupgrade_scripts/scripts/l10n_ua/19.0.1.4/noupdate_changes.xml b/openupgrade_scripts/scripts/l10n_ua/19.0.1.4/noupdate_changes.xml new file mode 100644 index 000000000000..6d5da183f21b --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_ua/19.0.1.4/noupdate_changes.xml @@ -0,0 +1,6 @@ + + + + ПДВ + + diff --git a/openupgrade_scripts/scripts/l10n_ug/19.0.1.0.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_ug/19.0.1.0.0/upgrade_analysis.txt new file mode 100644 index 000000000000..cd847ebae38e --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_ug/19.0.1.0.0/upgrade_analysis.txt @@ -0,0 +1,6 @@ +---Models in module 'l10n_ug'--- +---Fields in module 'l10n_ug'--- +---XML records in module 'l10n_ug'--- +NEW account.report.expression: l10n_ug.F31_normal_tax_result_cross_part1 +NEW account.report.expression: l10n_ug.F31_sam_tax_result_cross_part1 +NEW account.report.expression: l10n_ug.F34_tax_result_cross diff --git a/openupgrade_scripts/scripts/l10n_uk/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_uk/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..ed3520929db0 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_uk/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'l10n_uk'--- +---Fields in module 'l10n_uk'--- +---XML records in module 'l10n_uk'--- +NEW account.report.expression: l10n_uk.account_tax_report_line_exd_vat_box6_tag_purchase +NEW account.report.expression: l10n_uk.account_tax_report_line_exd_vat_box6_tag_sale diff --git a/openupgrade_scripts/scripts/l10n_us/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_us/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..3d34d1adf25f --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_us/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'l10n_us'--- +---Fields in module 'l10n_us'--- +l10n_us / res.partner.bank / aba_routing (char) : DEL +l10n_us / res.partner.bank / l10n_us_bank_account_type (selection): NEW required, selection_keys: ['checking', 'savings'], hasdefault: default +---XML records in module 'l10n_us'--- diff --git a/openupgrade_scripts/scripts/l10n_us_account/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_us_account/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..36afcb4b2138 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_us_account/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,8 @@ +---Models in module 'l10n_us_account'--- +---Fields in module 'l10n_us_account'--- +l10n_us_account / res.bank / intermediary_bank_id (many2one): NEW relation: res.bank +---XML records in module 'l10n_us_account'--- +NEW account.report: l10n_us_account.tax_report +NEW account.report.column: l10n_us_account.column_net +NEW account.report.column: l10n_us_account.column_tax +NEW ir.ui.view: l10n_us_account.res_bank_view_form diff --git a/openupgrade_scripts/scripts/l10n_uy/19.0.0.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_uy/19.0.0.1/upgrade_analysis.txt new file mode 100644 index 000000000000..a332166a81e5 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_uy/19.0.0.1/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_uy'--- +---Fields in module 'l10n_uy'--- +---XML records in module 'l10n_uy'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_vn/19.0.2.0.3/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_vn/19.0.2.0.3/upgrade_analysis.txt new file mode 100644 index 000000000000..8819e3f2019f --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_vn/19.0.2.0.3/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_vn'--- +---Fields in module 'l10n_vn'--- +---XML records in module 'l10n_vn'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/l10n_vn_edi_viettel/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_vn_edi_viettel/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..0d6bbbbd18dc --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_vn_edi_viettel/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'l10n_vn_edi_viettel'--- +---Fields in module 'l10n_vn_edi_viettel'--- +---XML records in module 'l10n_vn_edi_viettel'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/link_tracker/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/link_tracker/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..df94f2ec41a4 --- /dev/null +++ b/openupgrade_scripts/scripts/link_tracker/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'link_tracker'--- +---Fields in module 'link_tracker'--- +---XML records in module 'link_tracker'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/loyalty/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/loyalty/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..a8e9a47d1a48 --- /dev/null +++ b/openupgrade_scripts/scripts/loyalty/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'loyalty'--- +---Fields in module 'loyalty'--- +loyalty / loyalty.reward / tax_ids (many2many) : DEL relation: account.tax +---XML records in module 'loyalty'--- diff --git a/openupgrade_scripts/scripts/lunch/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/lunch/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..ed75310941e7 --- /dev/null +++ b/openupgrade_scripts/scripts/lunch/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,6 @@ +---Models in module 'lunch'--- +---Fields in module 'lunch'--- +---XML records in module 'lunch'--- +NEW ir.model.constraint: lunch.constraint_lunch_order_user_product_date +DEL ir.module.category: lunch.module_lunch_category +NEW res.groups.privilege: lunch.res_groups_privilege_lunch diff --git a/openupgrade_scripts/scripts/mail/19.0.1.19/noupdate_changes.xml b/openupgrade_scripts/scripts/mail/19.0.1.19/noupdate_changes.xml new file mode 100644 index 000000000000..e594d18715e2 --- /dev/null +++ b/openupgrade_scripts/scripts/mail/19.0.1.19/noupdate_changes.xml @@ -0,0 +1,115 @@ + + + + + + + months + Notification: Delete Notifications older than 6 Months + + + + [ + "|", + "&", + ("channel_type", "!=", "channel"), + "|", + ("is_member", "=", True), + ("parent_channel_id.is_member", "=", True), + "&", + ("channel_type", "=", "channel"), + "|", + ("group_public_id", "=", False), + ("group_public_id", "in", user.all_group_ids.ids), + ] + + + + + [ + ('is_self', '=', True), + ('channel_id.channel_type', '=', 'channel'), + '|', + ('channel_id.group_public_id', '=', False), + ('channel_id.group_public_id', 'in', user.all_group_ids.ids) + ] + + + + + [ + ('is_self', '=', False), + ('channel_id.channel_type', '=', 'channel'), + '|', + ('channel_id.group_public_id', '=', False), + ('channel_id.group_public_id', 'in', user.all_group_ids.ids) + ] + + + + + [ + ('is_self', '=', True), + "|", + ("channel_id.channel_type", "!=", "channel"), + "|", + ("channel_id.group_public_id", "=", False), + ("channel_id.group_public_id", "in", user.all_group_ids.ids), + ] + + + + + [ + "|", + "&", + ("channel_id.channel_type", "!=", "channel"), + "|", + ("channel_id.is_member", "=", True), + ("channel_id.parent_channel_id.is_member", "=", True), + "&", + ("channel_id.channel_type", "=", "channel"), + "|", + ("channel_id.group_public_id", "=", False), + ("channel_id.group_public_id", "in", user.all_group_ids.ids), + ] + + + + [('is_shared', '=', True)] + Canned response: admin has all access on shared canned response + + + + ['|', ('create_uid', '=', user.id), ('group_ids', 'in', user.all_group_ids.ids)] + + + Call + + + Email + + + Meeting + + + 2 + To-Do + + + Document + Document + + diff --git a/openupgrade_scripts/scripts/mail/19.0.1.19/upgrade_analysis.txt b/openupgrade_scripts/scripts/mail/19.0.1.19/upgrade_analysis.txt new file mode 100644 index 000000000000..c611133f3dc4 --- /dev/null +++ b/openupgrade_scripts/scripts/mail/19.0.1.19/upgrade_analysis.txt @@ -0,0 +1,167 @@ +---Models in module 'mail'--- +---Fields in module 'mail'--- +mail / bus.presence / guest_id (many2one) : DEL relation: mail.guest +mail / discuss.call.history / channel_id (many2one) : NEW relation: discuss.channel, required +mail / discuss.call.history / end_dt (datetime) : NEW +mail / discuss.call.history / start_call_message_id (many2one): NEW relation: mail.message +mail / discuss.call.history / start_dt (datetime) : NEW required +mail / discuss.channel / allow_public_upload (boolean) : DEL +mail / discuss.channel / call_history_ids (one2many) : NEW relation: discuss.call.history +mail / discuss.channel.member / fold_state (selection) : DEL selection_keys: ['closed', 'folded', 'open'] +mail / discuss.channel.rtc.session / partner_id (many2one) : is now stored +mail / fetchmail.server / error_date (datetime) : NEW +mail / fetchmail.server / error_message (text) : NEW +mail / ir.actions.server / activity_ids (one2many) : NEW relation: mail.activity +mail / ir.actions.server / activity_summary (char) : now related +mail / ir.actions.server / activity_type_id (many2one) : now related +mail / ir.actions.server / followers_partner_field_name (char): NEW hasdefault: compute +mail / ir.actions.server / followers_type (selection) : NEW selection_keys: ['generic', 'specific'], hasdefault: compute +mail / ir.actions.server / message_follower_ids (one2many): NEW relation: mail.followers +mail / ir.actions.server / message_ids (one2many) : NEW relation: mail.message +mail / ir.actions.server / state (False) : selection_keys added: [object_copy] (most likely nothing to do) +mail / ir.attachment / thumbnail (binary) : NEW attachment: True +mail / ir.cron / activity_ids (one2many) : NEW relation: mail.activity +mail / ir.cron / activity_user_id (many2one) : not related anymore +mail / ir.cron / activity_user_id (many2one) : now a function +mail / ir.cron / message_follower_ids (one2many): NEW relation: mail.followers +mail / ir.cron / message_ids (one2many) : NEW relation: mail.message +mail / ir.mail_server / owner_limit_count (integer) : NEW +mail / ir.mail_server / owner_limit_time (datetime) : NEW +mail / ir.mail_server / owner_user_id (many2one) : NEW relation: res.users +mail / mail.activity / feedback (text) : NEW +mail / mail.activity / request_partner_id (many2one) : module is now 'website_slides' ('mail') +mail / mail.activity.plan.template / _order : _order is now 'sequence, id' ('sequence,id') +mail / mail.activity.plan.template / next_activity_ids (many2many) : NEW relation: mail.activity.type, hasdefault: compute +mail / mail.activity.type / keep_done (boolean) : DEL +mail / mail.canned.response / description (char) : DEL +mail / mail.guest / email (char) : NEW +mail / mail.guest / presence_ids (one2many) : NEW relation: mail.presence +mail / mail.link.preview / is_hidden (boolean) : DEL +mail / mail.link.preview / message_id (many2one) : DEL relation: mail.message +mail / mail.link.preview / message_link_preview_ids (one2many): NEW relation: mail.message.link.preview +mail / mail.mail / failure_type (selection) : selection_keys added: [mail_spam] (most likely nothing to do) +mail / mail.message / call_history_ids (one2many) : NEW relation: discuss.call.history +mail / mail.message / incoming_email_cc (char) : NEW +mail / mail.message / incoming_email_to (text) : NEW +mail / mail.message / link_preview_ids (one2many) : DEL relation: mail.link.preview +mail / mail.message / message_link_preview_ids (one2many): NEW relation: mail.message.link.preview +mail / mail.message / message_type (selection) : selection_keys added: [out_of_office] (most likely nothing to do) +mail / mail.message / outgoing_email_to (char) : NEW +mail / mail.message / record_name (char) : not stored anymore +mail / mail.message / record_name (char) : now a function +mail / mail.message.link.preview / is_hidden (boolean) : NEW +mail / mail.message.link.preview / link_preview_id (many2one) : NEW relation: mail.link.preview, required +mail / mail.message.link.preview / message_id (many2one) : NEW relation: mail.message, required +mail / mail.message.link.preview / sequence (integer) : NEW +mail / mail.notification / failure_type (selection) : selection_keys added: [mail_bl, mail_dup, mail_optout, mail_spam] (most likely nothing to do) +mail / mail.notification / mail_email_address (char) : NEW +mail / mail.presence / guest_id (many2one) : NEW relation: mail.guest +mail / mail.presence / last_poll (datetime) : NEW hasdefault: default +mail / mail.presence / last_presence (datetime) : NEW hasdefault: default +mail / mail.presence / status (selection) : NEW selection_keys: ['away', 'offline', 'online'], hasdefault: default +mail / mail.presence / user_id (many2one) : NEW relation: res.users +mail / mail.scheduled.message / composition_comment_option (selection): NEW selection_keys: ['forward', 'reply_all'] +mail / mail.scheduled.message / send_context (json) : NEW +mail / mail.template / _order : _order is now 'user_id, name, id' ('user_id,name,id') +mail / res.company / alias_domain_name (char) : DEL +mail / res.partner / channel_member_ids (one2many) : NEW relation: discuss.channel.member +mail / res.partner / im_status (char) : previously in module bus +mail / res.partner / rtc_session_ids (one2many) : NEW relation: discuss.channel.rtc.session +mail / res.partner / starred_message_ids (many2many): DEL relation: mail.message +mail / res.role / name (char) : NEW required +mail / res.role / user_ids (many2many) : NEW relation: res.users +mail / res.users / im_status (char) : previously in module bus +mail / res.users / manual_im_status (selection) : NEW selection_keys: ['away', 'busy', 'offline'] +mail / res.users / out_of_office_from (datetime) : NEW +mail / res.users / out_of_office_message (html) : NEW +mail / res.users / out_of_office_to (datetime) : NEW +mail / res.users / presence_ids (one2many) : NEW relation: mail.presence +mail / res.users / role_ids (many2many) : NEW relation: res.role +mail / res.users.settings / mute_until_dt (datetime) : DEL +---XML records in module 'mail'--- +NEW ir.actions.act_window: mail.action_res_users_my_fullpage +NEW ir.actions.act_window: mail.discuss_call_history_action +NEW ir.actions.act_window: mail.discuss_channel_action +NEW ir.actions.act_window: mail.res_role_action +DEL ir.actions.act_window: mail.mail_resend_message_action +DEL ir.actions.act_window: mail.mail_resend_partner_action +NEW ir.actions.act_window.view: mail.action_res_users_my_fullpage_view +NEW ir.actions.act_window.view: mail.mail_activity_action_my_view_calendar +DEL ir.cron: mail.ir_cron_discuss_users_settings_unmute +NEW ir.model.access: mail.access_discuss_call_history_portal +NEW ir.model.access: mail.access_discuss_call_history_public +NEW ir.model.access: mail.access_discuss_call_history_user +NEW ir.model.access: mail.access_mail_activity_schedule_line_user +NEW ir.model.access: mail.access_mail_followers_edit +NEW ir.model.access: mail.access_mail_message_link_preview_erp_manager +NEW ir.model.access: mail.access_mail_presence +NEW ir.model.access: mail.access_res_role_admin +NEW ir.model.access: mail.access_res_role_user +DEL ir.model.access: mail.access_mail_resend_message +DEL ir.model.access: mail.access_mail_resend_partner +DEL ir.model.access: mail.access_mail_wizard_invite +NEW ir.model.constraint: mail.constraint_discuss_call_history_channel_id_end_dt_idx +NEW ir.model.constraint: mail.constraint_discuss_call_history_channel_id_not_null_constraint +NEW ir.model.constraint: mail.constraint_discuss_call_history_message_id_unique_constraint +NEW ir.model.constraint: mail.constraint_discuss_call_history_start_dt_is_not_null_constraint +NEW ir.model.constraint: mail.constraint_discuss_channel_member_guest_unique +NEW ir.model.constraint: mail.constraint_discuss_channel_member_partner_unique +NEW ir.model.constraint: mail.constraint_discuss_channel_member_seen_message_id_idx +NEW ir.model.constraint: mail.constraint_ir_mail_server_unique_owner_user_id +NEW ir.model.constraint: mail.constraint_mail_activity_check_res_id_is_set_if_model +NEW ir.model.constraint: mail.constraint_mail_activity_check_user_id_is_set_if_model +NEW ir.model.constraint: mail.constraint_mail_alias_name_domain_unique +NEW ir.model.constraint: mail.constraint_mail_link_preview_unique_source_url +NEW ir.model.constraint: mail.constraint_mail_message_link_preview_unique_message_link_preview +NEW ir.model.constraint: mail.constraint_mail_message_model_res_id_id_idx +NEW ir.model.constraint: mail.constraint_mail_message_model_res_id_idx +NEW ir.model.constraint: mail.constraint_mail_message_reaction_guest_unique +NEW ir.model.constraint: mail.constraint_mail_message_reaction_partner_unique +NEW ir.model.constraint: mail.constraint_mail_message_translation_unique +NEW ir.model.constraint: mail.constraint_mail_notification_author_id_notification_status_failure +NEW ir.model.constraint: mail.constraint_mail_notification_notification_partner_or_email_required +NEW ir.model.constraint: mail.constraint_mail_notification_res_partner_id_is_read_notification__e5e0b7fb +NEW ir.model.constraint: mail.constraint_mail_notification_unique_mail_message_id_res_partner_id_ +NEW ir.model.constraint: mail.constraint_mail_presence_guest_unique +NEW ir.model.constraint: mail.constraint_mail_presence_partner_or_guest_exists +NEW ir.model.constraint: mail.constraint_mail_presence_user_unique +NEW ir.model.constraint: mail.constraint_res_role_unique_name +NEW ir.model.constraint: mail.constraint_res_users_settings_volumes_guest_unique +NEW ir.model.constraint: mail.constraint_res_users_settings_volumes_partner_unique +DEL ir.model.constraint: mail.constraint_bus_presence_partner_or_guest_exists +DEL ir.model.constraint: mail.constraint_discuss_channel_sub_channel_no_group_public_id +DEL ir.model.constraint: mail.constraint_mail_activity_check_res_id_is_set +DEL ir.module.category: mail.module_category_canned_response +NEW ir.rule: mail.ir_rule_discuss_call_history_read_all +NEW ir.ui.menu: mail.discuss_call_history_menu +NEW ir.ui.menu: mail.discuss_technical +NEW ir.ui.menu: mail.main_menu_discuss +NEW ir.ui.menu: mail.menu_channel +NEW ir.ui.menu: mail.menu_roles +NEW ir.ui.view: mail.account_security_alert +NEW ir.ui.view: mail.discuss_call_history_view_form +NEW ir.ui.view: mail.discuss_call_history_view_tree +NEW ir.ui.view: mail.discuss_channel_invitation_template +NEW ir.ui.view: mail.discuss_channel_view_list +NEW ir.ui.view: mail.ir_cron_view_form +NEW ir.ui.view: mail.ir_filters_view_form +NEW ir.ui.view: mail.ir_filters_view_tree +NEW ir.ui.view: mail.ir_mail_server_view_form +NEW ir.ui.view: mail.mail_canned_response_view_kanban +NEW ir.ui.view: mail.mail_followers_edit_form +NEW ir.ui.view: mail.mail_followers_list_edit_form +NEW ir.ui.view: mail.mail_notification_multi_invite +NEW ir.ui.view: mail.message_link_preview_list +NEW ir.ui.view: mail.message_notification_out_of_office +NEW ir.ui.view: mail.res_role_view_form +NEW ir.ui.view: mail.res_role_view_search +NEW ir.ui.view: mail.res_role_view_tree +NEW ir.ui.view: mail.view_ice_server_kanban +NEW ir.ui.view: mail.view_ice_server_search +DEL ir.ui.view: mail.account_security_setting_update +DEL ir.ui.view: mail.mail_activity_type_form_inherit +DEL ir.ui.view: mail.mail_resend_message_view_form +DEL ir.ui.view: mail.mail_resend_partner_view_form +DEL ir.ui.view: mail.mail_template_view_form_confirm_delete +DEL ir.ui.view: mail.mail_wizard_invite_form +NEW res.groups.privilege: mail.res_groups_privilege_canned_response diff --git a/openupgrade_scripts/scripts/mail_bot/19.0.1.2/upgrade_analysis.txt b/openupgrade_scripts/scripts/mail_bot/19.0.1.2/upgrade_analysis.txt new file mode 100644 index 000000000000..2e1944e31b19 --- /dev/null +++ b/openupgrade_scripts/scripts/mail_bot/19.0.1.2/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'mail_bot'--- +---Fields in module 'mail_bot'--- +---XML records in module 'mail_bot'--- +DEL ir.ui.view: mail_bot.res_users_view_form_preferences diff --git a/openupgrade_scripts/scripts/mail_bot_hr/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/mail_bot_hr/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..0120a8fe7428 --- /dev/null +++ b/openupgrade_scripts/scripts/mail_bot_hr/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'mail_bot_hr'--- +---Fields in module 'mail_bot_hr'--- +---XML records in module 'mail_bot_hr'--- +DEL ir.ui.view: mail_bot_hr.res_users_view_form_profile diff --git a/openupgrade_scripts/scripts/mail_group/19.0.1.1/noupdate_changes.xml b/openupgrade_scripts/scripts/mail_group/19.0.1.1/noupdate_changes.xml new file mode 100644 index 000000000000..0edb8262ee70 --- /dev/null +++ b/openupgrade_scripts/scripts/mail_group/19.0.1.1/noupdate_changes.xml @@ -0,0 +1,57 @@ + + + + [ + '&', + ('moderation_status', '=', 'accepted'), + '|', + '|', + '|', + ('mail_group_id.moderator_ids', 'in', user.id), + ('mail_group_id.access_mode', '=', 'public'), + '&', + ('mail_group_id.access_mode', '=', 'groups'), + ('mail_group_id.access_group_id', 'in', user.all_group_ids.ids), + '&', + ('mail_group_id.access_mode', '=', 'members'), + ('mail_group_id.member_partner_ids', 'in', [user.partner_id.id]), + ] + + + + [ + '&', + '|', + ('moderation_status', '=', 'accepted'), + ('mail_group_id.moderator_ids', 'in', user.id), + '|', + '|', + '|', + ('mail_group_id.moderator_ids', 'in', user.id), + ('mail_group_id.access_mode', '=', 'public'), + '&', + ('mail_group_id.access_mode', '=', 'groups'), + ('mail_group_id.access_group_id', 'in', user.all_group_ids.ids), + '&', + ('mail_group_id.access_mode', '=', 'members'), + ('mail_group_id.member_partner_ids', 'in', [user.partner_id.id]), + ] + + + + [ + '|', + '|', + '|', + ('moderator_ids', 'in', user.id), + ('access_mode', '=', 'public'), + '&', + ('access_mode', '=', 'groups'), + ('access_group_id', 'in', user.all_group_ids.ids), + '&', + ('access_mode', '=', 'members'), + ('member_partner_ids', 'in', [user.partner_id.id]), + ] + + + diff --git a/openupgrade_scripts/scripts/mail_group/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/mail_group/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..3b5628c84d8a --- /dev/null +++ b/openupgrade_scripts/scripts/mail_group/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,7 @@ +---Models in module 'mail_group'--- +---Fields in module 'mail_group'--- +mail_group / mail.group / _order : _order is now 'is_closed ASC, create_date DESC, id DESC' ('create_date DESC, id DESC') +mail_group / mail.group / is_closed (boolean) : NEW +---XML records in module 'mail_group'--- +NEW ir.actions.act_window: mail_group.mail_compose_message_action_mail_group +NEW ir.ui.view: mail_group.email_template_mail_group_closed diff --git a/openupgrade_scripts/scripts/mail_plugin/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/mail_plugin/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..8f5ebcf4a8ed --- /dev/null +++ b/openupgrade_scripts/scripts/mail_plugin/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'mail_plugin'--- +---Fields in module 'mail_plugin'--- +---XML records in module 'mail_plugin'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/maintenance/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/maintenance/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..3d433114b481 --- /dev/null +++ b/openupgrade_scripts/scripts/maintenance/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,6 @@ + + + + Maintenance Request + + diff --git a/openupgrade_scripts/scripts/maintenance/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/maintenance/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..e390176a8a9e --- /dev/null +++ b/openupgrade_scripts/scripts/maintenance/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,16 @@ +---Models in module 'maintenance'--- +---Fields in module 'maintenance'--- +maintenance / maintenance.equipment / location (char) : DEL +maintenance / maintenance.equipment / match_serial (boolean) : module is now 'stock_maintenance' ('maintenance') +maintenance / maintenance.equipment.category / _inherits : DEL _inherits: {'mail.alias': 'alias_id'}, stored: False +maintenance / maintenance.equipment.category / alias_id (many2one) : DEL relation: mail.alias, required +maintenance / maintenance.equipment.category / message_follower_ids (one2many): DEL relation: mail.followers +maintenance / maintenance.equipment.category / message_ids (one2many) : DEL relation: mail.message +maintenance / maintenance.request / duration (float) : now a function +maintenance / maintenance.request / schedule_end (datetime) : NEW hasdefault: compute +maintenance / maintenance.team / _inherits : NEW _inherits: {'mail.alias': 'alias_id'}, stored: False +maintenance / maintenance.team / alias_id (many2one) : NEW relation: mail.alias, required +maintenance / maintenance.team / message_follower_ids (one2many): NEW relation: mail.followers +maintenance / maintenance.team / message_ids (one2many) : NEW relation: mail.message +---XML records in module 'maintenance'--- +NEW res.groups.privilege: maintenance.res_groups_privilege_maintenance diff --git a/openupgrade_scripts/scripts/marketing_card/19.0.1.1/noupdate_changes.xml b/openupgrade_scripts/scripts/marketing_card/19.0.1.1/noupdate_changes.xml new file mode 100644 index 000000000000..d65e6f3d108e --- /dev/null +++ b/openupgrade_scripts/scripts/marketing_card/19.0.1.1/noupdate_changes.xml @@ -0,0 +1,15 @@ + + + + + 20 + + + + + 10 + + diff --git a/openupgrade_scripts/scripts/marketing_card/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/marketing_card/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..9343b2220858 --- /dev/null +++ b/openupgrade_scripts/scripts/marketing_card/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,6 @@ +---Models in module 'marketing_card'--- +---Fields in module 'marketing_card'--- +marketing_card / card.template / name (char) : now translatable +---XML records in module 'marketing_card'--- +DEL ir.module.category: marketing_card.module_category_marketing_card +NEW res.groups.privilege: marketing_card.res_groups_privilege_marketing_card diff --git a/openupgrade_scripts/scripts/mass_mailing/19.0.2.7/noupdate_changes.xml b/openupgrade_scripts/scripts/mass_mailing/19.0.2.7/noupdate_changes.xml new file mode 100644 index 000000000000..eef24004c2d5 --- /dev/null +++ b/openupgrade_scripts/scripts/mass_mailing/19.0.2.7/noupdate_changes.xml @@ -0,0 +1,21 @@ + + + + + + 1 + not name + + + + e.g. "John Smith" + + + + + + + + + + diff --git a/openupgrade_scripts/scripts/mass_mailing/19.0.2.7/upgrade_analysis.txt b/openupgrade_scripts/scripts/mass_mailing/19.0.2.7/upgrade_analysis.txt new file mode 100644 index 000000000000..089b2a270877 --- /dev/null +++ b/openupgrade_scripts/scripts/mass_mailing/19.0.2.7/upgrade_analysis.txt @@ -0,0 +1,53 @@ +---Models in module 'mass_mailing'--- +---Fields in module 'mass_mailing'--- +mass_mailing / mailing.contact / properties (properties) : NEW hasdefault: compute +mass_mailing / mailing.contact / title_id (many2one) : DEL relation: res.partner.title +mass_mailing / mailing.mailing / use_exclusion_list (boolean) : NEW hasdefault: default +mass_mailing / mailing.trace / failure_type (selection) : selection_keys added: [mail_spam] (most likely nothing to do) +mass_mailing / mailing.trace / is_test_trace (boolean) : NEW +---XML records in module 'mass_mailing'--- +NEW ir.asset: mass_mailing.s_badge_000_scss +NEW ir.asset: mass_mailing.s_blockquote_000_scss +NEW ir.asset: mass_mailing.s_company_team_000_scss +NEW ir.asset: mass_mailing.s_cta_badge_000_scss +DEL ir.asset: mass_mailing.s_media_list_001_scss +NEW ir.attachment: mass_mailing.s_company_team_default_image_5 +NEW ir.attachment: mass_mailing.s_company_team_default_image_6 +NEW ir.model.access: mass_mailing.access_properties_base_definition_mailing_user +DEL ir.model.access: mass_mailing.access_mailing_trace_user +NEW ir.model.constraint: mass_mailing.constraint_mailing_mailing_email_from +NEW ir.rule: mass_mailing.properties_base_definition_rule_mailing_user +NEW ir.ui.view: mass_mailing.link_tracker_view_tree +NEW ir.ui.view: mass_mailing.page_mailing_confirm_unsubscribe +NEW ir.ui.view: mass_mailing.page_mailing_has_unsubscribed +NEW ir.ui.view: mass_mailing.s_attributes_horizontal +NEW ir.ui.view: mass_mailing.s_author +NEW ir.ui.view: mass_mailing.s_badge +NEW ir.ui.view: mass_mailing.s_blog_title +NEW ir.ui.view: mass_mailing.s_button +NEW ir.ui.view: mass_mailing.s_company_team_shapes +NEW ir.ui.view: mass_mailing.s_cta_badge +NEW ir.ui.view: mass_mailing.s_hr_title +NEW ir.ui.view: mass_mailing.s_image +NEW ir.ui.view: mass_mailing.s_inline_text +NEW ir.ui.view: mass_mailing.s_link_list +NEW ir.ui.view: mass_mailing.s_mail_block_footer_one_liner +NEW ir.ui.view: mass_mailing.s_mail_block_header_menu +NEW ir.ui.view: mass_mailing.s_pricelist_boxed +NEW ir.ui.view: mass_mailing.s_pricelist_boxed_item +NEW ir.ui.view: mass_mailing.s_reviews_wall +NEW ir.ui.view: mass_mailing.s_schedule +NEW ir.ui.view: mass_mailing.s_snippet_group +NEW ir.ui.view: mass_mailing.s_subtitle +NEW ir.ui.view: mass_mailing.s_video +DEL ir.ui.view: mass_mailing.s_alert_options +DEL ir.ui.view: mass_mailing.s_features +DEL ir.ui.view: mass_mailing.s_hr_options +DEL ir.ui.view: mass_mailing.s_mail_block_discount1 +DEL ir.ui.view: mass_mailing.s_masonry_block_options +DEL ir.ui.view: mass_mailing.s_rating_options +DEL ir.ui.view: mass_mailing.snippet_options +DEL ir.ui.view: mass_mailing.snippet_options_background_options +DEL ir.ui.view: mass_mailing.snippet_options_border_line_widgets +DEL ir.ui.view: mass_mailing.snippet_options_border_widgets +NEW res.groups.privilege: mass_mailing.res_groups_privilege_email_marketing diff --git a/openupgrade_scripts/scripts/mass_mailing_crm/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/mass_mailing_crm/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..eee1c0ec2eb3 --- /dev/null +++ b/openupgrade_scripts/scripts/mass_mailing_crm/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'mass_mailing_crm'--- +---Fields in module 'mass_mailing_crm'--- +---XML records in module 'mass_mailing_crm'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/mass_mailing_crm_sms/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/mass_mailing_crm_sms/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..9edd21b46817 --- /dev/null +++ b/openupgrade_scripts/scripts/mass_mailing_crm_sms/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'mass_mailing_crm_sms'--- +---Fields in module 'mass_mailing_crm_sms'--- +---XML records in module 'mass_mailing_crm_sms'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/mass_mailing_sale/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/mass_mailing_sale/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..0946bcbf3525 --- /dev/null +++ b/openupgrade_scripts/scripts/mass_mailing_sale/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'mass_mailing_sale'--- +---Fields in module 'mass_mailing_sale'--- +---XML records in module 'mass_mailing_sale'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/mass_mailing_sale_sms/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/mass_mailing_sale_sms/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..6f4611aee54a --- /dev/null +++ b/openupgrade_scripts/scripts/mass_mailing_sale_sms/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'mass_mailing_sale_sms'--- +---Fields in module 'mass_mailing_sale_sms'--- +---XML records in module 'mass_mailing_sale_sms'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/mass_mailing_sms/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/mass_mailing_sms/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..e12929b03f75 --- /dev/null +++ b/openupgrade_scripts/scripts/mass_mailing_sms/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'mass_mailing_sms'--- +---Fields in module 'mass_mailing_sms'--- +mass_mailing_sms / mailing.trace / failure_type (False) : selection_keys added: [mail_spam] (most likely nothing to do) +---XML records in module 'mass_mailing_sms'--- +NEW ir.model.access: mass_mailing_sms.access_sms_tracker_mailing_user diff --git a/openupgrade_scripts/scripts/microsoft_account/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/microsoft_account/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..a0d4e57cb9a2 --- /dev/null +++ b/openupgrade_scripts/scripts/microsoft_account/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'microsoft_account'--- +---Fields in module 'microsoft_account'--- +---XML records in module 'microsoft_account'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/microsoft_calendar/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/microsoft_calendar/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..08d2679cd4a0 --- /dev/null +++ b/openupgrade_scripts/scripts/microsoft_calendar/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'microsoft_calendar'--- +---Fields in module 'microsoft_calendar'--- +---XML records in module 'microsoft_calendar'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/microsoft_outlook/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/microsoft_outlook/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..942338b4b0c1 --- /dev/null +++ b/openupgrade_scripts/scripts/microsoft_outlook/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'microsoft_outlook'--- +---Fields in module 'microsoft_outlook'--- +microsoft_outlook / res.users / outgoing_mail_server_type (False): NEW selection_keys: ['default', 'gmail', 'outlook'], mode: modify +---XML records in module 'microsoft_outlook'--- diff --git a/openupgrade_scripts/scripts/mrp/19.0.2.0/noupdate_changes.xml b/openupgrade_scripts/scripts/mrp/19.0.2.0/noupdate_changes.xml new file mode 100644 index 000000000000..67be1d860622 --- /dev/null +++ b/openupgrade_scripts/scripts/mrp/19.0.2.0/noupdate_changes.xml @@ -0,0 +1,9 @@ + + + + 5 + + + + + diff --git a/openupgrade_scripts/scripts/mrp/19.0.2.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/mrp/19.0.2.0/upgrade_analysis.txt new file mode 100644 index 000000000000..32d6e0c775c0 --- /dev/null +++ b/openupgrade_scripts/scripts/mrp/19.0.2.0/upgrade_analysis.txt @@ -0,0 +1,74 @@ +---Models in module 'mrp'--- +---Fields in module 'mrp'--- +mrp / mrp.bom / batch_size (float) : NEW hasdefault: default +mrp / mrp.bom / enable_batch_size (boolean) : NEW hasdefault: default +mrp / mrp.bom.line / manual_consumption (boolean) : DEL +mrp / mrp.production / date_deadline (datetime) : not a function anymore +mrp / mrp.production / lot_producing_id (many2one) : DEL relation: stock.lot +mrp / mrp.production / lot_producing_ids (many2many) : NEW relation: stock.lot +mrp / mrp.production / procurement_group_id (many2one): DEL relation: procurement.group +mrp / mrp.production / production_group_id (many2one): NEW relation: mrp.production.group +mrp / mrp.production / reference_ids (many2many) : NEW relation: stock.reference +mrp / mrp.production.group / child_ids (many2many) : NEW relation: mrp.production.group +mrp / mrp.production.group / name (char) : NEW required +mrp / mrp.production.group / parent_ids (many2many) : NEW relation: mrp.production.group +mrp / mrp.production.group / production_ids (one2many) : NEW relation: mrp.production +mrp / mrp.routing.workcenter / cost_mode (selection) : NEW selection_keys: ['actual', 'estimated'], hasdefault: default +mrp / mrp.routing.workcenter / note (html) : DEL +mrp / mrp.routing.workcenter / worksheet (binary) : DEL attachment: True +mrp / mrp.routing.workcenter / worksheet_google_slide (char) : DEL +mrp / mrp.routing.workcenter / worksheet_type (selection) : DEL selection_keys: ['google_slide', 'pdf', 'text'] +mrp / mrp.unbuild / lot_id (many2one) : not a function anymore +mrp / mrp.workcenter / default_capacity (float) : DEL +mrp / mrp.workcenter.capacity / _order : _order is now 'workcenter_id, product_id nulls first,product_uom_id,id' ('id') +mrp / mrp.workcenter.capacity / product_uom_id (many2one) : is now stored +mrp / mrp.workcenter.capacity / product_uom_id (many2one) : not related anymore +mrp / mrp.workcenter.capacity / product_uom_id (many2one) : now required +mrp / mrp.workcenter.productivity / loss_type (selection) : not stored anymore +mrp / mrp.workcenter.productivity.loss / loss_type (selection) : not stored anymore +mrp / mrp.workorder / cost_mode (selection) : NEW selection_keys: ['actual', 'estimated'], hasdefault: default +mrp / mrp.workorder / last_working_user_id (one2many): type is now 'many2one' ('one2many') +mrp / mrp.workorder / product_id (many2one) : not stored anymore +mrp / mrp.workorder / product_uom_id (many2one) : not stored anymore +mrp / mrp.workorder / product_uom_id (many2one) : now related +mrp / mrp.workorder / state (selection) : selection_keys added: [blocked], removed: [pending, waiting] +mrp / procurement.group / mrp_production_ids (one2many) : DEL relation: mrp.production +mrp / res.company / manufacturing_lead (float) : DEL required +mrp / stock.move / is_done (boolean) : DEL +mrp / stock.move / order_finished_lot_id (many2one): DEL relation: stock.lot +mrp / stock.move / production_group_id (many2one): NEW relation: mrp.production.group +mrp / stock.picking / production_ids (many2many) : not a function anymore +mrp / stock.picking / production_ids (many2many) : now related +mrp / stock.picking / production_ids (many2many) : type is now 'one2many' ('many2many') +mrp / stock.reference / production_ids (many2many) : NEW relation: mrp.production +mrp / stock.warehouse / manufacture_to_resupply (boolean): not stored anymore +mrp / stock.warehouse / manufacture_to_resupply (boolean): now a function +mrp / stock.warehouse.orderpoint / manufacturing_visibility_days (float): DEL +---XML records in module 'mrp'--- +NEW ir.actions.act_window: mrp.action_assign_serial_numbers +DEL ir.actions.act_window: mrp.act_product_mrp_production_workcenter +DEL ir.actions.act_window: mrp.action_mrp_batch_produce +NEW ir.model.access: mrp.access_mrp_production_group +NEW ir.model.access: mrp.access_mrp_production_serials +DEL ir.model.access: mrp.access_mrp_batch_produce +DEL ir.model.access: mrp.access_mrp_document_mrp_user +DEL ir.model.access: mrp.access_product_category_mrp_manager +DEL ir.model.access: mrp.access_product_packaging_mrp_manager +DEL ir.model.access: mrp.access_product_pricelist_mrp_manager +DEL ir.model.access: mrp.access_product_product_mrp_manager +DEL ir.model.access: mrp.access_product_supplierinfo_user +DEL ir.model.access: mrp.access_product_tag_mrp_manager +DEL ir.model.access: mrp.access_product_template_mrp_manager +DEL ir.model.access: mrp.access_uom_category +DEL ir.model.access: mrp.access_uom_category_mrp_manager +DEL ir.model.access: mrp.access_uom_uom_mrp_manager +NEW ir.model.constraint: mrp.constraint_mrp_workcenter_capacity_workcenter_product_product_uom_unique +DEL ir.model.constraint: mrp.constraint_mrp_workcenter_capacity_unique_product +NEW ir.ui.view: mrp.mrp_bom_replenishment_tree_view +NEW ir.ui.view: mrp.mrp_routing_workcenter_kanban_view +NEW ir.ui.view: mrp.view_move_line_tree +NEW ir.ui.view: mrp.view_mrp_production_serials_form +NEW ir.ui.view: mrp.view_stock_replenishment_info_stock_mrp_inherit +DEL ir.ui.view: mrp.view_mrp_batch_produce_form +DEL ir.ui.view: mrp.view_stock_move_line_detailed_operation_tree_mrp +NEW res.groups.privilege: mrp.res_groups_privilege_manufacturing diff --git a/openupgrade_scripts/scripts/mrp_account/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/mrp_account/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..6ea9c5b75eb1 --- /dev/null +++ b/openupgrade_scripts/scripts/mrp_account/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,8 @@ +---Models in module 'mrp_account'--- +---Fields in module 'mrp_account'--- +mrp_account / account.move / wip_production_ids (many2many): column1 is now 'move_id' ('account_move_id') [account_move_mrp_production_rel] +mrp_account / account.move / wip_production_ids (many2many): column2 is now 'production_id' ('mrp_production_id') [account_move_mrp_production_rel] +mrp_account / account.move / wip_production_ids (many2many): table is now 'wip_move_production_rel' ('account_move_mrp_production_rel') +mrp_account / mrp.production / wip_move_ids (many2many) : NEW relation: account.move +---XML records in module 'mrp_account'--- +DEL ir.ui.view: mrp_account.view_category_property_form diff --git a/openupgrade_scripts/scripts/mrp_landed_costs/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/mrp_landed_costs/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..d23ecd5e76c4 --- /dev/null +++ b/openupgrade_scripts/scripts/mrp_landed_costs/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'mrp_landed_costs'--- +---Fields in module 'mrp_landed_costs'--- +---XML records in module 'mrp_landed_costs'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/mrp_repair/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/mrp_repair/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..8203a4e6c152 --- /dev/null +++ b/openupgrade_scripts/scripts/mrp_repair/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'mrp_repair'--- +---Fields in module 'mrp_repair'--- +---XML records in module 'mrp_repair'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/mrp_subcontracting/19.0.0.1/noupdate_changes.xml b/openupgrade_scripts/scripts/mrp_subcontracting/19.0.0.1/noupdate_changes.xml new file mode 100644 index 000000000000..8fb73b49cd52 --- /dev/null +++ b/openupgrade_scripts/scripts/mrp_subcontracting/19.0.0.1/noupdate_changes.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/openupgrade_scripts/scripts/mrp_subcontracting/19.0.0.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/mrp_subcontracting/19.0.0.1/upgrade_analysis.txt new file mode 100644 index 000000000000..204ce76f174f --- /dev/null +++ b/openupgrade_scripts/scripts/mrp_subcontracting/19.0.0.1/upgrade_analysis.txt @@ -0,0 +1,6 @@ +---Models in module 'mrp_subcontracting'--- +---Fields in module 'mrp_subcontracting'--- +mrp_subcontracting / stock.location / is_subcontracting_location (boolean): DEL +---XML records in module 'mrp_subcontracting'--- +DEL ir.rule: mrp_subcontracting.uom_subcontracting_rule +DEL ir.ui.view: mrp_subcontracting.view_location_form diff --git a/openupgrade_scripts/scripts/mrp_subcontracting_dropshipping/19.0.0.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/mrp_subcontracting_dropshipping/19.0.0.1/upgrade_analysis.txt new file mode 100644 index 000000000000..d0d5c07dc12e --- /dev/null +++ b/openupgrade_scripts/scripts/mrp_subcontracting_dropshipping/19.0.0.1/upgrade_analysis.txt @@ -0,0 +1,8 @@ +---Models in module 'mrp_subcontracting_dropshipping'--- +---Fields in module 'mrp_subcontracting_dropshipping'--- +mrp_subcontracting_dropshipping / purchase.order / default_location_dest_id_is_subcontracting_loc (boolean): not related anymore +mrp_subcontracting_dropshipping / purchase.order / default_location_dest_id_is_subcontracting_loc (boolean): now a function +mrp_subcontracting_dropshipping / stock.warehouse / subcontracting_dropshipping_to_resupply (boolean): DEL +---XML records in module 'mrp_subcontracting_dropshipping'--- +DEL ir.ui.view: mrp_subcontracting_dropshipping.view_warehouse_inherit_mrp_subcontracting_dropshipping +DEL stock.route: mrp_subcontracting_dropshipping.route_subcontracting_dropshipping diff --git a/openupgrade_scripts/scripts/mrp_subcontracting_purchase/19.0.0.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/mrp_subcontracting_purchase/19.0.0.1/upgrade_analysis.txt new file mode 100644 index 000000000000..2a8a19d7dd95 --- /dev/null +++ b/openupgrade_scripts/scripts/mrp_subcontracting_purchase/19.0.0.1/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'mrp_subcontracting_purchase'--- +---Fields in module 'mrp_subcontracting_purchase'--- +---XML records in module 'mrp_subcontracting_purchase'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/onboarding/19.0.1.2/upgrade_analysis.txt b/openupgrade_scripts/scripts/onboarding/19.0.1.2/upgrade_analysis.txt new file mode 100644 index 000000000000..02899bc6df66 --- /dev/null +++ b/openupgrade_scripts/scripts/onboarding/19.0.1.2/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'onboarding'--- +---Fields in module 'onboarding'--- +---XML records in module 'onboarding'--- +NEW ir.model.constraint: onboarding.constraint_onboarding_progress_onboarding_company_uniq +NEW ir.model.constraint: onboarding.constraint_onboarding_progress_step_company_uniq diff --git a/openupgrade_scripts/scripts/partner_autocomplete/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/partner_autocomplete/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..624b01ca86e2 --- /dev/null +++ b/openupgrade_scripts/scripts/partner_autocomplete/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,14 @@ +---Models in module 'partner_autocomplete'--- +---Fields in module 'partner_autocomplete'--- +partner_autocomplete / res.company / partner_gid (integer) : DEL +partner_autocomplete / res.partner / additional_info (char) : DEL +partner_autocomplete / res.partner / partner_gid (integer) : DEL +partner_autocomplete / res.partner.autocomplete.sync / partner_id (many2one) : DEL relation: res.partner +partner_autocomplete / res.partner.autocomplete.sync / synched (boolean) : DEL +---XML records in module 'partner_autocomplete'--- +DEL ir.cron: partner_autocomplete.ir_cron_partner_autocomplete +DEL ir.model.access: partner_autocomplete.access_partner_autocomplete_sync_portal +DEL ir.model.access: partner_autocomplete.access_partner_autocomplete_sync_system +DEL ir.model.access: partner_autocomplete.access_partner_autocomplete_sync_user +DEL ir.ui.view: partner_autocomplete.view_partner_simple_form_inherit_partner_autocomplete +DEL ir.ui.view: partner_autocomplete.view_res_partner_form_inherit_partner_autocomplete diff --git a/openupgrade_scripts/scripts/partnership/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/partnership/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..dac12aa0b0c8 --- /dev/null +++ b/openupgrade_scripts/scripts/partnership/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,36 @@ +---Models in module 'partnership'--- +---Fields in module 'partnership'--- +partnership / product.template / grade_id (many2one) : NEW relation: res.partner.grade +partnership / product.template / service_tracking (False) : NEW selection_keys: ['event', 'no', 'partnership'], mode: modify +partnership / res.company / partnership_label (char) : NEW hasdefault: default, translate +partnership / res.partner / grade_id (many2one) : previously in module website_crm_partner_assign +partnership / res.partner.grade / _order : previously in module website_crm_partner_assign +partnership / res.partner.grade / active (boolean) : previously in module website_crm_partner_assign +partnership / res.partner.grade / company_id (many2one) : NEW relation: res.company, hasdefault: default +partnership / res.partner.grade / default_pricelist_id (many2one): NEW relation: product.pricelist +partnership / res.partner.grade / display_name (char) : previously in module website_crm_partner_assign +partnership / res.partner.grade / name (char) : previously in module website_crm_partner_assign +partnership / res.partner.grade / sequence (integer) : previously in module website_crm_partner_assign +partnership / res.users / grade_id (many2one) : previously in module website_crm_partner_assign +---XML records in module 'partnership'--- +NEW ir.actions.act_window: partnership.action_grade_partners +NEW ir.actions.act_window: partnership.action_pricelist_partners +NEW ir.actions.act_window: partnership.res_partner_grade_action [renamed from website_crm_partner_assign module] +NEW ir.model.access: partnership.access_res_partner_grade [renamed from website_crm_partner_assign module] +NEW ir.model.access: partnership.access_res_partner_grade_admin +NEW ir.model.access: partnership.access_res_partner_grade_manager [renamed from website_crm_partner_assign module] +NEW ir.model.access: partnership.access_res_partner_grade_user +NEW ir.ui.menu: partnership.crm_menu_partners +NEW ir.ui.menu: partnership.menu_res_partner_grade_action [renamed from website_crm_partner_assign module] +NEW ir.ui.view: partnership.product_template_form_view +NEW ir.ui.view: partnership.res_config_settings_view_form +NEW ir.ui.view: partnership.res_partner_grade_view_search +NEW ir.ui.view: partnership.view_partner_grade_form +NEW ir.ui.view: partnership.view_partner_grade_tree +NEW ir.ui.view: partnership.view_partner_pricelist_form +NEW ir.ui.view: partnership.view_res_partner_filter_assign +NEW ir.ui.view: partnership.view_res_partner_form +NEW ir.ui.view: partnership.view_res_partner_grade_tree +NEW res.partner.grade: partnership.res_partner_grade_data_bronze [renamed from website_crm_partner_assign module] +NEW res.partner.grade: partnership.res_partner_grade_data_gold [renamed from website_crm_partner_assign module] +NEW res.partner.grade: partnership.res_partner_grade_data_silver [renamed from website_crm_partner_assign module] diff --git a/openupgrade_scripts/scripts/payment/19.0.2.0/noupdate_changes.xml b/openupgrade_scripts/scripts/payment/19.0.2.0/noupdate_changes.xml new file mode 100644 index 000000000000..ffa570dcfd17 --- /dev/null +++ b/openupgrade_scripts/scripts/payment/19.0.2.0/noupdate_changes.xml @@ -0,0 +1,489 @@ + + + + none + + + none + + + full_only + + + partial + + + partial + + + none + + + none + + + none + + + none + + + partial + + + True + + + partial + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + partial + + + partial + + + none + + + none + + + none + + + partial + + + none + + + none + + + none + + + partial + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + partial + + + partial + + + partial + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + partial + + + none + + + none + + + none + + + none + + + none + + + partial + + + none + + + False + none + none + False + + + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + partial + + + partial + + + none + + + none + + + partial + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + partial + + + full_only + + + partial + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + none + + + partial + + + none + + + none + + + none + + + none + + + none + + + partial + + + none + + + none + + + full_only + + + none + + + none + + + none + + + + + + + + + + + + + + + + + + + + diff --git a/openupgrade_scripts/scripts/payment/19.0.2.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/payment/19.0.2.0/upgrade_analysis.txt new file mode 100644 index 000000000000..a3ec9ef06a00 --- /dev/null +++ b/openupgrade_scripts/scripts/payment/19.0.2.0/upgrade_analysis.txt @@ -0,0 +1,53 @@ +---Models in module 'payment'--- +---Fields in module 'payment'--- +payment / payment.method / support_manual_capture (selection): NEW required, selection_keys: ['full_only', 'none', 'partial'], hasdefault: default +payment / payment.transaction / is_live (boolean) : NEW +payment / res.company / payment_onboarding_payment_method (selection): DEL selection_keys: ['manual', 'other', 'paypal', 'stripe'] +---XML records in module 'payment'--- +NEW ir.actions.server: payment.action_start_payment_onboarding +DEL ir.actions.server: payment.action_activate_stripe +DEL ir.model.access: payment.payment_provider_onboarding_wizard +NEW ir.ui.view: payment.payment_transaction_graph +NEW ir.ui.view: payment.payment_transaction_pivot +DEL ir.ui.view: payment.payment_provider_onboarding_wizard_form +DEL onboarding.onboarding.step: payment.onboarding_onboarding_step_payment_provider +NEW payment.method: payment.payment_method_aman +NEW payment.method: payment.payment_method_contact +NEW payment.method: payment.payment_method_dpo +NEW payment.method: payment.payment_method_easypaisa +NEW payment.method: payment.payment_method_forsa +NEW payment.method: payment.payment_method_halan +NEW payment.method: payment.payment_method_installments_eg +NEW payment.method: payment.payment_method_jazzcash +NEW payment.method: payment.payment_method_kiosk +NEW payment.method: payment.payment_method_mercado_pago_wallet +NEW payment.method: payment.payment_method_mobile_wallet_eg +NEW payment.method: payment.payment_method_premium_card +NEW payment.method: payment.payment_method_souhoola +NEW payment.method: payment.payment_method_stcpay +NEW payment.method: payment.payment_method_sympl +NEW payment.method: payment.payment_method_tabby +NEW payment.method: payment.payment_method_tamara +NEW payment.method: payment.payment_method_troy +NEW payment.method: payment.payment_method_valu +DEL payment.method: payment.payment_method_axis +DEL payment.method: payment.payment_method_bancomat_pay +DEL payment.method: payment.payment_method_bpi +DEL payment.method: payment.payment_method_brankas +DEL payment.method: payment.payment_method_dolfin +DEL payment.method: payment.payment_method_frafinance +DEL payment.method: payment.payment_method_giropay +DEL payment.method: payment.payment_method_gsb +DEL payment.method: payment.payment_method_lydia +DEL payment.method: payment.payment_method_lyfpay +DEL payment.method: payment.payment_method_naver_pay +DEL payment.method: payment.payment_method_pay_easy +DEL payment.method: payment.payment_method_paylib +DEL payment.method: payment.payment_method_paypay +DEL payment.method: payment.payment_method_payu +DEL payment.method: payment.payment_method_toss_pay +DEL payment.method: payment.payment_method_zalopay +NEW payment.provider: payment.payment_provider_dpo +NEW payment.provider: payment.payment_provider_iyzico +NEW payment.provider: payment.payment_provider_paymob +NEW payment.provider: payment.payment_provider_redsys diff --git a/openupgrade_scripts/scripts/payment_adyen/19.0.2.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/payment_adyen/19.0.2.0/upgrade_analysis.txt new file mode 100644 index 000000000000..9c6661019803 --- /dev/null +++ b/openupgrade_scripts/scripts/payment_adyen/19.0.2.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'payment_adyen'--- +---Fields in module 'payment_adyen'--- +---XML records in module 'payment_adyen'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/payment_aps/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/payment_aps/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..d3780459167a --- /dev/null +++ b/openupgrade_scripts/scripts/payment_aps/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'payment_aps'--- +---Fields in module 'payment_aps'--- +---XML records in module 'payment_aps'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/payment_asiapay/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/payment_asiapay/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..2bbe68fdbeb0 --- /dev/null +++ b/openupgrade_scripts/scripts/payment_asiapay/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'payment_asiapay'--- +---Fields in module 'payment_asiapay'--- +---XML records in module 'payment_asiapay'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/payment_authorize/19.0.2.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/payment_authorize/19.0.2.0/upgrade_analysis.txt new file mode 100644 index 000000000000..430a60ed6639 --- /dev/null +++ b/openupgrade_scripts/scripts/payment_authorize/19.0.2.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'payment_authorize'--- +---Fields in module 'payment_authorize'--- +---XML records in module 'payment_authorize'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/payment_buckaroo/19.0.2.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/payment_buckaroo/19.0.2.0/upgrade_analysis.txt new file mode 100644 index 000000000000..ac37f035005c --- /dev/null +++ b/openupgrade_scripts/scripts/payment_buckaroo/19.0.2.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'payment_buckaroo'--- +---Fields in module 'payment_buckaroo'--- +---XML records in module 'payment_buckaroo'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/payment_custom/19.0.2.0/noupdate_changes.xml b/openupgrade_scripts/scripts/payment_custom/19.0.2.0/noupdate_changes.xml new file mode 100644 index 000000000000..e49e3729fb31 --- /dev/null +++ b/openupgrade_scripts/scripts/payment_custom/19.0.2.0/noupdate_changes.xml @@ -0,0 +1,6 @@ + + + + none + + diff --git a/openupgrade_scripts/scripts/payment_custom/19.0.2.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/payment_custom/19.0.2.0/upgrade_analysis.txt new file mode 100644 index 000000000000..ff60cb71245b --- /dev/null +++ b/openupgrade_scripts/scripts/payment_custom/19.0.2.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'payment_custom'--- +---Fields in module 'payment_custom'--- +---XML records in module 'payment_custom'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/payment_demo/19.0.2.0/noupdate_changes.xml b/openupgrade_scripts/scripts/payment_demo/19.0.2.0/noupdate_changes.xml new file mode 100644 index 000000000000..c4783bb44ac3 --- /dev/null +++ b/openupgrade_scripts/scripts/payment_demo/19.0.2.0/noupdate_changes.xml @@ -0,0 +1,6 @@ + + + + partial + + diff --git a/openupgrade_scripts/scripts/payment_demo/19.0.2.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/payment_demo/19.0.2.0/upgrade_analysis.txt new file mode 100644 index 000000000000..6bdd934eeb16 --- /dev/null +++ b/openupgrade_scripts/scripts/payment_demo/19.0.2.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'payment_demo'--- +---Fields in module 'payment_demo'--- +---XML records in module 'payment_demo'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/payment_dpo/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/payment_dpo/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..b9d68a87c962 --- /dev/null +++ b/openupgrade_scripts/scripts/payment_dpo/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,8 @@ +---Models in module 'payment_dpo'--- +---Fields in module 'payment_dpo'--- +payment_dpo / payment.provider / code (False) : NEW selection_keys: ['adyen', 'aps', 'asiapay', 'authorize', 'buckaroo', 'custom', 'demo', 'dpo', 'none'], mode: modify +payment_dpo / payment.provider / dpo_company_token (char) : NEW +payment_dpo / payment.provider / dpo_service_ref (char) : NEW +---XML records in module 'payment_dpo'--- +NEW ir.ui.view: payment_dpo.payment_provider_form +NEW ir.ui.view: payment_dpo.redirect_form diff --git a/openupgrade_scripts/scripts/payment_flutterwave/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/payment_flutterwave/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..f193789e406f --- /dev/null +++ b/openupgrade_scripts/scripts/payment_flutterwave/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'payment_flutterwave'--- +---Fields in module 'payment_flutterwave'--- +payment_flutterwave / payment.provider / code (False) : selection_keys added: [dpo] (most likely nothing to do) +---XML records in module 'payment_flutterwave'--- diff --git a/openupgrade_scripts/scripts/payment_iyzico/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/payment_iyzico/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..fefd58352afd --- /dev/null +++ b/openupgrade_scripts/scripts/payment_iyzico/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,8 @@ +---Models in module 'payment_iyzico'--- +---Fields in module 'payment_iyzico'--- +payment_iyzico / payment.provider / code (False) : NEW selection_keys: ['adyen', 'aps', 'asiapay', 'authorize', 'buckaroo', 'custom', 'demo', 'dpo', 'flutterwave', 'iyzico', 'none'], mode: modify +payment_iyzico / payment.provider / iyzico_key_id (char) : NEW +payment_iyzico / payment.provider / iyzico_key_secret (char) : NEW +---XML records in module 'payment_iyzico'--- +NEW ir.ui.view: payment_iyzico.payment_provider_form +NEW ir.ui.view: payment_iyzico.redirect_form diff --git a/openupgrade_scripts/scripts/payment_mercado_pago/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/payment_mercado_pago/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..2179b9650037 --- /dev/null +++ b/openupgrade_scripts/scripts/payment_mercado_pago/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/openupgrade_scripts/scripts/payment_mercado_pago/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/payment_mercado_pago/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..4a2b847973ec --- /dev/null +++ b/openupgrade_scripts/scripts/payment_mercado_pago/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,12 @@ +---Models in module 'payment_mercado_pago'--- +---Fields in module 'payment_mercado_pago'--- +payment_mercado_pago / payment.provider / code (False) : selection_keys added: [dpo, iyzico] (most likely nothing to do) +payment_mercado_pago / payment.provider / mercado_pago_access_token_expiry (datetime): NEW +payment_mercado_pago / payment.provider / mercado_pago_account_country_id (many2one): NEW relation: res.country +payment_mercado_pago / payment.provider / mercado_pago_public_key (char): NEW +payment_mercado_pago / payment.provider / mercado_pago_refresh_token (char): NEW +payment_mercado_pago / payment.token / mercado_pago_customer_id (char): NEW +---XML records in module 'payment_mercado_pago'--- +NEW ir.ui.view: payment_mercado_pago.authorization_error +NEW ir.ui.view: payment_mercado_pago.inline_form +NEW ir.ui.view: payment_mercado_pago.method_form diff --git a/openupgrade_scripts/scripts/payment_mollie/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/payment_mollie/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..4df451aeef65 --- /dev/null +++ b/openupgrade_scripts/scripts/payment_mollie/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'payment_mollie'--- +---Fields in module 'payment_mollie'--- +payment_mollie / payment.provider / code (False) : selection_keys added: [dpo, iyzico] (most likely nothing to do) +---XML records in module 'payment_mollie'--- diff --git a/openupgrade_scripts/scripts/payment_nuvei/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/payment_nuvei/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..b4ec80bd13d7 --- /dev/null +++ b/openupgrade_scripts/scripts/payment_nuvei/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'payment_nuvei'--- +---Fields in module 'payment_nuvei'--- +payment_nuvei / payment.provider / code (False) : selection_keys added: [dpo, iyzico] (most likely nothing to do) +---XML records in module 'payment_nuvei'--- diff --git a/openupgrade_scripts/scripts/payment_paymob/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/payment_paymob/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..2a7a2162fb3c --- /dev/null +++ b/openupgrade_scripts/scripts/payment_paymob/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,11 @@ +---Models in module 'payment_paymob'--- +---Fields in module 'payment_paymob'--- +payment_paymob / payment.provider / code (False) : NEW selection_keys: ['adyen', 'aps', 'asiapay', 'authorize', 'buckaroo', 'custom', 'demo', 'dpo', 'flutterwave', 'iyzico', 'mercado_pago', 'mollie', 'none', 'nuvei', 'paymob'], mode: modify +payment_paymob / payment.provider / paymob_account_country_id (many2one): NEW relation: res.country +payment_paymob / payment.provider / paymob_api_key (char) : NEW +payment_paymob / payment.provider / paymob_hmac_key (char) : NEW +payment_paymob / payment.provider / paymob_public_key (char) : NEW +payment_paymob / payment.provider / paymob_secret_key (char) : NEW +---XML records in module 'payment_paymob'--- +NEW ir.ui.view: payment_paymob.payment_provider_form +NEW ir.ui.view: payment_paymob.redirect_form diff --git a/openupgrade_scripts/scripts/payment_paypal/19.0.2.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/payment_paypal/19.0.2.0/upgrade_analysis.txt new file mode 100644 index 000000000000..2291c34ae28e --- /dev/null +++ b/openupgrade_scripts/scripts/payment_paypal/19.0.2.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'payment_paypal'--- +---Fields in module 'payment_paypal'--- +payment_paypal / payment.provider / code (False) : selection_keys added: [dpo, iyzico, paymob] (most likely nothing to do) +---XML records in module 'payment_paypal'--- diff --git a/openupgrade_scripts/scripts/payment_razorpay/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/payment_razorpay/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..ab976548fd49 --- /dev/null +++ b/openupgrade_scripts/scripts/payment_razorpay/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,10 @@ +---Models in module 'payment_razorpay'--- +---Fields in module 'payment_razorpay'--- +payment_razorpay / payment.provider / code (False) : selection_keys added: [dpo, iyzico, paymob] (most likely nothing to do) +payment_razorpay / payment.provider / razorpay_access_token (char) : previously in module payment_razorpay_oauth +payment_razorpay / payment.provider / razorpay_access_token_expiry (datetime): previously in module payment_razorpay_oauth +payment_razorpay / payment.provider / razorpay_account_id (char) : previously in module payment_razorpay_oauth +payment_razorpay / payment.provider / razorpay_public_token (char) : previously in module payment_razorpay_oauth +payment_razorpay / payment.provider / razorpay_refresh_token (char) : previously in module payment_razorpay_oauth +---XML records in module 'payment_razorpay'--- +NEW ir.ui.view: payment_razorpay.authorization_error diff --git a/openupgrade_scripts/scripts/payment_redsys/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/payment_redsys/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..5d51c7060e3c --- /dev/null +++ b/openupgrade_scripts/scripts/payment_redsys/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,9 @@ +---Models in module 'payment_redsys'--- +---Fields in module 'payment_redsys'--- +payment_redsys / payment.provider / code (False) : NEW selection_keys: ['adyen', 'aps', 'asiapay', 'authorize', 'buckaroo', 'custom', 'demo', 'dpo', 'flutterwave', 'iyzico', 'mercado_pago', 'mollie', 'none', 'nuvei', 'paymob', 'paypal', 'razorpay', 'redsys'], mode: modify +payment_redsys / payment.provider / redsys_merchant_code (char) : NEW +payment_redsys / payment.provider / redsys_merchant_terminal (char): NEW +payment_redsys / payment.provider / redsys_secret_key (char) : NEW +---XML records in module 'payment_redsys'--- +NEW ir.ui.view: payment_redsys.payment_provider_form +NEW ir.ui.view: payment_redsys.redirect_form diff --git a/openupgrade_scripts/scripts/payment_stripe/19.0.2.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/payment_stripe/19.0.2.0/upgrade_analysis.txt new file mode 100644 index 000000000000..de807520fc9e --- /dev/null +++ b/openupgrade_scripts/scripts/payment_stripe/19.0.2.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'payment_stripe'--- +---Fields in module 'payment_stripe'--- +payment_stripe / payment.provider / code (False) : selection_keys added: [dpo, iyzico, paymob, redsys] (most likely nothing to do) +---XML records in module 'payment_stripe'--- diff --git a/openupgrade_scripts/scripts/payment_worldline/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/payment_worldline/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..27335515bb80 --- /dev/null +++ b/openupgrade_scripts/scripts/payment_worldline/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'payment_worldline'--- +---Fields in module 'payment_worldline'--- +payment_worldline / payment.provider / code (False) : selection_keys added: [dpo, iyzico, paymob, redsys] (most likely nothing to do) +---XML records in module 'payment_worldline'--- diff --git a/openupgrade_scripts/scripts/payment_xendit/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/payment_xendit/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..93f242b416f3 --- /dev/null +++ b/openupgrade_scripts/scripts/payment_xendit/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'payment_xendit'--- +---Fields in module 'payment_xendit'--- +payment_xendit / payment.provider / code (False) : selection_keys added: [dpo, iyzico, paymob, redsys] (most likely nothing to do) +---XML records in module 'payment_xendit'--- diff --git a/openupgrade_scripts/scripts/phone_validation/19.0.2.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/phone_validation/19.0.2.1/upgrade_analysis.txt new file mode 100644 index 000000000000..dea3f50335a8 --- /dev/null +++ b/openupgrade_scripts/scripts/phone_validation/19.0.2.1/upgrade_analysis.txt @@ -0,0 +1,12 @@ +---Models in module 'phone_validation'--- +---Fields in module 'phone_validation'--- +phone_validation / res.partner / phone_blacklisted (boolean) : previously in module sms +phone_validation / res.partner / phone_mobile_search (char) : previously in module sms +phone_validation / res.partner / phone_sanitized (char) : previously in module sms +phone_validation / res.partner / phone_sanitized_blacklisted (boolean): previously in module sms +phone_validation / res.users / phone_blacklisted (boolean) : previously in module sms +phone_validation / res.users / phone_mobile_search (char) : previously in module sms +phone_validation / res.users / phone_sanitized (char) : previously in module sms +phone_validation / res.users / phone_sanitized_blacklisted (boolean): previously in module sms +---XML records in module 'phone_validation'--- +NEW ir.ui.view: phone_validation.res_partner_view_search diff --git a/openupgrade_scripts/scripts/point_of_sale/19.0.1.0.2/noupdate_changes.xml b/openupgrade_scripts/scripts/point_of_sale/19.0.1.0.2/noupdate_changes.xml new file mode 100644 index 000000000000..801e901a035e --- /dev/null +++ b/openupgrade_scripts/scripts/point_of_sale/19.0.1.0.2/noupdate_changes.xml @@ -0,0 +1,21 @@ + + + + + + + / + + + True + + + True + + + True + + diff --git a/openupgrade_scripts/scripts/point_of_sale/19.0.1.0.2/upgrade_analysis.txt b/openupgrade_scripts/scripts/point_of_sale/19.0.1.0.2/upgrade_analysis.txt new file mode 100644 index 000000000000..bb6b8ab91af8 --- /dev/null +++ b/openupgrade_scripts/scripts/point_of_sale/19.0.1.0.2/upgrade_analysis.txt @@ -0,0 +1,128 @@ +---Models in module 'point_of_sale'--- +---Fields in module 'point_of_sale'--- +point_of_sale / pos.bill / for_all_config (boolean) : DEL +point_of_sale / pos.category / hour_after (float) : previously in module pos_self_order +point_of_sale / pos.category / hour_until (float) : previously in module pos_self_order +point_of_sale / pos.category / image_128 (binary) : now related +point_of_sale / pos.category / image_512 (binary) : NEW attachment: True +point_of_sale / pos.config / available_preset_ids (many2many): NEW relation: pos.preset +point_of_sale / pos.config / currency_id (many2one) : is now stored +point_of_sale / pos.config / customer_display_type (selection): DEL selection_keys: function +point_of_sale / pos.config / default_preset_id (many2one) : NEW relation: pos.preset +point_of_sale / pos.config / device_seq_id (many2one) : NEW relation: ir.sequence +point_of_sale / pos.config / epson_printer_ip (char) : previously in module pos_epson_printer +point_of_sale / pos.config / fallback_nomenclature_id (many2one): NEW relation: barcode.nomenclature +point_of_sale / pos.config / fast_payment_method_ids (many2many): NEW relation: pos.payment.method, hasdefault: compute +point_of_sale / pos.config / iface_group_by_categ (boolean): NEW +point_of_sale / pos.config / last_data_change (datetime) : NEW isfunction: function, stored +point_of_sale / pos.config / module_pos_appointment (boolean): NEW +point_of_sale / pos.config / order_backend_seq_id (many2one): NEW relation: ir.sequence +point_of_sale / pos.config / order_line_seq_id (many2one) : NEW relation: ir.sequence +point_of_sale / pos.config / order_seq_id (many2one) : NEW relation: ir.sequence +point_of_sale / pos.config / orderlines_sequence_in_cart_by_category (boolean): DEL +point_of_sale / pos.config / sequence_id (many2one) : DEL relation: ir.sequence +point_of_sale / pos.config / sequence_line_id (many2one) : DEL relation: ir.sequence +point_of_sale / pos.config / use_fast_payment (boolean) : NEW +point_of_sale / pos.config / use_presets (boolean) : NEW +point_of_sale / pos.note / color (integer) : NEW +point_of_sale / pos.order / config_id (many2one) : not related anymore +point_of_sale / pos.order / general_customer_note (text) : NEW +point_of_sale / pos.order / general_note (text) : DEL +point_of_sale / pos.order / internal_note (text) : NEW +point_of_sale / pos.order / is_refund (boolean) : NEW +point_of_sale / pos.order / preset_id (many2one) : NEW relation: pos.preset +point_of_sale / pos.order / preset_time (datetime) : NEW +point_of_sale / pos.order / procurement_group_id (many2one): DEL relation: procurement.group +point_of_sale / pos.order / reversed_move_ids (one2many) : NEW relation: account.move +point_of_sale / pos.order / source (selection) : NEW selection_keys: ['pos'], hasdefault: default +point_of_sale / pos.order / state (selection) : selection_keys removed: [invoiced] +point_of_sale / pos.order / stock_reference_ids (many2many): NEW relation: stock.reference +point_of_sale / pos.order / tracking_number (char) : is now stored +point_of_sale / pos.order / tracking_number (char) : not a function anymore +point_of_sale / pos.order.line / extra_tax_data (json) : NEW +point_of_sale / pos.order.line / skip_change (boolean) : DEL +point_of_sale / pos.preset / color (integer) : NEW hasdefault: default +point_of_sale / pos.preset / fiscal_position_id (many2one) : NEW relation: account.fiscal.position +point_of_sale / pos.preset / identification (selection) : NEW required, selection_keys: ['address', 'name', 'none'], hasdefault: default +point_of_sale / pos.preset / image_128 (binary) : NEW attachment: True, isrelated: related, stored +point_of_sale / pos.preset / image_512 (binary) : NEW attachment: True +point_of_sale / pos.preset / interval_time (integer) : NEW hasdefault: default +point_of_sale / pos.preset / is_return (boolean) : NEW hasdefault: default +point_of_sale / pos.preset / name (char) : NEW required, translate +point_of_sale / pos.preset / pricelist_id (many2one) : NEW relation: product.pricelist +point_of_sale / pos.preset / resource_calendar_id (many2one): NEW relation: resource.calendar +point_of_sale / pos.preset / slots_per_interval (integer) : NEW hasdefault: default +point_of_sale / pos.preset / use_timing (boolean) : NEW hasdefault: default +point_of_sale / pos.printer / epson_printer_ip (char) : previously in module pos_epson_printer +point_of_sale / pos.printer / pos_config_ids (many2many) : NEW relation: pos.config +point_of_sale / pos.printer / printer_type (selection) : selection_keys added: [epson_epos] (most likely nothing to do) +point_of_sale / pos.session / login_number (integer) : DEL +point_of_sale / pos.session / sequence_number (integer) : DEL +point_of_sale / procurement.group / pos_order_id (many2one) : DEL relation: pos.order +point_of_sale / product.combo / qty_free (integer) : NEW hasdefault: default +point_of_sale / product.combo / qty_max (integer) : NEW hasdefault: default +point_of_sale / product.tag / pos_description (html) : NEW translate +point_of_sale / product.template / pos_optional_product_ids (many2many): NEW relation: product.template +point_of_sale / product.template / pos_sequence (integer) : NEW hasdefault: default +point_of_sale / stock.reference / pos_order_ids (many2many) : NEW relation: pos.order +point_of_sale / uom.category / is_pos_groupable (boolean) : DEL +point_of_sale / uom.uom / is_pos_groupable (boolean) : is now stored +point_of_sale / uom.uom / is_pos_groupable (boolean) : not related anymore +---XML records in module 'point_of_sale'--- +NEW ir.actions.act_window: point_of_sale.action_confirm_action_wizard +NEW ir.actions.act_window: point_of_sale.action_pos_preset_form +NEW ir.actions.act_window: point_of_sale.product_template_action_add_pos +NEW ir.actions.act_window: point_of_sale.product_template_action_edit_pos +DEL ir.actions.act_window: point_of_sale.product_product_action_add_pos +DEL ir.actions.act_window: point_of_sale.product_product_action_edit_pos +NEW ir.actions.server: point_of_sale.model_pos_order_send_mail +DEL ir.actions.server: point_of_sale.action_send_mail +NEW ir.model.access: point_of_sale.access_pos_confirmation_wizard +NEW ir.model.access: point_of_sale.access_pos_confirmation_wizard_manager +NEW ir.model.access: point_of_sale.access_pos_make_invoice +NEW ir.model.access: point_of_sale.access_pos_make_invoice_manager +NEW ir.model.access: point_of_sale.access_pos_preset +NEW ir.model.access: point_of_sale.access_pos_preset_manager +DEL ir.model.access: point_of_sale.access_product_attribute_custom_value_pos_manager +DEL ir.model.access: point_of_sale.access_product_attribute_pos_manager +DEL ir.model.access: point_of_sale.access_product_attribute_value_pos_manager +DEL ir.model.access: point_of_sale.access_product_category_manager +DEL ir.model.access: point_of_sale.access_product_combo_item_pos_manager +DEL ir.model.access: point_of_sale.access_product_combo_pos_manager +DEL ir.model.access: point_of_sale.access_product_product_attribute_pos_manager +DEL ir.model.access: point_of_sale.access_product_product_packaging_user +DEL ir.model.access: point_of_sale.access_product_product_pos_manager +DEL ir.model.access: point_of_sale.access_product_tag_pos_manager +DEL ir.model.access: point_of_sale.access_product_template_attribute_exclusion_pos_manager +DEL ir.model.access: point_of_sale.access_product_template_attribute_line_pos_manager +DEL ir.model.access: point_of_sale.access_product_template_pos_manager +DEL ir.model.access: point_of_sale.access_uom_uom_manager +DEL ir.model.access: point_of_sale.access_update_product_attribute_value_pos_manager +NEW ir.model.constraint: point_of_sale.constraint_pos_order_line_unique_uuid +NEW ir.model.constraint: point_of_sale.constraint_pos_order_unique_uuid +NEW ir.model.constraint: point_of_sale.constraint_pos_payment_unique_uuid +DEL ir.model.constraint: point_of_sale.constraint_pos_order_line_uuid_unique +DEL ir.model.constraint: point_of_sale.constraint_pos_order_uuid_unique +DEL ir.model.constraint: point_of_sale.constraint_pos_payment_uuid_unique +DEL ir.model.constraint: point_of_sale.constraint_pos_session_uniq_name +NEW ir.ui.menu: point_of_sale.menu_pos_preset +NEW ir.ui.menu: point_of_sale.pos_menu_products_tag_action +NEW ir.ui.view: point_of_sale.product_tag_form_view_inherit_point_of_sale +NEW ir.ui.view: point_of_sale.product_template_tree_view_point_of_sale +NEW ir.ui.view: point_of_sale.product_template_view_form_normalized_pos +NEW ir.ui.view: point_of_sale.product_uom_form_view_inherit +NEW ir.ui.view: point_of_sale.stock_reference_pos_view_form +NEW ir.ui.view: point_of_sale.view_confirm_action_wizard +NEW ir.ui.view: point_of_sale.view_pos_make_invoice +NEW ir.ui.view: point_of_sale.view_pos_preset_form +NEW ir.ui.view: point_of_sale.view_pos_preset_tree +DEL ir.ui.view: point_of_sale.product_product_view_form_normalized_pos +DEL ir.ui.view: point_of_sale.product_uom_categ_form_view +DEL ir.ui.view: point_of_sale.product_uom_categ_tree_view +DEL ir.ui.view: point_of_sale.view_partner_pos_kanban +NEW mail.template: point_of_sale.email_template_pos_receipt +DEL mail.template: point_of_sale.pos_email_marketing_template +NEW product.category: point_of_sale.product_category_food +DEL product.category: point_of_sale.product_category_pos +NEW res.groups: point_of_sale.group_pos_preset +NEW res.groups.privilege: point_of_sale.res_groups_privilege_point_of_sale diff --git a/openupgrade_scripts/scripts/portal/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/portal/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..623a10979cdb --- /dev/null +++ b/openupgrade_scripts/scripts/portal/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,16 @@ +---Models in module 'portal'--- +---Fields in module 'portal'--- +portal / gamification.badge.user / website_message_ids (one2many): NEW relation: mail.message +portal / ir.actions.server / website_message_ids (one2many): NEW relation: mail.message +portal / ir.cron / website_message_ids (one2many): NEW relation: mail.message +portal / maintenance.equipment.category / website_message_ids (one2many): DEL relation: mail.message +portal / maintenance.team / website_message_ids (one2many): NEW relation: mail.message +---XML records in module 'portal'--- +NEW ir.ui.view: portal.address_card +NEW ir.ui.view: portal.address_footer +NEW ir.ui.view: portal.address_form_fields +NEW ir.ui.view: portal.address_list +NEW ir.ui.view: portal.address_management +NEW ir.ui.view: portal.my_addresses +DEL ir.ui.view: portal.portal_my_details_fields +DEL mail.template: portal.mail_template_data_portal_welcome diff --git a/openupgrade_scripts/scripts/portal_rating/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/portal_rating/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..92288a8f13d6 --- /dev/null +++ b/openupgrade_scripts/scripts/portal_rating/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'portal_rating'--- +---Fields in module 'portal_rating'--- +---XML records in module 'portal_rating'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/pos_adyen/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/pos_adyen/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..5e3c5caf7f83 --- /dev/null +++ b/openupgrade_scripts/scripts/pos_adyen/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'pos_adyen'--- +---Fields in module 'pos_adyen'--- +---XML records in module 'pos_adyen'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/pos_discount/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/pos_discount/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..201af73674a2 --- /dev/null +++ b/openupgrade_scripts/scripts/pos_discount/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,9 @@ + + + + + + diff --git a/openupgrade_scripts/scripts/pos_discount/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/pos_discount/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..91e3ea4a90a0 --- /dev/null +++ b/openupgrade_scripts/scripts/pos_discount/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'pos_discount'--- +---Fields in module 'pos_discount'--- +---XML records in module 'pos_discount'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/pos_event/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/pos_event/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..00ed82d01753 --- /dev/null +++ b/openupgrade_scripts/scripts/pos_event/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'pos_event'--- +---Fields in module 'pos_event'--- +---XML records in module 'pos_event'--- +NEW ir.ui.view: pos_event.event_registration_ticket_view_form diff --git a/openupgrade_scripts/scripts/pos_glory_cash/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/pos_glory_cash/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..50a18fc0f96a --- /dev/null +++ b/openupgrade_scripts/scripts/pos_glory_cash/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,7 @@ +---Models in module 'pos_glory_cash'--- +---Fields in module 'pos_glory_cash'--- +pos_glory_cash / pos.payment.method / glory_password (char) : NEW +pos_glory_cash / pos.payment.method / glory_username (char) : NEW +pos_glory_cash / pos.payment.method / glory_websocket_address (char): NEW +---XML records in module 'pos_glory_cash'--- +NEW ir.ui.view: pos_glory_cash.pos_payment_method_view_form_inherit_pos_glory_cash diff --git a/openupgrade_scripts/scripts/pos_hr/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/pos_hr/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..d4bf7de0320f --- /dev/null +++ b/openupgrade_scripts/scripts/pos_hr/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,7 @@ +---Models in module 'pos_hr'--- +---Fields in module 'pos_hr'--- +pos_hr / pos.config / minimal_employee_ids (many2many): NEW relation: hr.employee +---XML records in module 'pos_hr'--- +DEL ir.actions.report: pos_hr.multi_employee_sales_report_action +NEW ir.ui.view: pos_hr.report_salesdetails_with_employee_reports +DEL ir.ui.view: pos_hr.multi_employee_sales_report diff --git a/openupgrade_scripts/scripts/pos_imin/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/pos_imin/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..3f5da499c8e2 --- /dev/null +++ b/openupgrade_scripts/scripts/pos_imin/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'pos_imin'--- +---Fields in module 'pos_imin'--- +---XML records in module 'pos_imin'--- +NEW ir.ui.view: pos_imin.pos_config_view_form_inherit_pos_imin +NEW ir.ui.view: pos_imin.res_config_settings_view_form_inherit_pos_imin diff --git a/openupgrade_scripts/scripts/pos_loyalty/19.0.2.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/pos_loyalty/19.0.2.0/upgrade_analysis.txt new file mode 100644 index 000000000000..59f623ac7513 --- /dev/null +++ b/openupgrade_scripts/scripts/pos_loyalty/19.0.2.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'pos_loyalty'--- +---Fields in module 'pos_loyalty'--- +---XML records in module 'pos_loyalty'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/pos_mercado_pago/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/pos_mercado_pago/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..6f5097b2fb0a --- /dev/null +++ b/openupgrade_scripts/scripts/pos_mercado_pago/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'pos_mercado_pago'--- +---Fields in module 'pos_mercado_pago'--- +---XML records in module 'pos_mercado_pago'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/pos_online_payment/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/pos_online_payment/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..23b4cc1b4c32 --- /dev/null +++ b/openupgrade_scripts/scripts/pos_online_payment/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'pos_online_payment'--- +---Fields in module 'pos_online_payment'--- +---XML records in module 'pos_online_payment'--- +NEW ir.ui.view: pos_online_payment.res_config_settings_view_form diff --git a/openupgrade_scripts/scripts/pos_online_payment_self_order/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/pos_online_payment_self_order/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..ce3ed7bbd4f1 --- /dev/null +++ b/openupgrade_scripts/scripts/pos_online_payment_self_order/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'pos_online_payment_self_order'--- +---Fields in module 'pos_online_payment_self_order'--- +---XML records in module 'pos_online_payment_self_order'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/pos_pine_labs/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/pos_pine_labs/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..87c0bba1ef4c --- /dev/null +++ b/openupgrade_scripts/scripts/pos_pine_labs/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'pos_pine_labs'--- +---Fields in module 'pos_pine_labs'--- +---XML records in module 'pos_pine_labs'--- +NEW ir.ui.view: pos_pine_labs.view_pos_payment_form_inherit_pine_labs +DEL ir.ui.view: pos_pine_labs.view_pos_pos_form_inherit_pos_pine_labs diff --git a/openupgrade_scripts/scripts/pos_qfpay/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/pos_qfpay/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..85dd827a63cf --- /dev/null +++ b/openupgrade_scripts/scripts/pos_qfpay/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,9 @@ +---Models in module 'pos_qfpay'--- +---Fields in module 'pos_qfpay'--- +pos_qfpay / pos.payment.method / qfpay_latest_response (char) : NEW +pos_qfpay / pos.payment.method / qfpay_notification_key (char) : NEW +pos_qfpay / pos.payment.method / qfpay_payment_type (selection): NEW selection_keys: ['alipay', 'amex_card', 'card_payment', 'fps', 'octopus', 'payme', 'union', 'unionpay_card', 'wx'] +pos_qfpay / pos.payment.method / qfpay_pos_key (char) : NEW +pos_qfpay / pos.payment.method / qfpay_terminal_ip_address (char): NEW +---XML records in module 'pos_qfpay'--- +NEW ir.ui.view: pos_qfpay.pos_payment_method_view_form diff --git a/openupgrade_scripts/scripts/pos_razorpay/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/pos_razorpay/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..a55d4218c5f4 --- /dev/null +++ b/openupgrade_scripts/scripts/pos_razorpay/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'pos_razorpay'--- +---Fields in module 'pos_razorpay'--- +pos_razorpay / pos.payment / razorpay_p2p_request_id (char): NEW +---XML records in module 'pos_razorpay'--- diff --git a/openupgrade_scripts/scripts/pos_repair/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/pos_repair/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..d5b2f65b861f --- /dev/null +++ b/openupgrade_scripts/scripts/pos_repair/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'pos_repair'--- +---Fields in module 'pos_repair'--- +---XML records in module 'pos_repair'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/pos_restaurant/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/pos_restaurant/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..2aed3c9f7d61 --- /dev/null +++ b/openupgrade_scripts/scripts/pos_restaurant/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,23 @@ +---Models in module 'pos_restaurant'--- +---Fields in module 'pos_restaurant'--- +pos_restaurant / pos.config / default_screen (selection) : NEW selection_keys: ['register', 'tables'], hasdefault: default +pos_restaurant / pos.config / module_pos_restaurant_appointment (boolean): DEL +pos_restaurant / pos.config / takeaway (boolean) : DEL +pos_restaurant / pos.config / takeaway_fp_id (many2one) : DEL relation: account.fiscal.position +pos_restaurant / pos.order / course_ids (one2many) : NEW relation: restaurant.order.course +pos_restaurant / pos.order / takeaway (boolean) : DEL +pos_restaurant / pos.order.line / course_id (many2one) : NEW relation: restaurant.order.course +pos_restaurant / pos.preset / use_guest (boolean) : NEW hasdefault: default +pos_restaurant / restaurant.order.course / fired (boolean) : NEW hasdefault: default +pos_restaurant / restaurant.order.course / fired_date (datetime) : NEW +pos_restaurant / restaurant.order.course / index (integer) : NEW hasdefault: default +pos_restaurant / restaurant.order.course / line_ids (one2many) : NEW relation: pos.order.line +pos_restaurant / restaurant.order.course / order_id (many2one) : NEW relation: pos.order, required +pos_restaurant / restaurant.order.course / uuid (char) : NEW +---XML records in module 'pos_restaurant'--- +NEW ir.model.access: pos_restaurant.access_restaurant_order_course +NEW ir.ui.view: pos_restaurant.view_pos_preset_form_inherit_pos_restaurant +NEW pos.preset: pos_restaurant.pos_delivery_preset +NEW pos.preset: pos_restaurant.pos_takein_preset +NEW pos.preset: pos_restaurant.pos_takeout_preset +NEW resource.calendar: pos_restaurant.pos_resource_preset diff --git a/openupgrade_scripts/scripts/pos_restaurant_adyen/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/pos_restaurant_adyen/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..ee1745cac087 --- /dev/null +++ b/openupgrade_scripts/scripts/pos_restaurant_adyen/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'pos_restaurant_adyen'--- +---Fields in module 'pos_restaurant_adyen'--- +---XML records in module 'pos_restaurant_adyen'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/pos_sale/19.0.1.1/noupdate_changes.xml b/openupgrade_scripts/scripts/pos_sale/19.0.1.1/noupdate_changes.xml new file mode 100644 index 000000000000..054a00da6a2b --- /dev/null +++ b/openupgrade_scripts/scripts/pos_sale/19.0.1.1/noupdate_changes.xml @@ -0,0 +1,9 @@ + + + + + + diff --git a/openupgrade_scripts/scripts/pos_sale/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/pos_sale/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..4c9324993b97 --- /dev/null +++ b/openupgrade_scripts/scripts/pos_sale/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'pos_sale'--- +---Fields in module 'pos_sale'--- +---XML records in module 'pos_sale'--- +DEL ir.ui.view: pos_sale.crm_team_view_kanban_dashboard +DEL ir.ui.view: pos_sale.product_template_form_view diff --git a/openupgrade_scripts/scripts/pos_self_order/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/pos_self_order/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..c5b6ab91ab21 --- /dev/null +++ b/openupgrade_scripts/scripts/pos_self_order/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,31 @@ + + + + True + + + delivery + + + True + + table + + + True + + + + diff --git a/openupgrade_scripts/scripts/pos_self_order/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/pos_self_order/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..c21b248803ff --- /dev/null +++ b/openupgrade_scripts/scripts/pos_self_order/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,16 @@ +---Models in module 'pos_self_order'--- +---Fields in module 'pos_self_order'--- +pos_self_order / pos.category / hour_after (float) : module is now 'point_of_sale' ('pos_self_order') +pos_self_order / pos.category / hour_until (float) : module is now 'point_of_sale' ('pos_self_order') +pos_self_order / pos.category / pos_config_ids (many2many) : NEW relation: pos.config +pos_self_order / pos.config / self_ordering_image_background_ids (many2many): NEW relation: ir.attachment +pos_self_order / pos.config / self_ordering_takeaway (boolean): DEL +pos_self_order / pos.order / self_ordering_table_id (many2one): NEW relation: restaurant.table +pos_self_order / pos.order / source (False) : NEW selection_keys: ['kiosk', 'mobile', 'pos'], mode: modify +pos_self_order / pos.preset / available_in_self (boolean) : NEW hasdefault: default +pos_self_order / pos.preset / mail_template_id (many2one) : NEW relation: mail.template +pos_self_order / pos.preset / service_at (selection) : NEW required, selection_keys: ['counter', 'delivery', 'table'], hasdefault: default +---XML records in module 'pos_self_order'--- +NEW ir.ui.view: pos_self_order.view_pos_preset_form +NEW mail.template: pos_self_order.delivery_email_template +NEW mail.template: pos_self_order.takeout_email_template diff --git a/openupgrade_scripts/scripts/pos_sms/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/pos_sms/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..7a7d116862df --- /dev/null +++ b/openupgrade_scripts/scripts/pos_sms/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'pos_sms'--- +---Fields in module 'pos_sms'--- +---XML records in module 'pos_sms'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/pos_stripe/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/pos_stripe/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..dd2b0f365d39 --- /dev/null +++ b/openupgrade_scripts/scripts/pos_stripe/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'pos_stripe'--- +---Fields in module 'pos_stripe'--- +---XML records in module 'pos_stripe'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/pos_viva_com/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/pos_viva_com/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..b91ebb9b5c9d --- /dev/null +++ b/openupgrade_scripts/scripts/pos_viva_com/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,14 @@ +---Models in module 'pos_viva_com'--- +---Fields in module 'pos_viva_com'--- +pos_viva_com / pos.payment / viva_com_session_id (char) : NEW +pos_viva_com / pos.payment.method / viva_com_api_key (char) : NEW +pos_viva_com / pos.payment.method / viva_com_bearer_token (char) : NEW hasdefault: default +pos_viva_com / pos.payment.method / viva_com_client_id (char) : NEW +pos_viva_com / pos.payment.method / viva_com_client_secret (char) : NEW +pos_viva_com / pos.payment.method / viva_com_latest_response (json): NEW +pos_viva_com / pos.payment.method / viva_com_merchant_id (char) : NEW +pos_viva_com / pos.payment.method / viva_com_terminal_id (char) : NEW +pos_viva_com / pos.payment.method / viva_com_test_mode (boolean) : NEW +pos_viva_com / pos.payment.method / viva_com_webhook_verification_key (char): NEW +---XML records in module 'pos_viva_com'--- +NEW ir.ui.view: pos_viva_com.pos_payment_method_view_form_inherit_pos_viva_com diff --git a/openupgrade_scripts/scripts/privacy_lookup/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/privacy_lookup/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..49473f308f4c --- /dev/null +++ b/openupgrade_scripts/scripts/privacy_lookup/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'privacy_lookup'--- +---Fields in module 'privacy_lookup'--- +---XML records in module 'privacy_lookup'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/product/19.0.1.2/upgrade_analysis.txt b/openupgrade_scripts/scripts/product/19.0.1.2/upgrade_analysis.txt new file mode 100644 index 000000000000..2ee72fe35391 --- /dev/null +++ b/openupgrade_scripts/scripts/product/19.0.1.2/upgrade_analysis.txt @@ -0,0 +1,68 @@ +---Models in module 'product'--- +---Fields in module 'product'--- +product / product.attribute / display_type (selection) : selection_keys added: [image] (most likely nothing to do) +product / product.packaging / barcode (char) : DEL +product / product.packaging / company_id (many2one) : DEL relation: res.company +product / product.packaging / name (char) : DEL required +product / product.packaging / product_id (many2one) : DEL relation: product.product, required +product / product.packaging / qty (float) : DEL +product / product.packaging / sequence (integer) : DEL +product / product.pricelist.item / company_id (many2one) : not related anymore +product / product.pricelist.item / company_id (many2one) : now a function +product / product.pricelist.item / currency_id (many2one) : not related anymore +product / product.pricelist.item / currency_id (many2one) : now a function +product / product.product / _order : _order is now 'default_code, name, id' ('is_favorite desc, default_code, name, id') +product / product.product / is_favorite (boolean) : is now stored +product / product.product / is_in_selected_section_of_order (boolean): NEW +product / product.product / packaging_ids (one2many) : DEL relation: product.packaging +product / product.product / pricelist_rule_ids (one2many) : NEW relation: product.pricelist.item, hasdefault: compute, stored: False +product / product.product / product_uom_ids (one2many) : NEW relation: product.uom +product / product.supplierinfo / product_tmpl_id (many2one) : now required +product / product.supplierinfo / product_uom_id (many2one) : NEW relation: uom.uom, required, hasdefault: compute +product / product.tag / image (binary) : previously in module website_sale +product / product.tag / visible_to_customers (boolean): NEW hasdefault: default +product / product.template / pricelist_rule_ids (one2many) : NEW relation: product.pricelist.item +product / product.template / uom_ids (many2many) : NEW relation: uom.uom +product / product.template / uom_po_id (many2one) : DEL relation: uom.uom, required +product / product.uom / barcode (char) : NEW required +product / product.uom / company_id (many2one) : NEW relation: res.company, hasdefault: default +product / product.uom / product_id (many2one) : NEW relation: product.product, required +product / product.uom / uom_id (many2one) : NEW relation: uom.uom, required +product / uom.uom / product_uom_ids (one2many) : NEW relation: product.uom +---XML records in module 'product'--- +DEL decimal.precision: product.decimal_product_uom [renamed to uom module] +DEL ir.actions.act_window: product.action_packaging_view +NEW ir.actions.server: product.action_product_print_labels +NEW ir.actions.server: product.action_product_template_print_labels +NEW ir.model.access: product.access_product_document_manager +NEW ir.model.access: product.access_product_uom_manager +NEW ir.model.access: product.access_product_uom_user +NEW ir.model.access: product.access_uom_uom_product_manager +DEL ir.model.access: product.access_product_packaging_manager +DEL ir.model.access: product.access_product_packaging_user +NEW ir.model.constraint: product.constraint_product_product_combination_unique +NEW ir.model.constraint: product.constraint_product_product_is_favorite_index +NEW ir.model.constraint: product.constraint_product_template_is_favorite_index +NEW ir.model.constraint: product.constraint_product_uom_barcode_uniq +DEL ir.model.constraint: product.constraint_product_packaging_barcode_uniq +DEL ir.model.constraint: product.constraint_product_packaging_positive_qty +DEL ir.rule: product.product_packaging_comp_rule +NEW ir.ui.view: product.product_pricelist_item_product_product_form_view +NEW ir.ui.view: product.product_pricelist_item_product_template_form_view +NEW ir.ui.view: product.product_template_list_view_purchasable +NEW ir.ui.view: product.product_template_list_view_sellable +NEW ir.ui.view: product.product_uom_list_view +NEW ir.ui.view: product.uom_uom_form_view_inherit +DEL ir.ui.view: product.product_packaging_form_view +DEL ir.ui.view: product.product_packaging_form_view2 +DEL ir.ui.view: product.product_packaging_search_view +DEL ir.ui.view: product.product_packaging_tree_view +DEL ir.ui.view: product.product_packaging_tree_view2 +NEW product.category: product.product_category_expenses +NEW product.category: product.product_category_goods +NEW product.category: product.product_category_services +DEL product.category: product.cat_expense +DEL product.category: product.product_category_1 +DEL product.category: product.product_category_all +DEL res.groups: product.group_stock_packaging +NEW res.groups.privilege: product.res_groups_privilege_product diff --git a/openupgrade_scripts/scripts/product_email_template/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/product_email_template/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..8163b6614f6b --- /dev/null +++ b/openupgrade_scripts/scripts/product_email_template/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'product_email_template'--- +---Fields in module 'product_email_template'--- +---XML records in module 'product_email_template'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/product_expiry/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/product_expiry/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..16a16060393c --- /dev/null +++ b/openupgrade_scripts/scripts/product_expiry/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'product_expiry'--- +---Fields in module 'product_expiry'--- +product_expiry / stock.move.line / removal_date (datetime) : NEW isfunction: function, stored +---XML records in module 'product_expiry'--- +DEL mail.activity.type: product_expiry.mail_activity_type_alert_date_reached diff --git a/openupgrade_scripts/scripts/product_margin/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/product_margin/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..90ae219a2af1 --- /dev/null +++ b/openupgrade_scripts/scripts/product_margin/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'product_margin'--- +---Fields in module 'product_margin'--- +---XML records in module 'product_margin'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/project/19.0.1.3/noupdate_changes.xml b/openupgrade_scripts/scripts/project/19.0.1.3/noupdate_changes.xml new file mode 100644 index 000000000000..34cd60c6b78f --- /dev/null +++ b/openupgrade_scripts/scripts/project/19.0.1.3/noupdate_changes.xml @@ -0,0 +1,315 @@ + + + + [ + '|', + ('project_id.privacy_visibility', 'in', ['employees', 'portal']), + '|', + ('project_id.message_partner_ids', 'in', [user.partner_id.id]), + ('user_ids', 'in', user.id), + ] + + + + Project Stage: Send rating + + + [ + ('project_id.privacy_visibility', 'in', ['employees', 'portal']), + '|', '|', ('project_id', '!=', False), + ('parent_id', '!=', False), + ('user_ids', 'in', user.id), + ] + + + +
+ Dear Brandon Freeman,

+ Thank you for contacting us. We appreciate your interest in our products/services.
+ Our team is currently reviewing your inquiry and will respond to your email as soon as possible.
+ If you have any further questions or concerns in the meantime, please do not hesitate to let us know. We are here to help.

+ Thank you for your patience.
+ Best regards, + +
+
--
Mitchell Admin
+
+
+
+ +
+ + [ + '|', + ('project_id.privacy_visibility', 'in', ['employees', 'portal']), + '|', + ('project_id.message_partner_ids', 'in', [user.partner_id.id]), + ('project_id.user_id', '=', user.id), + ] + + + [ + ('project_id.privacy_visibility', 'in', ['invited_users', 'portal']), + ('partner_id', '=', user.partner_id.id), + ] + + + [ + ('project_id.privacy_visibility', 'in', ['invited_users', 'portal']), + ('project_id.collaborator_ids.partner_id', 'in', [user.partner_id.id]), + ] + + + [ + '&', + ('privacy_visibility', 'in', ['invited_users', 'portal']), + ('message_partner_ids', 'child_of', [user.partner_id.commercial_partner_id.id]), + ] + + + ['|', + ('privacy_visibility', 'in', ['employees', 'portal']), + ('message_partner_ids', 'in', [user.partner_id.id]) + ] + + + [ + ('project_id.privacy_visibility', 'in', ['invited_users', 'portal']), + ('active', '=', True), + '|', + ('message_partner_ids', 'child_of', [user.partner_id.commercial_partner_id.id]), + ('project_id.collaborator_ids', 'any', [ + ('partner_id', '=', user.partner_id.id), + ('limited_access', '=', False), + ]), + ] + + + [ + ('project_id.privacy_visibility', 'in', ['invited_users', 'portal']), + ('active', '=', True), + '|', + ('message_partner_ids', 'child_of', [user.partner_id.commercial_partner_id.id]), + ('project_id.collaborator_ids', 'any', [ + ('partner_id', '=', user.partner_id.id), + ('limited_access', '=', False), + ]), + ] + + + +
+ + + + + + + + + + + + + + + + + + + + + + + +
+ Hello Brandon Freeman,

+
+ Hello,

+
+ Please take a moment to rate our services related to the Planning and budget task + + assigned to Mitchell Admin.
+
+ + .
+
+
+ + + + + + + +
+ Tell us how you feel about our services +
+ (click on one of these smileys) +
+ + + + + + +
+ + Happy + + + + Neutral + + + + Unhappy + +
+
+
+ We appreciate your feedback. It helps us improve continuously. + +
+ This satisfaction survey has been sent because your task has been moved to the In progress stage +
+ +
+ This satisfaction survey is sent weekly as long as the task is in the In progress stage. +
+

Best regards,
+ YourCompany +
+ 1 650-123-4567 + + | info@yourcompany.com + + + | http://www.example.com + +
+
+
+ +
+ + [ + '|', + ('project_id.privacy_visibility', 'in', ['employees', 'portal']), + '|', + ('project_id.message_partner_ids', 'in', [user.partner_id.id]), + '|', + ('task_id.message_partner_ids', 'in', [user.partner_id.id]), + ('user_ids', 'in', user.id), + ] + + + [ + '|', + '&', + ('project_id', '!=', False), + '|', + ('project_id.privacy_visibility', 'in', ['employees', 'portal']), + ('project_id.message_partner_ids', 'in', [user.partner_id.id]), + '|', + ('message_partner_ids', 'in', [user.partner_id.id]), + # to subscribe check access to the record, follower is not enough at creation + ('user_ids', 'in', user.id) + ] + + + [ + '|', + '&', + ('project_id', '!=', False), + '|', + ('project_id.privacy_visibility', 'in', ['employees', 'portal']), + ('project_id.message_partner_ids', 'in', [user.partner_id.id]), + '|', + ('message_partner_ids', 'in', [user.partner_id.id]), + # to subscribe check access to the record, follower is not enough at creation + ('user_ids', 'in', user.id) + ] + + + [ + '|', + ('project_id.privacy_visibility', 'in', ['employees', 'portal']), + '|', + ('project_id.message_partner_ids', 'in', [user.partner_id.id]), + '|', + ('user_id', '=', user.id), + ('project_id.user_id', '=', user.id) + ] + +
diff --git a/openupgrade_scripts/scripts/project/19.0.1.3/upgrade_analysis.txt b/openupgrade_scripts/scripts/project/19.0.1.3/upgrade_analysis.txt new file mode 100644 index 000000000000..c131eb81d292 --- /dev/null +++ b/openupgrade_scripts/scripts/project/19.0.1.3/upgrade_analysis.txt @@ -0,0 +1,85 @@ +---Models in module 'project'--- +---Fields in module 'project'--- +project / project.milestone / _order : _order is now 'sequence, deadline, is_reached desc, name' ('deadline, is_reached desc, name') +project / project.milestone / sequence (integer) : NEW hasdefault: default +project / project.project / allow_recurring_tasks (boolean): NEW +project / project.project / is_template (boolean) : NEW +project / project.project / privacy_visibility (selection): selection_keys added: [invited_users] (most likely nothing to do) +project / project.project / rating_active (boolean) : DEL +project / project.project / rating_request_deadline (datetime): DEL +project / project.project / rating_status (selection) : DEL required, selection_keys: ['periodic', 'stage'] +project / project.project / rating_status_period (selection): DEL required, selection_keys: ['bimonthly', 'daily', 'monthly', 'quarterly', 'weekly', 'yearly'] +project / project.project.stage / color (integer) : NEW +project / project.role / active (boolean) : NEW hasdefault: default +project / project.role / color (integer) : NEW hasdefault: default +project / project.role / name (char) : NEW required, translate +project / project.role / sequence (integer) : NEW +project / project.task / display_in_project (boolean) : now a function +project / project.task / email_from (char) : previously in module website_project +project / project.task / has_template_ancestor (boolean): NEW isfunction: function, stored +project / project.task / is_template (boolean) : NEW +project / project.task / partner_phone (char) : previously in module website_project +project / project.task / personal_stage_type_id (many2one): not a function anymore +project / project.task / personal_stage_type_id (many2one): now related +project / project.task / priority (selection) : selection_keys added: [2, 3] (most likely nothing to do) +project / project.task / role_ids (many2many) : NEW relation: project.role +project / project.task.type / color (integer) : NEW +project / project.task.type / rating_active (boolean) : NEW +project / project.task.type / rating_request_deadline (datetime): NEW isfunction: function, stored +project / project.task.type / rating_status (selection) : NEW required, selection_keys: ['periodic', 'stage'], hasdefault: default +project / project.task.type / rating_status_period (selection): NEW required, selection_keys: ['bimonthly', 'daily', 'monthly', 'quarterly', 'weekly', 'yearly'], hasdefault: default +project / project.task.type / rotting_threshold_days (integer): NEW hasdefault: default +project / res.users / favorite_project_ids (many2many): NEW relation: project.project +---XML records in module 'project'--- +NEW ir.actions.act_window: project.mail_followers_edit_action_from_task +NEW ir.actions.act_window: project.project_milestone_action +NEW ir.actions.act_window: project.project_milestone_action_view_tasks +NEW ir.actions.act_window: project.project_roles_action +NEW ir.actions.act_window.view: project.action_view_project_milestone_form +NEW ir.actions.act_window.view: project.action_view_project_milestone_kanban +NEW ir.actions.act_window.view: project.action_view_project_milestone_list +NEW ir.actions.act_window.view: project.project_milestone_action_view_graph +NEW ir.actions.act_window.view: project.project_milestone_action_view_pivot +NEW ir.actions.act_window.view: project.project_milestone_action_view_tasks_calendar +NEW ir.actions.act_window.view: project.project_milestone_action_view_tasks_kanban +NEW ir.actions.act_window.view: project.project_milestone_action_view_tasks_list +NEW ir.actions.act_window.view: project.project_roles_action_kanban +NEW ir.actions.act_window.view: project.project_roles_action_list +NEW ir.actions.server: project.action_server_convert_project_to_template +NEW ir.actions.server: project.action_server_convert_to_template +DEL ir.actions.server: project.action_server_view_my_task +NEW ir.embedded.actions: project.project_embedded_action_project_milestones +NEW ir.embedded.actions: project.project_embedded_action_update_milestones +NEW ir.model.access: project.access_project_role_manager +NEW ir.model.access: project.access_project_role_user +NEW ir.model.access: project.access_project_task_share_manager +NEW ir.model.access: project.access_project_template_create_wizard_manager +NEW ir.model.access: project.access_project_template_create_wizard_user +NEW ir.model.access: project.access_project_template_role_to_users_map_manager +NEW ir.model.access: project.access_project_template_role_to_users_map_user +NEW ir.model.constraint: project.constraint_mail_message_date_res_id_id_for_burndown_chart +NEW ir.model.constraint: project.constraint_project_task_is_template_idx +NEW ir.ui.menu: project.project_menu_config_project_roles +NEW ir.ui.view: project.portal_my_tasks_badge_widget_template +NEW ir.ui.view: project.portal_task_share_wizard +NEW ir.ui.view: project.project_milestone_view_kanban +NEW ir.ui.view: project.project_project_view_form_simplified_template +NEW ir.ui.view: project.project_role_view_form +NEW ir.ui.view: project.project_role_view_kanban +NEW ir.ui.view: project.project_role_view_list +NEW ir.ui.view: project.project_role_view_search +NEW ir.ui.view: project.project_task_graph_view_project_milestone +NEW ir.ui.view: project.project_task_kanban_view_project_milestone +NEW ir.ui.view: project.project_task_pivot_view_project_milestone +NEW ir.ui.view: project.project_task_templates_kanban +NEW ir.ui.view: project.project_task_templates_list +NEW ir.ui.view: project.project_task_tree_view_project_milestone +NEW ir.ui.view: project.project_templates_view_form +NEW ir.ui.view: project.project_templates_view_kanban +NEW ir.ui.view: project.project_templates_view_list +NEW ir.ui.view: project.view_task_template_search_form +DEL ir.ui.view: project.project_sharing +DEL ir.ui.view: project.project_sharing_embed +DEL ir.ui.view: project.rating_rating_project_view_kanban +DEL res.groups: project.group_project_rating +NEW res.groups.privilege: project.res_groups_privilege_project diff --git a/openupgrade_scripts/scripts/project_account/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/project_account/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..7226ddb8a9a7 --- /dev/null +++ b/openupgrade_scripts/scripts/project_account/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'project_account'--- +---Fields in module 'project_account'--- +---XML records in module 'project_account'--- +NEW ir.embedded.actions: project_account.project_embedded_action_analytic_items_dashboard diff --git a/openupgrade_scripts/scripts/project_hr_expense/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/project_hr_expense/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..bb85694c210e --- /dev/null +++ b/openupgrade_scripts/scripts/project_hr_expense/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'project_hr_expense'--- +---Fields in module 'project_hr_expense'--- +---XML records in module 'project_hr_expense'--- +NEW ir.embedded.actions: project_hr_expense.project_embedded_action_hr_expenses_dashbord diff --git a/openupgrade_scripts/scripts/project_hr_skills/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/project_hr_skills/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..99b27beeeb09 --- /dev/null +++ b/openupgrade_scripts/scripts/project_hr_skills/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'project_hr_skills'--- +---Fields in module 'project_hr_skills'--- +project_hr_skills / res.users / employee_skill_ids (one2many) : previously in module hr_skills +---XML records in module 'project_hr_skills'--- diff --git a/openupgrade_scripts/scripts/project_mrp/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/project_mrp/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..08bed7c4a133 --- /dev/null +++ b/openupgrade_scripts/scripts/project_mrp/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'project_mrp'--- +---Fields in module 'project_mrp'--- +---XML records in module 'project_mrp'--- +NEW ir.embedded.actions: project_mrp.project_embedded_action_bills_of_materials_dashboard +NEW ir.embedded.actions: project_mrp.project_embedded_action_manufacturing_orders_dashboard diff --git a/openupgrade_scripts/scripts/project_mrp_account/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/project_mrp_account/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..ab45f434b1ea --- /dev/null +++ b/openupgrade_scripts/scripts/project_mrp_account/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'project_mrp_account'--- +---Fields in module 'project_mrp_account'--- +---XML records in module 'project_mrp_account'--- +DEL ir.ui.view: project_mrp_account.mrp_production_form_view_inherit_project_mrp_account diff --git a/openupgrade_scripts/scripts/project_purchase/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/project_purchase/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..2b105b079eee --- /dev/null +++ b/openupgrade_scripts/scripts/project_purchase/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'project_purchase'--- +---Fields in module 'project_purchase'--- +---XML records in module 'project_purchase'--- +NEW ir.embedded.actions: project_purchase.project_embedded_action_purchase_orders_dashboard diff --git a/openupgrade_scripts/scripts/project_sms/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/project_sms/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..eafd7361f742 --- /dev/null +++ b/openupgrade_scripts/scripts/project_sms/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'project_sms'--- +---Fields in module 'project_sms'--- +---XML records in module 'project_sms'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/project_stock/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/project_stock/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..eede41e58b7f --- /dev/null +++ b/openupgrade_scripts/scripts/project_stock/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,6 @@ +---Models in module 'project_stock'--- +---Fields in module 'project_stock'--- +---XML records in module 'project_stock'--- +NEW ir.embedded.actions: project_stock.project_embedded_action_all_pickings_dashboard +NEW ir.embedded.actions: project_stock.project_embedded_action_from_wh_dashboard +NEW ir.embedded.actions: project_stock.project_embedded_action_to_wh_dashboard diff --git a/openupgrade_scripts/scripts/project_stock_account/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/project_stock_account/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..744cd7bac79e --- /dev/null +++ b/openupgrade_scripts/scripts/project_stock_account/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'project_stock_account'--- +---Fields in module 'project_stock_account'--- +---XML records in module 'project_stock_account'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/project_timesheet_holidays/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/project_timesheet_holidays/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..47bc88bf2104 --- /dev/null +++ b/openupgrade_scripts/scripts/project_timesheet_holidays/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,8 @@ +---Models in module 'project_timesheet_holidays'--- +---Fields in module 'project_timesheet_holidays'--- +project_timesheet_holidays / hr.leave.type / timesheet_generate (boolean) : DEL +project_timesheet_holidays / hr.leave.type / timesheet_project_id (many2one): DEL relation: project.project +project_timesheet_holidays / hr.leave.type / timesheet_task_id (many2one) : DEL relation: project.task +---XML records in module 'project_timesheet_holidays'--- +NEW ir.model.constraint: project_timesheet_holidays.constraint_account_analytic_line_timeoff_timesheet_idx +DEL ir.ui.view: project_timesheet_holidays.hr_holiday_status_view_form_inherit diff --git a/openupgrade_scripts/scripts/project_todo/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/project_todo/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..c2ece3ef58aa --- /dev/null +++ b/openupgrade_scripts/scripts/project_todo/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,237 @@ + + + + diff --git a/openupgrade_scripts/scripts/project_todo/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/project_todo/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..83fc594ebf5c --- /dev/null +++ b/openupgrade_scripts/scripts/project_todo/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,7 @@ +---Models in module 'project_todo'--- +---Fields in module 'project_todo'--- +---XML records in module 'project_todo'--- +NEW ir.actions.act_window.view: project_todo.project_task_action_todo_calendar_view +DEL ir.actions.server: project_todo.project_task_preload_action_todo +NEW ir.ui.view: project_todo.project_task_view_todo_calendar +DEL res.groups: project_todo.group_onboarding_todo diff --git a/openupgrade_scripts/scripts/purchase/19.0.1.2/noupdate_changes.xml b/openupgrade_scripts/scripts/purchase/19.0.1.2/noupdate_changes.xml new file mode 100644 index 000000000000..a4f34b65797b --- /dev/null +++ b/openupgrade_scripts/scripts/purchase/19.0.1.2/noupdate_changes.xml @@ -0,0 +1,150 @@ + + + + +
+

+ Dear Brandon Freeman + + (Azure Interior) + +

+ Here is in attachment a request for quotation P00015 + + with reference: REF_XXX + + from YourCompany. +

+ If you have any questions, please do not hesitate to contact us. +

+ Best regards, + +
+
+

--
Mitchell Admin
+ +

+
+
+ + + +
+ + +
+

+ Dear Brandon Freeman + + (Azure Interior) + +

+ Here is in attachment a purchase order P00015 + + with reference: REF_XXX + + amounting in $ 10.00 + from YourCompany. +

+ + The receipt is expected for 05/05/2021. +

+ Could you please acknowledge the receipt of this order? +

+ + Acknowledge +
+ +
+
+

--
Mitchell Admin
+ +

+

+
+
+ + + +
+ + +
+

+ Dear Brandon Freeman + + (Azure Interior) + +

+ Here is a reminder that the delivery of the purchase order P00015 + + (REF_XXX) + + is expected for + 05/05/2021. + + undefined. + + Could you please confirm it will be delivered on time? +

+ + Acknowledge +

+ +
+
+

--
Mitchell Admin
+ +

+

+
+
+ + + +
+ + [('order_id.partner_id','child_of',[user.commercial_partner_id.id])] + + + [('partner_id', 'child_of', [user.commercial_partner_id.id])] + +
diff --git a/openupgrade_scripts/scripts/purchase/19.0.1.2/upgrade_analysis.txt b/openupgrade_scripts/scripts/purchase/19.0.1.2/upgrade_analysis.txt new file mode 100644 index 000000000000..a8f9ea140cc4 --- /dev/null +++ b/openupgrade_scripts/scripts/purchase/19.0.1.2/upgrade_analysis.txt @@ -0,0 +1,47 @@ +---Models in module 'purchase'--- +---Fields in module 'purchase'--- +purchase / product.packaging / purchase (boolean) : DEL +purchase / product.template / purchase_line_warn (selection): DEL required, selection_keys: ['block', 'no-message', 'warning'] +purchase / purchase.order / acknowledged (boolean) : NEW +purchase / purchase.order / is_late (boolean) : NEW stored: False +purchase / purchase.order / locked (boolean) : NEW hasdefault: default +purchase / purchase.order / mail_reception_confirmed (boolean): DEL +purchase / purchase.order / mail_reception_declined (boolean): DEL +purchase / purchase.order / mail_reminder_confirmed (boolean): DEL +purchase / purchase.order / note (html) : NEW +purchase / purchase.order / notes (html) : DEL +purchase / purchase.order / receipt_reminder_email (boolean): is now stored +purchase / purchase.order / receipt_reminder_email (boolean): not a function anymore +purchase / purchase.order / reminder_date_before_receipt (integer): is now stored +purchase / purchase.order / reminder_date_before_receipt (integer): not a function anymore +purchase / purchase.order / state (selection) : selection_keys removed: [done] +purchase / purchase.order.line / currency_id (many2one) : not stored anymore +purchase / purchase.order.line / display_type (selection) : selection_keys added: [line_subsection] (most likely nothing to do) +purchase / purchase.order.line / product_packaging_id (many2one): DEL relation: product.packaging +purchase / purchase.order.line / product_packaging_qty (float) : DEL +purchase / purchase.order.line / product_uom (many2one) : DEL relation: uom.uom +purchase / purchase.order.line / product_uom_id (many2one) : NEW relation: uom.uom +purchase / purchase.order.line / state (selection) : not stored anymore +purchase / purchase.order.line / tax_ids (many2many) : NEW relation: account.tax +purchase / purchase.order.line / taxes_id (many2many) : DEL relation: account.tax +purchase / purchase.order.line / technical_price_unit (float) : NEW +purchase / res.company / po_lead (float) : DEL required +purchase / res.partner / purchase_warn (selection) : DEL selection_keys: ['block', 'no-message', 'warning'] +---XML records in module 'purchase'--- +NEW ir.actions.act_window: purchase.mail_followers_edit_action_from_purchase +DEL ir.actions.server: purchase.action_purchase_batch_bills +DEL ir.model.access: purchase.access_product_category_purchase_manager +DEL ir.model.access: purchase.access_product_packaging_purchase_manager +DEL ir.model.access: purchase.access_product_product_purchase_manager +DEL ir.model.access: purchase.access_product_tag_purchase_manager +DEL ir.model.access: purchase.access_product_template_purchase_manager +DEL ir.model.access: purchase.access_uom_category_purchase_manager +DEL ir.model.access: purchase.access_uom_uom_purchase_manager +DEL ir.ui.menu: purchase.menu_purchase_uom_categ_form_action +DEL ir.ui.menu: purchase.menu_unit_of_measure_in_config_purchase +DEL ir.ui.view: purchase.product_packaging_form_view_purchase +DEL ir.ui.view: purchase.product_packaging_tree_view_purchase +DEL ir.ui.view: purchase.purchase_partner_kanban_view +DEL ir.ui.view: purchase.res_partner_view_purchase_account_buttons +DEL mail.message.subtype: purchase.mt_rfq_done +NEW res.groups.privilege: purchase.res_groups_privilege_purchase diff --git a/openupgrade_scripts/scripts/purchase_edi_ubl_bis3/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/purchase_edi_ubl_bis3/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..7c3df2e97011 --- /dev/null +++ b/openupgrade_scripts/scripts/purchase_edi_ubl_bis3/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,15 @@ +---Models in module 'purchase_edi_ubl_bis3'--- +---Fields in module 'purchase_edi_ubl_bis3'--- +---XML records in module 'purchase_edi_ubl_bis3'--- +DEL ir.ui.view: purchase_edi_ubl_bis3.bis3_AddressType +DEL ir.ui.view: purchase_edi_ubl_bis3.bis3_AllowanceChargeType +DEL ir.ui.view: purchase_edi_ubl_bis3.bis3_AnticipatedMonetaryTotalType +DEL ir.ui.view: purchase_edi_ubl_bis3.bis3_ContactType +DEL ir.ui.view: purchase_edi_ubl_bis3.bis3_DeliveryType +DEL ir.ui.view: purchase_edi_ubl_bis3.bis3_ItemType +DEL ir.ui.view: purchase_edi_ubl_bis3.bis3_LineItemType +DEL ir.ui.view: purchase_edi_ubl_bis3.bis3_OrderType +DEL ir.ui.view: purchase_edi_ubl_bis3.bis3_PartyType +DEL ir.ui.view: purchase_edi_ubl_bis3.bis3_PaymentTermsType +DEL ir.ui.view: purchase_edi_ubl_bis3.bis3_TaxCategoryType +DEL ir.ui.view: purchase_edi_ubl_bis3.portal_connect_software_modal diff --git a/openupgrade_scripts/scripts/purchase_mrp/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/purchase_mrp/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..ca3a4f484384 --- /dev/null +++ b/openupgrade_scripts/scripts/purchase_mrp/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'purchase_mrp'--- +---Fields in module 'purchase_mrp'--- +---XML records in module 'purchase_mrp'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/purchase_product_matrix/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/purchase_product_matrix/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..707ad5ce3014 --- /dev/null +++ b/openupgrade_scripts/scripts/purchase_product_matrix/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'purchase_product_matrix'--- +---Fields in module 'purchase_product_matrix'--- +---XML records in module 'purchase_product_matrix'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/purchase_repair/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/purchase_repair/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..b6ee025933a2 --- /dev/null +++ b/openupgrade_scripts/scripts/purchase_repair/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'purchase_repair'--- +---Fields in module 'purchase_repair'--- +---XML records in module 'purchase_repair'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/purchase_requisition/19.0.0.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/purchase_requisition/19.0.0.1/upgrade_analysis.txt new file mode 100644 index 000000000000..6925e053867f --- /dev/null +++ b/openupgrade_scripts/scripts/purchase_requisition/19.0.0.1/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'purchase_requisition'--- +---Fields in module 'purchase_requisition'--- +---XML records in module 'purchase_requisition'--- +DEL ir.ui.view: purchase_requisition.purchase_order_kpis_tree_inherit_purchase_requisition +DEL ir.ui.view: purchase_requisition.purchase_order_tree_inherit_purchase_requisition diff --git a/openupgrade_scripts/scripts/purchase_requisition_stock/19.0.1.2/upgrade_analysis.txt b/openupgrade_scripts/scripts/purchase_requisition_stock/19.0.1.2/upgrade_analysis.txt new file mode 100644 index 000000000000..3b89d1d2f872 --- /dev/null +++ b/openupgrade_scripts/scripts/purchase_requisition_stock/19.0.1.2/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'purchase_requisition_stock'--- +---Fields in module 'purchase_requisition_stock'--- +---XML records in module 'purchase_requisition_stock'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/purchase_stock/19.0.1.2/noupdate_changes.xml b/openupgrade_scripts/scripts/purchase_stock/19.0.1.2/noupdate_changes.xml new file mode 100644 index 000000000000..4a9e19cef540 --- /dev/null +++ b/openupgrade_scripts/scripts/purchase_stock/19.0.1.2/noupdate_changes.xml @@ -0,0 +1,9 @@ + + + + 10 + + + + + diff --git a/openupgrade_scripts/scripts/purchase_stock/19.0.1.2/upgrade_analysis.txt b/openupgrade_scripts/scripts/purchase_stock/19.0.1.2/upgrade_analysis.txt new file mode 100644 index 000000000000..cf9f2787a805 --- /dev/null +++ b/openupgrade_scripts/scripts/purchase_stock/19.0.1.2/upgrade_analysis.txt @@ -0,0 +1,27 @@ +---Models in module 'purchase_stock'--- +---Fields in module 'purchase_stock'--- +purchase_stock / procurement.group / purchase_line_ids (one2many) : DEL relation: purchase.order.line +purchase_stock / product.category / property_account_creditor_price_difference_categ (many2one): DEL relation: account.account +purchase_stock / product.template / property_account_creditor_price_difference (many2one): DEL relation: account.account +purchase_stock / product.template / route_ids (False) : DEL mode: modify +purchase_stock / purchase.order / group_id (many2one) : DEL relation: procurement.group +purchase_stock / purchase.order / reference_ids (many2many) : NEW relation: stock.reference +purchase_stock / purchase.order.line / group_id (many2one) : DEL relation: procurement.group +purchase_stock / res.partner / group_on (selection) : NEW required, selection_keys: ['1', '2', '3', '4', '5', '6', '7', 'default'], hasdefault: default +purchase_stock / res.partner / group_rfq (selection) : NEW required, selection_keys: ['all', 'day', 'default', 'week'], hasdefault: default +purchase_stock / res.partner / suggest_based_on (char) : NEW hasdefault: default +purchase_stock / res.partner / suggest_days (integer) : NEW hasdefault: default +purchase_stock / res.partner / suggest_percent (integer) : NEW hasdefault: default +purchase_stock / stock.reference / purchase_ids (many2many) : NEW relation: purchase.order +purchase_stock / stock.warehouse / buy_to_resupply (boolean) : not stored anymore +purchase_stock / stock.warehouse / buy_to_resupply (boolean) : now a function +purchase_stock / stock.warehouse.orderpoint / available_vendor (many2one) : NEW relation: res.partner, stored: False +purchase_stock / stock.warehouse.orderpoint / product_supplier_id (many2one): DEL relation: res.partner +purchase_stock / stock.warehouse.orderpoint / purchase_visibility_days (float): DEL +purchase_stock / stock.warehouse.orderpoint / vendor_id (many2one) : DEL relation: res.partner +---XML records in module 'purchase_stock'--- +NEW ir.ui.view: purchase_stock.product_view_search_catalog +NEW ir.ui.view: purchase_stock.stock_reference_purchase_view_form +DEL ir.ui.view: purchase_stock.product_template_form_view +DEL ir.ui.view: purchase_stock.stock_reorder_report_search_inherited_purchase_stock +DEL ir.ui.view: purchase_stock.view_category_property_form diff --git a/openupgrade_scripts/scripts/rating/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/rating/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..e65a922c684a --- /dev/null +++ b/openupgrade_scripts/scripts/rating/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,12 @@ +---Models in module 'rating'--- +---Fields in module 'rating'--- +rating / gamification.badge.user / rating_ids (one2many) : NEW relation: rating.rating +rating / ir.actions.server / rating_ids (one2many) : NEW relation: rating.rating +rating / ir.cron / rating_ids (one2many) : NEW relation: rating.rating +rating / maintenance.equipment.category / rating_ids (one2many) : DEL relation: rating.rating +rating / maintenance.team / rating_ids (one2many) : NEW relation: rating.rating +rating / rating.rating / rated_on (datetime) : NEW +---XML records in module 'rating'--- +NEW ir.model.constraint: rating.constraint_rating_rating_consumed_idx +NEW ir.model.constraint: rating.constraint_rating_rating_parent_consumed_idx +DEL ir.ui.view: rating.rating_rating_view_form_complete diff --git a/openupgrade_scripts/scripts/repair/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/repair/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..ac635ed945b2 --- /dev/null +++ b/openupgrade_scripts/scripts/repair/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,15 @@ +---Models in module 'repair'--- +---Fields in module 'repair'--- +repair / product.template / create_repair (boolean) : DEL +repair / product.template / service_tracking (False) : NEW selection_keys: ['event', 'no', 'partnership', 'repair'], mode: modify +repair / repair.order / procurement_group_id (many2one): DEL relation: procurement.group +repair / repair.order / product_uom (many2one) : not a function anymore +repair / repair.order / reference_ids (many2many) : NEW relation: stock.reference +repair / stock.picking.type / is_repairable (boolean) : DEL +repair / stock.picking.type / return_type_of_ids (one2many) : DEL relation: stock.picking.type +---XML records in module 'repair'--- +DEL ir.actions.act_window: repair.action_repair_picking_type_kanban +NEW ir.actions.server: repair.action_create_repair_order +DEL ir.actions.server: repair.action_repair_overview +DEL ir.ui.menu: repair.repair_picking_type_menu +DEL ir.ui.view: repair.view_repair_tag_form diff --git a/openupgrade_scripts/scripts/resource/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/resource/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..f39308e84474 --- /dev/null +++ b/openupgrade_scripts/scripts/resource/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,12 @@ +---Models in module 'resource'--- +---Fields in module 'resource'--- +resource / resource.calendar / duration_based (boolean) : NEW +resource / resource.calendar / flexible_hours (boolean) : now a function +resource / resource.calendar / hours_per_week (float) : NEW hasdefault: compute +resource / resource.calendar / schedule_type (selection) : NEW required, selection_keys: ['flexible', 'fully_fixed'], hasdefault: default +resource / resource.calendar.attendance / date_from (date) : DEL +resource / resource.calendar.attendance / date_to (date) : DEL +resource / resource.calendar.attendance / day_period (selection) : selection_keys added: [full_day] (most likely nothing to do) +resource / resource.calendar.attendance / duration_hours (float) : is now stored +resource / resource.calendar.attendance / resource_id (many2one) : DEL relation: resource.resource +---XML records in module 'resource'--- diff --git a/openupgrade_scripts/scripts/resource_mail/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/resource_mail/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..d942432e2223 --- /dev/null +++ b/openupgrade_scripts/scripts/resource_mail/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'resource_mail'--- +---Fields in module 'resource_mail'--- +resource_mail / resource.resource / color (integer) : NEW hasdefault: default +---XML records in module 'resource_mail'--- diff --git a/openupgrade_scripts/scripts/sale/19.0.1.2/noupdate_changes.xml b/openupgrade_scripts/scripts/sale/19.0.1.2/noupdate_changes.xml new file mode 100644 index 000000000000..2cb75623cb20 --- /dev/null +++ b/openupgrade_scripts/scripts/sale/19.0.1.2/noupdate_changes.xml @@ -0,0 +1,565 @@ + + + + +
+

+ Hello, +

+ Your quotation + + (with reference: S00052 ) + + amounting in $ 10.00 is ready for review. +
+ + +
+ + Here are some additional documents that may interest you: + + + Here is an additional document that may interest you: + +

+ +
+ Do not hesitate to contact us if you have any questions. + +
--
Mitchell Admin
+
+

+
+
+ + + {{ object.company_id.name }} {{ object.state in ('draft', 'sent') and 'Quotation' or 'Order' }} (Ref {{ object.name or 'n/a' }}) + +
+ + +
+

+ Hello, +

+ + Your order S00049 amounting in $ 10.00 + + has been confirmed.
+ Thank you for your trust! +
+ + is pending. It will be confirmed when the payment is received. + + Your payment reference is . + + +
+ + +
+ + Here are some additional documents that may interest you: + + + Here is an additional document that may interest you: + +

+ +
+ Do not hesitate to contact us if you have any questions. + +
--
Mitchell Admin
+
+

+ +
+ + + + + + +
+ Products + + + Quantity + + + + Tax Excl. + + + Tax Incl. + + +
+ + + + + + + + + + + +
+ + Taking care of Trees Course + + + + + Taking care of Trees Course + +
+
+ + + + + + + + + + +
+ Product image + Taking care of Trees Course1 + + + $ 10.00 + + + $ 10.00 + + +
+
+ + + + + + + + +
+ Subtotal: + $ 10.00 +
+
+
+
+
+ + + + + + + + + +
+ + Delivery: + $ 0.00
+ + Untaxed Amount: + $ 10.00
+
+
+ + + + + +
+ + Untaxed Amount: + $ 10.00
+
+
+ + + + + + + + + +
+ + Taxes: + $ 0.00
+ + Total: + $ 10.00
+
+
+ + + + + + + +
+ Bill to: + 1201 S Figueroa St + Los Angeles + California + 90015 + United States +
Payment Method: + + + + + ($ 10.00) +
+
+
+ + + + +
+
+ Ship to: + 1201 S Figueroa St + Los Angeles + California + 90015 + United States +
+ + + + + + + +
+ Shipping Method: + + + (Free) + + + ($ 10.00) + +
+ Shipping Description: + +
+
+
+
+ + + + + + + +
+

+ Hello, +

+ A payment with reference + SOOO49 + amounting + $ 10.00 + for your order + S00049 + + is pending. +
+ + Your order will be confirmed once the payment is confirmed. + + + Once confirmed, + $ 10.00 + will remain to be paid. + +
+ + has been confirmed. +
$ 10.00 + remains to be paid. +
+
+

+ Thank you for your trust! +
+ Do not hesitate to contact us if you have any questions. + +

--
Mitchell Admin
+ +

+
+
+ + + +
+ + [('order_id.partner_id','child_of',[user.commercial_partner_id.id])] + + + [('partner_id','child_of',[user.commercial_partner_id.id])] + +
diff --git a/openupgrade_scripts/scripts/sale/19.0.1.2/upgrade_analysis.txt b/openupgrade_scripts/scripts/sale/19.0.1.2/upgrade_analysis.txt new file mode 100644 index 000000000000..b709ab36b6f0 --- /dev/null +++ b/openupgrade_scripts/scripts/sale/19.0.1.2/upgrade_analysis.txt @@ -0,0 +1,65 @@ +---Models in module 'sale'--- +---Fields in module 'sale'--- +sale / product.category / property_account_downpayment_categ_id (many2one): DEL relation: account.account +sale / product.packaging / sales (boolean) : DEL +sale / product.template / sale_line_warn (selection) : DEL required, selection_keys: ['block', 'no-message', 'warning'] +sale / res.company / downpayment_account_id (many2one): NEW relation: account.account +sale / res.partner / sale_warn (selection) : DEL selection_keys: ['block', 'no-message', 'warning'] +sale / sale.order / pending_email_template_id (many2one): previously in module sale_async_emails +sale / sale.order / preferred_payment_method_line_id (many2one): NEW relation: account.payment.method.line, hasdefault: compute +sale / sale.order.line / collapse_composition (boolean): NEW hasdefault: default +sale / sale.order.line / collapse_prices (boolean) : NEW hasdefault: default +sale / sale.order.line / display_type (selection) : selection_keys added: [line_subsection] (most likely nothing to do) +sale / sale.order.line / extra_tax_data (json) : NEW +sale / sale.order.line / product_packaging_id (many2one): DEL relation: product.packaging +sale / sale.order.line / product_packaging_qty (float) : DEL +sale / sale.order.line / product_uom (many2one) : DEL relation: uom.uom +sale / sale.order.line / product_uom_id (many2one) : NEW relation: uom.uom, hasdefault: compute +sale / sale.order.line / tax_id (many2many) : DEL relation: account.tax +sale / sale.order.line / tax_ids (many2many) : NEW relation: account.tax, hasdefault: compute +---XML records in module 'sale'--- +NEW ir.actions.act_window: sale.mail_followers_edit_action_from_sale +NEW ir.config_parameter: sale.async_emails [renamed from sale_async_emails module] +NEW ir.cron: sale.send_pending_emails_cron +NEW ir.model.access: sale.access_product_document_sale_manager +DEL ir.model.access: sale.access_product_attribute_sale_manager +DEL ir.model.access: sale.access_product_attribute_value_sale_manager +DEL ir.model.access: sale.access_product_category_sale_manager +DEL ir.model.access: sale.access_product_product_attribute_custom_value_sale_user +DEL ir.model.access: sale.access_product_product_attribute_sale_manager +DEL ir.model.access: sale.access_product_product_sale_manager +DEL ir.model.access: sale.access_product_product_sale_user +DEL ir.model.access: sale.access_product_supplierinfo_sale_manager +DEL ir.model.access: sale.access_product_supplierinfo_user +DEL ir.model.access: sale.access_product_tag_sale_manager +DEL ir.model.access: sale.access_product_template_attribute_exclusion_sale_manager +DEL ir.model.access: sale.access_product_template_attribute_line_sale_manager +DEL ir.model.access: sale.access_product_template_sale_manager +DEL ir.model.access: sale.access_product_template_sale_user +DEL ir.model.access: sale.access_sale_order_cancel +DEL ir.model.access: sale.access_sale_payment_provider_onboarding_wizard +DEL ir.model.access: sale.access_uom_category_sale_manager +DEL ir.model.access: sale.access_uom_uom_sale_manager +DEL ir.model.access: sale.access_update_product_attribute_value_sale_manager +NEW ir.model.constraint: sale.constraint_sale_order_date_order_id_idx +DEL ir.rule: sale.sale_order_cancel_rule +DEL ir.rule: sale.sale_payment_provider_onboarding_wizard_rule +DEL ir.ui.menu: sale.menu_product_uom_categ_form_action +DEL ir.ui.menu: sale.next_id_16 +NEW ir.ui.view: sale.product_pricelist_item_form +NEW ir.ui.view: sale.res_config_settings_view_form_sale_inherit +NEW ir.ui.view: sale.sale_order_portal_pay_modal +NEW ir.ui.view: sale.sale_order_portal_pay_modal_amount_selector +NEW ir.ui.view: sale.sale_order_portal_sign_modal +DEL ir.ui.view: sale.crm_lead_partner_kanban_view +DEL ir.ui.view: sale.product_packaging_form_view_sale +DEL ir.ui.view: sale.product_packaging_tree_view_sale +DEL ir.ui.view: sale.sale_order_cancel_view_form +DEL ir.ui.view: sale.view_category_property_form +DEL mail.activity.type: sale.mail_act_sale_upsell +NEW mail.message.subtype: sale.mt_salesteam_invoice_paid +NEW mail.message.subtype: sale.mt_salesteam_invoice_posted +DEL mail.message.subtype: sale.mt_salesteam_invoice_confirmed +DEL mail.message.subtype: sale.mt_salesteam_invoice_created +NEW mail.template: sale.email_template_proforma +DEL mail.template: sale.mail_template_sale_cancellation diff --git a/openupgrade_scripts/scripts/sale_crm/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/sale_crm/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..7e368389ad40 --- /dev/null +++ b/openupgrade_scripts/scripts/sale_crm/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'sale_crm'--- +---Fields in module 'sale_crm'--- +sale_crm / res.users / target_sales_invoiced (integer): DEL +---XML records in module 'sale_crm'--- +DEL ir.ui.view: sale_crm.res_partner_address_type diff --git a/openupgrade_scripts/scripts/sale_expense/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/sale_expense/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..aec3280485c8 --- /dev/null +++ b/openupgrade_scripts/scripts/sale_expense/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,7 @@ +---Models in module 'sale_expense'--- +---Fields in module 'sale_expense'--- +sale_expense / hr.expense / sale_order_line_id (many2one) : NEW relation: sale.order.line, isfunction: function, stored +sale_expense / sale.order.line / expense_ids (one2many) : NEW relation: hr.expense +---XML records in module 'sale_expense'--- +DEL ir.ui.view: sale_expense.hr_expense_sheet_form_view_inherit_sale_expense +DEL ir.ui.view: sale_expense.hr_expense_sheet_view_form diff --git a/openupgrade_scripts/scripts/sale_expense_margin/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/sale_expense_margin/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..96c23e6e91ea --- /dev/null +++ b/openupgrade_scripts/scripts/sale_expense_margin/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'sale_expense_margin'--- +---Fields in module 'sale_expense_margin'--- +---XML records in module 'sale_expense_margin'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/sale_gelato/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/sale_gelato/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..e01357d5ac6b --- /dev/null +++ b/openupgrade_scripts/scripts/sale_gelato/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,52 @@ + + + + + + + + + diff --git a/openupgrade_scripts/scripts/sale_gelato/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/sale_gelato/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..05343b0deb41 --- /dev/null +++ b/openupgrade_scripts/scripts/sale_gelato/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'sale_gelato'--- +---Fields in module 'sale_gelato'--- +---XML records in module 'sale_gelato'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/sale_loyalty/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/sale_loyalty/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..7db3ea32d2d2 --- /dev/null +++ b/openupgrade_scripts/scripts/sale_loyalty/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'sale_loyalty'--- +---Fields in module 'sale_loyalty'--- +---XML records in module 'sale_loyalty'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/sale_loyalty_delivery/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/sale_loyalty_delivery/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..9262665eb2b7 --- /dev/null +++ b/openupgrade_scripts/scripts/sale_loyalty_delivery/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'sale_loyalty_delivery'--- +---Fields in module 'sale_loyalty_delivery'--- +---XML records in module 'sale_loyalty_delivery'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/sale_management/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/sale_management/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..2f130955acd8 --- /dev/null +++ b/openupgrade_scripts/scripts/sale_management/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,31 @@ +---Models in module 'sale_management'--- +---Fields in module 'sale_management'--- +sale_management / sale.order / sale_order_option_ids (one2many): DEL relation: sale.order.option +sale_management / sale.order.line / is_optional (boolean) : NEW hasdefault: default +sale_management / sale.order.line / sale_order_option_ids (one2many): DEL relation: sale.order.option +sale_management / sale.order.option / discount (float) : DEL +sale_management / sale.order.option / line_id (many2one) : DEL relation: sale.order.line +sale_management / sale.order.option / name (text) : DEL required +sale_management / sale.order.option / order_id (many2one) : DEL relation: sale.order +sale_management / sale.order.option / price_unit (float) : DEL required +sale_management / sale.order.option / product_id (many2one) : DEL relation: product.product, required +sale_management / sale.order.option / quantity (float) : DEL required +sale_management / sale.order.option / sequence (integer) : DEL +sale_management / sale.order.option / uom_id (many2one) : DEL relation: uom.uom, required +sale_management / sale.order.template / sale_order_template_option_ids (one2many): DEL relation: sale.order.template.option +sale_management / sale.order.template.line / display_type (selection) : selection_keys added: [line_subsection] (most likely nothing to do) +sale_management / sale.order.template.line / is_optional (boolean) : NEW hasdefault: default +sale_management / sale.order.template.option / company_id (many2one) : DEL relation: res.company +sale_management / sale.order.template.option / name (text) : DEL required +sale_management / sale.order.template.option / product_id (many2one) : DEL relation: product.product, required +sale_management / sale.order.template.option / quantity (float) : DEL required +sale_management / sale.order.template.option / sale_order_template_id (many2one): DEL relation: sale.order.template, required +sale_management / sale.order.template.option / uom_id (many2one) : DEL relation: uom.uom, required +---XML records in module 'sale_management'--- +DEL ir.model.access: sale_management.access_sale_order_option +DEL ir.model.access: sale_management.access_sale_order_option_invoice +DEL ir.model.access: sale_management.access_sale_order_option_readonly +DEL ir.model.access: sale_management.access_sale_order_template_option +DEL ir.model.access: sale_management.access_sale_order_template_option_manager +NEW ir.ui.view: sale_management.sale_order_portal_optional_product_quantity +DEL ir.ui.view: sale_management.report_saleorder_document_inherit_sale_management diff --git a/openupgrade_scripts/scripts/sale_margin/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/sale_margin/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..8178f4923515 --- /dev/null +++ b/openupgrade_scripts/scripts/sale_margin/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'sale_margin'--- +---Fields in module 'sale_margin'--- +---XML records in module 'sale_margin'--- +DEL ir.ui.view: sale_margin.sale_margin_sale_order_line +DEL ir.ui.view: sale_margin.sale_margin_sale_order_line_form diff --git a/openupgrade_scripts/scripts/sale_mrp/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/sale_mrp/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..2337ae642ba9 --- /dev/null +++ b/openupgrade_scripts/scripts/sale_mrp/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'sale_mrp'--- +---Fields in module 'sale_mrp'--- +---XML records in module 'sale_mrp'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/sale_pdf_quote_builder/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/sale_pdf_quote_builder/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..3a7077b6ad3e --- /dev/null +++ b/openupgrade_scripts/scripts/sale_pdf_quote_builder/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'sale_pdf_quote_builder'--- +---Fields in module 'sale_pdf_quote_builder'--- +sale_pdf_quote_builder / quotation.document / add_by_default (boolean) : NEW hasdefault: default +---XML records in module 'sale_pdf_quote_builder'--- diff --git a/openupgrade_scripts/scripts/sale_product_matrix/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/sale_product_matrix/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..b6074393827b --- /dev/null +++ b/openupgrade_scripts/scripts/sale_product_matrix/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'sale_product_matrix'--- +---Fields in module 'sale_product_matrix'--- +---XML records in module 'sale_product_matrix'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/sale_project/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/sale_project/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..72b2f22022ac --- /dev/null +++ b/openupgrade_scripts/scripts/sale_project/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,18 @@ +---Models in module 'sale_project'--- +---Fields in module 'sale_project'--- +sale_project / product.template / service_tracking (False) : selection_keys added: [partnership, repair] (most likely nothing to do) +sale_project / product.template / task_template_id (many2one) : NEW relation: project.task, hasdefault: compute +---XML records in module 'sale_project'--- +NEW ir.embedded.actions: sale_project.project_embedded_action_vendor_bills_dashboard +NEW ir.model.access: sale_project.access_sale_order_line_project_user +NEW ir.model.access: sale_project.access_sale_order_project_user +NEW ir.ui.view: sale_project.product_product_form_view_inherit_sale_project +NEW ir.ui.view: sale_project.product_template_form_view_inherit_sale_project +NEW ir.ui.view: sale_project.project_milestone_view_kanban_inherit_sale_project +NEW ir.ui.view: sale_project.project_project_view_form_simplified_template +NEW ir.ui.view: sale_project.project_templates_view_list +NEW ir.ui.view: sale_project.project_update_default_description +NEW ir.ui.view: sale_project.sale_project_view_form_simplified_template +NEW ir.ui.view: sale_project.task_type_edit_inherit_sale_project +NEW ir.ui.view: sale_project.view_order_simple_form +DEL ir.ui.view: sale_project.sale_project_milestone_view_tree diff --git a/openupgrade_scripts/scripts/sale_purchase/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/sale_purchase/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..41c7e1066d6b --- /dev/null +++ b/openupgrade_scripts/scripts/sale_purchase/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'sale_purchase'--- +---Fields in module 'sale_purchase'--- +sale_purchase / purchase.order.line / sale_order_id (many2one) : not stored anymore +---XML records in module 'sale_purchase'--- +DEL ir.ui.view: sale_purchase.sale_order_cancel_view_form diff --git a/openupgrade_scripts/scripts/sale_purchase_stock/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/sale_purchase_stock/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..d0c729d18d17 --- /dev/null +++ b/openupgrade_scripts/scripts/sale_purchase_stock/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'sale_purchase_stock'--- +---Fields in module 'sale_purchase_stock'--- +---XML records in module 'sale_purchase_stock'--- +NEW ir.ui.view: sale_purchase_stock.purchase_order_form_sale_purchase_stock diff --git a/openupgrade_scripts/scripts/sale_service/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/sale_service/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..ae483cdd4ed5 --- /dev/null +++ b/openupgrade_scripts/scripts/sale_service/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'sale_service'--- +---Fields in module 'sale_service'--- +---XML records in module 'sale_service'--- +NEW ir.model.constraint: sale_service.constraint_sale_order_line_name_search_services_index diff --git a/openupgrade_scripts/scripts/sale_stock/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/sale_stock/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..630c0f53b4e7 --- /dev/null +++ b/openupgrade_scripts/scripts/sale_stock/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,8 @@ + + + + ['|', ('partner_id', '=', user.partner_id.id), ('sale_id.partner_id', '=', user.partner_id.id)] + + diff --git a/openupgrade_scripts/scripts/sale_stock/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/sale_stock/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..2ff8e7056adf --- /dev/null +++ b/openupgrade_scripts/scripts/sale_stock/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,16 @@ +---Models in module 'sale_stock'--- +---Fields in module 'sale_stock'--- +sale_stock / procurement.group / sale_id (many2one) : DEL relation: sale.order +sale_stock / sale.order / procurement_group_id (many2one): DEL relation: procurement.group +sale_stock / sale.order / stock_reference_ids (many2many): NEW relation: stock.reference +sale_stock / sale.order.line / route_id (many2one) : DEL relation: stock.route +sale_stock / sale.order.line / route_ids (many2many) : NEW relation: stock.route +sale_stock / stock.reference / sale_ids (many2many) : NEW relation: sale.order +---XML records in module 'sale_stock'--- +DEL ir.model.access: sale_stock.access_product_packaging_sale_manager +DEL ir.model.access: sale_stock.access_product_packaging_user +NEW ir.ui.view: sale_stock.portal_my_orders +NEW ir.ui.view: sale_stock.sale_stock_sale_order_view_search_inherit +NEW ir.ui.view: sale_stock.stock_reference_sale_view_form +DEL ir.ui.view: sale_stock.sale_order_cancel_view_form_inherit +DEL ir.ui.view: sale_stock.view_order_form_inherit_sale_stock_qty diff --git a/openupgrade_scripts/scripts/sale_stock_product_expiry/19.0.0.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/sale_stock_product_expiry/19.0.0.1/upgrade_analysis.txt new file mode 100644 index 000000000000..0985b797cb61 --- /dev/null +++ b/openupgrade_scripts/scripts/sale_stock_product_expiry/19.0.0.1/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'sale_stock_product_expiry'--- +---Fields in module 'sale_stock_product_expiry'--- +---XML records in module 'sale_stock_product_expiry'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/sale_timesheet/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/sale_timesheet/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..412d00dfe386 --- /dev/null +++ b/openupgrade_scripts/scripts/sale_timesheet/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,9 @@ + + + + + + diff --git a/openupgrade_scripts/scripts/sale_timesheet/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/sale_timesheet/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..a4e27ff05365 --- /dev/null +++ b/openupgrade_scripts/scripts/sale_timesheet/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,10 @@ +---Models in module 'sale_timesheet'--- +---Fields in module 'sale_timesheet'--- +---XML records in module 'sale_timesheet'--- +DEL ir.actions.act_window: sale_timesheet.project_project_action_multi_create_invoice +DEL ir.model.access: sale_timesheet.access_project_create_invoice +NEW ir.ui.view: sale_timesheet.view_calendar_account_analytic_line +NEW ir.ui.view: sale_timesheet.view_calendar_account_analytic_line_multi_create +DEL ir.ui.view: sale_timesheet.project_create_invoice_view_form +DEL ir.ui.view: sale_timesheet.project_update_default_description +DEL ir.ui.view: sale_timesheet.view_task_form2_inherit_sale_timesheet diff --git a/openupgrade_scripts/scripts/sales_team/19.0.1.1/noupdate_changes.xml b/openupgrade_scripts/scripts/sales_team/19.0.1.1/noupdate_changes.xml new file mode 100644 index 000000000000..0ee55394a2a2 --- /dev/null +++ b/openupgrade_scripts/scripts/sales_team/19.0.1.1/noupdate_changes.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/openupgrade_scripts/scripts/sales_team/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/sales_team/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..e2caed44c80c --- /dev/null +++ b/openupgrade_scripts/scripts/sales_team/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'sales_team'--- +---Fields in module 'sales_team'--- +---XML records in module 'sales_team'--- +NEW res.groups.privilege: sales_team.res_groups_privilege_sales diff --git a/openupgrade_scripts/scripts/sms/19.0.3.0/noupdate_changes.xml b/openupgrade_scripts/scripts/sms/19.0.3.0/noupdate_changes.xml new file mode 100644 index 000000000000..0a802a51d106 --- /dev/null +++ b/openupgrade_scripts/scripts/sms/19.0.3.0/noupdate_changes.xml @@ -0,0 +1,6 @@ + + + + 24 + + diff --git a/openupgrade_scripts/scripts/sms/19.0.3.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/sms/19.0.3.0/upgrade_analysis.txt new file mode 100644 index 000000000000..63fe232b80ae --- /dev/null +++ b/openupgrade_scripts/scripts/sms/19.0.3.0/upgrade_analysis.txt @@ -0,0 +1,19 @@ +---Models in module 'sms'--- +---Fields in module 'sms'--- +sms / ir.actions.server / state (False) : selection_keys added: [object_copy] (most likely nothing to do) +sms / mail.message / message_type (False) : selection_keys added: [out_of_office] (most likely nothing to do) +sms / mail.notification / failure_type (False) : selection_keys added: [mail_bl, mail_dup, mail_optout, mail_spam] (most likely nothing to do) +sms / res.partner / phone_blacklisted (boolean) : module is now 'phone_validation' ('sms') +sms / res.partner / phone_mobile_search (char) : module is now 'phone_validation' ('sms') +sms / res.partner / phone_sanitized (char) : module is now 'phone_validation' ('sms') +sms / res.partner / phone_sanitized_blacklisted (boolean): module is now 'phone_validation' ('sms') +sms / res.users / phone_blacklisted (boolean) : module is now 'phone_validation' ('sms') +sms / res.users / phone_mobile_search (char) : module is now 'phone_validation' ('sms') +sms / res.users / phone_sanitized (char) : module is now 'phone_validation' ('sms') +sms / res.users / phone_sanitized_blacklisted (boolean): module is now 'phone_validation' ('sms') +---XML records in module 'sms'--- +DEL ir.actions.act_window: sms.sms_resend_action +DEL ir.model.access: sms.access_sms_resend +DEL ir.model.access: sms.access_sms_resend_recipient +DEL ir.ui.view: sms.mail_resend_message_view_form +DEL ir.ui.view: sms.res_partner_view_search diff --git a/openupgrade_scripts/scripts/sms_twilio/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/sms_twilio/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..4d7180c11c1b --- /dev/null +++ b/openupgrade_scripts/scripts/sms_twilio/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'sms_twilio'--- +---Fields in module 'sms_twilio'--- +sms_twilio / mail.notification / failure_type (False) : selection_keys added: [mail_bl, mail_dup, mail_optout, mail_spam] (most likely nothing to do) +---XML records in module 'sms_twilio'--- diff --git a/openupgrade_scripts/scripts/snailmail/19.0.0.4/upgrade_analysis.txt b/openupgrade_scripts/scripts/snailmail/19.0.0.4/upgrade_analysis.txt new file mode 100644 index 000000000000..3f3908285276 --- /dev/null +++ b/openupgrade_scripts/scripts/snailmail/19.0.0.4/upgrade_analysis.txt @@ -0,0 +1,11 @@ +---Models in module 'snailmail'--- +---Fields in module 'snailmail'--- +snailmail / mail.message / message_type (False) : selection_keys added: [out_of_office] (most likely nothing to do) +snailmail / mail.notification / failure_type (False) : selection_keys added: [mail_bl, mail_dup, mail_optout, mail_spam] (most likely nothing to do) +---XML records in module 'snailmail'--- +DEL ir.actions.act_window: snailmail.snailmail_letter_format_error_action +DEL ir.actions.act_window: snailmail.snailmail_letter_missing_required_fields_action +DEL ir.model.access: snailmail.access_snailmail_letter_format_error +DEL ir.model.access: snailmail.access_snailmail_letter_missing_required_fields +DEL ir.ui.view: snailmail.snailmail_letter_format_error +DEL ir.ui.view: snailmail.snailmail_letter_missing_required_fields diff --git a/openupgrade_scripts/scripts/snailmail_account/19.0.0.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/snailmail_account/19.0.0.1/upgrade_analysis.txt new file mode 100644 index 000000000000..d6187d739e3e --- /dev/null +++ b/openupgrade_scripts/scripts/snailmail_account/19.0.0.1/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'snailmail_account'--- +---Fields in module 'snailmail_account'--- +---XML records in module 'snailmail_account'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/social_media/19.0.0.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/social_media/19.0.0.1/upgrade_analysis.txt new file mode 100644 index 000000000000..404469f58ae4 --- /dev/null +++ b/openupgrade_scripts/scripts/social_media/19.0.0.1/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'social_media'--- +---Fields in module 'social_media'--- +social_media / res.company / social_discord (char) : NEW +---XML records in module 'social_media'--- diff --git a/openupgrade_scripts/scripts/spreadsheet_dashboard/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/spreadsheet_dashboard/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..9c7df1a7bbbf --- /dev/null +++ b/openupgrade_scripts/scripts/spreadsheet_dashboard/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,9 @@ +---Models in module 'spreadsheet_dashboard'--- +---Fields in module 'spreadsheet_dashboard'--- +spreadsheet_dashboard / spreadsheet.dashboard / company_id (many2one) : DEL relation: res.company +spreadsheet_dashboard / spreadsheet.dashboard / company_ids (many2many) : NEW relation: res.company +spreadsheet_dashboard / spreadsheet.dashboard / favorite_user_ids (many2many) : NEW relation: res.users +---XML records in module 'spreadsheet_dashboard'--- +NEW ir.rule: spreadsheet_dashboard.spreadsheet_dashboard_rule_manager +NEW ir.ui.view: spreadsheet_dashboard.spreadsheet_dashboard_view_kanban +NEW res.groups.privilege: spreadsheet_dashboard.res_groups_privilege_dashboard diff --git a/openupgrade_scripts/scripts/spreadsheet_dashboard_im_livechat/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/spreadsheet_dashboard_im_livechat/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..87e776c9ded1 --- /dev/null +++ b/openupgrade_scripts/scripts/spreadsheet_dashboard_im_livechat/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,14 @@ +---Models in module 'spreadsheet_dashboard_im_livechat'--- +---Fields in module 'spreadsheet_dashboard_im_livechat'--- +---XML records in module 'spreadsheet_dashboard_im_livechat'--- +NEW ir.actions.act_window: spreadsheet_dashboard_im_livechat.ongoing_sessions_agents_in_call_action +NEW ir.actions.act_window: spreadsheet_dashboard_im_livechat.ongoing_sessions_all_action +NEW ir.actions.act_window: spreadsheet_dashboard_im_livechat.ongoing_sessions_escalated_action +NEW ir.actions.act_window: spreadsheet_dashboard_im_livechat.ongoing_sessions_handle_by_agent_action +NEW ir.actions.act_window: spreadsheet_dashboard_im_livechat.ongoing_sessions_handle_by_bot_action +NEW ir.ui.menu: spreadsheet_dashboard_im_livechat.ongoing_session_all_menu +NEW ir.ui.menu: spreadsheet_dashboard_im_livechat.ongoing_sessions_agents_in_call_menu +NEW ir.ui.menu: spreadsheet_dashboard_im_livechat.ongoing_sessions_escalated_menu +NEW ir.ui.menu: spreadsheet_dashboard_im_livechat.ongoing_sessions_handle_by_agent_menu +NEW ir.ui.menu: spreadsheet_dashboard_im_livechat.ongoing_sessions_handle_by_bot_menu +NEW spreadsheet.dashboard: spreadsheet_dashboard_im_livechat.spreadsheet_dashboard_livechat_ongoing diff --git a/openupgrade_scripts/scripts/stock/19.0.1.1/noupdate_changes.xml b/openupgrade_scripts/scripts/stock/19.0.1.1/noupdate_changes.xml new file mode 100644 index 000000000000..54f8fbd8b628 --- /dev/null +++ b/openupgrade_scripts/scripts/stock/19.0.1.1/noupdate_changes.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/openupgrade_scripts/scripts/stock/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/stock/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..2bbe5f65d377 --- /dev/null +++ b/openupgrade_scripts/scripts/stock/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,222 @@ +---Models in module 'stock'--- +---Fields in module 'stock'--- +stock / procurement.group / move_type (selection) : DEL selection_keys: ['direct', 'one'] +stock / procurement.group / name (char) : DEL required +stock / procurement.group / partner_id (many2one) : DEL relation: res.partner +stock / procurement.group / stock_move_ids (one2many) : DEL relation: stock.move +stock / product.packaging / package_type_id (many2one) : DEL relation: stock.package.type +stock / product.packaging / route_ids (many2many) : DEL relation: stock.route +stock / product.template / lot_sequence_id (many2one) : NEW relation: ir.sequence, hasdefault: default +stock / res.company / horizon_days (float) : NEW required, hasdefault: default +stock / res.company / stock_confirmation_type (selection): NEW selection_keys: ['sms'], hasdefault: default +stock / res.company / stock_text_confirmation (boolean): NEW +stock / res.partner / picking_warn (selection) : DEL selection_keys: ['block', 'no-message', 'warning'] +stock / stock.location / comment (html) : DEL +stock / stock.location / posx (integer) : DEL +stock / stock.location / posy (integer) : DEL +stock / stock.location / posz (integer) : DEL +stock / stock.location / scrap_location (boolean) : DEL +stock / stock.lot / product_uom_id (many2one) : not stored anymore +stock / stock.move / description_picking (text) : not stored anymore +stock / stock.move / description_picking (text) : now a function +stock / stock.move / description_picking_manual (text): NEW +stock / stock.move / group_id (many2one) : DEL relation: procurement.group +stock / stock.move / inventory_name (char) : NEW +stock / stock.move / name (char) : DEL required +stock / stock.move / package_level_id (many2one) : DEL relation: stock.package_level +stock / stock.move / packaging_uom_id (many2one) : NEW relation: uom.uom, isfunction: function, stored +stock / stock.move / packaging_uom_qty (float) : NEW isfunction: function, stored +stock / stock.move / procurement_values (json) : NEW stored: False +stock / stock.move / product_packaging_id (many2one): DEL relation: product.packaging +stock / stock.move / reference_ids (many2many) : NEW relation: stock.reference +stock / stock.move / scrapped (boolean) : DEL +stock / stock.move.line / description_picking (text) : not stored anymore +stock / stock.move.line / description_picking (text) : now related +stock / stock.move.line / is_entire_pack (boolean) : NEW +stock / stock.move.line / package_history_id (many2one) : NEW relation: stock.package.history +stock / stock.move.line / package_id (many2one) : relation is now 'stock.package' ('stock.quant.package') [nothing to do] +stock / stock.move.line / package_level_id (many2one) : DEL relation: stock.package_level +stock / stock.move.line / reference (char) : not stored anymore +stock / stock.move.line / result_package_id (many2one) : relation is now 'stock.package' ('stock.quant.package') [nothing to do] +stock / stock.package / child_package_dest_ids (one2many): NEW relation: stock.package +stock / stock.package / child_package_ids (one2many) : NEW relation: stock.package +stock / stock.package / company_id (many2one) : NEW relation: res.company, isfunction: function, stored +stock / stock.package / complete_name (char) : NEW isfunction: function, stored +stock / stock.package / location_id (many2one) : NEW relation: stock.location, hasdefault: compute +stock / stock.package / name (char) : NEW required +stock / stock.package / pack_date (date) : NEW hasdefault: default +stock / stock.package / package_dest_id (many2one) : NEW relation: stock.package +stock / stock.package / package_type_id (many2one) : NEW relation: stock.package.type +stock / stock.package / parent_package_id (many2one) : NEW relation: stock.package +stock / stock.package / parent_path (char) : NEW +stock / stock.package / quant_ids (one2many) : NEW relation: stock.quant +stock / stock.package / shipping_weight (float) : NEW +stock / stock.package.history / company_id (many2one) : NEW relation: res.company, required, hasdefault: default +stock / stock.package.history / location_dest_id (many2one) : NEW relation: stock.location +stock / stock.package.history / location_id (many2one) : NEW relation: stock.location +stock / stock.package.history / move_line_ids (one2many) : NEW relation: stock.move.line, required +stock / stock.package.history / outermost_dest_id (many2one) : NEW relation: stock.package +stock / stock.package.history / package_id (many2one) : NEW relation: stock.package, required +stock / stock.package.history / package_name (char) : NEW required +stock / stock.package.history / parent_dest_id (many2one) : NEW relation: stock.package +stock / stock.package.history / parent_dest_name (char) : NEW +stock / stock.package.history / parent_orig_id (many2one) : NEW relation: stock.package +stock / stock.package.history / parent_orig_name (char) : NEW +stock / stock.package.history / picking_ids (many2many) : NEW relation: stock.picking +stock / stock.package.type / package_use (selection) : NEW required, selection_keys: ['disposable', 'reusable'], hasdefault: default +stock / stock.package.type / route_ids (many2many) : NEW relation: stock.route +stock / stock.package.type / sequence_id (many2one) : NEW relation: ir.sequence +stock / stock.package_level / company_id (many2one) : DEL relation: res.company, required +stock / stock.package_level / location_dest_id (many2one) : DEL relation: stock.location +stock / stock.package_level / move_ids (one2many) : DEL relation: stock.move +stock / stock.package_level / move_line_ids (one2many) : DEL relation: stock.move.line +stock / stock.package_level / package_id (many2one) : DEL relation: stock.quant.package, required +stock / stock.package_level / picking_id (many2one) : DEL relation: stock.picking +stock / stock.picking / date (datetime) : DEL +stock / stock.picking / group_id (many2one) : DEL relation: procurement.group +stock / stock.picking / move_ids_without_package (one2many): DEL relation: stock.move +stock / stock.picking / move_line_ids_without_package (one2many): DEL relation: stock.move.line +stock / stock.picking / package_history_ids (many2many): NEW relation: stock.package.history +stock / stock.picking / package_level_ids (one2many) : DEL relation: stock.package_level +stock / stock.picking / package_level_ids_details (one2many): DEL relation: stock.package_level +stock / stock.picking / shipping_weight (float) : is now stored +stock / stock.picking.type / set_package_type (boolean) : NEW hasdefault: default +stock / stock.quant / package_id (many2one) : relation is now 'stock.package' ('stock.quant.package') [nothing to do] +stock / stock.quant / storage_category_id (many2one): not stored anymore +stock / stock.quant.package / company_id (many2one) : DEL relation: res.company +stock / stock.quant.package / location_id (many2one) : DEL relation: stock.location +stock / stock.quant.package / name (char) : DEL required +stock / stock.quant.package / pack_date (date) : DEL +stock / stock.quant.package / package_type_id (many2one) : DEL relation: stock.package.type +stock / stock.quant.package / package_use (selection) : DEL required, selection_keys: ['disposable', 'reusable'] +stock / stock.quant.package / quant_ids (one2many) : DEL relation: stock.quant +stock / stock.quant.package / shipping_weight (float) : DEL +stock / stock.reference / move_ids (many2many) : NEW relation: stock.move +stock / stock.reference / name (char) : NEW required +stock / stock.route / package_type_selectable (boolean): NEW +stock / stock.route / packaging_ids (many2many) : DEL relation: product.packaging +stock / stock.route / packaging_selectable (boolean): DEL +stock / stock.rule / group_id (many2one) : DEL relation: procurement.group +stock / stock.rule / group_propagation_option (selection): DEL selection_keys: ['fixed', 'none', 'propagate'] +stock / stock.rule / picking_type_code_domain (char): type is now 'json' ('char') +stock / stock.rule / propagate_warehouse_id (many2one): DEL relation: stock.warehouse +stock / stock.scrap / package_id (many2one) : relation is now 'stock.package' ('stock.quant.package') [nothing to do] +stock / stock.warehouse / crossdock_route_id (many2one) : DEL relation: stock.route +stock / stock.warehouse.orderpoint / deadline_date (date) : NEW isfunction: function, stored +stock / stock.warehouse.orderpoint / group_id (many2one) : DEL relation: procurement.group +stock / stock.warehouse.orderpoint / product_category_id (many2one): not stored anymore +stock / stock.warehouse.orderpoint / qty_multiple (float) : DEL required +stock / stock.warehouse.orderpoint / qty_to_order_computed (float) : is now stored +stock / stock.warehouse.orderpoint / replenishment_uom_id (many2one): NEW relation: uom.uom +stock / uom.uom / package_type_id (many2one) : NEW relation: stock.package.type +---XML records in module 'stock'--- +NEW ir.actions.act_window: stock.action_put_in_pack_wizard +NEW ir.actions.act_window: stock.action_stock_reference +NEW ir.actions.act_window: stock.stock_quant_action +DEL ir.actions.act_window: stock.action_change_product_quantity +DEL ir.actions.act_window: stock.action_lot_report +DEL ir.actions.act_window: stock.dashboard_open_quants +DEL ir.actions.act_window: stock.do_view_pickings +DEL ir.actions.act_window: stock.location_open_quants +NEW ir.actions.report: stock.action_report_package_barcode +NEW ir.actions.report: stock.action_report_package_barcode_small +NEW ir.actions.report: stock.action_report_package_history_barcode +NEW ir.actions.report: stock.action_report_package_history_barcode_small +NEW ir.actions.report: stock.label_package_history_template +NEW ir.actions.report: stock.label_packaging_barcode +DEL ir.actions.report: stock.action_report_quant_package_barcode +DEL ir.actions.report: stock.action_report_quant_package_barcode_small +DEL ir.actions.report: stock.label_product_packaging +NEW ir.actions.server: stock.action_product_replenishment +NEW ir.actions.server: stock.action_product_template_replenishment +NEW ir.actions.server: stock.action_stock_quant_relocate +NEW ir.model.access: stock.access_stock_package_all +NEW ir.model.access: stock.access_stock_package_history_user +NEW ir.model.access: stock.access_stock_package_stock_manager +NEW ir.model.access: stock.access_stock_package_stock_user +NEW ir.model.access: stock.access_stock_put_in_pack_user +NEW ir.model.access: stock.access_stock_reference +DEL ir.model.access: stock.access_procurement_group +DEL ir.model.access: stock.access_product_category_stock_manager +DEL ir.model.access: stock.access_product_packaging_stock_manager +DEL ir.model.access: stock.access_product_pricelist_item_stock_manager +DEL ir.model.access: stock.access_product_product_attribute_manager +DEL ir.model.access: stock.access_product_product_stock_manager +DEL ir.model.access: stock.access_product_supplierinfo_stock_manager +DEL ir.model.access: stock.access_product_tag_stock_manager +DEL ir.model.access: stock.access_product_template_attribute_exclusion_manager +DEL ir.model.access: stock.access_product_template_attribute_line_manager +DEL ir.model.access: stock.access_product_template_stock_manager +DEL ir.model.access: stock.access_stock_change_product_qty +DEL ir.model.access: stock.access_stock_location_user +DEL ir.model.access: stock.access_stock_lot_report +DEL ir.model.access: stock.access_stock_package_level_all +DEL ir.model.access: stock.access_stock_package_level_stock_manager +DEL ir.model.access: stock.access_stock_package_level_stock_user +DEL ir.model.access: stock.access_stock_quant_package_all +DEL ir.model.access: stock.access_stock_quant_package_stock_manager +DEL ir.model.access: stock.access_stock_quant_package_stock_user +DEL ir.model.access: stock.access_stock_track_confirmation +DEL ir.model.access: stock.access_stock_track_line +DEL ir.model.access: stock.access_uom_category_stock_manager +DEL ir.model.access: stock.access_uom_uom_stock_manager +NEW ir.model.constraint: stock.constraint_stock_move_line_free_reservation_index +NEW ir.model.constraint: stock.constraint_stock_move_product_location_index +DEL ir.model.constraint: stock.constraint_stock_warehouse_orderpoint_qty_multiple_check +NEW ir.rule: stock.stock_package_comp_rule +DEL ir.rule: stock.stock_quant_package_comp_rule +NEW ir.sequence: stock.seq_package +DEL ir.sequence: stock.seq_quant_package +DEL ir.sequence: stock.sequence_proc_group +NEW ir.ui.menu: stock.menu_stock_references +DEL ir.ui.menu: stock.menu_product_packagings +DEL ir.ui.menu: stock.menu_stock_unit_measure_stock +DEL ir.ui.menu: stock.menu_stock_uom_categ_form_action +DEL ir.ui.menu: stock.product_uom_menu +NEW ir.ui.view: stock.alternative_zpl_label +NEW ir.ui.view: stock.jewelry_zpl_label +NEW ir.ui.view: stock.label_package_history_template_view +NEW ir.ui.view: stock.label_packaging_barcode_view +NEW ir.ui.view: stock.normal_zpl_label +NEW ir.ui.view: stock.package_history_search_view +NEW ir.ui.view: stock.product_label_layout_form_stock +NEW ir.ui.view: stock.product_uom_form_view_inherit +NEW ir.ui.view: stock.product_uom_tree_view_inherit +NEW ir.ui.view: stock.report_package_barcode_content +NEW ir.ui.view: stock.report_package_history_barcode +NEW ir.ui.view: stock.report_package_history_barcode_small +NEW ir.ui.view: stock.report_return_document +NEW ir.ui.view: stock.small_zpl_label +NEW ir.ui.view: stock.stock_package_view_add_list +NEW ir.ui.view: stock.stock_package_view_form +NEW ir.ui.view: stock.stock_package_view_kanban +NEW ir.ui.view: stock.stock_package_view_list +NEW ir.ui.view: stock.stock_package_view_list_editable +NEW ir.ui.view: stock.stock_package_view_search +NEW ir.ui.view: stock.stock_put_in_pack_form +NEW ir.ui.view: stock.stock_reference_form_view +NEW ir.ui.view: stock.stock_reference_search_view +NEW ir.ui.view: stock.stock_reference_tree_view +NEW ir.ui.view: stock.view_stock_package_history_list +NEW ir.ui.view: stock.view_warehouse_orderpoint_tree_editable_show_trigger +DEL ir.ui.view: stock.duplicated_sn_warning +DEL ir.ui.view: stock.label_product_packaging_view +DEL ir.ui.view: stock.package_level_form_edit_view +DEL ir.ui.view: stock.package_level_form_view +DEL ir.ui.view: stock.package_level_tree_view_picking +DEL ir.ui.view: stock.procurement_group_form_view +DEL ir.ui.view: stock.product_packaging_form_view +DEL ir.ui.view: stock.product_packaging_tree_view +DEL ir.ui.view: stock.product_product_view_form_easy_inherit_stock +DEL ir.ui.view: stock.quant_package_search_view +DEL ir.ui.view: stock.search_customer_lot_filter +DEL ir.ui.view: stock.stock_lot_customer_report_view_list +DEL ir.ui.view: stock.view_change_product_quantity +DEL ir.ui.view: stock.view_quant_package_form +DEL ir.ui.view: stock.view_quant_package_kanban +DEL ir.ui.view: stock.view_quant_package_tree +DEL ir.ui.view: stock.view_stock_track_confirmation +NEW res.groups.privilege: stock.res_groups_privilege_inventory +DEL stock.location: stock.stock_location_locations +DEL stock.location: stock.stock_location_locations_partner +DEL stock.location: stock.stock_location_locations_virtual diff --git a/openupgrade_scripts/scripts/stock_account/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/stock_account/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..b3403fd9edb7 --- /dev/null +++ b/openupgrade_scripts/scripts/stock_account/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,107 @@ +---Models in module 'stock_account'--- +---Fields in module 'stock_account'--- +stock_account / account.account / account_stock_expense_id (many2one): NEW relation: account.account +stock_account / account.account / account_stock_variation_id (many2one): NEW relation: account.account +stock_account / account.move / stock_move_id (many2one) : DEL relation: stock.move +stock_account / account.move / stock_move_ids (one2many) : NEW relation: stock.move +stock_account / account.move / stock_valuation_layer_ids (one2many): DEL relation: stock.valuation.layer +stock_account / account.move.line / stock_valuation_layer_ids (one2many): DEL relation: stock.valuation.layer +stock_account / product.category / property_price_difference_account_id (many2one): NEW relation: account.account +stock_account / product.category / property_stock_account_input_categ_id (many2one): DEL relation: account.account +stock_account / product.category / property_stock_account_output_categ_id (many2one): DEL relation: account.account +stock_account / product.category / property_valuation (selection): selection_keys added: [periodic], removed: [manual_periodic] +stock_account / product.product / stock_valuation_layer_ids (one2many): DEL relation: stock.valuation.layer +stock_account / product.template / cost_method (selection) : not related anymore +stock_account / product.template / cost_method (selection) : now a function +stock_account / product.template / cost_method (selection) : selection_keys is now '['average', 'fifo', 'standard']' ('function') +stock_account / product.template / property_price_difference_account_id (many2one): NEW relation: account.account +stock_account / product.template / valuation (selection) : not related anymore +stock_account / product.template / valuation (selection) : now a function +stock_account / product.template / valuation (selection) : selection_keys is now '['periodic', 'real_time']' ('function') +stock_account / product.value / company_id (many2one) : NEW relation: res.company, required, hasdefault: compute +stock_account / product.value / date (datetime) : NEW required, hasdefault: default +stock_account / product.value / description (char) : NEW +stock_account / product.value / lot_id (many2one) : NEW relation: stock.lot +stock_account / product.value / move_id (many2one) : NEW relation: stock.move +stock_account / product.value / product_id (many2one) : NEW relation: product.product +stock_account / product.value / user_id (many2one) : NEW relation: res.users, required, hasdefault: default +stock_account / product.value / value (float) : NEW required +stock_account / res.company / account_stock_journal_id (many2one): NEW relation: account.journal +stock_account / res.company / account_stock_valuation_id (many2one): NEW relation: account.account +stock_account / res.company / cost_method (selection) : NEW required, selection_keys: ['average', 'fifo', 'standard'], hasdefault: default +stock_account / res.company / inventory_period (selection) : NEW required, selection_keys: ['daily', 'manual', 'monthly'], hasdefault: default +stock_account / res.company / inventory_valuation (selection): NEW selection_keys: ['periodic', 'real_time'], hasdefault: default +stock_account / stock.location / valuation_account_id (many2one): NEW relation: account.account +stock_account / stock.location / valuation_in_account_id (many2one): DEL relation: account.account +stock_account / stock.location / valuation_out_account_id (many2one): DEL relation: account.account +stock_account / stock.lot / avg_cost (float) : is now stored +stock_account / stock.lot / avg_cost (float) : not a function anymore +stock_account / stock.lot / stock_valuation_layer_ids (one2many): DEL relation: stock.valuation.layer +stock_account / stock.move / account_move_id (many2one) : NEW relation: account.move +stock_account / stock.move / account_move_ids (one2many) : DEL relation: account.move +stock_account / stock.move / company_currency_id (many2one): previously in module l10n_in_ewaybill_stock +stock_account / stock.move / is_dropship (boolean) : NEW isfunction: function, stored +stock_account / stock.move / is_in (boolean) : NEW isfunction: function, stored +stock_account / stock.move / is_out (boolean) : NEW isfunction: function, stored +stock_account / stock.move / stock_valuation_layer_ids (one2many): DEL relation: stock.valuation.layer +stock_account / stock.move / value (float) : NEW +stock_account / stock.quant / cost_method (selection) : not related anymore +stock_account / stock.quant / cost_method (selection) : now a function +stock_account / stock.quant / cost_method (selection) : selection_keys is now '['average', 'fifo', 'standard']' ('function') +stock_account / stock.quant / currency_id (many2one) : not a function anymore +stock_account / stock.quant / currency_id (many2one) : now related +stock_account / stock.valuation.layer / account_move_id (many2one) : DEL relation: account.move +stock_account / stock.valuation.layer / account_move_line_id (many2one): DEL relation: account.move.line +stock_account / stock.valuation.layer / categ_id (many2one) : DEL relation: product.category +stock_account / stock.valuation.layer / company_id (many2one) : DEL relation: res.company, required +stock_account / stock.valuation.layer / description (char) : DEL +stock_account / stock.valuation.layer / lot_id (many2one) : DEL relation: stock.lot +stock_account / stock.valuation.layer / price_diff_value (float) : DEL +stock_account / stock.valuation.layer / product_id (many2one) : DEL relation: product.product, required +stock_account / stock.valuation.layer / quantity (float) : DEL +stock_account / stock.valuation.layer / remaining_qty (float) : DEL +stock_account / stock.valuation.layer / remaining_value (float) : DEL +stock_account / stock.valuation.layer / stock_move_id (many2one) : DEL relation: stock.move +stock_account / stock.valuation.layer / stock_valuation_layer_id (many2one): DEL relation: stock.valuation.layer +stock_account / stock.valuation.layer / stock_valuation_layer_ids (one2many): DEL relation: stock.valuation.layer +stock_account / stock.valuation.layer / unit_cost (float) : DEL +stock_account / stock.valuation.layer / value (float) : DEL +---XML records in module 'stock_account'--- +NEW ir.actions.act_window: stock_account.product_value_action +NEW ir.actions.act_window: stock_account.stock_avco_report_action +NEW ir.actions.act_window: stock_account.stock_move_valuation_action +DEL ir.actions.act_window: stock_account.action_revalue_layers +DEL ir.actions.act_window: stock_account.stock_valuation_layer_action +DEL ir.actions.act_window: stock_account.stock_valuation_layer_report_action +NEW ir.actions.client: stock_account.action_report_stock_valuation +NEW ir.actions.server: stock_account.stock_move_action_adjust_valuation +NEW ir.cron: stock_account.ir_cron_post_stock_valuation +NEW ir.model.access: stock_account.access_stock_avco_report_account_readonly +NEW ir.model.access: stock_account.access_stock_avco_report_stock_manager +NEW ir.model.access: stock_account.access_stock_product_value +DEL ir.model.access: stock_account.access_stock_valuation_layer +DEL ir.model.access: stock_account.access_stock_valuation_layer_revaluation +NEW ir.rule: stock_account.product_value_rule +NEW ir.rule: stock_account.stock_avco_report_rule +DEL ir.rule: stock_account.stock_valuation_layer_company_rule +DEL ir.ui.menu: stock_account.menu_valuation +NEW ir.ui.view: stock_account.product_product_view_list_at_date +NEW ir.ui.view: stock_account.product_value_form_view +NEW ir.ui.view: stock_account.stock_avco_report_view_list +NEW ir.ui.view: stock_account.stock_inventory_adjustment_name_form_view_inherit_stock_account +NEW ir.ui.view: stock_account.stock_move_view_list +NEW ir.ui.view: stock_account.stock_move_view_list_valuation +NEW ir.ui.view: stock_account.view_account_form +DEL ir.ui.view: stock_account.stock_inventory_request_count_form_view_inherit_stock_account +DEL ir.ui.view: stock_account.stock_valuation_layer_form +DEL ir.ui.view: stock_account.stock_valuation_layer_graph +DEL ir.ui.view: stock_account.stock_valuation_layer_picking +DEL ir.ui.view: stock_account.stock_valuation_layer_pivot +DEL ir.ui.view: stock_account.stock_valuation_layer_report_tree +DEL ir.ui.view: stock_account.stock_valuation_layer_revaluation_form_view +DEL ir.ui.view: stock_account.stock_valuation_layer_tree +DEL ir.ui.view: stock_account.stock_valuation_layer_valuation_at_date_tree_inherited +DEL ir.ui.view: stock_account.view_inventory_valuation_search +DEL ir.ui.view: stock_account.view_move_form_inherit +DEL ir.ui.view: stock_account.view_stock_quantity_history_inherit_stock_account +DEL res.groups: stock_account.group_stock_accounting_automatic diff --git a/openupgrade_scripts/scripts/stock_delivery/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/stock_delivery/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..163402a431ad --- /dev/null +++ b/openupgrade_scripts/scripts/stock_delivery/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,11 @@ +---Models in module 'stock_delivery'--- +---Fields in module 'stock_delivery'--- +stock_delivery / stock.move.line / carrier_id (many2one) : not stored anymore +---XML records in module 'stock_delivery'--- +DEL ir.model.access: stock_delivery.access_choose_delivery_package +NEW ir.ui.view: stock_delivery.alternative_zpl_label +NEW ir.ui.view: stock_delivery.normal_zpl_label +NEW ir.ui.view: stock_delivery.stock_package_view_form +NEW ir.ui.view: stock_delivery.stock_put_in_pack_form +DEL ir.ui.view: stock_delivery.choose_delivery_package_view_form +DEL ir.ui.view: stock_delivery.view_quant_package_weight_form diff --git a/openupgrade_scripts/scripts/stock_dropshipping/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/stock_dropshipping/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..cd5bff3b94c6 --- /dev/null +++ b/openupgrade_scripts/scripts/stock_dropshipping/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'stock_dropshipping'--- +---Fields in module 'stock_dropshipping'--- +---XML records in module 'stock_dropshipping'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/stock_fleet/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/stock_fleet/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..583ccd39e3b2 --- /dev/null +++ b/openupgrade_scripts/scripts/stock_fleet/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,9 @@ +---Models in module 'stock_fleet'--- +---Fields in module 'stock_fleet'--- +stock_fleet / stock.location / is_a_dock (boolean) : DEL +stock_fleet / stock.picking.batch / end_date (datetime) : now a function +stock_fleet / stock.picking.type / dispatch_management (boolean) : NEW +stock_fleet / stock.picking.type / dock_ids (many2many) : NEW relation: stock.location, hasdefault: compute +---XML records in module 'stock_fleet'--- +NEW ir.ui.view: stock_fleet.view_picking_type_form +DEL ir.ui.view: stock_fleet.stock_location_tree_stock_fleet diff --git a/openupgrade_scripts/scripts/stock_landed_costs/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/stock_landed_costs/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..a14193e44398 --- /dev/null +++ b/openupgrade_scripts/scripts/stock_landed_costs/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,6 @@ +---Models in module 'stock_landed_costs'--- +---Fields in module 'stock_landed_costs'--- +stock_landed_costs / stock.landed.cost / stock_valuation_layer_ids (one2many): DEL relation: stock.valuation.layer +stock_landed_costs / stock.valuation.layer / stock_landed_cost_id (many2one): DEL relation: stock.landed.cost +---XML records in module 'stock_landed_costs'--- +DEL ir.ui.view: stock_landed_costs.stock_valuation_layer_form_inherited diff --git a/openupgrade_scripts/scripts/stock_maintenance/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/stock_maintenance/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..b7215b8e3322 --- /dev/null +++ b/openupgrade_scripts/scripts/stock_maintenance/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,7 @@ +---Models in module 'stock_maintenance'--- +---Fields in module 'stock_maintenance'--- +stock_maintenance / maintenance.equipment / location_id (many2one) : NEW relation: stock.location +stock_maintenance / maintenance.equipment / match_serial (boolean) : previously in module maintenance +---XML records in module 'stock_maintenance'--- +NEW ir.ui.view: stock_maintenance.maintenance_stock_equipment_view_form +NEW ir.ui.view: stock_maintenance.stock_location_form_maintenance_equipments diff --git a/openupgrade_scripts/scripts/stock_picking_batch/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/stock_picking_batch/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..ce668cfa5d8c --- /dev/null +++ b/openupgrade_scripts/scripts/stock_picking_batch/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'stock_picking_batch'--- +---Fields in module 'stock_picking_batch'--- +stock_picking_batch / stock.move.line / batch_id (many2one) : not stored anymore +---XML records in module 'stock_picking_batch'--- +NEW ir.actions.server: stock_picking_batch.action_merge_batch_picking diff --git a/openupgrade_scripts/scripts/stock_sms/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/stock_sms/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..fca7e4408a0b --- /dev/null +++ b/openupgrade_scripts/scripts/stock_sms/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'stock_sms'--- +---Fields in module 'stock_sms'--- +stock_sms / res.company / stock_move_sms_validation (boolean): DEL +---XML records in module 'stock_sms'--- diff --git a/openupgrade_scripts/scripts/survey/19.0.3.7/noupdate_changes.xml b/openupgrade_scripts/scripts/survey/19.0.3.7/noupdate_changes.xml new file mode 100644 index 000000000000..d3c5b901d7fa --- /dev/null +++ b/openupgrade_scripts/scripts/survey/19.0.3.7/noupdate_changes.xml @@ -0,0 +1,15 @@ + + + + + 20 + + + + + 10 + + diff --git a/openupgrade_scripts/scripts/survey/19.0.3.7/upgrade_analysis.txt b/openupgrade_scripts/scripts/survey/19.0.3.7/upgrade_analysis.txt new file mode 100644 index 000000000000..94c94ab00b7f --- /dev/null +++ b/openupgrade_scripts/scripts/survey/19.0.3.7/upgrade_analysis.txt @@ -0,0 +1,8 @@ +---Models in module 'survey'--- +---Fields in module 'survey'--- +survey / survey.survey / lang_ids (many2many) : NEW relation: res.lang, hasdefault: default +survey / survey.user_input / lang_id (many2one) : NEW relation: res.lang +survey / survey.user_input.line / answer_is_correct (boolean) : now a function +survey / survey.user_input.line / answer_score (float) : now a function +---XML records in module 'survey'--- +NEW res.groups.privilege: survey.res_groups_privilege_surveys diff --git a/openupgrade_scripts/scripts/survey_crm/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/survey_crm/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..36ee74d586a1 --- /dev/null +++ b/openupgrade_scripts/scripts/survey_crm/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,14 @@ +---Models in module 'survey_crm'--- +---Fields in module 'survey_crm'--- +survey_crm / crm.lead / origin_survey_id (many2one) : NEW relation: survey.survey +survey_crm / crm.team / origin_survey_ids (one2many) : NEW relation: survey.survey +survey_crm / survey.question.answer / generate_lead (boolean) : NEW +survey_crm / survey.survey / generate_lead (boolean) : NEW isfunction: function, stored +survey_crm / survey.survey / lead_ids (one2many) : NEW relation: crm.lead +survey_crm / survey.survey / team_id (many2one) : NEW relation: crm.team +survey_crm / survey.user_input / lead_id (many2one) : NEW relation: crm.lead +---XML records in module 'survey_crm'--- +NEW ir.ui.view: survey_crm.survey_question_view_form +NEW ir.ui.view: survey_crm.survey_survey_view_form +NEW ir.ui.view: survey_crm.survey_survey_view_kanban +NEW ir.ui.view: survey_crm.survey_user_input_view_form diff --git a/openupgrade_scripts/scripts/transifex/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/transifex/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..680ae1bac755 --- /dev/null +++ b/openupgrade_scripts/scripts/transifex/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'transifex'--- +---Fields in module 'transifex'--- +---XML records in module 'transifex'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/uom/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/uom/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..b04d32ec30c7 --- /dev/null +++ b/openupgrade_scripts/scripts/uom/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + 1000 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1000 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ton + + + + + + + + + + + + + + diff --git a/openupgrade_scripts/scripts/uom/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/uom/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..7b562b625b7d --- /dev/null +++ b/openupgrade_scripts/scripts/uom/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,38 @@ +---Models in module 'uom'--- +---Fields in module 'uom'--- +uom / uom.category / name (char) : DEL required +uom / uom.category / reference_uom_id (many2one) : DEL relation: uom.uom, stored: False +uom / uom.category / uom_ids (one2many) : DEL relation: uom.uom +uom / uom.uom / _order : _order is now 'sequence, relative_uom_id, id' ('factor DESC, id') +uom / uom.uom / category_id (many2one) : DEL relation: uom.category, required +uom / uom.uom / factor (float) : now a function +uom / uom.uom / parent_path (char) : NEW +uom / uom.uom / related_uom_ids (one2many) : NEW relation: uom.uom +uom / uom.uom / relative_factor (float) : NEW required, hasdefault: default +uom / uom.uom / relative_uom_id (many2one) : NEW relation: uom.uom +uom / uom.uom / rounding (float) : not stored anymore +uom / uom.uom / rounding (float) : now a function +uom / uom.uom / sequence (integer) : NEW hasdefault: compute +uom / uom.uom / uom_type (selection) : DEL required, selection_keys: ['bigger', 'reference', 'smaller'] +---XML records in module 'uom'--- +NEW decimal.precision: uom.decimal_product_uom [renamed from product module] +DEL ir.actions.act_window: uom.product_uom_categ_form_action +DEL ir.model.access: uom.access_uom_category_manager +DEL ir.model.access: uom.access_uom_category_user +DEL ir.model.constraint: uom.constraint_uom_uom_factor_reference_is_one +DEL ir.model.constraint: uom.constraint_uom_uom_rounding_gt_zero +DEL ir.ui.view: uom.product_uom_categ_form_view +DEL ir.ui.view: uom.product_uom_categ_tree_view +DEL ir.ui.view: uom.uom_categ_view_search +DEL uom.category: uom.product_uom_categ_kgm +DEL uom.category: uom.product_uom_categ_unit +DEL uom.category: uom.product_uom_categ_vol +DEL uom.category: uom.uom_categ_length +DEL uom.category: uom.uom_categ_surface +DEL uom.category: uom.uom_categ_wtime +NEW uom.uom: uom.product_uom_milliliter +NEW uom.uom: uom.product_uom_pack_6 +NEW uom.uom: uom.product_uom_square_foot +NEW uom.uom: uom.product_uom_square_meter +DEL uom.uom: uom.uom_square_foot +DEL uom.uom: uom.uom_square_meter diff --git a/openupgrade_scripts/scripts/utm/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/utm/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..8f57ddbdeba2 --- /dev/null +++ b/openupgrade_scripts/scripts/utm/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'utm'--- +---Fields in module 'utm'--- +---XML records in module 'utm'--- +NEW utm.source: utm.utm_source_referral diff --git a/openupgrade_scripts/scripts/web/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/web/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..13289c3f5515 --- /dev/null +++ b/openupgrade_scripts/scripts/web/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,20 @@ +---Models in module 'web'--- +---Fields in module 'web'--- +web / res.users.settings / embedded_actions_config_ids (one2many): NEW relation: res.users.settings.embedded.action +web / res.users.settings.embedded.action / action_id (many2one) : NEW relation: ir.actions.act_window, required +web / res.users.settings.embedded.action / embedded_actions_order (char) : NEW +web / res.users.settings.embedded.action / embedded_actions_visibility (char): NEW +web / res.users.settings.embedded.action / embedded_visibility (boolean) : NEW +web / res.users.settings.embedded.action / res_id (integer) : NEW +web / res.users.settings.embedded.action / res_model (char) : NEW required +web / res.users.settings.embedded.action / user_setting_id (many2one) : NEW relation: res.users.settings, required +---XML records in module 'web'--- +NEW ir.model.access: web.access_res_users_settings_embedded_action_user +NEW ir.model.constraint: web.constraint_res_users_settings_embedded_action_res_user_settings_e_91890fa3 +NEW ir.rule: web.res_users_settings_embedded_action_rule_admin +NEW ir.rule: web.res_users_settings_embedded_action_rule_user +NEW ir.ui.view: web.config_speedscope_index +NEW ir.ui.view: web.login_oauth +NEW ir.ui.view: web.view_memory +NEW ir.ui.view: web.view_view_form_inherit_view +DEL ir.ui.view: web.qunit_mobile_suite diff --git a/openupgrade_scripts/scripts/web_hierarchy/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/web_hierarchy/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..7016ff078b20 --- /dev/null +++ b/openupgrade_scripts/scripts/web_hierarchy/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'web_hierarchy'--- +---Fields in module 'web_hierarchy'--- +---XML records in module 'web_hierarchy'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/web_tour/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/web_tour/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..1b4b68635d78 --- /dev/null +++ b/openupgrade_scripts/scripts/web_tour/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'web_tour'--- +---Fields in module 'web_tour'--- +web_tour / web_tour.tour.step / tooltip_position (selection) : NEW selection_keys: ['bottom', 'left', 'right', 'top'], hasdefault: default +---XML records in module 'web_tour'--- +DEL ir.ui.view: web_tour.res_users_view_form diff --git a/openupgrade_scripts/scripts/website/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/website/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..2a7667b3e41b --- /dev/null +++ b/openupgrade_scripts/scripts/website/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,8 @@ + + + + ['|', ('group_ids', '=', False), ('group_ids', 'in', user.all_group_ids.ids)] + + diff --git a/openupgrade_scripts/scripts/website/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/website/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..5a9084083413 --- /dev/null +++ b/openupgrade_scripts/scripts/website/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,191 @@ +---Models in module 'website'--- +---Fields in module 'website'--- +website / ir.model / website_form_label (char) : now translatable +website / ir.ui.view / is_seo_optimized (boolean) : is now stored +website / theme.website.page / header_text_color (char) : NEW +website / website / social_discord (char) : NEW hasdefault: default +website / website.menu / url (char) : now required +website / website.snippet.filter / help (text) : NEW translate +---XML records in module 'website'--- +NEW ir.actions.act_window: website.action_website_technical_pages +NEW ir.asset: website.s_alert_001_scss +NEW ir.asset: website.s_announcement_scroll_000_scss +NEW ir.asset: website.s_attributes_horizontal_000_scss +NEW ir.asset: website.s_attributes_vertical_000_scss +NEW ir.asset: website.s_banner_categories_000_scss +NEW ir.asset: website.s_carousel_cards_000_scss +NEW ir.asset: website.s_ecomm_categories_showcase_000_scss +NEW ir.asset: website.s_floating_blocks_000_scss +NEW ir.asset: website.s_tabs_003_scss +NEW ir.asset: website.s_tabs_images_000_scss +NEW ir.asset: website.s_website_form_cover_000_scss +DEL ir.asset: website.s_chart_000_js +DEL ir.asset: website.s_countdown_000_js +DEL ir.asset: website.s_dynamic_snippet_000_js +DEL ir.asset: website.s_dynamic_snippet_carousel_000_js +DEL ir.asset: website.s_embed_code_000_js +DEL ir.asset: website.s_facebook_page_000_js +DEL ir.asset: website.s_faq_horizontal_000_js +DEL ir.asset: website.s_google_map_000_js +DEL ir.asset: website.s_image_gallery_000_js +DEL ir.asset: website.s_instagram_page_000_js +DEL ir.asset: website.s_map_000_js +DEL ir.asset: website.s_mega_menu_thumbnails_000_scss +DEL ir.asset: website.s_popup_000_js +DEL ir.asset: website.s_searchbar_000_js +DEL ir.asset: website.s_share_000_js +DEL ir.asset: website.s_table_of_content_000_js +DEL ir.asset: website.s_website_form_000_js +NEW ir.attachment: website.app_store_image +NEW ir.attachment: website.google_play_image +NEW ir.attachment: website.s_banner_categories_default_image_1 +NEW ir.attachment: website.s_banner_connected_default_image +NEW ir.attachment: website.s_bento_grid_default_image_1 +NEW ir.attachment: website.s_bento_grid_default_image_2 +NEW ir.attachment: website.s_bento_grid_default_image_3 +NEW ir.attachment: website.s_bento_grid_default_image_4 +NEW ir.attachment: website.s_carousel_cards_default_image_1 +NEW ir.attachment: website.s_carousel_cards_default_image_2 +NEW ir.attachment: website.s_carousel_cards_default_image_3 +NEW ir.attachment: website.s_ecomm_categories_showcase_1 +NEW ir.attachment: website.s_ecomm_categories_showcase_2 +NEW ir.attachment: website.s_ecomm_categories_showcase_3 +NEW ir.attachment: website.s_ecomm_categories_showcase_4 +NEW ir.attachment: website.s_floating_blocks_1 +NEW ir.attachment: website.s_floating_blocks_2 +NEW ir.attachment: website.s_floating_blocks_3 +NEW ir.attachment: website.s_form_aside_default_image +NEW ir.attachment: website.s_newsletter_grid_default_image_1 +NEW ir.attachment: website.s_newsletter_grid_default_image_2 +NEW ir.attachment: website.s_opening_hours_default_image +NEW ir.attachment: website.s_split_intro_default_image +NEW ir.attachment: website.s_tabs_images_default_image_1 +NEW ir.attachment: website.s_tabs_images_default_image_2 +NEW ir.attachment: website.s_tabs_images_default_image_3 +NEW ir.attachment: website.s_tabs_images_default_image_4 +NEW ir.attachment: website.s_tabs_images_default_image_5 +NEW ir.attachment: website.s_timeline_images_default_image_1 +NEW ir.attachment: website.s_timeline_images_default_image_2 +NEW ir.attachment: website.s_website_form_cover_default_image +NEW ir.attachment: website.s_website_form_info_default_image +NEW ir.attachment: website.s_website_form_overlay_default_image +NEW ir.attachment: website.shop_category_1_16x9 +NEW ir.attachment: website.shop_category_1_1x1 +NEW ir.attachment: website.shop_category_2_16x9 +NEW ir.attachment: website.shop_category_2_1x1 +NEW ir.attachment: website.shop_category_3_1x1 +NEW ir.attachment: website.shop_category_3_4x3 +NEW ir.model.access: website.access_website_technical_page +NEW ir.ui.menu: website.menu_website_technical_pages +NEW ir.ui.view: website.empty_search_svg +NEW ir.ui.view: website.footer_copyright_content_width_fluid +NEW ir.ui.view: website.footer_copyright_content_width_small +NEW ir.ui.view: website.header_width_full +NEW ir.ui.view: website.header_width_small +NEW ir.ui.view: website.navbar_nav_wrapper +NEW ir.ui.view: website.new_page_template_gallery_s_text_block_h1 +NEW ir.ui.view: website.s_announcement_scroll +NEW ir.ui.view: website.s_attributes_horizontal +NEW ir.ui.view: website.s_attributes_vertical +NEW ir.ui.view: website.s_banner_categories +NEW ir.ui.view: website.s_banner_connected +NEW ir.ui.view: website.s_banner_product +NEW ir.ui.view: website.s_bento_banner +NEW ir.ui.view: website.s_bento_block +NEW ir.ui.view: website.s_bento_grid +NEW ir.ui.view: website.s_carousel_cards +NEW ir.ui.view: website.s_company_team_card +NEW ir.ui.view: website.s_company_team_grid +NEW ir.ui.view: website.s_company_team_spotlight +NEW ir.ui.view: website.s_comparisons_horizontal +NEW ir.ui.view: website.s_cta_mobile +NEW ir.ui.view: website.s_ecomm_categories_showcase +NEW ir.ui.view: website.s_floating_blocks +NEW ir.ui.view: website.s_form_aside +NEW ir.ui.view: website.s_inline_text +NEW ir.ui.view: website.s_numbers_boxed +NEW ir.ui.view: website.s_numbers_framed +NEW ir.ui.view: website.s_quotes_carousel_compact +NEW ir.ui.view: website.s_reviews_wall +NEW ir.ui.view: website.s_split_intro +NEW ir.ui.view: website.s_tabs_images +NEW ir.ui.view: website.s_timeline_images +NEW ir.ui.view: website.s_website_form_cover +NEW ir.ui.view: website.s_website_form_info +NEW ir.ui.view: website.s_website_form_overlay +NEW ir.ui.view: website.template_footer_mega +NEW ir.ui.view: website.template_footer_mega_cards +NEW ir.ui.view: website.template_footer_mega_columns +NEW ir.ui.view: website.template_footer_mega_links +NEW ir.ui.view: website.template_header_mobile_position_left +NEW ir.ui.view: website.template_header_navlink_no_background +NEW ir.ui.view: website.template_header_sales_three_align_center +NEW ir.ui.view: website.template_header_sales_three_align_right +NEW ir.ui.view: website.template_header_sidebar_position_right +NEW ir.ui.view: website.template_header_vertical_align_center +NEW ir.ui.view: website.template_header_vertical_align_right +NEW ir.ui.view: website.website_technical_pages_list_view +DEL ir.ui.view: website.column_count_option +DEL ir.ui.view: website.dynamic_snippet_carousel_options_template +DEL ir.ui.view: website.grid_layout_options +DEL ir.ui.view: website.new_page_template_gallery_s_text_block_h2 +DEL ir.ui.view: website.s_accordion_options +DEL ir.ui.view: website.s_alert_options +DEL ir.ui.view: website.s_badge_options +DEL ir.ui.view: website.s_blockquote_options +DEL ir.ui.view: website.s_card_options +DEL ir.ui.view: website.s_card_options_apply +DEL ir.ui.view: website.s_carousel_intro_options +DEL ir.ui.view: website.s_chart_options +DEL ir.ui.view: website.s_countdown_options +DEL ir.ui.view: website.s_cta_badge_options +DEL ir.ui.view: website.s_dynamic_snippet_carousel_options +DEL ir.ui.view: website.s_dynamic_snippet_options +DEL ir.ui.view: website.s_dynamic_snippet_options_template +DEL ir.ui.view: website.s_embed_code_options +DEL ir.ui.view: website.s_facebook_page_options +DEL ir.ui.view: website.s_faq_horizontal_options +DEL ir.ui.view: website.s_google_map_options +DEL ir.ui.view: website.s_hr_options +DEL ir.ui.view: website.s_image_gallery_options +DEL ir.ui.view: website.s_image_options +DEL ir.ui.view: website.s_instagram_page_options +DEL ir.ui.view: website.s_map_options +DEL ir.ui.view: website.s_masonry_block_alternation_text_image_text_template +DEL ir.ui.view: website.s_masonry_block_alternation_text_template +DEL ir.ui.view: website.s_masonry_block_image_texts_image_template +DEL ir.ui.view: website.s_masonry_block_options +DEL ir.ui.view: website.s_masonry_block_texts_image_texts_template +DEL ir.ui.view: website.s_media_list_options +DEL ir.ui.view: website.s_popup_options +DEL ir.ui.view: website.s_pricelist_boxed_add_product_widget +DEL ir.ui.view: website.s_pricelist_boxed_options +DEL ir.ui.view: website.s_pricelist_cafe_add_product_widget +DEL ir.ui.view: website.s_pricelist_cafe_options +DEL ir.ui.view: website.s_process_steps_options +DEL ir.ui.view: website.s_product_catalog_add_product_widget +DEL ir.ui.view: website.s_product_catalog_options +DEL ir.ui.view: website.s_progress_bar_options +DEL ir.ui.view: website.s_quadrant_options +DEL ir.ui.view: website.s_rating_options +DEL ir.ui.view: website.s_showcase_options +DEL ir.ui.view: website.s_social_media_options +DEL ir.ui.view: website.s_table_of_content_options +DEL ir.ui.view: website.s_tabs_options +DEL ir.ui.view: website.s_timeline_list_options +DEL ir.ui.view: website.s_timeline_options +DEL ir.ui.view: website.s_website_controller_page_listing_layout +DEL ir.ui.view: website.s_website_form_options +DEL ir.ui.view: website.searchbar_input_snippet_options +DEL ir.ui.view: website.snippet_options +DEL ir.ui.view: website.snippet_options_background_options +DEL ir.ui.view: website.snippet_options_border_line_widgets +DEL ir.ui.view: website.snippet_options_border_widgets +DEL ir.ui.view: website.snippet_options_carousel +DEL ir.ui.view: website.snippet_options_carousel_intro +DEL ir.ui.view: website.snippet_options_conditional_visibility +DEL ir.ui.view: website.snippet_options_header_box +DEL ir.ui.view: website.snippet_options_shadow_widgets +DEL ir.ui.view: website.vertical_alignment_option +DEL ir.ui.view: website.view_server_action_tree_website +NEW res.groups.privilege: website.res_groups_privilege_website diff --git a/openupgrade_scripts/scripts/website_blog/19.0.1.1/noupdate_changes.xml b/openupgrade_scripts/scripts/website_blog/19.0.1.1/noupdate_changes.xml new file mode 100644 index 000000000000..86524d0789d0 --- /dev/null +++ b/openupgrade_scripts/scripts/website_blog/19.0.1.1/noupdate_changes.xml @@ -0,0 +1,16 @@ + + + + diff --git a/openupgrade_scripts/scripts/website_blog/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_blog/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..94937dd6483f --- /dev/null +++ b/openupgrade_scripts/scripts/website_blog/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,37 @@ +---Models in module 'website_blog'--- +---Fields in module 'website_blog'--- +website_blog / blog.blog / is_seo_optimized (boolean) : is now stored +website_blog / blog.blog / sequence (integer) : NEW hasdefault: default +website_blog / blog.post / footer_visible (boolean) : NEW hasdefault: default +website_blog / blog.post / header_visible (boolean) : NEW hasdefault: default +website_blog / blog.post / is_seo_optimized (boolean) : is now stored +website_blog / blog.tag / is_seo_optimized (boolean) : is now stored +---XML records in module 'website_blog'--- +DEL ir.asset: website_blog.s_blog_posts_000_js +NEW ir.ui.view: website_blog.blog_post_info +NEW ir.ui.view: website_blog.dynamic_filter_template_blog_post_single_aside +NEW ir.ui.view: website_blog.dynamic_filter_template_blog_post_single_badge +NEW ir.ui.view: website_blog.dynamic_filter_template_blog_post_single_circle +NEW ir.ui.view: website_blog.dynamic_filter_template_blog_post_single_full +NEW ir.ui.view: website_blog.s_blog_posts_big_picture +NEW ir.ui.view: website_blog.s_blog_posts_card +NEW ir.ui.view: website_blog.s_blog_posts_horizontal +NEW ir.ui.view: website_blog.s_blog_posts_list +NEW ir.ui.view: website_blog.s_blog_posts_single_aside +NEW ir.ui.view: website_blog.s_blog_posts_single_badge +NEW ir.ui.view: website_blog.s_blog_posts_single_circle +NEW ir.ui.view: website_blog.s_blog_posts_single_full +NEW ir.ui.view: website_blog.s_dynamic_snippet_blog_posts_card_preview_data +NEW ir.ui.view: website_blog.s_dynamic_snippet_blog_posts_horizontal_preview_data +NEW ir.ui.view: website_blog.s_dynamic_snippet_blog_posts_list_preview_data +NEW ir.ui.view: website_blog.s_dynamic_snippet_blog_posts_single_aside_preview_data +NEW ir.ui.view: website_blog.s_dynamic_snippet_blog_posts_single_badge_preview_data +NEW ir.ui.view: website_blog.s_dynamic_snippet_blog_posts_single_circle_preview_data +NEW ir.ui.view: website_blog.s_dynamic_snippet_blog_posts_single_full_preview_data +NEW ir.ui.view: website_blog.s_dynamic_snippet_template_category +DEL ir.ui.view: website_blog.blog_searchbar_input_snippet_options +DEL ir.ui.view: website_blog.opt_blog_post_select_to_comment +DEL ir.ui.view: website_blog.opt_blog_post_select_to_tweet +DEL ir.ui.view: website_blog.s_blog_posts_options +DEL ir.ui.view: website_blog.s_dynamic_snippet_options_template +DEL ir.ui.view: website_blog.snippet_options diff --git a/openupgrade_scripts/scripts/website_crm/19.0.2.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_crm/19.0.2.1/upgrade_analysis.txt new file mode 100644 index 000000000000..5200a2fb6425 --- /dev/null +++ b/openupgrade_scripts/scripts/website_crm/19.0.2.1/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'website_crm'--- +---Fields in module 'website_crm'--- +---XML records in module 'website_crm'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/website_crm_iap_reveal/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_crm_iap_reveal/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..79870a8a76a6 --- /dev/null +++ b/openupgrade_scripts/scripts/website_crm_iap_reveal/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'website_crm_iap_reveal'--- +---Fields in module 'website_crm_iap_reveal'--- +---XML records in module 'website_crm_iap_reveal'--- +NEW ir.model.constraint: website_crm_iap_reveal.constraint_crm_reveal_view_ip_rule_id +NEW ir.model.constraint: website_crm_iap_reveal.constraint_crm_reveal_view_state_create_date diff --git a/openupgrade_scripts/scripts/website_crm_livechat/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_crm_livechat/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..ba5d2edd4636 --- /dev/null +++ b/openupgrade_scripts/scripts/website_crm_livechat/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'website_crm_livechat'--- +---Fields in module 'website_crm_livechat'--- +---XML records in module 'website_crm_livechat'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/website_crm_partner_assign/19.0.1.2/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_crm_partner_assign/19.0.1.2/upgrade_analysis.txt new file mode 100644 index 000000000000..d0f112ca6661 --- /dev/null +++ b/openupgrade_scripts/scripts/website_crm_partner_assign/19.0.1.2/upgrade_analysis.txt @@ -0,0 +1,25 @@ +---Models in module 'website_crm_partner_assign'--- +---Fields in module 'website_crm_partner_assign'--- +website_crm_partner_assign / res.partner / grade_id (many2one) : module is now 'partnership' ('website_crm_partner_assign') +website_crm_partner_assign / res.partner.grade / _order : module is now 'partnership' ('website_crm_partner_assign') +website_crm_partner_assign / res.partner.grade / active (boolean) : module is now 'partnership' ('website_crm_partner_assign') +website_crm_partner_assign / res.partner.grade / display_name (char) : module is now 'partnership' ('website_crm_partner_assign') +website_crm_partner_assign / res.partner.grade / name (char) : module is now 'partnership' ('website_crm_partner_assign') +website_crm_partner_assign / res.partner.grade / sequence (integer) : module is now 'partnership' ('website_crm_partner_assign') +website_crm_partner_assign / res.users / grade_id (many2one) : module is now 'partnership' ('website_crm_partner_assign') +---XML records in module 'website_crm_partner_assign'--- +DEL ir.actions.act_window: website_crm_partner_assign.res_partner_grade_action [renamed to partnership module] +DEL ir.model.access: website_crm_partner_assign.access_res_partner_grade [renamed to partnership module] +DEL ir.model.access: website_crm_partner_assign.access_res_partner_grade_employee +DEL ir.model.access: website_crm_partner_assign.access_res_partner_grade_manager [renamed to partnership module] +DEL ir.ui.menu: website_crm_partner_assign.crm_menu_resellers +DEL ir.ui.menu: website_crm_partner_assign.menu_res_partner_grade_action [renamed to partnership module] +NEW ir.ui.view: website_crm_partner_assign.contact_details +NEW ir.ui.view: website_crm_partner_assign.index_filter_by_industry +DEL ir.ui.view: website_crm_partner_assign.res_partner_grade_view_search +DEL ir.ui.view: website_crm_partner_assign.snippet_options +DEL ir.ui.view: website_crm_partner_assign.view_partner_grade_tree +DEL ir.ui.view: website_crm_partner_assign.view_res_partner_filter_assign +DEL res.partner.grade: website_crm_partner_assign.res_partner_grade_data_bronze [renamed to partnership module] +DEL res.partner.grade: website_crm_partner_assign.res_partner_grade_data_gold [renamed to partnership module] +DEL res.partner.grade: website_crm_partner_assign.res_partner_grade_data_silver [renamed to partnership module] diff --git a/openupgrade_scripts/scripts/website_customer/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_customer/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..49d0bcdedcb5 --- /dev/null +++ b/openupgrade_scripts/scripts/website_customer/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'website_customer'--- +---Fields in module 'website_customer'--- +---XML records in module 'website_customer'--- +DEL ir.ui.view: website_customer.snippet_options diff --git a/openupgrade_scripts/scripts/website_event/19.0.1.4/noupdate_changes.xml b/openupgrade_scripts/scripts/website_event/19.0.1.4/noupdate_changes.xml new file mode 100644 index 000000000000..253239803284 --- /dev/null +++ b/openupgrade_scripts/scripts/website_event/19.0.1.4/noupdate_changes.xml @@ -0,0 +1,13 @@ + + + + [('question_id.event_ids', 'any', [('is_published', '=', True)])] + + + [('event_ids', 'any', [('is_published', '=', True)])] + + diff --git a/openupgrade_scripts/scripts/website_event/19.0.1.4/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_event/19.0.1.4/upgrade_analysis.txt new file mode 100644 index 000000000000..ce425f4052e2 --- /dev/null +++ b/openupgrade_scripts/scripts/website_event/19.0.1.4/upgrade_analysis.txt @@ -0,0 +1,60 @@ +---Models in module 'website_event'--- +---Fields in module 'website_event'--- +website_event / event.event / footer_visible (boolean) : NEW hasdefault: default +website_event / event.event / header_visible (boolean) : NEW hasdefault: default +website_event / event.event / is_seo_optimized (boolean) : is now stored +website_event / event.event / location_menu (boolean) : DEL +website_event / event.event / location_menu_ids (one2many) : DEL relation: website.event.menu +website_event / event.event / other_menu_ids (one2many) : NEW relation: website.event.menu +website_event / website.event.menu / is_seo_optimized (boolean) : NEW isfunction: function, stored +website_event / website.event.menu / menu_type (selection) : selection_keys added: [other], removed: [location] +website_event / website.event.menu / seo_name (char) : NEW translate +website_event / website.event.menu / website_meta_description (text): NEW translate +website_event / website.event.menu / website_meta_keywords (char) : NEW translate +website_event / website.event.menu / website_meta_og_img (char) : NEW +website_event / website.event.menu / website_meta_title (char) : NEW translate +---XML records in module 'website_event'--- +DEL ir.asset: website_event.s_events_000_js +DEL ir.asset: website_event.s_searchbar_000_js +NEW ir.model.access: website_event.access_event_event_slot_employee +NEW ir.model.access: website_event.access_event_event_slot_portal +NEW ir.model.access: website_event.access_event_event_slot_public +NEW ir.rule: website_event.ir_rule_event_slot_public +NEW ir.ui.view: website_event.dynamic_filter_template_event_event_single_aside +NEW ir.ui.view: website_event.dynamic_filter_template_event_event_single_badge +NEW ir.ui.view: website_event.dynamic_filter_template_event_event_single_card +NEW ir.ui.view: website_event.dynamic_filter_template_event_event_single_entry +NEW ir.ui.view: website_event.dynamic_filter_template_event_event_single_offset +NEW ir.ui.view: website_event.event_calendar_links +NEW ir.ui.view: website_event.event_event_view_form_website_create +NEW ir.ui.view: website_event.modal_slot_registration +NEW ir.ui.view: website_event.opt_event_calendar_block +NEW ir.ui.view: website_event.opt_event_dates_block +NEW ir.ui.view: website_event.opt_event_fixed_sidebar +NEW ir.ui.view: website_event.opt_event_location_block +NEW ir.ui.view: website_event.opt_event_organizer_block +NEW ir.ui.view: website_event.opt_event_registration_block +NEW ir.ui.view: website_event.opt_event_share_block +NEW ir.ui.view: website_event.s_dynamic_snippet_events_single_aside_preview_data +NEW ir.ui.view: website_event.s_dynamic_snippet_events_single_badge_preview_data +NEW ir.ui.view: website_event.s_dynamic_snippet_events_single_card_preview_data +NEW ir.ui.view: website_event.s_dynamic_snippet_events_single_entry_preview_data +NEW ir.ui.view: website_event.s_dynamic_snippet_events_single_offset_preview_data +NEW ir.ui.view: website_event.s_event_upcoming_snippet_card_preview_data +NEW ir.ui.view: website_event.s_events_card +NEW ir.ui.view: website_event.s_events_picture +NEW ir.ui.view: website_event.s_events_single_aside +NEW ir.ui.view: website_event.s_events_single_badge +NEW ir.ui.view: website_event.s_events_single_card +NEW ir.ui.view: website_event.s_events_single_entry +NEW ir.ui.view: website_event.s_events_single_offset +DEL ir.ui.view: website_event.404 +DEL ir.ui.view: website_event.default_page +DEL ir.ui.view: website_event.event_event_view_form_add +DEL ir.ui.view: website_event.event_searchbar_input_snippet_options +DEL ir.ui.view: website_event.events_search_box +DEL ir.ui.view: website_event.events_search_box_input +DEL ir.ui.view: website_event.s_dynamic_snippet_options_template +DEL ir.ui.view: website_event.s_events_options +DEL ir.ui.view: website_event.snippet_options +DEL ir.ui.view: website_event.template_location diff --git a/openupgrade_scripts/scripts/website_event_booth/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_event_booth/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..365571cf4a79 --- /dev/null +++ b/openupgrade_scripts/scripts/website_event_booth/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'website_event_booth'--- +---Fields in module 'website_event_booth'--- +website_event_booth / website.event.menu / menu_type (False) : selection_keys added: [other], removed: [location] +---XML records in module 'website_event_booth'--- diff --git a/openupgrade_scripts/scripts/website_event_booth_exhibitor/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_event_booth_exhibitor/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..66f60b383aba --- /dev/null +++ b/openupgrade_scripts/scripts/website_event_booth_exhibitor/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'website_event_booth_exhibitor'--- +---Fields in module 'website_event_booth_exhibitor'--- +---XML records in module 'website_event_booth_exhibitor'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/website_event_booth_sale_exhibitor/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_event_booth_sale_exhibitor/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..f139a66a5fa6 --- /dev/null +++ b/openupgrade_scripts/scripts/website_event_booth_sale_exhibitor/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'website_event_booth_sale_exhibitor'--- +---Fields in module 'website_event_booth_sale_exhibitor'--- +website_event_booth_sale_exhibitor / event.booth.registration / sponsor_mobile (char) : DEL +---XML records in module 'website_event_booth_sale_exhibitor'--- diff --git a/openupgrade_scripts/scripts/website_event_exhibitor/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_event_exhibitor/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..c8a8b4df64ca --- /dev/null +++ b/openupgrade_scripts/scripts/website_event_exhibitor/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,9 @@ +---Models in module 'website_event_exhibitor'--- +---Fields in module 'website_event_exhibitor'--- +website_event_exhibitor / event.sponsor / chat_room_id (many2one) : DEL relation: chat.room +website_event_exhibitor / event.sponsor / mobile (char) : DEL +website_event_exhibitor / event.sponsor / show_on_ticket (boolean) : NEW hasdefault: default +website_event_exhibitor / website.event.menu / menu_type (False) : selection_keys added: [other], removed: [location, track, track_proposal] +---XML records in module 'website_event_exhibitor'--- +DEL ir.model.access: website_event_exhibitor.chat_room_access_event_manager +DEL ir.ui.view: website_event_exhibitor.snippet_options diff --git a/openupgrade_scripts/scripts/website_event_sale/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_event_sale/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..c408fda3a424 --- /dev/null +++ b/openupgrade_scripts/scripts/website_event_sale/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'website_event_sale'--- +---Fields in module 'website_event_sale'--- +---XML records in module 'website_event_sale'--- +DEL ir.rule: website_event_sale.event_product_template_public +DEL ir.ui.view: website_event_sale.cart_lines_inherit_website_event_sale diff --git a/openupgrade_scripts/scripts/website_event_track/19.0.1.3/noupdate_changes.xml b/openupgrade_scripts/scripts/website_event_track/19.0.1.3/noupdate_changes.xml new file mode 100644 index 000000000000..dbaf98c3fc06 --- /dev/null +++ b/openupgrade_scripts/scripts/website_event_track/19.0.1.3/noupdate_changes.xml @@ -0,0 +1,34 @@ + + + + + + + + + diff --git a/openupgrade_scripts/scripts/website_event_track/19.0.1.3/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_event_track/19.0.1.3/upgrade_analysis.txt new file mode 100644 index 000000000000..930041305218 --- /dev/null +++ b/openupgrade_scripts/scripts/website_event_track/19.0.1.3/upgrade_analysis.txt @@ -0,0 +1,11 @@ +---Models in module 'website_event_track'--- +---Fields in module 'website_event_track'--- +website_event_track / event.track / _order : _order is now 'priority desc, date' ('priority, date') +website_event_track / event.track / date (datetime) : now a function +website_event_track / event.track / is_seo_optimized (boolean) : is now stored +website_event_track / website.event.menu / menu_type (False) : selection_keys added: [exhibitor, other], removed: [location] +---XML records in module 'website_event_track'--- +NEW ir.asset: website_event_track.s_searchbar_000_xml +NEW ir.ui.view: website_event_track.track_list_item +DEL ir.ui.view: website_event_track.snippet_options +NEW mail.template: website_event_track.mail_template_data_track_reminder diff --git a/openupgrade_scripts/scripts/website_event_track_live/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_event_track_live/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..5e01d40da721 --- /dev/null +++ b/openupgrade_scripts/scripts/website_event_track_live/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,6 @@ +---Models in module 'website_event_track_live'--- +---Fields in module 'website_event_track_live'--- +---XML records in module 'website_event_track_live'--- +NEW ir.ui.view: website_event_track_live.event_track_view_list +NEW ir.ui.view: website_event_track_live.track_list_item +DEL ir.ui.view: website_event_track_live.tracks_display_list diff --git a/openupgrade_scripts/scripts/website_event_track_quiz/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_event_track_quiz/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..3aec6285dbbe --- /dev/null +++ b/openupgrade_scripts/scripts/website_event_track_quiz/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'website_event_track_quiz'--- +---Fields in module 'website_event_track_quiz'--- +---XML records in module 'website_event_track_quiz'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/website_forum/19.0.1.2/noupdate_changes.xml b/openupgrade_scripts/scripts/website_forum/19.0.1.2/noupdate_changes.xml new file mode 100644 index 000000000000..da9fa1c93cc8 --- /dev/null +++ b/openupgrade_scripts/scripts/website_forum/19.0.1.2/noupdate_changes.xml @@ -0,0 +1,126 @@ + + + + forum-post-pages + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [ + '|', + ('privacy', 'in', ['public', 'connected']), + '&', + ('privacy', '=', 'private'), + ('authorized_group_id', 'in', user.all_group_ids.ids)] + + + ['|', ('forum_id.privacy', 'in', ['public', 'connected']), '&', ('forum_id.privacy', '=', 'private'), ('forum_id.authorized_group_id', 'in', user.all_group_ids.ids)] + + + ['|', ('forum_id.privacy', 'in', ['public', 'connected']), '&', ('forum_id.privacy', '=', 'private'), ('forum_id.authorized_group_id', 'in', user.all_group_ids.ids)] + + diff --git a/openupgrade_scripts/scripts/website_forum/19.0.1.2/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_forum/19.0.1.2/upgrade_analysis.txt new file mode 100644 index 000000000000..fc2168d0fd48 --- /dev/null +++ b/openupgrade_scripts/scripts/website_forum/19.0.1.2/upgrade_analysis.txt @@ -0,0 +1,14 @@ +---Models in module 'website_forum'--- +---Fields in module 'website_forum'--- +website_forum / forum.forum / is_seo_optimized (boolean) : is now stored +website_forum / forum.forum / teaser (text) : DEL +website_forum / forum.post / is_seo_optimized (boolean) : is now stored +website_forum / forum.tag / is_seo_optimized (boolean) : is now stored +---XML records in module 'website_forum'--- +DEL ir.model.access: website_forum.access_forum_post_vote_public +NEW ir.rule: website_forum.website_forum_post_vote_all +NEW ir.rule: website_forum.website_forum_post_vote_own +DEL ir.ui.view: website_forum.forum_searchbar_input_snippet_options +DEL ir.ui.view: website_forum.snippet_options +DEL ir.ui.view: website_forum.user_profile_sub_nav +DEL ir.ui.view: website_forum.view_users_form_forum diff --git a/openupgrade_scripts/scripts/website_hr_recruitment/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_hr_recruitment/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..3be1f068defa --- /dev/null +++ b/openupgrade_scripts/scripts/website_hr_recruitment/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,10 @@ +---Models in module 'website_hr_recruitment'--- +---Fields in module 'website_hr_recruitment'--- +website_hr_recruitment / hr.job / is_seo_optimized (boolean) : is now stored +---XML records in module 'website_hr_recruitment'--- +NEW ir.ui.view: website_hr_recruitment.job_filter_base +NEW ir.ui.view: website_hr_recruitment.job_filter_base_mobile +NEW ir.ui.view: website_hr_recruitment.job_filter_by_industries +NEW ir.ui.view: website_hr_recruitment.job_reset_filters +DEL ir.ui.view: website_hr_recruitment.jobs_searchbar_input_snippet_options +DEL ir.ui.view: website_hr_recruitment.snippet_options diff --git a/openupgrade_scripts/scripts/website_livechat/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_livechat/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..7b54cbc4dfc4 --- /dev/null +++ b/openupgrade_scripts/scripts/website_livechat/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,13 @@ +---Models in module 'website_livechat'--- +---Fields in module 'website_livechat'--- +website_livechat / discuss.channel / is_pending_chat_request (boolean): NEW +website_livechat / im_livechat.channel / is_published (boolean) : DEL +website_livechat / im_livechat.channel / website_description (html) : DEL +---XML records in module 'website_livechat'--- +DEL ir.model.access: website_livechat.access_im_livechat_channel_public_employee +DEL ir.model.access: website_livechat.access_im_livechat_channel_public_portal +DEL ir.model.access: website_livechat.access_im_livechat_channel_public_public +DEL ir.rule: website_livechat.im_livechat_channel_rule_public +DEL ir.ui.view: website_livechat.channel_list_page +DEL ir.ui.view: website_livechat.channel_page +DEL ir.ui.view: website_livechat.im_livechat_channel_form_view diff --git a/openupgrade_scripts/scripts/website_mail_group/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_mail_group/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..ead72b228a62 --- /dev/null +++ b/openupgrade_scripts/scripts/website_mail_group/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'website_mail_group'--- +---Fields in module 'website_mail_group'--- +---XML records in module 'website_mail_group'--- +DEL ir.asset: website_mail_group.s_group_000_js +DEL ir.ui.view: website_mail_group.s_group_options diff --git a/openupgrade_scripts/scripts/website_mass_mailing/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_mass_mailing/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..9cf353653eda --- /dev/null +++ b/openupgrade_scripts/scripts/website_mass_mailing/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,10 @@ +---Models in module 'website_mass_mailing'--- +---Fields in module 'website_mass_mailing'--- +---XML records in module 'website_mass_mailing'--- +DEL ir.asset: website_mass_mailing.s_popup_000_js +NEW ir.ui.view: website_mass_mailing.s_newsletter_benefits_popup +NEW ir.ui.view: website_mass_mailing.s_newsletter_box +NEW ir.ui.view: website_mass_mailing.s_newsletter_centered +NEW ir.ui.view: website_mass_mailing.s_newsletter_grid +DEL ir.ui.view: website_mass_mailing.newsletter_subscribe_options +DEL ir.ui.view: website_mass_mailing.newsletter_subscribe_options_common diff --git a/openupgrade_scripts/scripts/website_mass_mailing_sms/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_mass_mailing_sms/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..22a16f8e9266 --- /dev/null +++ b/openupgrade_scripts/scripts/website_mass_mailing_sms/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,7 @@ +---Models in module 'website_mass_mailing_sms'--- +---Fields in module 'website_mass_mailing_sms'--- +---XML records in module 'website_mass_mailing_sms'--- +NEW ir.ui.view: website_mass_mailing_sms.s_newsletter_sms_notifications +NEW ir.ui.view: website_mass_mailing_sms.s_newsletter_subscribe_form +NEW ir.ui.view: website_mass_mailing_sms.snippets +DEL ir.ui.view: website_mass_mailing_sms.newsletter_subscribe_options diff --git a/openupgrade_scripts/scripts/website_partner/19.0.0.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_partner/19.0.0.1/upgrade_analysis.txt new file mode 100644 index 000000000000..e9fea3ddb9f4 --- /dev/null +++ b/openupgrade_scripts/scripts/website_partner/19.0.0.1/upgrade_analysis.txt @@ -0,0 +1,6 @@ +---Models in module 'website_partner'--- +---Fields in module 'website_partner'--- +website_partner / res.partner / is_seo_optimized (boolean) : is now stored +---XML records in module 'website_partner'--- +NEW mail.message.subtype: website_partner.mt_partner_published +NEW mail.message.subtype: website_partner.mt_partner_unpublished diff --git a/openupgrade_scripts/scripts/website_payment/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_payment/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..d87940d86520 --- /dev/null +++ b/openupgrade_scripts/scripts/website_payment/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,9 @@ +---Models in module 'website_payment'--- +---Fields in module 'website_payment'--- +---XML records in module 'website_payment'--- +NEW ir.asset: website_payment.s_supported_payment_methods_OOO_edit_xml +NEW ir.asset: website_payment.s_supported_payment_methods_OOO_xml +DEL ir.asset: website_payment.s_donation_000_js +NEW ir.ui.view: website_payment.s_supported_payment_methods +DEL ir.ui.view: website_payment.s_donation_options +DEL mail.template: website_payment.mail_template_donation diff --git a/openupgrade_scripts/scripts/website_profile/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/website_profile/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..3b1e878e765c --- /dev/null +++ b/openupgrade_scripts/scripts/website_profile/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,187 @@ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ + + + + + + + +
+ YourCompany Profile validation + + + +
+
+
+
+ + + + + + + +
+

+ Hello Marc Demo,

+ You have been invited to validate your email in order to get access to "YourCompany" website. + To validate your email, please click on the following link: +

+ Thanks for your participation! +

+
+
+
+
+ + + + + +
+ YourCompany + + +1 650-123-4567 + + | info@yourcompany.com + + + | http://www.example.com + +
+
+
+ + + + +
+ Powered by Odoo +
+
+
+ + +
+
diff --git a/openupgrade_scripts/scripts/website_profile/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_profile/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..0fb17c4e161c --- /dev/null +++ b/openupgrade_scripts/scripts/website_profile/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,6 @@ +---Models in module 'website_profile'--- +---Fields in module 'website_profile'--- +---XML records in module 'website_profile'--- +DEL ir.ui.view: website_profile.user_biography_editor +DEL ir.ui.view: website_profile.user_profile_edit_content +DEL ir.ui.view: website_profile.user_profile_edit_main diff --git a/openupgrade_scripts/scripts/website_project/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_project/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..9d6389a376cd --- /dev/null +++ b/openupgrade_scripts/scripts/website_project/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'website_project'--- +---Fields in module 'website_project'--- +website_project / project.task / email_from (char) : module is now 'project' ('website_project') +website_project / project.task / partner_phone (char) : module is now 'project' ('website_project') +---XML records in module 'website_project'--- diff --git a/openupgrade_scripts/scripts/website_sale/19.0.1.1/noupdate_changes.xml b/openupgrade_scripts/scripts/website_sale/19.0.1.1/noupdate_changes.xml new file mode 100644 index 000000000000..4aa421ea488f --- /dev/null +++ b/openupgrade_scripts/scripts/website_sale/19.0.1.1/noupdate_changes.xml @@ -0,0 +1,114 @@ + + + + + + + + + + + +
+ + + + +

THERE'S SOMETHING IN YOUR CART.

+ Would you like to complete your purchase?

+ + +
+ + + + + + +
+ Product image + + [FURN_7800] Desk Combination +
+ [FURN_7800] Desk Combination Desk combination, black-brown: chair + desk + drawer. +
+ 10000 + Units +
+
+
+
+ + +
+ Thank you for shopping with My Company (San Francisco)! +
+
+
+
+ + + +
+ + 4 + + + 2 + + + 3 + + + 1 + + + + +
diff --git a/openupgrade_scripts/scripts/website_sale/19.0.1.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_sale/19.0.1.1/upgrade_analysis.txt new file mode 100644 index 000000000000..565fa516ef44 --- /dev/null +++ b/openupgrade_scripts/scripts/website_sale/19.0.1.1/upgrade_analysis.txt @@ -0,0 +1,189 @@ +---Models in module 'website_sale'--- +---Fields in module 'website_sale'--- +website_sale / product.attribute / is_thumbnail_visible (boolean): NEW +website_sale / product.attribute / preview_variants (selection) : NEW selection_keys: ['hidden', 'hover', 'visible'], hasdefault: default +website_sale / product.feed / access_token (char) : NEW required +website_sale / product.feed / cache_expiry (datetime) : NEW required +website_sale / product.feed / feed_cache (binary) : NEW attachment: True, isfunction: function, stored +website_sale / product.feed / lang_id (many2one) : NEW relation: res.lang, required, hasdefault: compute +website_sale / product.feed / last_notification_date (date) : NEW +website_sale / product.feed / message_follower_ids (one2many): NEW relation: mail.followers +website_sale / product.feed / message_ids (one2many) : NEW relation: mail.message +website_sale / product.feed / name (char) : NEW required +website_sale / product.feed / pricelist_id (many2one) : NEW relation: product.pricelist +website_sale / product.feed / product_category_ids (many2many): NEW relation: product.public.category +website_sale / product.feed / rating_ids (one2many) : NEW relation: rating.rating +website_sale / product.feed / target (selection) : NEW required, selection_keys: ['gmc'], hasdefault: default +website_sale / product.feed / website_id (many2one) : NEW relation: website, required +website_sale / product.feed / website_message_ids (one2many): NEW relation: mail.message +website_sale / product.public.category / align_category_content (boolean): NEW hasdefault: default +website_sale / product.public.category / cover_image (binary) : NEW attachment: True +website_sale / product.public.category / is_seo_optimized (boolean) : is now stored +website_sale / product.public.category / show_category_description (boolean): NEW hasdefault: default +website_sale / product.public.category / show_category_title (boolean) : NEW hasdefault: default +website_sale / product.ribbon / _order : _order is now 'sequence ASC, id' ('id') +website_sale / product.ribbon / assign (selection) : NEW required, selection_keys: ['manual', 'new', 'sale'], hasdefault: default +website_sale / product.ribbon / new_period (integer) : NEW hasdefault: default +website_sale / product.ribbon / sequence (integer) : NEW hasdefault: default +website_sale / product.ribbon / style (selection) : NEW required, selection_keys: ['ribbon', 'tag'], hasdefault: default +website_sale / product.tag / image (binary) : module is now 'product' ('website_sale') +website_sale / product.tag / visible_on_ecommerce (boolean): DEL +website_sale / product.template / is_seo_optimized (boolean) : is now stored +website_sale / product.template / publish_date (datetime) : NEW required, isfunction: function, stored +website_sale / product.template / variants_default_code (char) : NEW isfunction: function, stored +website_sale / website / add_to_cart_action (selection): selection_keys removed: [force_dialog] +website_sale / website / all_pricelist_ids (one2many) : DEL relation: product.pricelist +website_sale / website / confirmation_email_template_id (many2one): NEW relation: mail.template, hasdefault: default +website_sale / website / enabled_gmc_src (boolean) : NEW hasdefault: default +website_sale / website / enabled_portal_reorder_button (boolean): DEL +website_sale / website / prevent_zero_price_sale_text (char): DEL +website_sale / website / product_page_cols_order (selection): NEW selection_keys: ['inverse', 'regular'], hasdefault: default +website_sale / website / product_page_container (selection): NEW selection_keys: ['fluid', 'regular', 'unset'], hasdefault: default +website_sale / website / product_page_image_ratio (selection): NEW required, selection_keys: ['16_9', '1_1', '21_9', '2_3', '4_3', '4_5', '6_5', 'auto'], hasdefault: default +website_sale / website / product_page_image_ratio_mobile (selection): NEW required, selection_keys: ['16_9', '1_1', '21_9', '2_3', '4_3', '4_5', '6_5', 'auto'], hasdefault: default +website_sale / website / product_page_image_roundness (selection): NEW required, selection_keys: ['big', 'medium', 'none', 'small'], hasdefault: default +website_sale / website / product_page_image_width (selection): selection_keys added: [33_pc] (most likely nothing to do) +website_sale / website / send_abandoned_cart_email_activation_time (datetime): NEW isfunction: function, stored +website_sale / website / shop_opt_products_design_classes (char): NEW hasdefault: default +website_sale / website / shop_page_container (selection): NEW selection_keys: ['fluid', 'regular'], hasdefault: default +website_sale / website.checkout.step / back_button_label (char) : NEW translate +website_sale / website.checkout.step / is_published (boolean) : NEW hasdefault: default +website_sale / website.checkout.step / main_button_label (char) : NEW translate +website_sale / website.checkout.step / name (char) : NEW required, translate +website_sale / website.checkout.step / sequence (integer) : NEW +website_sale / website.checkout.step / step_href (char) : NEW required +website_sale / website.checkout.step / website_id (many2one) : NEW relation: website +---XML records in module 'website_sale'--- +NEW ir.actions.act_window: website_sale.action_product_feeds +NEW ir.actions.server: website_sale.action_invalidate_cache +NEW ir.actions.server: website_sale.dynamic_snippet_category_list +DEL ir.asset: website_sale.s_add_to_cart_000_js +DEL ir.asset: website_sale.s_dynamic_snippet_products_000_js +DEL ir.asset: website_sale.s_popup_000_js +NEW ir.model.access: website_sale.access_product_feed_base_group_system +NEW ir.model.access: website_sale.access_product_feed_website_group_website_designer +NEW ir.model.access: website_sale.access_uom_portal +NEW ir.model.access: website_sale.access_uom_public +NEW ir.model.access: website_sale.access_website_checkout_step_website_designer +NEW ir.model.constraint: website_sale.constraint_product_template_default_code_gist_idx +NEW ir.model.constraint: website_sale.constraint_product_template_description_gist_idx +NEW ir.model.constraint: website_sale.constraint_product_template_description_sale_gist_idx +NEW ir.model.constraint: website_sale.constraint_product_template_name_gist_idx +NEW ir.rule: website_sale.empty_public_categories_rule +NEW ir.ui.menu: website_sale.menu_product_feeds +NEW ir.ui.view: website_sale.address_card +NEW ir.ui.view: website_sale.address_edit_button +NEW ir.ui.view: website_sale.address_form_fields +NEW ir.ui.view: website_sale.address_list +NEW ir.ui.view: website_sale.address_on_checkout +NEW ir.ui.view: website_sale.all_products_link_name +NEW ir.ui.view: website_sale.billing_address_list +NEW ir.ui.view: website_sale.cart_lines_price +NEW ir.ui.view: website_sale.cart_lines_quantity +NEW ir.ui.view: website_sale.cart_summary_content +NEW ir.ui.view: website_sale.cta_separator +NEW ir.ui.view: website_sale.cta_wrapper +NEW ir.ui.view: website_sale.cta_wrapper_boxed +NEW ir.ui.view: website_sale.cta_wrapper_large +NEW ir.ui.view: website_sale.delivery_address_list +NEW ir.ui.view: website_sale.dynamic_filter_template_product_product_products_item +NEW ir.ui.view: website_sale.dynamic_filter_template_product_public_category_clickable_items +NEW ir.ui.view: website_sale.dynamic_filter_template_product_public_category_default +NEW ir.ui.view: website_sale.editor_previews +NEW ir.ui.view: website_sale.empty_cart_svg +NEW ir.ui.view: website_sale.filmstrip_categories_bordered +NEW ir.ui.view: website_sale.filmstrip_categories_grid +NEW ir.ui.view: website_sale.filmstrip_categories_images +NEW ir.ui.view: website_sale.filmstrip_categories_large_images +NEW ir.ui.view: website_sale.filmstrip_categories_pills +NEW ir.ui.view: website_sale.filmstrip_categories_tabs +NEW ir.ui.view: website_sale.filter_color_attributes +NEW ir.ui.view: website_sale.filter_image_attributes +NEW ir.ui.view: website_sale.filter_pills_attributes +NEW ir.ui.view: website_sale.filter_radio_and_multi_attributes +NEW ir.ui.view: website_sale.filter_select_attributes +NEW ir.ui.view: website_sale.floating_bar +NEW ir.ui.view: website_sale.gmc_xml +NEW ir.ui.view: website_sale.packaging_title +NEW ir.ui.view: website_sale.product_attribute_filters_form +NEW ir.ui.view: website_sale.product_buy_now_large +NEW ir.ui.view: website_sale.product_feed_form +NEW ir.ui.view: website_sale.product_feed_list +NEW ir.ui.view: website_sale.product_feed_search +NEW ir.ui.view: website_sale.product_pricelist_item_form +NEW ir.ui.view: website_sale.product_quantity_large +NEW ir.ui.view: website_sale.product_search +NEW ir.ui.view: website_sale.product_terms_and_conditions +NEW ir.ui.view: website_sale.product_tile_element_visibility +NEW ir.ui.view: website_sale.product_title +NEW ir.ui.view: website_sale.product_variant_preview +NEW ir.ui.view: website_sale.products_mobile_cols_single +NEW ir.ui.view: website_sale.products_shop_title +NEW ir.ui.view: website_sale.products_shop_title_align +NEW ir.ui.view: website_sale.quick_reorder_button +NEW ir.ui.view: website_sale.quick_reorder_history +NEW ir.ui.view: website_sale.quick_reorder_sidebar +NEW ir.ui.view: website_sale.s_dynamic_snippet_category_list +NEW ir.ui.view: website_sale.s_dynamic_snippet_category_preview_data +NEW ir.ui.view: website_sale.s_dynamic_snippet_category_template +NEW ir.ui.view: website_sale.shop_product_buttons +NEW ir.ui.view: website_sale.shorter_cart_summary +NEW ir.ui.view: website_sale.sidebar_dropzone_at_bottom +NEW ir.ui.view: website_sale.sidebar_dropzone_at_top +NEW ir.ui.view: website_sale.template_footer_website_sale +NEW ir.ui.view: website_sale.website_sale_layout +DEL ir.ui.view: website_sale.add_grid_or_list_option +DEL ir.ui.view: website_sale.add_to_cart_redirect +DEL ir.ui.view: website_sale.address_kanban +DEL ir.ui.view: website_sale.address_on_payment +DEL ir.ui.view: website_sale.address_row +DEL ir.ui.view: website_sale.billing_address_row +DEL ir.ui.view: website_sale.crm_team_view_kanban_dashboard +DEL ir.ui.view: website_sale.delivery_address_row +DEL ir.ui.view: website_sale.dynamic_filter_template_product_product_add_to_cart +DEL ir.ui.view: website_sale.dynamic_filter_template_product_product_banner +DEL ir.ui.view: website_sale.dynamic_filter_template_product_product_borderless_1 +DEL ir.ui.view: website_sale.dynamic_filter_template_product_product_borderless_2 +DEL ir.ui.view: website_sale.dynamic_filter_template_product_product_card_group +DEL ir.ui.view: website_sale.dynamic_filter_template_product_product_centered +DEL ir.ui.view: website_sale.dynamic_filter_template_product_product_horizontal_card +DEL ir.ui.view: website_sale.dynamic_filter_template_product_product_horizontal_card_2 +DEL ir.ui.view: website_sale.dynamic_filter_template_product_product_mini_image +DEL ir.ui.view: website_sale.dynamic_filter_template_product_product_mini_name +DEL ir.ui.view: website_sale.dynamic_filter_template_product_product_mini_price +DEL ir.ui.view: website_sale.dynamic_filter_template_product_product_view_detail +DEL ir.ui.view: website_sale.o_wsale_offcanvas_color_attribute +DEL ir.ui.view: website_sale.product_custom_text +DEL ir.ui.view: website_sale.product_picture_magnify_both +DEL ir.ui.view: website_sale.product_picture_magnify_hover +DEL ir.ui.view: website_sale.product_searchbar_input_snippet_options +DEL ir.ui.view: website_sale.product_share_buttons +DEL ir.ui.view: website_sale.product_tag_form_view_inherit_website_sale +DEL ir.ui.view: website_sale.product_tag_tree_view_inherit_website_sale +DEL ir.ui.view: website_sale.product_variants +DEL ir.ui.view: website_sale.products_add_to_cart +DEL ir.ui.view: website_sale.products_carousel_16x9 +DEL ir.ui.view: website_sale.products_carousel_21x9 +DEL ir.ui.view: website_sale.products_carousel_4x3 +DEL ir.ui.view: website_sale.products_carousel_4x5 +DEL ir.ui.view: website_sale.products_description +DEL ir.ui.view: website_sale.products_design_card +DEL ir.ui.view: website_sale.products_design_grid +DEL ir.ui.view: website_sale.products_design_thumbs +DEL ir.ui.view: website_sale.products_thumb_2_3 +DEL ir.ui.view: website_sale.products_thumb_4_3 +DEL ir.ui.view: website_sale.products_thumb_4_5 +DEL ir.ui.view: website_sale.products_thumb_cover +DEL ir.ui.view: website_sale.s_add_to_cart_options +DEL ir.ui.view: website_sale.s_dynamic_snippet_products_options +DEL ir.ui.view: website_sale.s_dynamic_snippet_products_template_options +DEL ir.ui.view: website_sale.sale_order_view_form_cart_recovery +DEL ir.ui.view: website_sale.snippet_options +DEL ir.ui.view: website_sale.snippets_options_web_editor +DEL product.attribute: website_sale.product_attribute_brand +NEW res.groups: website_sale.group_product_feed +NEW website.checkout.step: website_sale.checkout_step_cart +NEW website.checkout.step: website_sale.checkout_step_delivery +NEW website.checkout.step: website_sale.checkout_step_extra +NEW website.checkout.step: website_sale.checkout_step_payment +NEW website.snippet.filter: website_sale.dynamic_filter_category_list diff --git a/openupgrade_scripts/scripts/website_sale_autocomplete/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_sale_autocomplete/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..3b1e13a4792a --- /dev/null +++ b/openupgrade_scripts/scripts/website_sale_autocomplete/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'website_sale_autocomplete'--- +---Fields in module 'website_sale_autocomplete'--- +---XML records in module 'website_sale_autocomplete'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/website_sale_collect/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/website_sale_collect/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..672915eb7ff1 --- /dev/null +++ b/openupgrade_scripts/scripts/website_sale_collect/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/openupgrade_scripts/scripts/website_sale_collect/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_sale_collect/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..9d9ea16a94c2 --- /dev/null +++ b/openupgrade_scripts/scripts/website_sale_collect/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'website_sale_collect'--- +---Fields in module 'website_sale_collect'--- +website_sale_collect / payment.provider / custom_mode (False) : selection_keys added: [cash_on_delivery] (most likely nothing to do) +---XML records in module 'website_sale_collect'--- diff --git a/openupgrade_scripts/scripts/website_sale_collect_wishlist/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_sale_collect_wishlist/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..e5de8d622f7f --- /dev/null +++ b/openupgrade_scripts/scripts/website_sale_collect_wishlist/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'website_sale_collect_wishlist'--- +---Fields in module 'website_sale_collect_wishlist'--- +---XML records in module 'website_sale_collect_wishlist'--- +NEW ir.ui.view: website_sale_collect_wishlist.unavailable_products_warning diff --git a/openupgrade_scripts/scripts/website_sale_comparison/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_sale_comparison/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..29e01bb3cea0 --- /dev/null +++ b/openupgrade_scripts/scripts/website_sale_comparison/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,5 @@ +---Models in module 'website_sale_comparison'--- +---Fields in module 'website_sale_comparison'--- +---XML records in module 'website_sale_comparison'--- +DEL ir.ui.view: website_sale_comparison.product_product +DEL ir.ui.view: website_sale_comparison.snippet_options diff --git a/openupgrade_scripts/scripts/website_sale_loyalty/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_sale_loyalty/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..9aa55e7a845a --- /dev/null +++ b/openupgrade_scripts/scripts/website_sale_loyalty/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,6 @@ +---Models in module 'website_sale_loyalty'--- +---Fields in module 'website_sale_loyalty'--- +---XML records in module 'website_sale_loyalty'--- +NEW ir.ui.view: website_sale_loyalty.cart_lines_quantity +DEL ir.ui.view: website_sale_loyalty.snippet_options +DEL ir.ui.view: website_sale_loyalty.website_sale_coupon_cart_hide_qty diff --git a/openupgrade_scripts/scripts/website_sale_mass_mailing/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_sale_mass_mailing/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..cae130eb0d61 --- /dev/null +++ b/openupgrade_scripts/scripts/website_sale_mass_mailing/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'website_sale_mass_mailing'--- +---Fields in module 'website_sale_mass_mailing'--- +---XML records in module 'website_sale_mass_mailing'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/website_sale_mondialrelay/19.0.0.1/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_sale_mondialrelay/19.0.0.1/upgrade_analysis.txt new file mode 100644 index 000000000000..96351e4f65ed --- /dev/null +++ b/openupgrade_scripts/scripts/website_sale_mondialrelay/19.0.0.1/upgrade_analysis.txt @@ -0,0 +1,10 @@ +---Models in module 'website_sale_mondialrelay'--- +---Fields in module 'website_sale_mondialrelay'--- +---XML records in module 'website_sale_mondialrelay'--- +NEW ir.ui.view: website_sale_mondialrelay.address_on_checkout +NEW ir.ui.view: website_sale_mondialrelay.website_sale_mondialrelay_address_card +NEW ir.ui.view: website_sale_mondialrelay.website_sale_mondialrelay_billing_address_list +DEL ir.ui.view: website_sale_mondialrelay.res_config_settings_view_form +DEL ir.ui.view: website_sale_mondialrelay.website_sale_mondialrelay_address_kanban +DEL ir.ui.view: website_sale_mondialrelay.website_sale_mondialrelay_address_on_payment +DEL ir.ui.view: website_sale_mondialrelay.website_sale_mondialrelay_billing_address_row diff --git a/openupgrade_scripts/scripts/website_sale_slides/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_sale_slides/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..9130ec1011e5 --- /dev/null +++ b/openupgrade_scripts/scripts/website_sale_slides/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,6 @@ +---Models in module 'website_sale_slides'--- +---Fields in module 'website_sale_slides'--- +website_sale_slides / product.template / service_tracking (False) : selection_keys added: [partnership, repair] (most likely nothing to do) +---XML records in module 'website_sale_slides'--- +DEL ir.ui.view: website_sale_slides.snippet_options +DEL product.category: website_sale_slides.product_category_courses diff --git a/openupgrade_scripts/scripts/website_sale_stock/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_sale_stock/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..9cbd7a859edb --- /dev/null +++ b/openupgrade_scripts/scripts/website_sale_stock/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'website_sale_stock'--- +---Fields in module 'website_sale_stock'--- +website_sale_stock / product.ribbon / assign (False) : NEW selection_keys: ['manual', 'new', 'out_of_stock', 'sale'], mode: modify +---XML records in module 'website_sale_stock'--- diff --git a/openupgrade_scripts/scripts/website_sale_stock_wishlist/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_sale_stock_wishlist/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..a7168cd44a13 --- /dev/null +++ b/openupgrade_scripts/scripts/website_sale_stock_wishlist/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'website_sale_stock_wishlist'--- +---Fields in module 'website_sale_stock_wishlist'--- +---XML records in module 'website_sale_stock_wishlist'--- +---nothing has changed in this module-- diff --git a/openupgrade_scripts/scripts/website_sale_wishlist/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_sale_wishlist/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..59e3d180877e --- /dev/null +++ b/openupgrade_scripts/scripts/website_sale_wishlist/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,9 @@ +---Models in module 'website_sale_wishlist'--- +---Fields in module 'website_sale_wishlist'--- +website_sale_wishlist / website / wishlist_gap (char) : NEW hasdefault: default +website_sale_wishlist / website / wishlist_grid_columns (integer): NEW hasdefault: default +website_sale_wishlist / website / wishlist_mobile_columns (integer): NEW hasdefault: default +website_sale_wishlist / website / wishlist_opt_products_design_classes (char): NEW hasdefault: default +---XML records in module 'website_sale_wishlist'--- +NEW ir.ui.view: website_sale_wishlist.empty_wishlist_svg +DEL ir.ui.view: website_sale_wishlist.snippet_options diff --git a/openupgrade_scripts/scripts/website_slides/19.0.2.7/noupdate_changes.xml b/openupgrade_scripts/scripts/website_slides/19.0.2.7/noupdate_changes.xml new file mode 100644 index 000000000000..9d81e4e3fbbd --- /dev/null +++ b/openupgrade_scripts/scripts/website_slides/19.0.2.7/noupdate_changes.xml @@ -0,0 +1,362 @@ + + + + + +
+

Hello Brandon Freeman,


+ Congratulations! +

You've completed the course Basics of Gardening

Check out the other available courses.


+ Enjoy this exclusive content! + +
+
--
Mitchell Admin
+
+
+
+
+ + + +
+ + +
+

+ Hello

+ Mitchell Admin shared the document with you! +

+ + + +
+ + +
+
--
Mitchell Admin
+
+

+
+
+ +
+ + + + + + + + [('website_published', '=', True), ('visibility', 'in', ['public', 'link'])] + Channel: public: restricted to public/link-based and published + + + [ + '&', + ('website_published', '=', True), + '|', + ('visibility', 'in', ('public', 'connected', 'link')), + '|', + ('is_member_invited', '=', True), + ('is_member', '=', True), + ] + + Channel: portal/user: restricted to published, public or (invited) attendee or link-based, connected user + + + [ + ('channel_id.website_published', '=', True), + ('website_published', '=', True), + ('channel_id.visibility', 'in', ['public', 'link']), + '|', + ('is_category','=', True), + ('is_preview', '=', True), + ] + + Slide: public: restricted to published or public/link-based channel & (category or previewable) + + + [ + '&', + '|', + ('user_id', '=', user.id), + '&', + ('website_published', '=', True), + ('channel_id.website_published', '=', True), + '|', + '&', + '|', + ('channel_id.visibility', 'in', ('public', 'connected', 'link')), + ('channel_id.is_member_invited', '=', True), + '|', + ('is_category', '=', True), + ('is_preview', '=', True), + ('channel_id.is_member', '=', True), + ] + + Slide: portal/user: restricted to published and connected user, (invited) attendee or link-based, if course visible to attendees only + + + Level + + + +
+

+ Hello

+ There is something new in the course Trees, Wood and Gardens you are following:

+

+ Trees +
+ +
+ + + +
+
+ + Enjoy this exclusive content! + +
+
--
Mitchell Admin
+
+

+
+
+ +
+ + +
+

+ Hello

+ Mitchell Admin shared the document Trees with you! +

+ + + +
+ + +
+
--
Mitchell Admin
+
+

+
+
+ +
+
diff --git a/openupgrade_scripts/scripts/website_slides/19.0.2.7/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_slides/19.0.2.7/upgrade_analysis.txt new file mode 100644 index 000000000000..f043afc2f84c --- /dev/null +++ b/openupgrade_scripts/scripts/website_slides/19.0.2.7/upgrade_analysis.txt @@ -0,0 +1,20 @@ +---Models in module 'website_slides'--- +---Fields in module 'website_slides'--- +website_slides / mail.activity / request_partner_id (many2one) : previously in module mail +website_slides / slide.channel / is_seo_optimized (boolean) : is now stored +website_slides / slide.channel / visibility (selection) : selection_keys added: [link] (most likely nothing to do) +website_slides / slide.slide / is_seo_optimized (boolean) : is now stored +---XML records in module 'website_slides'--- +NEW ir.ui.view: website_slides.course_card_information_badge +NEW ir.ui.view: website_slides.courses_home_side_bar +NEW ir.ui.view: website_slides.courses_my +NEW ir.ui.view: website_slides.courses_search_bar +NEW ir.ui.view: website_slides.courses_search_results +NEW ir.ui.view: website_slides.courses_search_tags +NEW ir.ui.view: website_slides.mail_activity_view_form +DEL ir.ui.view: website_slides.course_card_information_arrow +DEL ir.ui.view: website_slides.courses_all +DEL ir.ui.view: website_slides.slide_searchbar_input_snippet_options +DEL ir.ui.view: website_slides.snippet_options +DEL mail.activity.type: website_slides.mail_activity_data_access_request +NEW res.groups.privilege: website_slides.res_groups_privilege_elearning diff --git a/openupgrade_scripts/scripts/website_slides_forum/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_slides_forum/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..955e68daf72c --- /dev/null +++ b/openupgrade_scripts/scripts/website_slides_forum/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,4 @@ +---Models in module 'website_slides_forum'--- +---Fields in module 'website_slides_forum'--- +---XML records in module 'website_slides_forum'--- +DEL ir.ui.view: website_slides_forum.snippet_options diff --git a/openupgrade_scripts/scripts/website_slides_survey/19.0.1.0/noupdate_changes.xml b/openupgrade_scripts/scripts/website_slides_survey/19.0.1.0/noupdate_changes.xml new file mode 100644 index 000000000000..17962e06e9a2 --- /dev/null +++ b/openupgrade_scripts/scripts/website_slides_survey/19.0.1.0/noupdate_changes.xml @@ -0,0 +1,29 @@ + + + + +
+

+ Dear participant

+ Unfortunately, you have failed the certification and are no longer a member of the course: Basics of Gardening.

+ Don't hesitate to enroll again! +

+ Thank you for your participation. +

+
+
+ + + +
+
diff --git a/openupgrade_scripts/scripts/website_slides_survey/19.0.1.0/upgrade_analysis.txt b/openupgrade_scripts/scripts/website_slides_survey/19.0.1.0/upgrade_analysis.txt new file mode 100644 index 000000000000..9a5dea5567f2 --- /dev/null +++ b/openupgrade_scripts/scripts/website_slides_survey/19.0.1.0/upgrade_analysis.txt @@ -0,0 +1,6 @@ +---Models in module 'website_slides_survey'--- +---Fields in module 'website_slides_survey'--- +---XML records in module 'website_slides_survey'--- +NEW ir.ui.view: website_slides_survey.courses_search_bar_inherit_survey +NEW ir.ui.view: website_slides_survey.courses_search_results_inherit_survey +DEL ir.ui.view: website_slides_survey.courses_home_inherit_survey diff --git a/openupgrade_scripts/static/description/banner.png b/openupgrade_scripts/static/description/banner.png new file mode 100644 index 000000000000..9dd67ec04cf4 Binary files /dev/null and b/openupgrade_scripts/static/description/banner.png differ diff --git a/openupgrade_scripts/static/description/icon.png b/openupgrade_scripts/static/description/icon.png new file mode 100644 index 000000000000..3a0328b516c4 Binary files /dev/null and b/openupgrade_scripts/static/description/icon.png differ diff --git a/openupgrade_scripts/static/description/index.html b/openupgrade_scripts/static/description/index.html new file mode 100644 index 000000000000..bcf94d1af849 --- /dev/null +++ b/openupgrade_scripts/static/description/index.html @@ -0,0 +1,438 @@ + + + + + +README.rst + + + +
+ + + +Odoo Community Association + +
+

Openupgrade Scripts

+ +

Beta License: AGPL-3 OCA/OpenUpgrade Translate me on Weblate Try me on Runboat

+

This module is a containers of migration script to migrate from 18.0 to +19.0 version.

+

Table of contents

+ +
+

Installation

+

This module does not need to be installed on a database. It simply needs +to be available via your addons-path.

+
+
+

Configuration

+
    +
  • call your odoo instance with the option +--upgrade-path=/PATH_TO_openupgrade_scripts_MODULE/scripts/
  • +
+

or

+
    +
  • add the key to your configuration file:
  • +
+
+[options]
+upgrade_path = /PATH_TO_openupgrade_scripts_MODULE/scripts/
+
+
+
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Maintainers

+

This module is maintained by the OCA.

+ +Odoo Community Association + +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/OpenUpgrade project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+
+ +