odoo-addon-stock-change-qty-reason 15.0.1.0.0.9__py3-none-any.whl → 17.0.1.0.0.4__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 (66) hide show
  1. odoo/addons/stock_change_qty_reason/README.rst +30 -25
  2. odoo/addons/stock_change_qty_reason/__manifest__.py +1 -1
  3. odoo/addons/stock_change_qty_reason/i18n/ar.po +10 -7
  4. odoo/addons/stock_change_qty_reason/i18n/bs.po +12 -9
  5. odoo/addons/stock_change_qty_reason/i18n/ca.po +10 -7
  6. odoo/addons/stock_change_qty_reason/i18n/cs.po +10 -7
  7. odoo/addons/stock_change_qty_reason/i18n/cs_CZ.po +10 -7
  8. odoo/addons/stock_change_qty_reason/i18n/de.po +10 -7
  9. odoo/addons/stock_change_qty_reason/i18n/en_GB.po +10 -7
  10. odoo/addons/stock_change_qty_reason/i18n/es.po +40 -39
  11. odoo/addons/stock_change_qty_reason/i18n/es_CR.po +10 -7
  12. odoo/addons/stock_change_qty_reason/i18n/es_EC.po +10 -7
  13. odoo/addons/stock_change_qty_reason/i18n/es_MX.po +10 -7
  14. odoo/addons/stock_change_qty_reason/i18n/es_VE.po +10 -7
  15. odoo/addons/stock_change_qty_reason/i18n/et.po +10 -7
  16. odoo/addons/stock_change_qty_reason/i18n/fi.po +10 -7
  17. odoo/addons/stock_change_qty_reason/i18n/fr.po +13 -7
  18. odoo/addons/stock_change_qty_reason/i18n/hr.po +12 -9
  19. odoo/addons/stock_change_qty_reason/i18n/hu.po +10 -7
  20. odoo/addons/stock_change_qty_reason/i18n/it.po +19 -10
  21. odoo/addons/stock_change_qty_reason/i18n/ja.po +10 -7
  22. odoo/addons/stock_change_qty_reason/i18n/lt.po +12 -9
  23. odoo/addons/stock_change_qty_reason/i18n/mk.po +10 -7
  24. odoo/addons/stock_change_qty_reason/i18n/mn.po +10 -7
  25. odoo/addons/stock_change_qty_reason/i18n/nb.po +10 -7
  26. odoo/addons/stock_change_qty_reason/i18n/nl.po +10 -7
  27. odoo/addons/stock_change_qty_reason/i18n/nl_BE.po +10 -7
  28. odoo/addons/stock_change_qty_reason/i18n/nl_NL.po +10 -7
  29. odoo/addons/stock_change_qty_reason/i18n/pl.po +13 -10
  30. odoo/addons/stock_change_qty_reason/i18n/pt.po +10 -7
  31. odoo/addons/stock_change_qty_reason/i18n/pt_BR.po +10 -7
  32. odoo/addons/stock_change_qty_reason/i18n/pt_PT.po +10 -7
  33. odoo/addons/stock_change_qty_reason/i18n/ro.po +10 -7
  34. odoo/addons/stock_change_qty_reason/i18n/ru.po +13 -10
  35. odoo/addons/stock_change_qty_reason/i18n/sl.po +12 -9
  36. odoo/addons/stock_change_qty_reason/i18n/sr@latin.po +12 -9
  37. odoo/addons/stock_change_qty_reason/i18n/stock_change_qty_reason.pot +11 -8
  38. odoo/addons/stock_change_qty_reason/i18n/sv.po +10 -7
  39. odoo/addons/stock_change_qty_reason/i18n/th.po +10 -7
  40. odoo/addons/stock_change_qty_reason/i18n/tr.po +10 -7
  41. odoo/addons/stock_change_qty_reason/i18n/tr_TR.po +10 -7
  42. odoo/addons/stock_change_qty_reason/i18n/vi.po +10 -7
  43. odoo/addons/stock_change_qty_reason/i18n/zh_CN.po +13 -7
  44. odoo/addons/stock_change_qty_reason/i18n/zh_TW.po +10 -7
  45. odoo/addons/stock_change_qty_reason/models/stock_quant.py +11 -3
  46. odoo/addons/stock_change_qty_reason/readme/CONFIGURE.md +15 -0
  47. odoo/addons/stock_change_qty_reason/readme/CONTRIBUTORS.md +6 -0
  48. odoo/addons/stock_change_qty_reason/readme/{DESCRIPTION.rst → DESCRIPTION.md} +2 -2
  49. odoo/addons/stock_change_qty_reason/readme/ROADMAP.md +4 -0
  50. odoo/addons/stock_change_qty_reason/static/description/index.html +23 -15
  51. odoo/addons/stock_change_qty_reason/tests/test_stock_change_qty_reason.py +1 -1
  52. odoo/addons/stock_change_qty_reason/views/base_config_view.xml +6 -15
  53. odoo/addons/stock_change_qty_reason/views/stock_move_line_view.xml +9 -16
  54. odoo/addons/stock_change_qty_reason/views/stock_quant_reason_view.xml +5 -8
  55. odoo/addons/stock_change_qty_reason/views/stock_quant_view.xml +8 -19
  56. {odoo_addon_stock_change_qty_reason-15.0.1.0.0.9.dist-info → odoo_addon_stock_change_qty_reason-17.0.1.0.0.4.dist-info}/METADATA +36 -34
  57. odoo_addon_stock_change_qty_reason-17.0.1.0.0.4.dist-info/RECORD +68 -0
  58. {odoo_addon_stock_change_qty_reason-15.0.1.0.0.9.dist-info → odoo_addon_stock_change_qty_reason-17.0.1.0.0.4.dist-info}/WHEEL +1 -1
  59. odoo_addon_stock_change_qty_reason-17.0.1.0.0.4.dist-info/top_level.txt +1 -0
  60. odoo/addons/stock_change_qty_reason/migrations/15.0.1.0.0/post-migration.py +0 -54
  61. odoo/addons/stock_change_qty_reason/migrations/15.0.1.0.0/pre-migration.py +0 -25
  62. odoo/addons/stock_change_qty_reason/readme/CONFIGURE.rst +0 -15
  63. odoo/addons/stock_change_qty_reason/readme/CONTRIBUTORS.rst +0 -4
  64. odoo/addons/stock_change_qty_reason/readme/ROADMAP.rst +0 -1
  65. odoo_addon_stock_change_qty_reason-15.0.1.0.0.9.dist-info/RECORD +0 -70
  66. odoo_addon_stock_change_qty_reason-15.0.1.0.0.9.dist-info/top_level.txt +0 -1
@@ -19,6 +19,14 @@ msgstr ""
19
19
  "Content-Transfer-Encoding: \n"
20
20
  "Plural-Forms: nplurals=1; plural=0;\n"
21
21
 
22
+ #. module: stock_change_qty_reason
23
+ #: model_terms:ir.ui.view,arch_db:stock_change_qty_reason.view_preset_reason
24
+ msgid ""
25
+ "<span class=\"o_form_label\">\n"
26
+ " Active\n"
27
+ " </span>"
28
+ msgstr ""
29
+
22
30
  #. module: stock_change_qty_reason
23
31
  #: model:ir.model.fields,field_description:stock_change_qty_reason.field_stock_quant_reason__active
24
32
  msgid "Active"
@@ -68,11 +76,6 @@ msgstr ""
68
76
  msgid "Inventory Adjustment"
69
77
  msgstr ""
70
78
 
71
- #. module: stock_change_qty_reason
72
- #: model:ir.model.fields,field_description:stock_change_qty_reason.field_stock_quant_reason____last_update
73
- msgid "Last Modified on"
74
- msgstr ""
75
-
76
79
  #. module: stock_change_qty_reason
77
80
  #: model:ir.model.fields,field_description:stock_change_qty_reason.field_stock_quant_reason__write_uid
78
81
  msgid "Last Updated by"
@@ -119,8 +122,8 @@ msgstr ""
119
122
  #. module: stock_change_qty_reason
120
123
  #: model:ir.model.fields,field_description:stock_change_qty_reason.field_stock_move_line__reason
121
124
  #: model:ir.model.fields,field_description:stock_change_qty_reason.field_stock_quant__reason
122
- #: model_terms:ir.ui.view,arch_db:stock_change_qty_reason.preset_reason_view_move_line_tree
123
- #: model_terms:ir.ui.view,arch_db:stock_change_qty_reason.reason_stock_inventory_line_tree_reason_id
125
+ #: model_terms:ir.ui.view,arch_db:stock_change_qty_reason.reason_view_move_line_tree
126
+ #: model_terms:ir.ui.view,arch_db:stock_change_qty_reason.reason_view_stock_quant_tree_inventory_editable
124
127
  msgid "Reason"
125
128
  msgstr "原因"
126
129
 
@@ -18,11 +18,19 @@ class StockQuant(models.Model):
18
18
  res.extend(["reason", "preset_reason_id"])
19
19
  return res
20
20
 
21
- def _get_inventory_move_values(self, qty, location_id, location_dest_id, out=False):
22
- """Function to super _get_inventory_move_values"""
21
+ def _get_inventory_move_values(
22
+ self,
23
+ qty,
24
+ location_id,
25
+ location_dest_id,
26
+ package_id=False,
27
+ package_dest_id=False,
28
+ ):
29
+ # Called when user manually set a new quantity (via `inventory_quantity`)
23
30
  res = super()._get_inventory_move_values(
24
- qty, location_id, location_dest_id, out
31
+ qty, location_id, location_dest_id, package_id, package_dest_id
25
32
  )
33
+ # Aftect the reason to the move line
26
34
  context = (
27
35
  self.reason if not self.preset_reason_id else self.preset_reason_id.name
28
36
  )
@@ -0,0 +1,15 @@
1
+ To enable preset reason feature, you must:
2
+
3
+ - Go to: Inventory \> Settings \> Inventory Adjustment
4
+ - Enable: Preset Change Qty Reason
5
+ - Enable: Technical Settings \> Manage Stock Change Qty Preset Reasons
6
+
7
+ Once is activate you will require te add a Preset reason to validate
8
+ stock products change quantity.
9
+
10
+ To allow an Stock Manager configure preset reasons easily, you should:
11
+
12
+ - Select Stock Manager user on: Settings \> Users
13
+ - Enable: Technical Settings \> Manage Stock Change Qty Preset Reasons
14
+ - Go to Inventory \> Configuration \> Inventory Adjustment \> Change Qty
15
+ Reasons
@@ -0,0 +1,6 @@
1
+ - Denis Roussel \<<denis.roussel@acsone.eu>\>
2
+ - Meyomesse Gilles \<<meyomesse.gilles@gmail.com>\>
3
+ - Andreas Dian S.P \<<andreasdian777@gmail.com>\>
4
+ - Héctor Villarreal \<<hector.villarreal@forgeflow.com>\>
5
+ - Urvisha Desai \<<udesai@opensourceintegrators.com>\>
6
+ - Florian Mounier \<<florian.mounier@akretion.com>\>
@@ -1,4 +1,4 @@
1
- This module extends the product stock management and allows to set a reason
2
- in inventory adjustments globally or per line.
1
+ This module extends the product stock management and allows to set a
2
+ reason in inventory adjustments globally or per line.
3
3
 
4
4
  It also can manage preset reasons optionally.
@@ -0,0 +1,4 @@
1
+ - Add a reason from Update Quantity button in Product Form View has been
2
+ removed. This button no longer opens an Inventory Adjustment, it opens
3
+ directly the stock quant view. Therefore, it must be decided how to
4
+ implement the logic to add a reason when quantity is updated.
@@ -1,4 +1,3 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
1
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
2
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
3
  <head>
@@ -9,10 +8,11 @@
9
8
 
10
9
  /*
11
10
  :Author: David Goodger (goodger@python.org)
12
- :Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11
+ :Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
13
12
  :Copyright: This stylesheet has been placed in the public domain.
14
13
 
15
14
  Default cascading style sheet for the HTML output of Docutils.
15
+ Despite the name, some widely supported CSS2 features are used.
16
16
 
17
17
  See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
18
18
  customize this style sheet.
@@ -275,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
275
275
  margin-left: 2em ;
276
276
  margin-right: 2em }
277
277
 
278
- pre.code .ln { color: grey; } /* line numbers */
278
+ pre.code .ln { color: gray; } /* line numbers */
279
279
  pre.code, code { background-color: #eeeeee }
280
280
  pre.code .comment, code .comment { color: #5C6576 }
281
281
  pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -301,7 +301,7 @@ span.option {
301
301
  span.pre {
302
302
  white-space: pre }
303
303
 
304
- span.problematic {
304
+ span.problematic, pre.problematic {
305
305
  color: red }
306
306
 
307
307
  span.section-subtitle {
@@ -367,11 +367,11 @@ 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:df39ef32c71f4f6db41b37d0e1d4c835c5dfebdaf677a76413deac7657364c32
370
+ !! source digest: sha256:75a9a9cbf10ad67ed01d6cc4ee77fb8f570272f0e1e9e0047b841e4f59da2749
371
371
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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_change_qty_reason"><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_change_qty_reason"><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
- <p>This module extends the product stock management and allows to set a reason
374
- in inventory adjustments globally or per line.</p>
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/17.0/stock_change_qty_reason"><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-17-0/stock-logistics-warehouse-17-0-stock_change_qty_reason"><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=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373
+ <p>This module extends the product stock management and allows to set a
374
+ reason in inventory adjustments globally or per line.</p>
375
375
  <p>It also can manage preset reasons optionally.</p>
376
376
  <p><strong>Table of contents</strong></p>
377
377
  <div class="contents local topic" id="contents">
@@ -395,19 +395,23 @@ in inventory adjustments globally or per line.</p>
395
395
  <li>Enable: Preset Change Qty Reason</li>
396
396
  <li>Enable: Technical Settings &gt; Manage Stock Change Qty Preset Reasons</li>
397
397
  </ul>
398
- <p>Once is activate you will require te add a Preset reason to validate stock
399
- products change quantity.</p>
398
+ <p>Once is activate you will require te add a Preset reason to validate
399
+ stock products change quantity.</p>
400
400
  <p>To allow an Stock Manager configure preset reasons easily, you should:</p>
401
401
  <ul class="simple">
402
402
  <li>Select Stock Manager user on: Settings &gt; Users</li>
403
403
  <li>Enable: Technical Settings &gt; Manage Stock Change Qty Preset Reasons</li>
404
- <li>Go to Inventory &gt; Configuration &gt; Inventory Adjustment &gt; Change Qty Reasons</li>
404
+ <li>Go to Inventory &gt; Configuration &gt; Inventory Adjustment &gt; Change Qty
405
+ Reasons</li>
405
406
  </ul>
406
407
  </div>
407
408
  <div class="section" id="known-issues-roadmap">
408
409
  <h1><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h1>
409
410
  <ul class="simple">
410
- <li>Add a reason from Update Quantity button in Product Form View has been removed. This button no longer opens an Inventory Adjustment, it opens directly the stock quant view. Therefore, it must be decided how to implement the logic to add a reason when quantity is updated.</li>
411
+ <li>Add a reason from Update Quantity button in Product Form View has
412
+ been removed. This button no longer opens an Inventory Adjustment, it
413
+ opens directly the stock quant view. Therefore, it must be decided
414
+ how to implement the logic to add a reason when quantity is updated.</li>
411
415
  </ul>
412
416
  </div>
413
417
  <div class="section" id="bug-tracker">
@@ -415,7 +419,7 @@ products change quantity.</p>
415
419
  <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/issues">GitHub Issues</a>.
416
420
  In case of trouble, please check there if your issue has already been reported.
417
421
  If you spotted it first, help us to smash it by providing a detailed and welcomed
418
- <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20stock_change_qty_reason%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
422
+ <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20stock_change_qty_reason%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
419
423
  <p>Do not contact contributors directly about support or help with technical issues.</p>
420
424
  </div>
421
425
  <div class="section" id="credits">
@@ -433,16 +437,20 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
433
437
  <li>Meyomesse Gilles &lt;<a class="reference external" href="mailto:meyomesse.gilles&#64;gmail.com">meyomesse.gilles&#64;gmail.com</a>&gt;</li>
434
438
  <li>Andreas Dian S.P &lt;<a class="reference external" href="mailto:andreasdian777&#64;gmail.com">andreasdian777&#64;gmail.com</a>&gt;</li>
435
439
  <li>Héctor Villarreal &lt;<a class="reference external" href="mailto:hector.villarreal&#64;forgeflow.com">hector.villarreal&#64;forgeflow.com</a>&gt;</li>
440
+ <li>Urvisha Desai &lt;<a class="reference external" href="mailto:udesai&#64;opensourceintegrators.com">udesai&#64;opensourceintegrators.com</a>&gt;</li>
441
+ <li>Florian Mounier &lt;<a class="reference external" href="mailto:florian.mounier&#64;akretion.com">florian.mounier&#64;akretion.com</a>&gt;</li>
436
442
  </ul>
437
443
  </div>
438
444
  <div class="section" id="maintainers">
439
445
  <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
440
446
  <p>This module is maintained by the OCA.</p>
441
- <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
447
+ <a class="reference external image-reference" href="https://odoo-community.org">
448
+ <img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
449
+ </a>
442
450
  <p>OCA, or the Odoo Community Association, is a nonprofit organization whose
443
451
  mission is to support the collaborative development of Odoo features and
444
452
  promote its widespread use.</p>
445
- <p>This module is part of the <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/tree/15.0/stock_change_qty_reason">OCA/stock-logistics-warehouse</a> project on GitHub.</p>
453
+ <p>This module is part of the <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/tree/17.0/stock_change_qty_reason">OCA/stock-logistics-warehouse</a> project on GitHub.</p>
446
454
  <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
447
455
  </div>
448
456
  </div>
@@ -9,7 +9,7 @@ from odoo.tests.common import TransactionCase
9
9
  class TestStockQuantityChangeReason(TransactionCase):
10
10
  @classmethod
11
11
  def setUpClass(cls):
12
- super(TestStockQuantityChangeReason, cls).setUpClass()
12
+ super().setUpClass()
13
13
 
14
14
  # MODELS
15
15
  cls.stock_move_line = cls.env["stock.move.line"]
@@ -7,21 +7,12 @@
7
7
  <field name="model">res.config.settings</field>
8
8
  <field name="inherit_id" ref="stock.res_config_settings_view_form" />
9
9
  <field name="arch" type="xml">
10
- <xpath expr="//div[@id='production_lot_info']" position='after'>
11
- <h2>Inventory Adjustment</h2>
12
- <div class="row mt16 o_settings_container">
13
- <div class="col-xs-12 col-md-6 o_setting_box">
14
- <div class="o_setting_left_pane">
15
- <field name="group_qty_reason_preset" />
16
- </div>
17
- <div class="o_setting_right_pane">
18
- <label for="group_qty_reason_preset" />
19
- <div class="text-muted">
20
- Manage predefined change quantity reasons
21
- </div>
22
- </div>
23
- </div>
24
- </div>
10
+ <xpath expr="//block[@id='production_lot_info']" position='after'>
11
+ <block title="Inventory Adjustment" name="inventory_adjustment">
12
+ <setting title="Manage predefined change quantity reasons">
13
+ <field name="group_qty_reason_preset" />
14
+ </setting>
15
+ </block>
25
16
  </xpath>
26
17
  </field>
27
18
  </record>
@@ -8,22 +8,15 @@
8
8
  <field name="inherit_id" ref="stock.view_move_line_tree" />
9
9
  <field name="arch" type="xml">
10
10
  <field name="company_id" position="after">
11
- <field name="reason" />
12
- </field>
13
- </field>
14
- </record>
15
- <record id="preset_reason_view_move_line_tree" model="ir.ui.view">
16
- <field name="name">stock.move.line.tree</field>
17
- <field name="model">stock.move.line</field>
18
- <field name="inherit_id" ref="reason_view_move_line_tree" />
19
- <field name="priority">99</field>
20
- <field
21
- name="groups_id"
22
- eval="[(4, ref('stock_change_qty_reason.group_qty_reason_preset'))]"
23
- />
24
- <field name="arch" type="xml">
25
- <field name="reason" position="replace">
26
- <field name="preset_reason_id" string="Reason" />
11
+ <field
12
+ name="reason"
13
+ groups="!stock_change_qty_reason.group_qty_reason_preset"
14
+ />
15
+ <field
16
+ name="preset_reason_id"
17
+ string="Reason"
18
+ groups="stock_change_qty_reason.group_qty_reason_preset"
19
+ />
27
20
  </field>
28
21
  </field>
29
22
  </record>
@@ -7,21 +7,18 @@
7
7
  <field name="model">stock.quant.reason</field>
8
8
  <field name="arch" type="xml">
9
9
  <form string="Preset Reason">
10
- <header>
11
- </header>
12
10
  <sheet>
13
- <div class="oe_button_box" name="active_button_box">
11
+ <div class="oe_button_box" name="button_box">
14
12
  <button
15
13
  name="toggle_active"
16
14
  type="object"
17
15
  class="oe_stat_button"
18
16
  icon="fa-archive"
19
17
  >
20
- <field
21
- name="active"
22
- widget="boolean_button"
23
- options='{"terminology": "archive"}'
24
- />
18
+ <span class="o_form_label">
19
+ Active
20
+ </span>
21
+ <field name="active" />
25
22
  </button>
26
23
  </div>
27
24
  <group>
@@ -2,6 +2,7 @@
2
2
  <!-- Copyright 2019-2023 ForgeFlow S.L.
3
3
  License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
4
4
  <odoo>
5
+
5
6
  <record id="reason_view_stock_quant_tree_inventory_editable" model="ir.ui.view">
6
7
  <field name="name">stock.quant.tree</field>
7
8
  <field name="model">stock.quant</field>
@@ -10,27 +11,15 @@
10
11
  <button name="action_inventory_history" position="before">
11
12
  <field
12
13
  name="reason"
13
- attrs="{'invisible': [('inventory_quantity_set', '=', False)]}"
14
+ invisible="not inventory_quantity_set"
15
+ groups="!stock_change_qty_reason.group_qty_reason_preset"
16
+ />
17
+ <field
18
+ name="preset_reason_id"
19
+ string="Reason"
20
+ groups="stock_change_qty_reason.group_qty_reason_preset"
14
21
  />
15
22
  </button>
16
23
  </field>
17
24
  </record>
18
- <record id="reason_stock_inventory_line_tree_reason_id" model="ir.ui.view">
19
- <field name="name">stock.quant.tree.reason.code</field>
20
- <field name="model">stock.quant</field>
21
- <field
22
- name="inherit_id"
23
- ref="reason_view_stock_quant_tree_inventory_editable"
24
- />
25
- <field name="priority">99</field>
26
- <field
27
- name="groups_id"
28
- eval="[(4, ref('stock_change_qty_reason.group_qty_reason_preset'))]"
29
- />
30
- <field name="arch" type="xml">
31
- <field name="reason" position="replace">
32
- <field name="preset_reason_id" string="Reason" />
33
- </field>
34
- </field>
35
- </record>
36
25
  </odoo>
@@ -1,18 +1,17 @@
1
1
  Metadata-Version: 2.1
2
- Name: odoo-addon-stock-change-qty-reason
3
- Version: 15.0.1.0.0.9
2
+ Name: odoo-addon-stock_change_qty_reason
3
+ Version: 17.0.1.0.0.4
4
+ Requires-Python: >=3.10
5
+ Requires-Dist: odoo>=17.0a,<17.1dev
4
6
  Summary: Stock Quantity Change Reason
5
7
  Home-page: https://github.com/OCA/stock-logistics-warehouse
8
+ License: AGPL-3
6
9
  Author: ACSONE SA/NV, Odoo Community Association (OCA)
7
10
  Author-email: support@odoo-community.org
8
- License: AGPL-3
9
- Platform: UNKNOWN
10
11
  Classifier: Programming Language :: Python
11
12
  Classifier: Framework :: Odoo
12
- Classifier: Framework :: Odoo :: 15.0
13
+ Classifier: Framework :: Odoo :: 17.0
13
14
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
14
- Requires-Python: >=3.8
15
- Requires-Dist: odoo <15.1dev,>=15.0a
16
15
 
17
16
  ============================
18
17
  Stock Change Quantity Reason
@@ -23,7 +22,7 @@ Stock Change Quantity Reason
23
22
  !! This file is generated by oca-gen-addon-readme !!
24
23
  !! changes will be overwritten. !!
25
24
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
26
- !! source digest: sha256:df39ef32c71f4f6db41b37d0e1d4c835c5dfebdaf677a76413deac7657364c32
25
+ !! source digest: sha256:75a9a9cbf10ad67ed01d6cc4ee77fb8f570272f0e1e9e0047b841e4f59da2749
27
26
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
28
27
 
29
28
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -33,19 +32,19 @@ Stock Change Quantity Reason
33
32
  :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
34
33
  :alt: License: AGPL-3
35
34
  .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github
36
- :target: https://github.com/OCA/stock-logistics-warehouse/tree/15.0/stock_change_qty_reason
35
+ :target: https://github.com/OCA/stock-logistics-warehouse/tree/17.0/stock_change_qty_reason
37
36
  :alt: OCA/stock-logistics-warehouse
38
37
  .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
39
- :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-15-0/stock-logistics-warehouse-15-0-stock_change_qty_reason
38
+ :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-17-0/stock-logistics-warehouse-17-0-stock_change_qty_reason
40
39
  :alt: Translate me on Weblate
41
40
  .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
42
- :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&target_branch=15.0
41
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&target_branch=17.0
43
42
  :alt: Try me on Runboat
44
43
 
45
44
  |badge1| |badge2| |badge3| |badge4| |badge5|
46
45
 
47
- This module extends the product stock management and allows to set a reason
48
- in inventory adjustments globally or per line.
46
+ This module extends the product stock management and allows to set a
47
+ reason in inventory adjustments globally or per line.
49
48
 
50
49
  It also can manage preset reasons optionally.
51
50
 
@@ -59,24 +58,27 @@ Configuration
59
58
 
60
59
  To enable preset reason feature, you must:
61
60
 
62
- - Go to: Inventory > Settings > Inventory Adjustment
63
- - Enable: Preset Change Qty Reason
64
- - Enable: Technical Settings > Manage Stock Change Qty Preset Reasons
65
-
66
- Once is activate you will require te add a Preset reason to validate stock
67
- products change quantity.
61
+ - Go to: Inventory > Settings > Inventory Adjustment
62
+ - Enable: Preset Change Qty Reason
63
+ - Enable: Technical Settings > Manage Stock Change Qty Preset Reasons
68
64
 
65
+ Once is activate you will require te add a Preset reason to validate
66
+ stock products change quantity.
69
67
 
70
68
  To allow an Stock Manager configure preset reasons easily, you should:
71
69
 
72
- - Select Stock Manager user on: Settings > Users
73
- - Enable: Technical Settings > Manage Stock Change Qty Preset Reasons
74
- - Go to Inventory > Configuration > Inventory Adjustment > Change Qty Reasons
70
+ - Select Stock Manager user on: Settings > Users
71
+ - Enable: Technical Settings > Manage Stock Change Qty Preset Reasons
72
+ - Go to Inventory > Configuration > Inventory Adjustment > Change Qty
73
+ Reasons
75
74
 
76
75
  Known issues / Roadmap
77
76
  ======================
78
77
 
79
- * Add a reason from Update Quantity button in Product Form View has been removed. This button no longer opens an Inventory Adjustment, it opens directly the stock quant view. Therefore, it must be decided how to implement the logic to add a reason when quantity is updated.
78
+ - Add a reason from Update Quantity button in Product Form View has
79
+ been removed. This button no longer opens an Inventory Adjustment, it
80
+ opens directly the stock quant view. Therefore, it must be decided
81
+ how to implement the logic to add a reason when quantity is updated.
80
82
 
81
83
  Bug Tracker
82
84
  ===========
@@ -84,7 +86,7 @@ Bug Tracker
84
86
  Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-warehouse/issues>`_.
85
87
  In case of trouble, please check there if your issue has already been reported.
86
88
  If you spotted it first, help us to smash it by providing a detailed and welcomed
87
- `feedback <https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20stock_change_qty_reason%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
89
+ `feedback <https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20stock_change_qty_reason%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
88
90
 
89
91
  Do not contact contributors directly about support or help with technical issues.
90
92
 
@@ -92,20 +94,22 @@ Credits
92
94
  =======
93
95
 
94
96
  Authors
95
- ~~~~~~~
97
+ -------
96
98
 
97
99
  * ACSONE SA/NV
98
100
 
99
101
  Contributors
100
- ~~~~~~~~~~~~
102
+ ------------
101
103
 
102
- * Denis Roussel <denis.roussel@acsone.eu>
103
- * Meyomesse Gilles <meyomesse.gilles@gmail.com>
104
- * Andreas Dian S.P <andreasdian777@gmail.com>
105
- * Héctor Villarreal <hector.villarreal@forgeflow.com>
104
+ - Denis Roussel <denis.roussel@acsone.eu>
105
+ - Meyomesse Gilles <meyomesse.gilles@gmail.com>
106
+ - Andreas Dian S.P <andreasdian777@gmail.com>
107
+ - Héctor Villarreal <hector.villarreal@forgeflow.com>
108
+ - Urvisha Desai <udesai@opensourceintegrators.com>
109
+ - Florian Mounier <florian.mounier@akretion.com>
106
110
 
107
111
  Maintainers
108
- ~~~~~~~~~~~
112
+ -----------
109
113
 
110
114
  This module is maintained by the OCA.
111
115
 
@@ -117,8 +121,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
117
121
  mission is to support the collaborative development of Odoo features and
118
122
  promote its widespread use.
119
123
 
120
- This module is part of the `OCA/stock-logistics-warehouse <https://github.com/OCA/stock-logistics-warehouse/tree/15.0/stock_change_qty_reason>`_ project on GitHub.
124
+ This module is part of the `OCA/stock-logistics-warehouse <https://github.com/OCA/stock-logistics-warehouse/tree/17.0/stock_change_qty_reason>`_ project on GitHub.
121
125
 
122
126
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
123
-
124
-
@@ -0,0 +1,68 @@
1
+ odoo/addons/stock_change_qty_reason/README.rst,sha256=ZqlyR-JffnCKXlZbTOMoD6X2YmjXNIYk2bK9HfswuOA,4329
2
+ odoo/addons/stock_change_qty_reason/__init__.py,sha256=ZGjmXT9q1Wc3A9Eb3pRZjwDcSFijPJcJLFSMyZdyxyU,86
3
+ odoo/addons/stock_change_qty_reason/__manifest__.py,sha256=19CYkxejFjyVoFEwnIWJbCwxXalEEXGvNGKFNJuEr3g,805
4
+ odoo/addons/stock_change_qty_reason/i18n/ar.po,sha256=7hCVBdLCafdqMFqAnyPlafUtbnSHkFJFrg9W9Lg2hgw,5686
5
+ odoo/addons/stock_change_qty_reason/i18n/bs.po,sha256=xNv7z4T8klnC-j0eTLq2ec6ILN63EeRWajvI7PxGFa0,5666
6
+ odoo/addons/stock_change_qty_reason/i18n/ca.po,sha256=LBVR6nQRBGaMAO7QuHSDEm322EL7WFqFAvhAglTQqYk,5583
7
+ odoo/addons/stock_change_qty_reason/i18n/cs.po,sha256=_3pob-xSTprbHocejQ199QebuUAqG0sZtqz4z3WWU7s,5614
8
+ odoo/addons/stock_change_qty_reason/i18n/cs_CZ.po,sha256=YRHPNSKNI29AnKCDOhBAXTx-6HnQhSXsTNFgFsLRIMg,5952
9
+ odoo/addons/stock_change_qty_reason/i18n/de.po,sha256=kVM0g9p4ppJwvUqt4h2C8Q61CHaSjxD2iO4gZrbySWA,5932
10
+ odoo/addons/stock_change_qty_reason/i18n/en_GB.po,sha256=wgg8oMRK_6BGkwoACdTz1WGSNxYRruFnKM9ISdJ6IO8,5615
11
+ odoo/addons/stock_change_qty_reason/i18n/es.po,sha256=l6SeermsMUyP0IQkaKA8C1RR42IKK2NJRfCgpkYmBuE,5889
12
+ odoo/addons/stock_change_qty_reason/i18n/es_CR.po,sha256=n_ZheUZ4vhnqerdBJpIfE103z4lV9ErA2cBLA8j2tsM,5611
13
+ odoo/addons/stock_change_qty_reason/i18n/es_EC.po,sha256=iETS_jr0H9qEu_Jm1hkHJUd4QeJCfv3bZcmC_y7UXxU,5608
14
+ odoo/addons/stock_change_qty_reason/i18n/es_MX.po,sha256=bmCa9SabvngTw7ZW0TEFODJAil6dsyLccJs1T7yQR4w,5607
15
+ odoo/addons/stock_change_qty_reason/i18n/es_VE.po,sha256=ZIA-ArmTPgFz8CdoqwFUUKd5SI-q_IZAqh69gD5zl9E,5610
16
+ odoo/addons/stock_change_qty_reason/i18n/et.po,sha256=03Wwlb_OokyRMrcOmjoH_c2zrmcJwuFgnpFxwF1VbWo,5593
17
+ odoo/addons/stock_change_qty_reason/i18n/fi.po,sha256=Y66GxJuxKzHTI9q4-MQxPEiuWpvrmns0b2WlsdLO6oo,5580
18
+ odoo/addons/stock_change_qty_reason/i18n/fr.po,sha256=NrvH2NPwpPFX-H_-CmJh93skvr9nuUJbvKxO5PB13u0,6610
19
+ odoo/addons/stock_change_qty_reason/i18n/hr.po,sha256=YeakRXZZzKY9AOyOSstYWYNaCRBRCUD8TfZ7kPZK8LU,5665
20
+ odoo/addons/stock_change_qty_reason/i18n/hu.po,sha256=lpL4bChx5wM5ahjYO0m7xpSN5LeCEdtBMf2uHWLvH-A,5600
21
+ odoo/addons/stock_change_qty_reason/i18n/it.po,sha256=NpwHrEpTYLIYOtxURZy7W_XAnZx6KnASl6H17a3zLnY,6782
22
+ odoo/addons/stock_change_qty_reason/i18n/ja.po,sha256=8fpX8L8fBOke98IusyOYkMIhdPswl51bUasXhqb593M,5583
23
+ odoo/addons/stock_change_qty_reason/i18n/lt.po,sha256=s_nDmPYCZgQPX9G94qhF5PhiSDUCahYJ7RM_eMh3kxo,5673
24
+ odoo/addons/stock_change_qty_reason/i18n/mk.po,sha256=BGAzPcQF_lxxrelXOrUgMkNbdmAbxVqtKnqKA17HsAY,5646
25
+ odoo/addons/stock_change_qty_reason/i18n/mn.po,sha256=rhU2JuhC301_6kjrFJO32fryhKZr21g9tf6Q_2A_TT0,5621
26
+ odoo/addons/stock_change_qty_reason/i18n/nb.po,sha256=AqxekQRLMWIwH4QT7umK0Rnq1roZyDbrId1vflifRq8,5599
27
+ odoo/addons/stock_change_qty_reason/i18n/nl.po,sha256=KdnZHv8CPg8jlyUTuI5-U6gyZJqXG7TRIxusTeBzJdo,5590
28
+ odoo/addons/stock_change_qty_reason/i18n/nl_BE.po,sha256=LBodfeK5xIaEnkgf_YIDXyO0V7t2ocSUsgNZoiHpjQM,5603
29
+ odoo/addons/stock_change_qty_reason/i18n/nl_NL.po,sha256=DwVlSllDDf4quPAS5vsJOR18UnvwyoU-uEgeIJ49mcY,5930
30
+ odoo/addons/stock_change_qty_reason/i18n/pl.po,sha256=7H0OokCsmJSN8A8X_4zN0r5CDZQjixbz-3TDBs8WKYc,5750
31
+ odoo/addons/stock_change_qty_reason/i18n/pt.po,sha256=d4xqMcBPBE4tvU1KxIOhZjyvYkgrlaXgKwW1NWUoiMc,5592
32
+ odoo/addons/stock_change_qty_reason/i18n/pt_BR.po,sha256=-v0MNoznfNEcBhmJXlYLSFrqCx8RtfnmxNILzR7_rl4,5609
33
+ odoo/addons/stock_change_qty_reason/i18n/pt_PT.po,sha256=FTpUR707gvRlZfYl8thd1wykA6oCNmqO3YSmg8Mx5Qo,5612
34
+ odoo/addons/stock_change_qty_reason/i18n/ro.po,sha256=RGK5MIy37Dd-0a381C7G7pdgyvOQdpKkXt_w-7xCOaQ,5637
35
+ odoo/addons/stock_change_qty_reason/i18n/ru.po,sha256=im2aKPBa0k3fyH3onV09pWScMv4xYgXra6jjI0lnmag,5757
36
+ odoo/addons/stock_change_qty_reason/i18n/sl.po,sha256=ee0FBk3V70PndywWjWu_ZMjbTUGQRdKRU9VG1f9OTwY,5999
37
+ odoo/addons/stock_change_qty_reason/i18n/sr@latin.po,sha256=cW7upjuAQ7HNgiEeQj4HnOqQZRQG_aeQl7tiWvDM6p8,5689
38
+ odoo/addons/stock_change_qty_reason/i18n/stock_change_qty_reason.pot,sha256=e7qESVlTsl4TqqFOJ1GD7meptmGl200ZCE2eyxFEIiE,5251
39
+ odoo/addons/stock_change_qty_reason/i18n/sv.po,sha256=Wdj4LG28joH8Giu9y7RCKMQPt1n3CyKpiVZtmz2kwNI,5586
40
+ odoo/addons/stock_change_qty_reason/i18n/th.po,sha256=Ra-HBKbhlhCXF-aGtjkp7H6L0M4qILrH0Lbp9qknlvk,5615
41
+ odoo/addons/stock_change_qty_reason/i18n/tr.po,sha256=HTVX-Y86m64Zj47leLgfifXIHZU249iOfPljS-U6Vis,5585
42
+ odoo/addons/stock_change_qty_reason/i18n/tr_TR.po,sha256=SmKn8tGeXvdsDSp43W2zKFo-U49_K44nrPGSwMmKzdY,5597
43
+ odoo/addons/stock_change_qty_reason/i18n/vi.po,sha256=1ptBbmb-wjmW78kReQYH3tDp2IPr8ilmBeTn-T9SV-c,5585
44
+ odoo/addons/stock_change_qty_reason/i18n/zh_CN.po,sha256=mYm640seOd_cIdbgI9PJ7sL_dUorGUSuHTrKlJjeLWQ,6315
45
+ odoo/addons/stock_change_qty_reason/i18n/zh_TW.po,sha256=9vV9cPOlnX0-OQrkN20u1Z_zNPMj0Y8OWkuSINLR8BI,5600
46
+ odoo/addons/stock_change_qty_reason/models/__init__.py,sha256=6dZbdvMRngGg65W0uDtohpD6JWLZfXDERUJoYcnZN1Y,188
47
+ odoo/addons/stock_change_qty_reason/models/res_config_settings.py,sha256=01--MCcZudOUaftxd7Ffe62BlA6qUT8Gz9-gNNmiFsU,547
48
+ odoo/addons/stock_change_qty_reason/models/stock_move_line.py,sha256=aVbIzKPAyZyTpJKB0rROiLWGLHYyUnLuw0OX5hIDdjI,353
49
+ odoo/addons/stock_change_qty_reason/models/stock_quant.py,sha256=cWd0Ty5MK8p9dtXdYCMNfxDJVOaw8Ws1pjiq9C3klA8,1583
50
+ odoo/addons/stock_change_qty_reason/models/stock_quant_reason.py,sha256=mox5Kq8jNTOYwQ_lvHfyJwtXWXg7Sd40aBCl4S22268,563
51
+ odoo/addons/stock_change_qty_reason/readme/CONFIGURE.md,sha256=7Y8M2iXH_eoWmyuAhLNkZgS4ibEVj-6sHPk8XQIJ_yk,584
52
+ odoo/addons/stock_change_qty_reason/readme/CONTRIBUTORS.md,sha256=LqOH69JzdBZ6wWDHpsGv8ueutueVHceSC44LrhEvEyQ,315
53
+ odoo/addons/stock_change_qty_reason/readme/DESCRIPTION.md,sha256=V5ET84OyN4xlAXRYVojYW6HtlcqJ5L0_dFz67N3VreE,170
54
+ odoo/addons/stock_change_qty_reason/readme/ROADMAP.md,sha256=QxFC9LfiQShVqEsZUc4Dc91eAocwK0JP3d74MPhZ3-8,280
55
+ odoo/addons/stock_change_qty_reason/security/ir.model.access.csv,sha256=AtktquI7ndVQqZjLzXgTE6d9jVPAdWmkTCeIQqbNPvU,295
56
+ odoo/addons/stock_change_qty_reason/security/stock_security.xml,sha256=4PCiqMh9T_LfSS96WBj7nderXvFdah7JnXiWxk7_dzg,275
57
+ odoo/addons/stock_change_qty_reason/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
58
+ odoo/addons/stock_change_qty_reason/static/description/index.html,sha256=ZJEcldhasi6p3AYeC0zzw8Apk8MdqrCs5llhkICa-7M,14664
59
+ odoo/addons/stock_change_qty_reason/tests/__init__.py,sha256=a73O4gptrxgfbNAiVszJYWSzHk0RkccND_3byoE0CKE,100
60
+ odoo/addons/stock_change_qty_reason/tests/test_stock_change_qty_reason.py,sha256=naLRo7Xt3oTBytntk9R_MDodcwVAyCSChxZbsC4n3io,2706
61
+ odoo/addons/stock_change_qty_reason/views/base_config_view.xml,sha256=c6Cix0uyBWaTzBFPBbo0o9C8U2NwVOYHAPYMCCZa7o4,894
62
+ odoo/addons/stock_change_qty_reason/views/stock_move_line_view.xml,sha256=zo0eHsuhjyER5X8ZPlWCmX-IRJQNtynoSlgmXo0B-Lk,905
63
+ odoo/addons/stock_change_qty_reason/views/stock_quant_reason_view.xml,sha256=uUkDafh5qMD_XEInWRtO8b-yP0aNYu5mKYxNOn1XigE,2016
64
+ odoo/addons/stock_change_qty_reason/views/stock_quant_view.xml,sha256=2-DuoqWUUCCyyj3DT7TRx6VOk26-cTUfWiGUQdx1ILs,1016
65
+ odoo_addon_stock_change_qty_reason-17.0.1.0.0.4.dist-info/METADATA,sha256=kaksQ4UWoS5fm1X1HHWw13Bs9ydCQx8zAW9UM1lVusc,4872
66
+ odoo_addon_stock_change_qty_reason-17.0.1.0.0.4.dist-info/WHEEL,sha256=8Rd4enx1PCuyDWP4SABqO5Fv8rpaknqp3VzjoFFLa6c,83
67
+ odoo_addon_stock_change_qty_reason-17.0.1.0.0.4.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
68
+ odoo_addon_stock_change_qty_reason-17.0.1.0.0.4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: Whool 1.0.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5