odoo-addon-openupgrade-scripts 18.0.1.0.0.109__py3-none-any.whl → 18.0.1.0.0.112__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.
@@ -0,0 +1,5 @@
1
+ ---Models in module 'account_edi'---
2
+ ---Fields in module 'account_edi'---
3
+ ---XML records in module 'account_edi'---
4
+ ---nothing has changed in this module--
5
+ # NOTHING TO DO
@@ -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
- # 13372 fields matched,
117
- # Direct match: 13272
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: 1549
123
- # Not matched: 821
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'---
@@ -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
@@ -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 / l10n_jo_edi_invoice_type (selection): NEW selection_keys: ['development', 'export', 'local'], hasdefault: compute
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
- NEW ir.ui.view: l10n_jo_edi_extended.res_config_settings_view_form
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'---
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-openupgrade_scripts
3
- Version: 18.0.1.0.0.109
3
+ Version: 18.0.1.0.0.112
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: odoo==18.0.*
6
6
  Requires-Dist: openupgradelib
@@ -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
@@ -50,7 +51,7 @@ odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/post-migration.py,sha256=T
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=4V6XlFijk2iGfR6Zq3sMaLGQVQt3is2KAXWBBz8DnYY,11401
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
@@ -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=vZG0rA-IL-O3viYDBBLpW7Mf87WOafunZ9qjO_jT3yU,1300
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=E-jEc2E2abZzEBKareWc4BO4vM0nJ3U4cSNmU076RWU,844
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.2/upgrade_analysis.txt,sha256=gCqSFZKbfhDbjIyMQpnV24goVXxjswFsvy2DvQfJdSY,541
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
@@ -558,7 +560,7 @@ odoo/addons/openupgrade_scripts/scripts/website_slides_survey/18.0.1.0/upgrade_a
558
560
  odoo/addons/openupgrade_scripts/static/description/banner.png,sha256=KTIBu4gfxeZVw9zjs_fivTgFEOeaAorlBxajmCA1p6k,26859
559
561
  odoo/addons/openupgrade_scripts/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
560
562
  odoo/addons/openupgrade_scripts/static/description/index.html,sha256=Jc0qAThlH5WnoSq6vPamjC8WyMkdo_9zkhDuU1qW1VI,12722
561
- odoo_addon_openupgrade_scripts-18.0.1.0.0.109.dist-info/METADATA,sha256=xWxvv-aEPBiWNmdw39E9RVE9rVlE0E2yv-3eO936TI0,3775
562
- odoo_addon_openupgrade_scripts-18.0.1.0.0.109.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
563
- odoo_addon_openupgrade_scripts-18.0.1.0.0.109.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
564
- odoo_addon_openupgrade_scripts-18.0.1.0.0.109.dist-info/RECORD,,
563
+ odoo_addon_openupgrade_scripts-18.0.1.0.0.112.dist-info/METADATA,sha256=Food3msUeWCDUCZG5ZpkkD-7krA6Gw4YQCnTjVZ8riI,3775
564
+ odoo_addon_openupgrade_scripts-18.0.1.0.0.112.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
565
+ odoo_addon_openupgrade_scripts-18.0.1.0.0.112.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
566
+ odoo_addon_openupgrade_scripts-18.0.1.0.0.112.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