odoo-addon-openupgrade-scripts 18.0.1.0.0.97__py3-none-any.whl → 18.0.1.0.0.99__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.
Files changed (29) hide show
  1. odoo/addons/openupgrade_scripts/apriori.py +1 -1
  2. odoo/addons/openupgrade_scripts/scripts/account/18.0.1.3/noupdate_changes.xml +4 -0
  3. odoo/addons/openupgrade_scripts/scripts/account_debit_note/18.0.1.0/upgrade_analysis.txt +0 -3
  4. odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii/18.0.1.0/upgrade_analysis.txt +1 -1
  5. odoo/addons/openupgrade_scripts/scripts/account_payment/18.0.2.0/noupdate_changes.xml +0 -1
  6. odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/upgrade_analysis.txt +1 -1
  7. odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/upgrade_general_log.txt +4 -4
  8. odoo/addons/openupgrade_scripts/scripts/iap/18.0.1.1/upgrade_analysis.txt +2 -2
  9. odoo/addons/openupgrade_scripts/scripts/l10n_ar_withholding/18.0.1.0/upgrade_analysis.txt +1 -1
  10. odoo/addons/openupgrade_scripts/scripts/l10n_ee/18.0.1.3/upgrade_analysis.txt +9 -0
  11. odoo/addons/openupgrade_scripts/scripts/l10n_fr/18.0.2.1/pre-migration.py +687 -0
  12. odoo/addons/openupgrade_scripts/scripts/l10n_fr/18.0.2.1/upgrade_analysis.txt +0 -6
  13. odoo/addons/openupgrade_scripts/scripts/l10n_fr/18.0.2.1/upgrade_analysis_work.txt +384 -0
  14. odoo/addons/openupgrade_scripts/scripts/l10n_fr_account/18.0.2.2/post-migration.py +26 -0
  15. odoo/addons/openupgrade_scripts/scripts/l10n_fr_account/18.0.2.2/pre-migration.py +24 -0
  16. odoo/addons/openupgrade_scripts/scripts/l10n_fr_account/18.0.2.2/upgrade_analysis.txt +6 -0
  17. odoo/addons/openupgrade_scripts/scripts/l10n_fr_account/18.0.2.2/upgrade_analysis_work.txt +3185 -0
  18. odoo/addons/openupgrade_scripts/scripts/l10n_jo_edi_extended/18.0.1.0/upgrade_analysis.txt +11 -0
  19. odoo/addons/openupgrade_scripts/scripts/l10n_sa/18.0.2.0/upgrade_analysis.txt +5 -1
  20. odoo/addons/openupgrade_scripts/scripts/point_of_sale/18.0.1.0.2/upgrade_analysis.txt +1 -1
  21. odoo/addons/openupgrade_scripts/scripts/stock/18.0.1.1/upgrade_analysis.txt +1 -1
  22. odoo/addons/openupgrade_scripts/scripts/survey/18.0.3.7/upgrade_analysis.txt +3 -3
  23. odoo/addons/openupgrade_scripts/scripts/web_tour/18.0.1.0/upgrade_analysis.txt +1 -1
  24. odoo/addons/openupgrade_scripts/scripts/website_sale/18.0.1.1/upgrade_analysis.txt +2 -2
  25. {odoo_addon_openupgrade_scripts-18.0.1.0.0.97.dist-info → odoo_addon_openupgrade_scripts-18.0.1.0.0.99.dist-info}/METADATA +1 -1
  26. {odoo_addon_openupgrade_scripts-18.0.1.0.0.97.dist-info → odoo_addon_openupgrade_scripts-18.0.1.0.0.99.dist-info}/RECORD +28 -22
  27. odoo/addons/openupgrade_scripts/scripts/l10n_ee/18.0.1.2/upgrade_analysis.txt +0 -4
  28. {odoo_addon_openupgrade_scripts-18.0.1.0.0.97.dist-info → odoo_addon_openupgrade_scripts-18.0.1.0.0.99.dist-info}/WHEEL +0 -0
  29. {odoo_addon_openupgrade_scripts-18.0.1.0.0.97.dist-info → odoo_addon_openupgrade_scripts-18.0.1.0.0.99.dist-info}/top_level.txt +0 -0
@@ -43,7 +43,7 @@ merged_modules = {
43
43
  "l10n_es_edi_facturae_adm_centers": "l10n_es_edi_facturae",
44
44
  "l10n_es_edi_facturae_invoice_period": "l10n_es_edi_facturae",
45
45
  "l10n_es_edi_tbai_multi_refund": "l10n_es_edi_tbai",
46
- "l10n_fr_fec": "l10n_fr",
46
+ "l10n_fr_fec": "l10n_fr_account",
47
47
  "l10n_fr_invoice_addr": "l10n_fr_account",
48
48
  "l10n_ro_efactura": "l10n_ro_edi",
49
49
  "im_livechat_mail_bot": "mail_bot",
@@ -9,6 +9,9 @@
9
9
  <record id="account_payment_method_manual_out" model="account.payment.method">
10
10
  <field name="name">Manual Payment</field>
11
11
  </record>
12
+ <record id="email_template_edi_credit_note" model="mail.template">
13
+ <field name="report_template_ids" eval="[]"/>
14
+ </record>
12
15
  <record id="email_template_edi_invoice" model="mail.template">
13
16
  <field name="body_html" type="html">
14
17
  <div style="margin: 0px; padding: 0px;">
@@ -53,6 +56,7 @@
53
56
  </p>
54
57
  </div>
55
58
  </field>
59
+ <field name="report_template_ids" eval="[]"/>
56
60
  </record>
57
61
  <record id="journal_group_comp_rule" model="ir.rule">
58
62
  <field name="domain_force">['|', ('company_id', '=', False), ('company_id', 'parent_of', company_ids)]</field>
@@ -2,7 +2,4 @@
2
2
  ---Fields in module 'account_debit_note'---
3
3
  account_debit_note / account.journal / debit_sequence (boolean) : NEW hasdefault: compute
4
4
  ---XML records in module 'account_debit_note'---
5
- NEW ir.ui.view: account_debit_note.view_account_invoice_filter_debit
6
5
  NEW ir.ui.view: account_debit_note.view_account_journal_form_inherit_debit_note
7
- NEW ir.ui.view: account_debit_note.view_account_move_filter_debit
8
- NEW ir.ui.view: account_debit_note.view_account_move_line_filter_debit
@@ -3,7 +3,7 @@
3
3
  account_edi_ubl_cii / res.company / invoice_is_ubl_cii (boolean) : DEL
4
4
  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
5
5
  account_edi_ubl_cii / res.partner / is_peppol_edi_format (boolean): previously in module account_peppol
6
- 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']' ('['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']')
6
+ 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']')
7
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
8
  account_edi_ubl_cii / res.users / is_peppol_edi_format (boolean): previously in module account_peppol
9
9
  ---XML records in module 'account_edi_ubl_cii'---
@@ -1,6 +1,5 @@
1
1
  <?xml version='1.0' encoding='utf-8'?>
2
2
  <odoo>
3
- <!-- Nothing to do. See https://github.com/odoo/odoo/commit/ac106704f3c2d3e3fa94415134b9d5522b325378 -->
4
3
  <record id="onboarding_onboarding_step_payment_provider" model="onboarding.onboarding.step">
5
4
  <field name="onboarding_ids"/>
6
5
  </record>
@@ -33,7 +33,7 @@ base / ir.embedded.actions / default_view_mode (char) : NEW
33
33
  base / ir.embedded.actions / domain (char) : NEW hasdefault: default
34
34
  base / ir.embedded.actions / filter_ids (one2many) : NEW relation: ir.filters
35
35
  base / ir.embedded.actions / groups_ids (many2many) : NEW relation: res.groups
36
- base / ir.embedded.actions / name (char) : NEW
36
+ base / ir.embedded.actions / name (char) : NEW translate
37
37
  base / ir.embedded.actions / parent_action_id (many2one) : NEW relation: ir.actions.act_window, required
38
38
  base / ir.embedded.actions / parent_res_id (integer) : NEW
39
39
  base / ir.embedded.actions / parent_res_model (char) : NEW required
@@ -1,5 +1,5 @@
1
1
  ---Models in module 'general'---
2
- obsolete model account.fr.fec [module l10n_fr]
2
+ obsolete model account.fr.fec [module l10n_fr_account]
3
3
  obsolete model account.tour.upload.bill [module account]
4
4
  obsolete model account.tour.upload.bill.email.confirm [module account]
5
5
  obsolete model account.unreconcile [module account]
@@ -113,13 +113,13 @@ new model website.custom_blocked_third_party_domains [module website]
113
113
  new model website.page.properties [module website]
114
114
  new model website.page.properties.base [module website]
115
115
  ---Fields in module 'general'---
116
- # 13371 fields matched,
117
- # Direct match: 13271
116
+ # 13372 fields matched,
117
+ # Direct match: 13272
118
118
  # Found in other module with different type: 0
119
119
  # Found in other module: 92
120
120
  # Found with different type: 8
121
121
  # In obsolete models: 34
122
- # New columns: 1544
122
+ # New columns: 1549
123
123
  # Not matched: 821
124
124
  ---XML records in module 'general'---
125
125
  ERROR: module not in list of installed modules:
@@ -14,11 +14,11 @@ iap / iap.account / state (selection) : NEW se
14
14
  iap / iap.account / warning_threshold (float) : is now stored
15
15
  iap / iap.account / warning_threshold (float) : not related anymore
16
16
  iap / iap.account / warning_user_ids (many2many) : NEW relation: res.users
17
- iap / iap.service / description (char) : NEW required
17
+ iap / iap.service / description (char) : NEW required, translate
18
18
  iap / iap.service / integer_balance (boolean) : NEW required
19
19
  iap / iap.service / name (char) : NEW required
20
20
  iap / iap.service / technical_name (char) : NEW required
21
- iap / iap.service / unit_name (char) : NEW required
21
+ iap / iap.service / unit_name (char) : NEW required, translate
22
22
  ---XML records in module 'iap'---
23
23
  NEW iap.service: iap.iap_service_reveal
24
24
  NEW ir.model.access: iap.access_iap_service_manager
@@ -10,7 +10,7 @@ l10n_ar_withholding / account.tax / l10n_ar_scale_id (many2one) :
10
10
  l10n_ar_withholding / account.tax / l10n_ar_state_id (many2one) : NEW relation: res.country.state
11
11
  l10n_ar_withholding / account.tax / l10n_ar_tax_type (selection) : NEW selection_keys: ['earnings', 'earnings_scale', 'iibb_total', 'iibb_untaxed']
12
12
  l10n_ar_withholding / l10n_ar.earnings.scale / line_ids (one2many) : NEW relation: l10n_ar.earnings.scale.line
13
- l10n_ar_withholding / l10n_ar.earnings.scale / name (char) : NEW required
13
+ l10n_ar_withholding / l10n_ar.earnings.scale / name (char) : NEW required, translate
14
14
  l10n_ar_withholding / l10n_ar.earnings.scale.line / currency_id (many2one) : NEW relation: res.currency, hasdefault: default, stored: False
15
15
  l10n_ar_withholding / l10n_ar.earnings.scale.line / excess_amount (float) : NEW
16
16
  l10n_ar_withholding / l10n_ar.earnings.scale.line / fixed_amount (float) : NEW
@@ -0,0 +1,9 @@
1
+ ---Models in module 'l10n_ee'---
2
+ ---Fields in module 'l10n_ee'---
3
+ ---XML records in module 'l10n_ee'---
4
+ NEW account.report.expression: l10n_ee.tax_report_line_1_24_tag
5
+ NEW account.report.expression: l10n_ee.tax_report_line_1_24_tax_tag
6
+ NEW account.report.expression: l10n_ee.tax_report_line_1_2_tag
7
+ NEW account.report.expression: l10n_ee.tax_report_line_1_2_tax_tag
8
+ NEW account.report.line: l10n_ee.tax_report_line_1_2
9
+ NEW account.report.line: l10n_ee.tax_report_line_1_24