odoo-addon-stock-move-location 15.0.1.3.0__py3-none-any.whl → 15.0.1.3.2__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.
@@ -7,7 +7,7 @@ Move Stock Location
7
7
  !! This file is generated by oca-gen-addon-readme !!
8
8
  !! changes will be overwritten. !!
9
9
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:ee78152d9ce5c5dd2d6d7643d17569bda29399c4e1c3986bdc9cc33a65fcb40d
10
+ !! source digest: sha256:830175d68ed44881c4d2a837532d64b9282dbd054a2133dc3d55617deaddd0b3
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -5,7 +5,7 @@
5
5
 
6
6
  {
7
7
  "name": "Move Stock Location",
8
- "version": "15.0.1.3.0",
8
+ "version": "15.0.1.3.2",
9
9
  "author": "Julius Network Solutions, "
10
10
  "BCIM,"
11
11
  "Camptocamp,"
@@ -367,7 +367,7 @@ ul.auto-toc {
367
367
  !! This file is generated by oca-gen-addon-readme !!
368
368
  !! changes will be overwritten. !!
369
369
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:ee78152d9ce5c5dd2d6d7643d17569bda29399c4e1c3986bdc9cc33a65fcb40d
370
+ !! source digest: sha256:830175d68ed44881c4d2a837532d64b9282dbd054a2133dc3d55617deaddd0b3
371
371
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
372
  <p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/stock-logistics-warehouse/tree/15.0/stock_move_location"><img alt="OCA/stock-logistics-warehouse" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-warehouse-15-0/stock-logistics-warehouse-15-0-stock_move_location"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&amp;target_branch=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373
373
  <p>This module allows to move entire location of products from one place to
@@ -9,7 +9,16 @@ class TestsCommon(common.TransactionCase):
9
9
  @classmethod
10
10
  def setUpClass(cls):
11
11
  super().setUpClass()
12
- cls.env = cls.env(context=dict(cls.env.context, tracking_disable=True))
12
+ # Remove this variable in v16 and put instead:
13
+ # from odoo.addons.base.tests.common import DISABLED_MAIL_CONTEXT
14
+ DISABLED_MAIL_CONTEXT = {
15
+ "tracking_disable": True,
16
+ "mail_create_nolog": True,
17
+ "mail_create_nosubscribe": True,
18
+ "mail_notrack": True,
19
+ "no_reset_password": True,
20
+ }
21
+ cls.env = cls.env(context=dict(cls.env.context, **DISABLED_MAIL_CONTEXT))
13
22
  cls.location_obj = cls.env["stock.location"]
14
23
  product_obj = cls.env["product.product"]
15
24
  cls.wizard_obj = cls.env["wiz.stock.move.location"]
@@ -257,7 +257,7 @@ class StockMoveLocationWizard(models.TransientModel):
257
257
  self._create_moves(picking)
258
258
  if not self.env.context.get("planned"):
259
259
  moves_to_reassign = self._unreserve_moves()
260
- picking.button_validate()
260
+ picking.with_context(skip_expired=True).button_validate()
261
261
  moves_to_reassign._action_assign()
262
262
  else:
263
263
  picking.action_confirm()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-stock-move-location
3
- Version: 15.0.1.3.0
3
+ Version: 15.0.1.3.2
4
4
  Summary: This module allows to move all stock in a stock location to an other one.
5
5
  Home-page: https://github.com/OCA/stock-logistics-warehouse
6
6
  Author: Julius Network Solutions, BCIM,Camptocamp,Odoo Community Association (OCA)
@@ -23,7 +23,7 @@ Move Stock Location
23
23
  !! This file is generated by oca-gen-addon-readme !!
24
24
  !! changes will be overwritten. !!
25
25
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
26
- !! source digest: sha256:ee78152d9ce5c5dd2d6d7643d17569bda29399c4e1c3986bdc9cc33a65fcb40d
26
+ !! source digest: sha256:830175d68ed44881c4d2a837532d64b9282dbd054a2133dc3d55617deaddd0b3
27
27
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
28
28
 
29
29
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -1,6 +1,6 @@
1
- odoo/addons/stock_move_location/README.rst,sha256=UtrqrCDfKpQsfayk3bCvKciRO9ybWhgrmAT1gU697-w,5725
1
+ odoo/addons/stock_move_location/README.rst,sha256=CAx9uOL0kgo_5bGJgZV-GIpYWh0ebWshppJtcHENDoo,5725
2
2
  odoo/addons/stock_move_location/__init__.py,sha256=a529MU97ndMyMZsToYJmFXUHanvFmTyIZL9lmHsflPM,88
3
- odoo/addons/stock_move_location/__manifest__.py,sha256=ZK-Yc-vDm9Cl2_KHJVHjO4EcL-o04j97mIL86LktvPs,901
3
+ odoo/addons/stock_move_location/__manifest__.py,sha256=Xgg3DntDOiQuBk434aK-qj4bT-5qZr3hQy_IsetsgBc,901
4
4
  odoo/addons/stock_move_location/init_hook.py,sha256=iIIjLsKG3z1Esn7A_tiIQZ9jXPvVs6EIhtNICdv-FQA,419
5
5
  odoo/addons/stock_move_location/data/stock_quant_view.xml,sha256=g7KS13Q9jEIZTKiNHjWrFcggfYyfK2ZW2VONnCLSZaI,635
6
6
  odoo/addons/stock_move_location/i18n/de.po,sha256=Ax60atxl9wQXRn5D8N3pJScDGUCNwkbmjTSGVEmaMk4,11151
@@ -22,18 +22,18 @@ odoo/addons/stock_move_location/readme/ROADMAP.rst,sha256=3ISYpvtqVfZFuaIw26oMSr
22
22
  odoo/addons/stock_move_location/readme/USAGE.rst,sha256=pgj-r1O-Mq7GYKmCYem9IuKzKXPVntO5j1LUlbB37Hc,1654
23
23
  odoo/addons/stock_move_location/security/ir.model.access.csv,sha256=sLpkI9b3t8YdWBbYPjzlQrCbmv-_C0bUwzd10cMF14M,338
24
24
  odoo/addons/stock_move_location/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
25
- odoo/addons/stock_move_location/static/description/index.html,sha256=LM-oCtq-XGxetxApV8iwZ-3fajJgoMYCzKo2xWtCfAo,16513
25
+ odoo/addons/stock_move_location/static/description/index.html,sha256=E293k8jg02-ET8bdqedqJL2eMuW3EZ5LnfNJ_mPifwY,16513
26
26
  odoo/addons/stock_move_location/tests/__init__.py,sha256=gDGhCnhTYQONkRkGhPtOhgWTJ8sj6zs-sl2YRRvqGvQ,98
27
- odoo/addons/stock_move_location/tests/test_common.py,sha256=JnQa-MwgJbvIylJ2IBgeAepEYl98bbBjl8WnO9-YQCg,5780
27
+ odoo/addons/stock_move_location/tests/test_common.py,sha256=tVu5r4Y8E4vLF-BcoPwVX7nAIVKWwewkOF14oSYLYaM,6150
28
28
  odoo/addons/stock_move_location/tests/test_move_location.py,sha256=zg2UhgmF1vzSmLVwzqI3qDqU_2ILnabMaCOAXPlrJA4,11762
29
29
  odoo/addons/stock_move_location/tests/test_stock_fillwithstock.py,sha256=D-OzeNhDT2V2HlYahvgZQiZtD3MV-wpDbAn8rozzs5M,2846
30
30
  odoo/addons/stock_move_location/views/stock_picking.xml,sha256=isH25PIq7A2rfCUzk9_HFYA8WIoGm5HNDu-N3CJazRQ,730
31
31
  odoo/addons/stock_move_location/views/stock_picking_type_views.xml,sha256=V8_fzqt7ga3O8U81JNbb8NOuT0JHsXwC2bG1jqJvmAk,1483
32
32
  odoo/addons/stock_move_location/wizard/__init__.py,sha256=0YXi68VJIkwZDO1-ZFirM2ANY3Mi7PEPdYW0Gg46lmY,239
33
- odoo/addons/stock_move_location/wizard/stock_move_location.py,sha256=dwvQiqhZuMGrBGlamf51NEwn5NDArabss-c9ubaqK6Q,13632
33
+ odoo/addons/stock_move_location/wizard/stock_move_location.py,sha256=t7JOh3d-4fRlh68ZD4uaJQ2QTfkEK6hvev_mMhB-FsU,13664
34
34
  odoo/addons/stock_move_location/wizard/stock_move_location.xml,sha256=V0OTO0QRolPTesymqg78Q2UotTsYMrq4v_WtkhvV9mU,7646
35
35
  odoo/addons/stock_move_location/wizard/stock_move_location_line.py,sha256=EhbEeDtH9--yXUfJ7ZFfHHEVzweR01UPKiFyYnn7MZc,6374
36
- odoo_addon_stock_move_location-15.0.1.3.0.dist-info/METADATA,sha256=nyiBsdkxACKP4wd60NmeDDPnxJKDjEtg3hAkpd29jkA,6355
37
- odoo_addon_stock_move_location-15.0.1.3.0.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
38
- odoo_addon_stock_move_location-15.0.1.3.0.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
39
- odoo_addon_stock_move_location-15.0.1.3.0.dist-info/RECORD,,
36
+ odoo_addon_stock_move_location-15.0.1.3.2.dist-info/METADATA,sha256=G06P9uYqA5sR98QZ9xIWToXctP19STOGspk6YHBoL5A,6355
37
+ odoo_addon_stock_move_location-15.0.1.3.2.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
38
+ odoo_addon_stock_move_location-15.0.1.3.2.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
39
+ odoo_addon_stock_move_location-15.0.1.3.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.2)
2
+ Generator: bdist_wheel (0.41.3)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5