odoo-addon-stock-move-location 16.0.1.4.1__py3-none-any.whl → 18.0.1.0.0.3__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.
- odoo/addons/stock_move_location/README.rst +8 -7
- odoo/addons/stock_move_location/__manifest__.py +1 -1
- odoo/addons/stock_move_location/i18n/stock_move_location.pot +37 -10
- odoo/addons/stock_move_location/init_hook.py +1 -5
- odoo/addons/stock_move_location/models/stock_picking.py +9 -7
- odoo/addons/stock_move_location/readme/CONTRIBUTORS.md +2 -0
- odoo/addons/stock_move_location/readme/USAGE.md +0 -1
- odoo/addons/stock_move_location/static/description/index.html +6 -5
- odoo/addons/stock_move_location/tests/test_common.py +16 -13
- odoo/addons/stock_move_location/tests/test_move_location.py +19 -24
- odoo/addons/stock_move_location/tests/test_stock_fillwithstock.py +23 -28
- odoo/addons/stock_move_location/views/stock_picking.xml +1 -3
- odoo/addons/stock_move_location/views/stock_picking_type_views.xml +4 -7
- odoo/addons/stock_move_location/wizard/stock_move_location.py +46 -65
- odoo/addons/stock_move_location/wizard/stock_move_location.xml +60 -32
- odoo/addons/stock_move_location/wizard/stock_move_location_line.py +18 -30
- {odoo_addon_stock_move_location-16.0.1.4.1.dist-info → odoo_addon_stock_move_location-18.0.1.0.0.3.dist-info}/METADATA +13 -12
- {odoo_addon_stock_move_location-16.0.1.4.1.dist-info → odoo_addon_stock_move_location-18.0.1.0.0.3.dist-info}/RECORD +20 -20
- {odoo_addon_stock_move_location-16.0.1.4.1.dist-info → odoo_addon_stock_move_location-18.0.1.0.0.3.dist-info}/WHEEL +1 -1
- odoo_addon_stock_move_location-18.0.1.0.0.3.dist-info/top_level.txt +1 -0
- odoo_addon_stock_move_location-16.0.1.4.1.dist-info/top_level.txt +0 -1
@@ -1,7 +1,7 @@
|
|
1
|
-
odoo/addons/stock_move_location/README.rst,sha256=
|
1
|
+
odoo/addons/stock_move_location/README.rst,sha256=99sEG5BcHNuPiqq3Xqwy9Df5YixAw9blAx1MFHds0es,6302
|
2
2
|
odoo/addons/stock_move_location/__init__.py,sha256=a529MU97ndMyMZsToYJmFXUHanvFmTyIZL9lmHsflPM,88
|
3
|
-
odoo/addons/stock_move_location/__manifest__.py,sha256=
|
4
|
-
odoo/addons/stock_move_location/init_hook.py,sha256=
|
3
|
+
odoo/addons/stock_move_location/__manifest__.py,sha256=7ISs67qDzkbCllb_LswdUMe8GTxI1d6zp7wb86vvveI,901
|
4
|
+
odoo/addons/stock_move_location/init_hook.py,sha256=pn0ImiSskPc37V9N_ROZoVt94KZISxBWfewnE8_NqAc,325
|
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=dyopS_aZa9EMOWt81RehSGIbZrHuwUmXMG4v4hHG03M,11088
|
7
7
|
odoo/addons/stock_move_location/i18n/es.po,sha256=olg6wiEsYwQr6MTLzYmk0g-LnNrs9PFcs69QsedDy2g,11810
|
@@ -12,29 +12,29 @@ odoo/addons/stock_move_location/i18n/it.po,sha256=qvZ-lyJzwS-gpZD6N1R1yubgHPfr8K
|
|
12
12
|
odoo/addons/stock_move_location/i18n/ja.po,sha256=rlv8kp8D0CPeIb_LQ4xacEVrI-GKOiNjOd_t7FGBlg4,11422
|
13
13
|
odoo/addons/stock_move_location/i18n/ja_JP.po,sha256=G1q0uhsodyzzNEcU-bjtjQZ8Ef3OxQ2KqXgzLh7hF_I,10033
|
14
14
|
odoo/addons/stock_move_location/i18n/pt.po,sha256=fgS2Y6wUxHmLahSEhdQWQV6mHS66GYkfHcbvqtk7EYw,10596
|
15
|
-
odoo/addons/stock_move_location/i18n/stock_move_location.pot,sha256=
|
15
|
+
odoo/addons/stock_move_location/i18n/stock_move_location.pot,sha256=oaHuaH_Nmn6T3i-CGzHSdyt7-ptFJbvrYOfKuI5O0y8,10965
|
16
16
|
odoo/addons/stock_move_location/models/__init__.py,sha256=UrroaZ7L0mQgueiSi7qJ-maQp61uMedod-xbfhGNBMI,181
|
17
17
|
odoo/addons/stock_move_location/models/stock_move.py,sha256=UxsvfgwL_bfAEDrMdu_HGLlabPyZCjnf4MfeFzNPPI0,604
|
18
|
-
odoo/addons/stock_move_location/models/stock_picking.py,sha256=
|
18
|
+
odoo/addons/stock_move_location/models/stock_picking.py,sha256=y0odlF6YhtCU2e5orslKrSguq_j25nerWJWNFEM2HZQ,1708
|
19
19
|
odoo/addons/stock_move_location/models/stock_picking_type.py,sha256=9czGhJxYbgoB9umbf3Vw2TuyGWDC_cBXhaDq_cSN0t0,962
|
20
|
-
odoo/addons/stock_move_location/readme/CONTRIBUTORS.md,sha256=
|
20
|
+
odoo/addons/stock_move_location/readme/CONTRIBUTORS.md,sha256=pkp1DTEEEMW0iQNLxkRhp8Lt5bGq3IDNI0ek1MGMjPg,724
|
21
21
|
odoo/addons/stock_move_location/readme/DESCRIPTION.md,sha256=cVmKIDWpKU3Ep66adAVRrNkMQB-yeJ-8QTRayNHTX1M,116
|
22
22
|
odoo/addons/stock_move_location/readme/ROADMAP.md,sha256=HW9tNWBGh6oAjRj8qWMlXPc0XQu7325gRxcs9jeR4ZM,487
|
23
|
-
odoo/addons/stock_move_location/readme/USAGE.md,sha256=
|
23
|
+
odoo/addons/stock_move_location/readme/USAGE.md,sha256=BQt9MkOrhdCCbSgSjaHbkOlR0bGpm9v-fHriMcqpSEY,2007
|
24
24
|
odoo/addons/stock_move_location/security/ir.model.access.csv,sha256=sLpkI9b3t8YdWBbYPjzlQrCbmv-_C0bUwzd10cMF14M,338
|
25
25
|
odoo/addons/stock_move_location/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
26
|
-
odoo/addons/stock_move_location/static/description/index.html,sha256=
|
26
|
+
odoo/addons/stock_move_location/static/description/index.html,sha256=sQMvekEhlD3pbtT_qgcLZITTZ9-aT3i8F5Z55qs-Yo4,17390
|
27
27
|
odoo/addons/stock_move_location/tests/__init__.py,sha256=gDGhCnhTYQONkRkGhPtOhgWTJ8sj6zs-sl2YRRvqGvQ,98
|
28
|
-
odoo/addons/stock_move_location/tests/test_common.py,sha256=
|
29
|
-
odoo/addons/stock_move_location/tests/test_move_location.py,sha256=
|
30
|
-
odoo/addons/stock_move_location/tests/test_stock_fillwithstock.py,sha256=
|
31
|
-
odoo/addons/stock_move_location/views/stock_picking.xml,sha256=
|
32
|
-
odoo/addons/stock_move_location/views/stock_picking_type_views.xml,sha256=
|
28
|
+
odoo/addons/stock_move_location/tests/test_common.py,sha256=0KmNLghRNtVDdRy2rDB5R3zZaATQqX8ZDbI1tCDkHBw,6198
|
29
|
+
odoo/addons/stock_move_location/tests/test_move_location.py,sha256=UVQhxFA1J3ta4ZkoqB7mX_E25Td1Yc-rPb-Bv6HXVXs,14897
|
30
|
+
odoo/addons/stock_move_location/tests/test_stock_fillwithstock.py,sha256=csUUo6V_pH1iq7xYkwzrCkY5Hpg-YHGtote-qlLPtyM,2679
|
31
|
+
odoo/addons/stock_move_location/views/stock_picking.xml,sha256=tLbhAUpl49uzb2V9RAN1G2q9waeZJgNY4CPaZfWNJ-w,742
|
32
|
+
odoo/addons/stock_move_location/views/stock_picking_type_views.xml,sha256=gTs-XGBnQ06Cz8JgFp1cbwB6mxIUlAI2CTlbhYo35JU,1391
|
33
33
|
odoo/addons/stock_move_location/wizard/__init__.py,sha256=0YXi68VJIkwZDO1-ZFirM2ANY3Mi7PEPdYW0Gg46lmY,239
|
34
|
-
odoo/addons/stock_move_location/wizard/stock_move_location.py,sha256=
|
35
|
-
odoo/addons/stock_move_location/wizard/stock_move_location.xml,sha256=
|
36
|
-
odoo/addons/stock_move_location/wizard/stock_move_location_line.py,sha256=
|
37
|
-
odoo_addon_stock_move_location-
|
38
|
-
odoo_addon_stock_move_location-
|
39
|
-
odoo_addon_stock_move_location-
|
40
|
-
odoo_addon_stock_move_location-
|
34
|
+
odoo/addons/stock_move_location/wizard/stock_move_location.py,sha256=6x0xPPoh5OzlgAV7FYrkA9msQ7LIooPheJAYwu2d9Ik,14905
|
35
|
+
odoo/addons/stock_move_location/wizard/stock_move_location.xml,sha256=1p2sQEZl9Opd_dxTpCJXXIq3YJkyej4EbplA1j7aE9Y,9074
|
36
|
+
odoo/addons/stock_move_location/wizard/stock_move_location_line.py,sha256=fFH-DId5RMMGVLZTyGCdZIMiIFL0InAE07kW1YNb-yo,5844
|
37
|
+
odoo_addon_stock_move_location-18.0.1.0.0.3.dist-info/METADATA,sha256=wtJ5rugjGFBB9q3Lj6Gpo-DbBcf-JGFpehjBX5ziS3Y,6906
|
38
|
+
odoo_addon_stock_move_location-18.0.1.0.0.3.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
|
39
|
+
odoo_addon_stock_move_location-18.0.1.0.0.3.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
40
|
+
odoo_addon_stock_move_location-18.0.1.0.0.3.dist-info/RECORD,,
|
@@ -0,0 +1 @@
|
|
1
|
+
odoo
|
@@ -1 +0,0 @@
|
|
1
|
-
odoo
|