odoo-addon-openupgrade-scripts 15.0.1.0.0.508__py3-none-any.whl → 15.0.1.0.0.511__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.
@@ -93,7 +93,7 @@ account / account.payment / payment_method_id (many2one) : now re
93
93
  # NOTHING TO DO
94
94
 
95
95
  account / account.payment / payment_method_line_id (many2one): NEW relation: account.payment.method.line, isfunction: function, stored
96
- # DONE: pre-migration: fast filled value for payment_method_line_id
96
+ # DONE: pre-migration, end-migration: fast filled value for payment_method_line_id
97
97
 
98
98
  account / account.payment.method / _order : _order is now 'id' ('sequence')
99
99
  account / account.payment.method / sequence (integer) : DEL
@@ -160,7 +160,7 @@ def _migrate_for(string):
160
160
  Replace mako for blocks
161
161
  Example: '% for line in lines' -> '<t t-foreach="lines" t-as="line">'
162
162
  """
163
- pattern = rf"%\s?for\s+({_PY_VAR_PATTERN})\s+in\s+(.+?)\s?:*$"
163
+ pattern = rf"%\s?for\s+({_PY_VAR_PATTERN})\s+in\s+(.+?)\s?:\s*$"
164
164
  return re.sub(pattern, repl_for, string, flags=re.MULTILINE)
165
165
 
166
166
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-openupgrade_scripts
3
- Version: 15.0.1.0.0.508
3
+ Version: 15.0.1.0.0.511
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)
@@ -10,7 +10,7 @@ odoo/addons/openupgrade_scripts/scripts/account/15.0.1.2/noupdate_changes.xml,sh
10
10
  odoo/addons/openupgrade_scripts/scripts/account/15.0.1.2/post-migration.py,sha256=7ShgRlqcVeSlmgi8mBwBCQslfTgBJ8fhux1s0HrxhhQ,3361
11
11
  odoo/addons/openupgrade_scripts/scripts/account/15.0.1.2/pre-migration.py,sha256=f11oCPl9qri_PcNBp6xyfhoGKowI7wRweBqPrJjP4hc,14184
12
12
  odoo/addons/openupgrade_scripts/scripts/account/15.0.1.2/upgrade_analysis.txt,sha256=RgZfP638Lh0_D9b4pl3AqO_3minW-OcBBqJ1egipT7I,12460
13
- odoo/addons/openupgrade_scripts/scripts/account/15.0.1.2/upgrade_analysis_work.txt,sha256=xQxrJV3Ii0P9zycBeRSb6Cc90aEIzO-LzC_juGOedJw,15003
13
+ odoo/addons/openupgrade_scripts/scripts/account/15.0.1.2/upgrade_analysis_work.txt,sha256=SMem_uplLN9m2wAxeRoq4-0o38KrqoNmiNwA40juWHE,15018
14
14
  odoo/addons/openupgrade_scripts/scripts/account_check_printing/15.0.1.0/post-migration.py,sha256=4_Ct1QOXe1x4qhywmFBh2nI-ksJVtcLgb3DyfiOVT1E,1016
15
15
  odoo/addons/openupgrade_scripts/scripts/account_check_printing/15.0.1.0/upgrade_analysis.txt,sha256=LLJ88stlAeeCNgxAIiORZjQjbY-Sir138GI_FBpjIeE,189
16
16
  odoo/addons/openupgrade_scripts/scripts/account_check_printing/15.0.1.0/upgrade_analysis_work.txt,sha256=m3ChdoEw4ie0I10dgf75mhTt7n49sd-Ph04Xsh-ZWyA,205
@@ -376,7 +376,7 @@ odoo/addons/openupgrade_scripts/scripts/l10n_vn/15.0.2.0.1/post-migration.py,sha
376
376
  odoo/addons/openupgrade_scripts/scripts/link_tracker/15.0.1.1/upgrade_analysis.txt,sha256=sm_Md5_AZQuf-j862siFIEDnRNumnDjjgSF0EL4hX00,195
377
377
  odoo/addons/openupgrade_scripts/scripts/lunch/15.0.1.0/upgrade_analysis.txt,sha256=YgvkxCZ8V959zAOfxf1dPzUga0vy3-1jSOAUcnkfPYI,6095
378
378
  odoo/addons/openupgrade_scripts/scripts/mail/15.0.1.5/noupdate_changes.xml,sha256=Ae3b2YJcTStfENbqazvxCF9TACV50oJQM0ZLpTLEIEg,1366
379
- odoo/addons/openupgrade_scripts/scripts/mail/15.0.1.5/post-migration.py,sha256=GyU0e76LN_cUDMLDzI7Ht1MV9NKlbNeHnJylS3ZyQ10,8082
379
+ odoo/addons/openupgrade_scripts/scripts/mail/15.0.1.5/post-migration.py,sha256=liiBzwuSn6q-ITx5Jfj8Zxxcy5opWYTu103KomYPFJY,8084
380
380
  odoo/addons/openupgrade_scripts/scripts/mail/15.0.1.5/pre-migration.py,sha256=Y0cAjl_36IvB8n1fecSuFmXaryIyWrab0cvGWl_EjS8,10838
381
381
  odoo/addons/openupgrade_scripts/scripts/mail/15.0.1.5/upgrade_analysis.txt,sha256=6B05789rSF-fF_CEX9EtVbvyoVtf9jKRLG20sYAlnJU,15438
382
382
  odoo/addons/openupgrade_scripts/scripts/mail/15.0.1.5/upgrade_analysis_work.txt,sha256=GyObETpxohGm6pezbqqM4_o2rM9WmwSQyBCnN7gRi2E,17663
@@ -807,7 +807,7 @@ odoo/addons/openupgrade_scripts/scripts/website_twitter/15.0.1.0/upgrade_analysi
807
807
  odoo/addons/openupgrade_scripts/static/description/banner.png,sha256=KTIBu4gfxeZVw9zjs_fivTgFEOeaAorlBxajmCA1p6k,26859
808
808
  odoo/addons/openupgrade_scripts/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
809
809
  odoo/addons/openupgrade_scripts/static/description/index.html,sha256=Q6Orf6ynZuFFVbDWUruBEsSY4uaFaTiVYvLYU1tcCnc,12678
810
- odoo_addon_openupgrade_scripts-15.0.1.0.0.508.dist-info/METADATA,sha256=V_vbznFTQBDmnaUrAlHC8k1Xn3R6V8bC2LEdCsEw90Q,3759
811
- odoo_addon_openupgrade_scripts-15.0.1.0.0.508.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
812
- odoo_addon_openupgrade_scripts-15.0.1.0.0.508.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
813
- odoo_addon_openupgrade_scripts-15.0.1.0.0.508.dist-info/RECORD,,
810
+ odoo_addon_openupgrade_scripts-15.0.1.0.0.511.dist-info/METADATA,sha256=Esiwc4SpDeZjCLZK0S29q8dOCzyURtzBWu3lab6ZilA,3759
811
+ odoo_addon_openupgrade_scripts-15.0.1.0.0.511.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
812
+ odoo_addon_openupgrade_scripts-15.0.1.0.0.511.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
813
+ odoo_addon_openupgrade_scripts-15.0.1.0.0.511.dist-info/RECORD,,