odoo-addon-openupgrade-scripts 16.0.1.0.3.222__py3-none-any.whl → 16.0.1.0.3.224__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.
@@ -355,6 +355,26 @@ def _fast_fill_account_payment_amount_company_currency_signed(env):
355
355
  )
356
356
 
357
357
 
358
+ def _account_journal_payment_sequence(env):
359
+ """Add manually this field with False value to avoid different behavior from v15,
360
+ where there's only one number sequence for whole journal.
361
+ """
362
+ openupgrade.add_fields(
363
+ env,
364
+ [
365
+ (
366
+ "payment_sequence",
367
+ "account.journal",
368
+ "account_journal",
369
+ "boolean",
370
+ False,
371
+ "account",
372
+ False,
373
+ )
374
+ ],
375
+ )
376
+
377
+
358
378
  @openupgrade.migrate()
359
379
  def migrate(env, version):
360
380
  openupgrade.rename_xmlids(env.cr, _xmlids_renames)
@@ -383,3 +403,4 @@ def migrate(env, version):
383
403
  "account_reconcile_model_line_id",
384
404
  )
385
405
  _fast_fill_account_payment_amount_company_currency_signed(env)
406
+ _account_journal_payment_sequence(env)
@@ -164,10 +164,12 @@ account / account.chart.template / use_storno_accounting (boolean): NEW h
164
164
 
165
165
  account / account.journal / default_account_type (many2one): relation is now 'False' ('account.account.type') [nothing to do]
166
166
  account / account.journal / default_account_type (many2one): type is now 'char' ('many2one')
167
- account / account.journal / payment_sequence (boolean) : NEW hasdefault: compute
168
167
  account / account.journal / type_control_ids (many2many) : DEL relation: account.account.type
169
168
  # NOTHING TO DO
170
169
 
170
+ account / account.journal / payment_sequence (boolean) : NEW hasdefault: compute
171
+ # DONE: pre-migration: initialize to False to preserve v15 behavior and avoid errors when giving numbers
172
+
171
173
  account / account.move / attachment_ids (one2many) : NEW relation: ir.attachment
172
174
  # NOTHING TO DO
173
175
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-openupgrade-scripts
3
- Version: 16.0.1.0.3.222
3
+ Version: 16.0.1.0.3.224
4
4
  Summary: Module that contains all the migrations analysis and scripts for migrate Odoo SA modules.
5
5
  Home-page: https://github.com/OCA/OpenUpgrade
6
6
  Author: Odoo Community Association (OCA)
@@ -7,9 +7,9 @@ odoo/addons/openupgrade_scripts/readme/DESCRIPTION.rst,sha256=ckrM5YlY8awluPWIV7
7
7
  odoo/addons/openupgrade_scripts/readme/INSTALL.rst,sha256=tXbOmw3QIhO1KLIziMpXzuuY0tOhI8IGT2ktCArwfGM,115
8
8
  odoo/addons/openupgrade_scripts/scripts/account/16.0.1.2/noupdate_changes.xml,sha256=dQ5BuaiRxlN_swXTEwFBLUdIW87wJBaol5qeGcoiYgw,8353
9
9
  odoo/addons/openupgrade_scripts/scripts/account/16.0.1.2/post-migration.py,sha256=g05FDRVwXVnKOoiqHV6RXQe1pyb7JnXts2eW_sjcC00,2085
10
- odoo/addons/openupgrade_scripts/scripts/account/16.0.1.2/pre-migration.py,sha256=s5uFJJWsZ-dhD6kfiRZb0lMIZ3wBByQpjTMOvhbf5pM,13709
10
+ odoo/addons/openupgrade_scripts/scripts/account/16.0.1.2/pre-migration.py,sha256=NijhyaIa4V9BfRWKvS1lDkzKeK-c-9VvJmb68vjxunA,14256
11
11
  odoo/addons/openupgrade_scripts/scripts/account/16.0.1.2/upgrade_analysis.txt,sha256=LAGIn64-_mvvep8AfaPBS8qqo8O3dzw4wNA-5FgyQ0k,39201
12
- odoo/addons/openupgrade_scripts/scripts/account/16.0.1.2/upgrade_analysis_work.txt,sha256=eSuVQTCqQDzTHQpSeQ6_P6ekmXsNbRtsKm7otb80Pes,41644
12
+ odoo/addons/openupgrade_scripts/scripts/account/16.0.1.2/upgrade_analysis_work.txt,sha256=QOmM5TAbcJtQmdVxlIfyUpCkL4DMlKjmPJ7ZMUWFIrM,41750
13
13
  odoo/addons/openupgrade_scripts/scripts/account_check_printing/16.0.1.0/upgrade_analysis.txt,sha256=LLJ88stlAeeCNgxAIiORZjQjbY-Sir138GI_FBpjIeE,189
14
14
  odoo/addons/openupgrade_scripts/scripts/account_debit_note/16.0.1.0/upgrade_analysis.txt,sha256=tJQzqc9HkZ1yHePn7nwW7VbCfBH_yfe5UEym2zLJ4AE,177
15
15
  odoo/addons/openupgrade_scripts/scripts/account_edi/16.0.1.0/upgrade_analysis.txt,sha256=Ms96bIyVx7oGCOzgX7jGWV0hYRCyFGq3f4ou8sK5eI8,570
@@ -678,7 +678,7 @@ odoo/addons/openupgrade_scripts/scripts/website_twitter/16.0.1.0/upgrade_analysi
678
678
  odoo/addons/openupgrade_scripts/static/description/banner.png,sha256=KTIBu4gfxeZVw9zjs_fivTgFEOeaAorlBxajmCA1p6k,26859
679
679
  odoo/addons/openupgrade_scripts/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
680
680
  odoo/addons/openupgrade_scripts/static/description/index.html,sha256=IOWtZdzr_jN_Dja8HYIfzIxrO8NE5pFgazKJtPsLKw0,12678
681
- odoo_addon_openupgrade_scripts-16.0.1.0.3.222.dist-info/METADATA,sha256=Mdz3qJ6PJFdcAi84oojXskP_vL4GeQwi_190OnBax5s,3810
682
- odoo_addon_openupgrade_scripts-16.0.1.0.3.222.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
683
- odoo_addon_openupgrade_scripts-16.0.1.0.3.222.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
684
- odoo_addon_openupgrade_scripts-16.0.1.0.3.222.dist-info/RECORD,,
681
+ odoo_addon_openupgrade_scripts-16.0.1.0.3.224.dist-info/METADATA,sha256=LM3g7Z_TU54UihydqIQbbXN2D6tGHhOGbuXpbN61kko,3810
682
+ odoo_addon_openupgrade_scripts-16.0.1.0.3.224.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
683
+ odoo_addon_openupgrade_scripts-16.0.1.0.3.224.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
684
+ odoo_addon_openupgrade_scripts-16.0.1.0.3.224.dist-info/RECORD,,