odoo-addon-openupgrade-scripts 18.0.1.0.0.109__py3-none-any.whl → 18.0.1.0.0.117__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/18.0.1.0/upgrade_analysis_work.txt +5 -0
- odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/post-migration.py +7 -3
- odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/upgrade_general_log.txt +12 -4
- odoo/addons/openupgrade_scripts/scripts/l10n_account_withholding_tax/18.0.1.0/upgrade_analysis.txt +37 -0
- odoo/addons/openupgrade_scripts/scripts/l10n_fr/18.0.2.1/pre-migration.py +2 -2
- odoo/addons/openupgrade_scripts/scripts/l10n_fr_account/18.0.2.2/pre-migration.py +6 -8
- odoo/addons/openupgrade_scripts/scripts/l10n_id/18.0.1.1/upgrade_analysis.txt +1 -0
- odoo/addons/openupgrade_scripts/scripts/l10n_jo_edi_extended/18.0.1.0/upgrade_analysis.txt +2 -8
- odoo/addons/openupgrade_scripts/scripts/l10n_si/18.0.1.1/upgrade_analysis.txt +4 -0
- odoo/addons/openupgrade_scripts/scripts/sale_management/18.0.1.0/post-migration.py +13 -0
- odoo/addons/openupgrade_scripts/scripts/sale_management/18.0.1.0/pre-migration.py +26 -0
- odoo/addons/openupgrade_scripts/scripts/sale_management/18.0.1.0/upgrade_analysis_work.txt +10 -0
- {odoo_addon_openupgrade_scripts-18.0.1.0.0.109.dist-info → odoo_addon_openupgrade_scripts-18.0.1.0.0.117.dist-info}/METADATA +1 -1
- {odoo_addon_openupgrade_scripts-18.0.1.0.0.109.dist-info → odoo_addon_openupgrade_scripts-18.0.1.0.0.117.dist-info}/RECORD +17 -12
- odoo/addons/openupgrade_scripts/scripts/project_stock/18.0.1.0/upgrade_analysis.txt +0 -8
- /odoo/addons/openupgrade_scripts/scripts/l10n_mx/{18.0.2.2 → 18.0.2.3}/upgrade_analysis.txt +0 -0
- {odoo_addon_openupgrade_scripts-18.0.1.0.0.109.dist-info → odoo_addon_openupgrade_scripts-18.0.1.0.0.117.dist-info}/WHEEL +0 -0
- {odoo_addon_openupgrade_scripts-18.0.1.0.0.109.dist-info → odoo_addon_openupgrade_scripts-18.0.1.0.0.117.dist-info}/top_level.txt +0 -0
@@ -11,10 +11,14 @@ def migrate(env, version):
|
|
11
11
|
openupgrade.delete_records_safely_by_xml_id(
|
12
12
|
env, ["base.module_sale_ebay", "base.module_website_twitter_wall"]
|
13
13
|
)
|
14
|
-
enterprise_old = env.ref("base.module_account_accountant")
|
14
|
+
enterprise_old = env.ref("base.module_account_accountant", raise_if_not_found=False)
|
15
15
|
env["ir.model.data"].search(
|
16
16
|
[("module", "=", "base"), ("name", "=", "module_account_accountant")]
|
17
17
|
).unlink()
|
18
|
-
enterprise_new = env.ref("base.module_accountant")
|
19
|
-
if
|
18
|
+
enterprise_new = env.ref("base.module_accountant", raise_if_not_found=False)
|
19
|
+
if (
|
20
|
+
enterprise_old
|
21
|
+
and enterprise_new
|
22
|
+
and enterprise_old.state in ("to install", "to upgrade")
|
23
|
+
):
|
20
24
|
enterprise_new.state = "to install"
|
@@ -34,9 +34,12 @@ new model account.merge.wizard [module account]
|
|
34
34
|
new model account.merge.wizard.line [module account]
|
35
35
|
new model account.move.send.batch.wizard [module account]
|
36
36
|
new model account.move.send.wizard [module account]
|
37
|
+
new model account.payment.register.withholding.line [module l10n_account_withholding_tax]
|
38
|
+
new model account.payment.withholding.line [module l10n_account_withholding_tax]
|
37
39
|
new model account_peppol.service [module account_peppol]
|
38
40
|
new model account_peppol.service.wizard [module account_peppol]
|
39
41
|
new model account.secure.entries.wizard [module account]
|
42
|
+
new model account.withholding.line [module l10n_account_withholding_tax]
|
40
43
|
new model analytic.plan.fields.mixin [module analytic]
|
41
44
|
new model auth.passkey.key [module auth_passkey]
|
42
45
|
new model auth.passkey.key.create [module auth_passkey]
|
@@ -113,14 +116,14 @@ new model website.custom_blocked_third_party_domains [module website]
|
|
113
116
|
new model website.page.properties [module website]
|
114
117
|
new model website.page.properties.base [module website]
|
115
118
|
---Fields in module 'general'---
|
116
|
-
#
|
117
|
-
# Direct match:
|
119
|
+
# 13376 fields matched,
|
120
|
+
# Direct match: 13276
|
118
121
|
# Found in other module with different type: 0
|
119
122
|
# Found in other module: 92
|
120
123
|
# Found with different type: 8
|
121
124
|
# In obsolete models: 34
|
122
|
-
# New columns:
|
123
|
-
# Not matched:
|
125
|
+
# New columns: 1585
|
126
|
+
# Not matched: 825
|
124
127
|
---XML records in module 'general'---
|
125
128
|
ERROR: module not in list of installed modules:
|
126
129
|
---Models in module 'pos_mercury'---
|
@@ -154,6 +157,11 @@ DEL ir.ui.view: pos_mercury.view_pos_mercury_configuration_form
|
|
154
157
|
DEL ir.ui.view: pos_mercury.view_pos_mercury_configuration_tree
|
155
158
|
DEL ir.ui.view: pos_mercury.view_pos_order
|
156
159
|
ERROR: module not in list of installed modules:
|
160
|
+
---Models in module 'project_stock'---
|
161
|
+
---Fields in module 'project_stock'---
|
162
|
+
---XML records in module 'project_stock'---
|
163
|
+
---nothing has changed in this module--
|
164
|
+
ERROR: module not in list of installed modules:
|
157
165
|
---Models in module 'spreadsheet_dashboard_purchase'---
|
158
166
|
---Fields in module 'spreadsheet_dashboard_purchase'---
|
159
167
|
---XML records in module 'spreadsheet_dashboard_purchase'---
|
odoo/addons/openupgrade_scripts/scripts/l10n_account_withholding_tax/18.0.1.0/upgrade_analysis.txt
ADDED
@@ -0,0 +1,37 @@
|
|
1
|
+
---Models in module 'l10n_account_withholding_tax'---
|
2
|
+
new model account.payment.register.withholding.line [transient]
|
3
|
+
new model account.payment.withholding.line
|
4
|
+
new model account.withholding.line [abstract]
|
5
|
+
---Fields in module 'l10n_account_withholding_tax'---
|
6
|
+
l10n_account_withholding_tax / account.payment / outstanding_account_id (False): NEW mode: modify, hasdefault: compute
|
7
|
+
l10n_account_withholding_tax / account.payment / should_withhold_tax (boolean) : NEW hasdefault: compute
|
8
|
+
l10n_account_withholding_tax / account.payment / withholding_line_ids (one2many): NEW relation: account.payment.withholding.line
|
9
|
+
l10n_account_withholding_tax / account.payment.withholding.line / account_id (many2one) : NEW relation: account.account, required, hasdefault: compute
|
10
|
+
l10n_account_withholding_tax / account.payment.withholding.line / amount (float) : NEW hasdefault: compute
|
11
|
+
l10n_account_withholding_tax / account.payment.withholding.line / analytic_distribution (json) : NEW hasdefault: compute
|
12
|
+
l10n_account_withholding_tax / account.payment.withholding.line / analytic_precision (integer) : NEW hasdefault: default, stored: False
|
13
|
+
l10n_account_withholding_tax / account.payment.withholding.line / base_amount (float) : NEW hasdefault: compute
|
14
|
+
l10n_account_withholding_tax / account.payment.withholding.line / company_id (many2one) : NEW relation: res.company, required, isfunction: function, stored
|
15
|
+
l10n_account_withholding_tax / account.payment.withholding.line / name (char) : NEW
|
16
|
+
l10n_account_withholding_tax / account.payment.withholding.line / payment_id (many2one) : NEW relation: account.payment, required
|
17
|
+
l10n_account_withholding_tax / account.payment.withholding.line / placeholder_type (selection) : NEW required, selection_keys: ['given_by_name', 'given_by_sequence', 'not_defined'], hasdefault: compute
|
18
|
+
l10n_account_withholding_tax / account.payment.withholding.line / placeholder_value (char) : NEW
|
19
|
+
l10n_account_withholding_tax / account.payment.withholding.line / previous_placeholder_type (selection): NEW selection_keys: ['given_by_name', 'given_by_sequence', 'not_defined'], hasdefault: compute
|
20
|
+
l10n_account_withholding_tax / account.payment.withholding.line / source_base_amount (float) : NEW
|
21
|
+
l10n_account_withholding_tax / account.payment.withholding.line / source_base_amount_currency (float): NEW
|
22
|
+
l10n_account_withholding_tax / account.payment.withholding.line / source_currency_id (many2one) : NEW relation: res.currency
|
23
|
+
l10n_account_withholding_tax / account.payment.withholding.line / source_tax_amount (float) : NEW
|
24
|
+
l10n_account_withholding_tax / account.payment.withholding.line / source_tax_amount_currency (float): NEW
|
25
|
+
l10n_account_withholding_tax / account.payment.withholding.line / source_tax_id (many2one) : NEW relation: account.tax
|
26
|
+
l10n_account_withholding_tax / account.payment.withholding.line / tax_id (many2one) : NEW relation: account.tax, required
|
27
|
+
l10n_account_withholding_tax / account.tax / is_withholding_tax_on_payment (boolean): NEW
|
28
|
+
l10n_account_withholding_tax / account.tax / withholding_sequence_id (many2one): NEW relation: ir.sequence
|
29
|
+
l10n_account_withholding_tax / res.company / withholding_tax_base_account_id (many2one): NEW relation: account.account
|
30
|
+
---XML records in module 'l10n_account_withholding_tax'---
|
31
|
+
NEW ir.model.access: l10n_account_withholding_tax.access_account_payment_register_withholding_line
|
32
|
+
NEW ir.model.access: l10n_account_withholding_tax.access_account_payment_withholding_line
|
33
|
+
NEW ir.ui.view: l10n_account_withholding_tax.report_payment_receipt_document
|
34
|
+
NEW ir.ui.view: l10n_account_withholding_tax.res_config_settings_form
|
35
|
+
NEW ir.ui.view: l10n_account_withholding_tax.view_account_payment_form
|
36
|
+
NEW ir.ui.view: l10n_account_withholding_tax.view_account_payment_register_form
|
37
|
+
NEW ir.ui.view: l10n_account_withholding_tax.view_tax_form
|
@@ -678,10 +678,10 @@ _xmlids_renames = [
|
|
678
678
|
@openupgrade.migrate()
|
679
679
|
def migrate(env, version):
|
680
680
|
openupgrade.rename_xmlids(env.cr, _xmlids_renames)
|
681
|
-
openupgrade.logged_query( #
|
681
|
+
openupgrade.logged_query( # to update 2 problematic tax accounts in l10n_fr_account
|
682
682
|
env.cr,
|
683
683
|
"""
|
684
684
|
UPDATE ir_module_module
|
685
|
-
SET state='to
|
685
|
+
SET state='to upgrade'
|
686
686
|
WHERE name = 'l10n_fr_account' AND state='uninstalled'""",
|
687
687
|
)
|
@@ -14,11 +14,9 @@ table_renames = [
|
|
14
14
|
|
15
15
|
@openupgrade.migrate()
|
16
16
|
def migrate(env, version):
|
17
|
-
openupgrade.
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
],
|
24
|
-
)
|
17
|
+
if openupgrade.table_exists(env.cr, "account_fr_fec"):
|
18
|
+
openupgrade.rename_models(env.cr, model_renames)
|
19
|
+
openupgrade.rename_tables(env.cr, table_renames)
|
20
|
+
openupgrade.delete_records_safely_by_xml_id(
|
21
|
+
env, ["l10n_fr_fec.account_fr_fec_rule"]
|
22
|
+
)
|
@@ -13,6 +13,7 @@ l10n_id / l10n_id.qris.transaction / qris_invoice_id (char) : NEW
|
|
13
13
|
l10n_id / res.partner.bank / l10n_id_qris_api_key (char) : NEW
|
14
14
|
l10n_id / res.partner.bank / l10n_id_qris_mid (char) : NEW
|
15
15
|
---XML records in module 'l10n_id'---
|
16
|
+
account.account.tag: l10n_id.ppn_tag (noupdate switched)
|
16
17
|
NEW ir.actions.server: l10n_id.action_fetch_qris_status
|
17
18
|
NEW ir.cron: l10n_id.qris_fetch_cron (noupdate)
|
18
19
|
NEW ir.model.access: l10n_id.access_l10n_id_qris_transaction
|
@@ -1,11 +1,5 @@
|
|
1
1
|
---Models in module 'l10n_jo_edi_extended'---
|
2
2
|
---Fields in module 'l10n_jo_edi_extended'---
|
3
|
-
l10n_jo_edi_extended / account.move /
|
4
|
-
l10n_jo_edi_extended / account.move / l10n_jo_edi_state (False) : NEW selection_keys: ['demo', 'sent', 'to_send'], mode: modify
|
5
|
-
l10n_jo_edi_extended / res.company / l10n_jo_edi_demo_mode (boolean): NEW
|
3
|
+
l10n_jo_edi_extended / account.move / l10n_jo_edi_payment_method (selection): DEL selection_keys: ['cash', 'receivable']
|
6
4
|
---XML records in module 'l10n_jo_edi_extended'---
|
7
|
-
|
8
|
-
NEW ir.ui.view: l10n_jo_edi_extended.view_account_invoice_filter
|
9
|
-
NEW ir.ui.view: l10n_jo_edi_extended.view_move_form
|
10
|
-
NEW ir.ui.view: l10n_jo_edi_extended.view_out_credit_note_tree
|
11
|
-
NEW ir.ui.view: l10n_jo_edi_extended.view_out_invoice_tree
|
5
|
+
DEL ir.ui.view: l10n_jo_edi_extended.account_move_send_form
|
@@ -0,0 +1,4 @@
|
|
1
|
+
---Models in module 'l10n_si'---
|
2
|
+
---Fields in module 'l10n_si'---
|
3
|
+
l10n_si / account.journal / invoice_reference_model (False): NEW selection_keys: ['be', 'ch', 'euro', 'fi', 'fi_rf', 'no', 'odoo', 'se_ocr2', 'se_ocr3', 'se_ocr4', 'si'], mode: modify
|
4
|
+
---XML records in module 'l10n_si'---
|
@@ -0,0 +1,13 @@
|
|
1
|
+
# Copyright 2025 Le Filament (https://le-filament.com)
|
2
|
+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
3
|
+
|
4
|
+
from openupgradelib import openupgrade, openupgrade_180
|
5
|
+
|
6
|
+
|
7
|
+
def _convert_company_dependent(env):
|
8
|
+
openupgrade_180.convert_company_dependent(env, "sale.order.template", "journal_id")
|
9
|
+
|
10
|
+
|
11
|
+
@openupgrade.migrate()
|
12
|
+
def migrate(env, version):
|
13
|
+
_convert_company_dependent(env)
|
@@ -0,0 +1,26 @@
|
|
1
|
+
# Copyright 2025 Le Filament (https://le-filament.com)
|
2
|
+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
3
|
+
|
4
|
+
from openupgradelib import openupgrade
|
5
|
+
|
6
|
+
|
7
|
+
def _fill_sale_order_template_sequence(env):
|
8
|
+
openupgrade.logged_query(
|
9
|
+
env.cr,
|
10
|
+
"""
|
11
|
+
ALTER TABLE sale_order_template ADD COLUMN IF NOT EXISTS sequence INTEGER
|
12
|
+
""",
|
13
|
+
)
|
14
|
+
openupgrade.logged_query(
|
15
|
+
env.cr,
|
16
|
+
"""
|
17
|
+
UPDATE sale_order_template
|
18
|
+
SET sequence = id
|
19
|
+
WHERE sequence IS NULL
|
20
|
+
""",
|
21
|
+
)
|
22
|
+
|
23
|
+
|
24
|
+
@openupgrade.migrate()
|
25
|
+
def migrate(env, version):
|
26
|
+
_fill_sale_order_template_sequence(env)
|
@@ -0,0 +1,10 @@
|
|
1
|
+
---Models in module 'sale_management'---
|
2
|
+
---Fields in module 'sale_management'---
|
3
|
+
sale_management / sale.order.template / _order : _order is now 'sequence, id' ('id')
|
4
|
+
sale_management / sale.order.template / sequence (integer) : NEW hasdefault: default
|
5
|
+
# DONE: pre-migration: initialize sequence with id to keep same order as before
|
6
|
+
|
7
|
+
sale_management / sale.order.template / journal_id (many2one) : needs conversion to v18-style company dependent
|
8
|
+
# DONE: post-migration: used openupgrade_180.convert_company_dependent
|
9
|
+
|
10
|
+
---XML records in module 'sale_management'---
|
@@ -15,6 +15,7 @@ odoo/addons/openupgrade_scripts/scripts/account/tests/test_migration.py,sha256=U
|
|
15
15
|
odoo/addons/openupgrade_scripts/scripts/account_check_printing/18.0.1.0/upgrade_analysis.txt,sha256=IY2z67lgzVtwG7Zzj71ks2why2Hwuz-mRPy9xEqfBcY,675
|
16
16
|
odoo/addons/openupgrade_scripts/scripts/account_debit_note/18.0.1.0/upgrade_analysis.txt,sha256=Z1DVY-mEDrxLxaBHF8A1A63ia9kPAvDDmoh1fI-Fke0,321
|
17
17
|
odoo/addons/openupgrade_scripts/scripts/account_edi/18.0.1.0/upgrade_analysis.txt,sha256=9oOTmiRvFNMJlJ4jUcwZex9bu9H2ubgwgQI22Ep_dyI,156
|
18
|
+
odoo/addons/openupgrade_scripts/scripts/account_edi/18.0.1.0/upgrade_analysis_work.txt,sha256=PrVxXIPDX-g2kBxstg2GSHY6IU-dFU0fp2seVu2gUZk,172
|
18
19
|
odoo/addons/openupgrade_scripts/scripts/account_edi_proxy_client/18.0.1.0/upgrade_analysis.txt,sha256=H9U9Nkn05WkI7C6e9u9Q7XE8b4ZwxDN7t91AM12pWKg,409
|
19
20
|
odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii/18.0.1.0/upgrade_analysis.txt,sha256=7tubSx-al-2jHB2kCH5Ozw02HuogmbvvWMiwSvyMves,2784
|
20
21
|
odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii_tax_extension/18.0.1.0/upgrade_analysis.txt,sha256=rcCuXHU-maa0y4sBG1MYAvfXxjQq8MTzxIDcAxyKJTc,222
|
@@ -46,11 +47,11 @@ odoo/addons/openupgrade_scripts/scripts/barcodes_gs1_nomenclature/18.0.1.0/upgra
|
|
46
47
|
odoo/addons/openupgrade_scripts/scripts/barcodes_gs1_nomenclature/18.0.1.0/upgrade_analysis_work.txt,sha256=XLfpZxvW4GsE_JNhnBQUOKxjEGTCr7KD3TyNQ9qCMWw,214
|
47
48
|
odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/end-migration.py,sha256=95Xpwk74luLI0w2LYpf_L5bW8lTVmY_ExvlZoZ2VIYA,1210
|
48
49
|
odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/noupdate_changes.xml,sha256=48aPMEOX4HfGytRcO_Q2-m9N1kVnY0uaa7iJux6GoVI,16910
|
49
|
-
odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/post-migration.py,sha256=
|
50
|
+
odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/post-migration.py,sha256=fpQzoO0WOQVMy2BJ3MR-YNGIFfLbgj4M7p0f_PqMqP8,962
|
50
51
|
odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/pre-migration.py,sha256=9SlJGjX-IMrs6ddtmDIFNv8uUXhMnSmUiErhrW0QGNk,2044
|
51
52
|
odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/upgrade_analysis.txt,sha256=Elkg_WiZV8hJsan89InMB7Ao4ZHRNQNl3NaZ5aWZ9OE,22729
|
52
53
|
odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/upgrade_analysis_work.txt,sha256=DtjRkyr9Xu9MZt-NvAOmUYdd9kgJErm-KOfzZOriBXc,23232
|
53
|
-
odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/upgrade_general_log.txt,sha256=
|
54
|
+
odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/upgrade_general_log.txt,sha256=qb4xHEvCJhs3qo_bkx0rm8xzLljFUZ39gXHyHeumCgU,11855
|
54
55
|
odoo/addons/openupgrade_scripts/scripts/base/tests/data_base_migration.py,sha256=G4qE5if25WvkEBxDp3S9QfVRFiD4MV7bZFeagvp5qL8,302
|
55
56
|
odoo/addons/openupgrade_scripts/scripts/base/tests/test_base_migration.py,sha256=jj1GMmV4SX_5q9t-PvIlD1pSR6_swUcpcKKe3r2ZT4E,703
|
56
57
|
odoo/addons/openupgrade_scripts/scripts/base_address_extended/18.0.1.1/upgrade_analysis.txt,sha256=ZOyM6AVCXejBYRawvroMqOMDKsira10CnD6UG46UG7U,186
|
@@ -165,6 +166,7 @@ odoo/addons/openupgrade_scripts/scripts/iap_mail/18.0.1.0/upgrade_analysis.txt,s
|
|
165
166
|
odoo/addons/openupgrade_scripts/scripts/iap_mail/18.0.1.0/upgrade_analysis_work.txt,sha256=iJYn8hktSEm2J_KFMRl2yDSH1lHSvf5bwM9sj9cFWUM,429
|
166
167
|
odoo/addons/openupgrade_scripts/scripts/im_livechat/18.0.1.0/noupdate_changes.xml,sha256=tq0tV4Zi48cmw7neSuR10ihZzmlzgIgL2E5LXph0Qi8,6267
|
167
168
|
odoo/addons/openupgrade_scripts/scripts/im_livechat/18.0.1.0/upgrade_analysis.txt,sha256=HkpTgxJAbizsJD_9pyUqsZZEl2NGX1Bv-wO7MDqnAhw,588
|
169
|
+
odoo/addons/openupgrade_scripts/scripts/l10n_account_withholding_tax/18.0.1.0/upgrade_analysis.txt,sha256=PV_vAwpJnLlK_70QjwD2b453SQAbJhlS2VckNlWagZU,3972
|
168
170
|
odoo/addons/openupgrade_scripts/scripts/l10n_ae/18.0.1.0/upgrade_analysis.txt,sha256=rRV_5UWIDmCh14cVH6iwMBdKYTx30ChLo6G4CYZAu3w,6782
|
169
171
|
odoo/addons/openupgrade_scripts/scripts/l10n_anz_ubl_pint/18.0.1.0/upgrade_analysis.txt,sha256=On6g4ASlgXA7nn_Z8yOU8dObLpP9A3a_B9SQGQ_6_0Y,586
|
170
172
|
odoo/addons/openupgrade_scripts/scripts/l10n_ar/18.0.3.7/upgrade_analysis.txt,sha256=gM85eo48lcw1JGLZ6dftSQmUJe9OpF5WojuXc8utc0w,319
|
@@ -203,11 +205,11 @@ odoo/addons/openupgrade_scripts/scripts/l10n_es_edi_tbai/18.0.1.1/upgrade_analys
|
|
203
205
|
odoo/addons/openupgrade_scripts/scripts/l10n_es_edi_tbai_pos/18.0.1.0/upgrade_analysis.txt,sha256=LUzFhpSJ__5AfXYxbqoMtTDalbG3eSge7QtKqX7BE3I,498
|
204
206
|
odoo/addons/openupgrade_scripts/scripts/l10n_es_pos/18.0.1.0/upgrade_analysis.txt,sha256=FjbSnOJlcdbyBOgzF_gdsSyd5PkkdAu6lArmsW4gswo,204
|
205
207
|
odoo/addons/openupgrade_scripts/scripts/l10n_fi/18.0.13.0.2/upgrade_analysis.txt,sha256=zlmqm9DBVj0aAfRbvzL-IqnnKumlDntIcxLhLeBYbvE,144
|
206
|
-
odoo/addons/openupgrade_scripts/scripts/l10n_fr/18.0.2.1/pre-migration.py,sha256
|
208
|
+
odoo/addons/openupgrade_scripts/scripts/l10n_fr/18.0.2.1/pre-migration.py,sha256=-xM2uryF8mIKozhcodtC-oCISA0V_S4veLfKs7fvxYo,32603
|
207
209
|
odoo/addons/openupgrade_scripts/scripts/l10n_fr/18.0.2.1/upgrade_analysis.txt,sha256=sSLcYizrMBDiCMpUkRsihCV7vrzgXpSC0PcyetXtepM,35169
|
208
210
|
odoo/addons/openupgrade_scripts/scripts/l10n_fr/18.0.2.1/upgrade_analysis_work.txt,sha256=aa_PJAX_5r9htdx68izCvkltjuMNZ3A6iGnnV5tSirE,35789
|
209
211
|
odoo/addons/openupgrade_scripts/scripts/l10n_fr_account/18.0.2.2/post-migration.py,sha256=Z8wb_cOM9LWM4yRChdzulaZbjGFCTqKpPoh5WXC47uo,991
|
210
|
-
odoo/addons/openupgrade_scripts/scripts/l10n_fr_account/18.0.2.2/pre-migration.py,sha256=
|
212
|
+
odoo/addons/openupgrade_scripts/scripts/l10n_fr_account/18.0.2.2/pre-migration.py,sha256=xtxnXnAyppSLbpixglmwr9Gntz45_i84v4L5dIVjkz0,649
|
211
213
|
odoo/addons/openupgrade_scripts/scripts/l10n_fr_account/18.0.2.2/upgrade_analysis.txt,sha256=fH8TqmJ3H6jq_tW75vkqN5bTfOfRe8zOfBvtFoJ7D24,168043
|
212
214
|
odoo/addons/openupgrade_scripts/scripts/l10n_fr_account/18.0.2.2/upgrade_analysis_work.txt,sha256=GI1nS0rupg_lkDU1gIjVlIGxiRrT-av3M7aJZpqNg9o,168136
|
213
215
|
odoo/addons/openupgrade_scripts/scripts/l10n_fr_facturx_chorus_pro/18.0.1.0/upgrade_analysis.txt,sha256=pCTtVTixXRGAtRdfheNzj6S7NvIIcoimpk6UWyiip48,201
|
@@ -218,7 +220,7 @@ odoo/addons/openupgrade_scripts/scripts/l10n_gr_edi/18.0.1.0/upgrade_analysis.tx
|
|
218
220
|
odoo/addons/openupgrade_scripts/scripts/l10n_hk/18.0.1.0/upgrade_analysis.txt,sha256=vz9kfyqrkKBt7yO4ijTUdM73sFnCVclxd3icmNaoCcU,144
|
219
221
|
odoo/addons/openupgrade_scripts/scripts/l10n_hu/18.0.3.0/upgrade_analysis.txt,sha256=8dLJd_HtYC0esRMkz4susyUZ-_xj7PoEo512XXBpj2I,144
|
220
222
|
odoo/addons/openupgrade_scripts/scripts/l10n_hu_edi/18.0.1.0.0/upgrade_analysis.txt,sha256=dUwBzqiPfSvC02YbKQE5wL86vMUPEzCsRnKbe7DK314,318
|
221
|
-
odoo/addons/openupgrade_scripts/scripts/l10n_id/18.0.1.1/upgrade_analysis.txt,sha256=
|
223
|
+
odoo/addons/openupgrade_scripts/scripts/l10n_id/18.0.1.1/upgrade_analysis.txt,sha256=Jhrpg1LNk_-3AHW7p3ax6CZSPKDA9CjUZtbeFf6PTYM,1357
|
222
224
|
odoo/addons/openupgrade_scripts/scripts/l10n_id_efaktur/18.0.1.0/upgrade_analysis.txt,sha256=8r0rB-8IajWTEWbRt7lsnbQG37lkZG6AH9vQ2LoIDhs,2422
|
223
225
|
odoo/addons/openupgrade_scripts/scripts/l10n_id_efaktur_coretax/18.0.1.0/upgrade_analysis.txt,sha256=h7ijg-A-V_xTshHFcII3BEkzuQfC1sz9PCkldJ6BL7w,192
|
224
226
|
odoo/addons/openupgrade_scripts/scripts/l10n_id_pos/18.0.1.0/upgrade_analysis.txt,sha256=udAUbQYvjeWjxJULVPxbnyD-M6aJd70un753iVHv08U,239
|
@@ -242,7 +244,7 @@ odoo/addons/openupgrade_scripts/scripts/l10n_it_edi_sale/18.0.1.0/upgrade_analys
|
|
242
244
|
odoo/addons/openupgrade_scripts/scripts/l10n_it_edi_withholding/18.0.0.1/upgrade_analysis.txt,sha256=SFhWsU8sXdY8naajsfeDYN09y-56w7UXEmksYMmlYkY,238
|
243
245
|
odoo/addons/openupgrade_scripts/scripts/l10n_it_stock_ddt/18.0.0.1/upgrade_analysis.txt,sha256=IS3Qs6krllkgHhzEZbo2CWjzErAp4v1TYTc2YTD5HB8,174
|
244
246
|
odoo/addons/openupgrade_scripts/scripts/l10n_jo_edi/18.0.1.0/upgrade_analysis.txt,sha256=LlFCmuQx7C5JsNbZca6_slUJgvEADLMvtwgT6bDCZZA,167
|
245
|
-
odoo/addons/openupgrade_scripts/scripts/l10n_jo_edi_extended/18.0.1.0/upgrade_analysis.txt,sha256=
|
247
|
+
odoo/addons/openupgrade_scripts/scripts/l10n_jo_edi_extended/18.0.1.0/upgrade_analysis.txt,sha256=1hBcsDFO7W_lgdRvpR4huju8VEl17PPLOFlDTuls-0c,336
|
246
248
|
odoo/addons/openupgrade_scripts/scripts/l10n_jp_ubl_pint/18.0.1.0/upgrade_analysis.txt,sha256=jQJyHIVtF-zssN1yvdwz_81R8sqIVE4BguOTDyySbuU,515
|
247
249
|
odoo/addons/openupgrade_scripts/scripts/l10n_ke/18.0.1.0/upgrade_analysis.txt,sha256=77IIp7EhPQB2hIljCU6E4fDiEXEDYKqgazUnz64y-5Q,4020
|
248
250
|
odoo/addons/openupgrade_scripts/scripts/l10n_ke_edi_tremol/18.0.1.0/upgrade_analysis.txt,sha256=AhO-0qgM3bvpJ_u0mw1LNlNItr7B0XkqS63X9IuB5c8,222
|
@@ -256,7 +258,7 @@ odoo/addons/openupgrade_scripts/scripts/l10n_lv/18.0.1.0.0/upgrade_analysis.txt,
|
|
256
258
|
odoo/addons/openupgrade_scripts/scripts/l10n_ma/18.0.1.0/upgrade_analysis.txt,sha256=BKREbM42rkPKGrHtTdrtFIwhLEeZrEwDV9bYYyvREAQ,2003
|
257
259
|
odoo/addons/openupgrade_scripts/scripts/l10n_mt_pos/18.0.1.0/upgrade_analysis.txt,sha256=CE4PL5xs7ZSuH-ZpnOKheWElI-cYC1Yq1UVVDcigNoE,156
|
258
260
|
odoo/addons/openupgrade_scripts/scripts/l10n_mu_account/18.0.1.0/upgrade_analysis.txt,sha256=nXFcNx0L5M7Pzr8InuuRondFvjkB5pNn1h9n5fSU-ns,266
|
259
|
-
odoo/addons/openupgrade_scripts/scripts/l10n_mx/18.0.2.
|
261
|
+
odoo/addons/openupgrade_scripts/scripts/l10n_mx/18.0.2.3/upgrade_analysis.txt,sha256=gCqSFZKbfhDbjIyMQpnV24goVXxjswFsvy2DvQfJdSY,541
|
260
262
|
odoo/addons/openupgrade_scripts/scripts/l10n_mx_hr/18.0.1.0/upgrade_analysis.txt,sha256=5JhBIS_QoJghc-xVHYkk3qpgZVL9nOkg-1z7RhFVDWM,191
|
261
263
|
odoo/addons/openupgrade_scripts/scripts/l10n_my_edi/18.0.1.0/upgrade_analysis.txt,sha256=hng8HcGzg_-F_BPbcHXdXORj-ySo00bwVFOImXIIzYY,422
|
262
264
|
odoo/addons/openupgrade_scripts/scripts/l10n_my_edi_extended/18.0.1.0/upgrade_analysis.txt,sha256=zAHJ-UCHSXSuDMPK84QhWeCsV8PSjnn7GeVSGWvceFQ,183
|
@@ -282,6 +284,7 @@ odoo/addons/openupgrade_scripts/scripts/l10n_sa_edi/18.0.0.1/upgrade_analysis.tx
|
|
282
284
|
odoo/addons/openupgrade_scripts/scripts/l10n_se/18.0.1.1/upgrade_analysis.txt,sha256=0YcSpwh9MVP1NB4LIFtfaM5TWkyKvSYJamiQUpOFZGs,144
|
283
285
|
odoo/addons/openupgrade_scripts/scripts/l10n_sg/18.0.2.2/upgrade_analysis.txt,sha256=9XUQPbP8I_MDcuAv-woGCOWH9mApY7D5GYWkVN_6fK4,144
|
284
286
|
odoo/addons/openupgrade_scripts/scripts/l10n_sg_ubl_pint/18.0.1.0/upgrade_analysis.txt,sha256=l9g43rS-nAe4MVo8oPzUGDWrig9QGxkIod4Q-g6vrDE,680
|
287
|
+
odoo/addons/openupgrade_scripts/scripts/l10n_si/18.0.1.1/upgrade_analysis.txt,sha256=4I-z0QwlJOk26WfALK5g_JNHuiwPU02SVOilbyunXrg,302
|
285
288
|
odoo/addons/openupgrade_scripts/scripts/l10n_sk/18.0.1.0/upgrade_analysis.txt,sha256=d6Dqg6yIOvdmJ49FOOC6zJQR468XVtwfIIP0g4meORQ,327
|
286
289
|
odoo/addons/openupgrade_scripts/scripts/l10n_th/18.0.2.0/upgrade_analysis.txt,sha256=K0fEFmhcryb9niTRQjFO4lP1SKam0lEqSkVwd16oCRE,144
|
287
290
|
odoo/addons/openupgrade_scripts/scripts/l10n_tr/18.0.1.3/upgrade_analysis.txt,sha256=YeOGJrYH_ipTdfVaoUFT3hMEyBoAqK-9k6lcrX7fej4,373
|
@@ -409,7 +412,6 @@ odoo/addons/openupgrade_scripts/scripts/project_mrp/18.0.1.0/upgrade_analysis.tx
|
|
409
412
|
odoo/addons/openupgrade_scripts/scripts/project_mrp_account/18.0.1.0/upgrade_analysis.txt,sha256=kaLk5sBcfABNYfv0Vd4BxyEy08Zkza4Xuf_p4_zk86k,229
|
410
413
|
odoo/addons/openupgrade_scripts/scripts/project_purchase/18.0.1.0/upgrade_analysis.txt,sha256=r6oS4N7-o6i8hu8zrucPztKKH_zIJyYBjPf7IckhGX4,395
|
411
414
|
odoo/addons/openupgrade_scripts/scripts/project_sms/18.0.1.0/upgrade_analysis.txt,sha256=dR99xE_4XIcYrpFBaImCpc-lyQqpXvh7cCaCftuygr0,156
|
412
|
-
odoo/addons/openupgrade_scripts/scripts/project_stock/18.0.1.0/upgrade_analysis.txt,sha256=8MqDyX8ov6B-Q2KzECL8e7_c7JG9yzhSKfGlvjWIEVM,513
|
413
415
|
odoo/addons/openupgrade_scripts/scripts/project_stock_account/18.0.1.0/upgrade_analysis.txt,sha256=NouJMv_g9vheVpAEVFGRHSAM4EY8Hdf26fY-eUN4m6A,750
|
414
416
|
odoo/addons/openupgrade_scripts/scripts/project_timesheet_holidays/18.0.1.0/upgrade_analysis.txt,sha256=BLR0AIDRkuAiEZL5i-IgZUeSbAXkrDpBBprhowvlLQY,201
|
415
417
|
odoo/addons/openupgrade_scripts/scripts/project_todo/18.0.1.0/noupdate_changes.xml,sha256=T2_NPrJLpea-bVxlENwmZHOyNKQeN7HUCNI2UVcxlnw,5561
|
@@ -450,7 +452,10 @@ odoo/addons/openupgrade_scripts/scripts/sale_expense_margin/18.0.1.0/upgrade_ana
|
|
450
452
|
odoo/addons/openupgrade_scripts/scripts/sale_gelato/18.0.1.0/upgrade_analysis.txt,sha256=bHD_nc2kVSSTCRrJ0Zrgdsg1LxOm4iIeOS1Y7TylS_c,1551
|
451
453
|
odoo/addons/openupgrade_scripts/scripts/sale_loyalty/18.0.1.0/upgrade_analysis.txt,sha256=GtRQhyvDDdeU61rg91UGqPdspRmE7mRaYLYQ985ynoc,326
|
452
454
|
odoo/addons/openupgrade_scripts/scripts/sale_loyalty_delivery/18.0.1.0/upgrade_analysis.txt,sha256=vXFF1uoyToFc2nQuEoUFMaiuLdFthVm2oEKzmwVro_U,186
|
455
|
+
odoo/addons/openupgrade_scripts/scripts/sale_management/18.0.1.0/post-migration.py,sha256=GjPQjoNwyid6uJJJYi0YjYaWLjRYpZQHwcVpZfFZQgc,392
|
456
|
+
odoo/addons/openupgrade_scripts/scripts/sale_management/18.0.1.0/pre-migration.py,sha256=CPROnST7cs8OucYMU5LTwRpmOfZ_5LG7Ip6IjgtT3y4,633
|
453
457
|
odoo/addons/openupgrade_scripts/scripts/sale_management/18.0.1.0/upgrade_analysis.txt,sha256=iI92j6o6f7IoUCvLBrpw1cbF0Bf13ikGt4RqLuVcQ5o,467
|
458
|
+
odoo/addons/openupgrade_scripts/scripts/sale_management/18.0.1.0/upgrade_analysis_work.txt,sha256=CaFhs7VZRa4KkQ1m7yHgF5wUpiHkCBhX6rou4FIO7ew,620
|
454
459
|
odoo/addons/openupgrade_scripts/scripts/sale_margin/18.0.1.0/upgrade_analysis.txt,sha256=kCC8jeJAQaUIr1kUQpjMHFA2mFb5xFmapcvXPMwRk7k,156
|
455
460
|
odoo/addons/openupgrade_scripts/scripts/sale_mrp/18.0.1.0/upgrade_analysis.txt,sha256=sMoJjddHQv9rnz0MmfUHT5Fngyxvhqu-sGOjKS5Htks,211
|
456
461
|
odoo/addons/openupgrade_scripts/scripts/sale_pdf_quote_builder/18.0.1.0/upgrade_analysis.txt,sha256=O8MU6zGcF-Pq3g1jwu-qC6somKfHLtRePtxmlcnbRpM,4660
|
@@ -558,7 +563,7 @@ odoo/addons/openupgrade_scripts/scripts/website_slides_survey/18.0.1.0/upgrade_a
|
|
558
563
|
odoo/addons/openupgrade_scripts/static/description/banner.png,sha256=KTIBu4gfxeZVw9zjs_fivTgFEOeaAorlBxajmCA1p6k,26859
|
559
564
|
odoo/addons/openupgrade_scripts/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
560
565
|
odoo/addons/openupgrade_scripts/static/description/index.html,sha256=Jc0qAThlH5WnoSq6vPamjC8WyMkdo_9zkhDuU1qW1VI,12722
|
561
|
-
odoo_addon_openupgrade_scripts-18.0.1.0.0.
|
562
|
-
odoo_addon_openupgrade_scripts-18.0.1.0.0.
|
563
|
-
odoo_addon_openupgrade_scripts-18.0.1.0.0.
|
564
|
-
odoo_addon_openupgrade_scripts-18.0.1.0.0.
|
566
|
+
odoo_addon_openupgrade_scripts-18.0.1.0.0.117.dist-info/METADATA,sha256=MUpwwZsz253SrLJG5WmFXYba1-ADdj_bTl4hSdatib8,3775
|
567
|
+
odoo_addon_openupgrade_scripts-18.0.1.0.0.117.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
|
568
|
+
odoo_addon_openupgrade_scripts-18.0.1.0.0.117.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
569
|
+
odoo_addon_openupgrade_scripts-18.0.1.0.0.117.dist-info/RECORD,,
|
@@ -1,8 +0,0 @@
|
|
1
|
-
---Models in module 'project_stock'---
|
2
|
-
---Fields in module 'project_stock'---
|
3
|
-
project_stock / stock.picking / project_id (many2one) : NEW relation: project.project
|
4
|
-
---XML records in module 'project_stock'---
|
5
|
-
NEW ir.embedded.actions: project_stock.project_embedded_action_all_pickings
|
6
|
-
NEW ir.embedded.actions: project_stock.project_embedded_action_from_wh
|
7
|
-
NEW ir.embedded.actions: project_stock.project_embedded_action_to_wh
|
8
|
-
NEW ir.ui.view: project_stock.view_picking_form_inherit_project_stock
|
File without changes
|
File without changes
|