odoo-addon-openupgrade-scripts 18.0.1.0.0.149__py3-none-any.whl → 18.0.1.0.0.151__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii/18.0.1.0/pre-migration.py +13 -0
- odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii/18.0.1.0/upgrade_analysis_work.txt +27 -0
- {odoo_addon_openupgrade_scripts-18.0.1.0.0.149.dist-info → odoo_addon_openupgrade_scripts-18.0.1.0.0.151.dist-info}/METADATA +1 -1
- {odoo_addon_openupgrade_scripts-18.0.1.0.0.149.dist-info → odoo_addon_openupgrade_scripts-18.0.1.0.0.151.dist-info}/RECORD +6 -4
- {odoo_addon_openupgrade_scripts-18.0.1.0.0.149.dist-info → odoo_addon_openupgrade_scripts-18.0.1.0.0.151.dist-info}/WHEEL +0 -0
- {odoo_addon_openupgrade_scripts-18.0.1.0.0.149.dist-info → odoo_addon_openupgrade_scripts-18.0.1.0.0.151.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,13 @@
|
|
1
|
+
# Copyright 2025 Tecnativa - Pedro M. Baeza
|
2
|
+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
3
|
+
|
4
|
+
from openupgradelib import openupgrade
|
5
|
+
|
6
|
+
|
7
|
+
@openupgrade.migrate()
|
8
|
+
def migrate(env, version):
|
9
|
+
openupgrade.logged_query(
|
10
|
+
env.cr,
|
11
|
+
"UPDATE res_partner SET peppol_eas = NULL "
|
12
|
+
"WHERE peppol_eas IN ('0212', '0215', '9901')",
|
13
|
+
)
|
odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii/18.0.1.0/upgrade_analysis_work.txt
ADDED
@@ -0,0 +1,27 @@
|
|
1
|
+
---Models in module 'account_edi_ubl_cii'---
|
2
|
+
---Fields in module 'account_edi_ubl_cii'---
|
3
|
+
account_edi_ubl_cii / res.company / invoice_is_ubl_cii (boolean) : DEL
|
4
|
+
# NOTHING TO DO: Unused boolean that was previously used as fallback if you didn't mark the option in the invoice sending dialog.
|
5
|
+
|
6
|
+
account_edi_ubl_cii / res.partner / invoice_edi_format (False) : NEW selection_keys: ['facturx', 'nlcius', 'ubl_a_nz', 'ubl_bis3', 'ubl_sg', 'xrechnung'], mode: modify
|
7
|
+
account_edi_ubl_cii / res.partner / ubl_cii_format (selection) : DEL selection_keys: ['facturx', 'nlcius', 'ubl_a_nz', 'ubl_bis3', 'ubl_sg', 'xrechnung']
|
8
|
+
# NOTHING TO DO: Renaming already handled in account scripts.
|
9
|
+
|
10
|
+
account_edi_ubl_cii / res.partner / is_peppol_edi_format (boolean): previously in module account_peppol
|
11
|
+
account_edi_ubl_cii / res.users / is_peppol_edi_format (boolean): previously in module account_peppol
|
12
|
+
# NOTHING TO DO: Non stored and related non stored field and the field XML-ID renaming handled by ORM.
|
13
|
+
|
14
|
+
account_edi_ubl_cii / res.partner / peppol_eas (selection) : selection_keys is now '['0002', '0007', '0009', '0037', '0060', '0088', '0096', '0097', '0106', '0130', '0135', '0142', '0151', '0183', '0184', '0188', '0190', '0191', '0192', '0193', '0195', '0196', '0198', '0199', '0200', '0201', '0202', '0204', '0208', '0209', '0210', '0211', '0213', '0216', '0221', '0230', '9910', '9913', '9914', '9915', '9918', '9919', '9920', '9922', '9923', '9924', '9925', '9926', '9927', '9928', '9929', '9930', '9931', '9932', '9933', '9934', '9935', '9936', '9937', '9938', '9939', '9940', '9941', '9942', '9943', '9944', '9945', '9946', '9947', '9948', '9949', '9950', '9951', '9952', '9953', '9955', '9957', '9959', 'AN', 'AQ', 'AS', 'AU', 'EM']' ('['0002', '0007', '0009', '0037', '0060', '0088', '0096', '0097', '0106', '0130', '0135', '0142', '0151', '0183', '0184', '0188', '0190', '0191', '0192', '0193', '0195', '0196', '0198', '0199', '0200', '0201', '0202', '0204', '0208', '0209', '0210', '0211', '0212', '0213', '0215', '0216', '0221', '0230', '9901', '9910', '9913', '9914', '9915', '9918', '9919', '9920', '9922', '9923', '9924', '9925', '9926', '9927', '9928', '9929', '9930', '9931', '9932', '9933', '9934', '9935', '9936', '9937', '9938', '9939', '9940', '9941', '9942', '9943', '9944', '9945', '9946', '9947', '9948', '9949', '9950', '9951', '9952', '9953', '9955', '9957', '9959', 'AN', 'AQ', 'AS', 'AU', 'EM']')
|
15
|
+
# DONE: pre-migration: Disappeared values (0212, 0215, 9901) are set to null.
|
16
|
+
|
17
|
+
---XML records in module 'account_edi_ubl_cii'---
|
18
|
+
NEW ir.ui.view: account_edi_ubl_cii.ubl_20_InvoicePeriodType
|
19
|
+
NEW ir.ui.view: account_edi_ubl_cii.ubl_21_AddressType
|
20
|
+
NEW ir.ui.view: account_edi_ubl_cii.ubl_21_InvoiceLineType
|
21
|
+
NEW ir.ui.view: account_edi_ubl_cii.ubl_21_PartyType
|
22
|
+
DEL ir.ui.view: account_edi_ubl_cii.account_move_send_form
|
23
|
+
DEL ir.ui.view: account_edi_ubl_cii.res_config_settings_view_form
|
24
|
+
DEL ir.ui.view: account_edi_ubl_cii.res_partner_view_search
|
25
|
+
DEL ir.ui.view: account_edi_ubl_cii.res_partner_view_tree
|
26
|
+
DEL ir.ui.view: account_edi_ubl_cii.ubl_20_InvoicePeriod
|
27
|
+
# NOTHING TO DO: noupdate=0 ir stuff.
|
@@ -17,7 +17,9 @@ odoo/addons/openupgrade_scripts/scripts/account_debit_note/18.0.1.0/upgrade_anal
|
|
17
17
|
odoo/addons/openupgrade_scripts/scripts/account_edi/18.0.1.0/upgrade_analysis.txt,sha256=9oOTmiRvFNMJlJ4jUcwZex9bu9H2ubgwgQI22Ep_dyI,156
|
18
18
|
odoo/addons/openupgrade_scripts/scripts/account_edi/18.0.1.0/upgrade_analysis_work.txt,sha256=PrVxXIPDX-g2kBxstg2GSHY6IU-dFU0fp2seVu2gUZk,172
|
19
19
|
odoo/addons/openupgrade_scripts/scripts/account_edi_proxy_client/18.0.1.0/upgrade_analysis.txt,sha256=H9U9Nkn05WkI7C6e9u9Q7XE8b4ZwxDN7t91AM12pWKg,409
|
20
|
+
odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii/18.0.1.0/pre-migration.py,sha256=YtIqcS02A8UApImRd6EHxfHDQ6GlyQOfKvNCtN66uwo,361
|
20
21
|
odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii/18.0.1.0/upgrade_analysis.txt,sha256=7tubSx-al-2jHB2kCH5Ozw02HuogmbvvWMiwSvyMves,2784
|
22
|
+
odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii/18.0.1.0/upgrade_analysis_work.txt,sha256=KJlhf73oFXfr6iWobBCezXXgq5tBPkt6wL7gf-UhBt0,3199
|
21
23
|
odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii_tax_extension/18.0.1.0/upgrade_analysis.txt,sha256=rcCuXHU-maa0y4sBG1MYAvfXxjQq8MTzxIDcAxyKJTc,222
|
22
24
|
odoo/addons/openupgrade_scripts/scripts/account_fleet/18.0.1.0/upgrade_analysis.txt,sha256=10CCDsJ4PtBUMqMk7HIqAcydbtz834S7czvftaUDQjc,534
|
23
25
|
odoo/addons/openupgrade_scripts/scripts/account_payment/18.0.2.0/noupdate_changes.xml,sha256=Pk4cPPyZPYny1BuacSqXpuMpd2WCgmzMWh0KI0qcCPw,196
|
@@ -594,7 +596,7 @@ odoo/addons/openupgrade_scripts/scripts/website_slides_survey/18.0.1.0/upgrade_a
|
|
594
596
|
odoo/addons/openupgrade_scripts/static/description/banner.png,sha256=KTIBu4gfxeZVw9zjs_fivTgFEOeaAorlBxajmCA1p6k,26859
|
595
597
|
odoo/addons/openupgrade_scripts/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
596
598
|
odoo/addons/openupgrade_scripts/static/description/index.html,sha256=Jc0qAThlH5WnoSq6vPamjC8WyMkdo_9zkhDuU1qW1VI,12722
|
597
|
-
odoo_addon_openupgrade_scripts-18.0.1.0.0.
|
598
|
-
odoo_addon_openupgrade_scripts-18.0.1.0.0.
|
599
|
-
odoo_addon_openupgrade_scripts-18.0.1.0.0.
|
600
|
-
odoo_addon_openupgrade_scripts-18.0.1.0.0.
|
599
|
+
odoo_addon_openupgrade_scripts-18.0.1.0.0.151.dist-info/METADATA,sha256=76DoK2oQoc5gIi50NDGKXCS26sAdjjKZfKsHc-0kK0g,3775
|
600
|
+
odoo_addon_openupgrade_scripts-18.0.1.0.0.151.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
|
601
|
+
odoo_addon_openupgrade_scripts-18.0.1.0.0.151.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
602
|
+
odoo_addon_openupgrade_scripts-18.0.1.0.0.151.dist-info/RECORD,,
|
File without changes
|