odoo-addon-rma 16.0.3.0.0.5__py3-none-any.whl → 16.0.3.1.0__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 @@ Return Merchandise Authorization Management
7
7
  !! This file is generated by oca-gen-addon-readme !!
8
8
  !! changes will be overwritten. !!
9
9
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:9c2ee7741ea3bc40321ec64b162a9c87030246d4bf54c2bd1eb6de8e8f8fd385
10
+ !! source digest: sha256:2ed1ef08ba89a92491138e85251497d03f84857727a1fc6fea4d8e51eca7cde1
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
@@ -5,7 +5,7 @@
5
5
  {
6
6
  "name": "Return Merchandise Authorization Management",
7
7
  "summary": "Return Merchandise Authorization (RMA)",
8
- "version": "16.0.3.0.0",
8
+ "version": "16.0.3.1.0",
9
9
  "development_status": "Production/Stable",
10
10
  "category": "RMA",
11
11
  "website": "https://github.com/OCA/rma",
@@ -1283,6 +1283,7 @@ msgstr ""
1283
1283
  #: model:ir.model.fields,field_description:rma.field_stock_warehouse__rma
1284
1284
  #: model:ir.module.category,name:rma.rma_module_category
1285
1285
  #: model:ir.ui.menu,name:rma.rma_menu
1286
+ #: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
1286
1287
  #: model_terms:ir.ui.view,arch_db:rma.view_partner_form
1287
1288
  #: model_terms:ir.ui.view,arch_db:rma.view_picking_form
1288
1289
  msgid "RMA"
@@ -1671,6 +1672,11 @@ msgstr ""
1671
1672
  msgid "Return Location"
1672
1673
  msgstr ""
1673
1674
 
1675
+ #. module: rma
1676
+ #: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
1677
+ msgid "Return Merchandise Authorization Management"
1678
+ msgstr ""
1679
+
1674
1680
  #. module: rma
1675
1681
  #: model:ir.model,name:rma.model_stock_return_picking
1676
1682
  msgid "Return Picking"
@@ -1806,6 +1812,12 @@ msgstr ""
1806
1812
  msgid "Set to draft"
1807
1813
  msgstr ""
1808
1814
 
1815
+ #. module: rma
1816
+ #: model:ir.actions.act_window,name:rma.action_rma_config_settings
1817
+ #: model:ir.ui.menu,name:rma.menu_rma_general_settings
1818
+ msgid "Settings"
1819
+ msgstr ""
1820
+
1809
1821
  #. module: rma
1810
1822
  #: model_terms:ir.ui.view,arch_db:rma.rma_view_form
1811
1823
  msgid "Share"
@@ -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:9c2ee7741ea3bc40321ec64b162a9c87030246d4bf54c2bd1eb6de8e8f8fd385
370
+ !! source digest: sha256:2ed1ef08ba89a92491138e85251497d03f84857727a1fc6fea4d8e51eca7cde1
371
371
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
372
  <p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.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/rma/tree/16.0/rma"><img alt="OCA/rma" src="https://img.shields.io/badge/github-OCA%2Frma-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/rma-16-0/rma-16-0-rma"><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/rma&amp;target_branch=16.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 you to manage <a class="reference external" href="https://en.wikipedia.org/wiki/Return_merchandise_authorization">Return Merchandise Authorization (RMA)</a>.
@@ -2,21 +2,30 @@
2
2
  <odoo>
3
3
  <record id="res_config_settings_view_form" model="ir.ui.view">
4
4
  <field name="model">res.config.settings</field>
5
- <field name="inherit_id" ref="stock.res_config_settings_view_form" />
5
+ <field name="inherit_id" ref="base.res_config_settings_view_form" />
6
6
  <field name="arch" type="xml">
7
- <xpath
8
- expr="//div[@data-key='stock']/div[hasclass('o_settings_container')]"
9
- position="inside"
10
- >
7
+ <xpath expr="//div[hasclass('settings')]" position="inside">
8
+ <div
9
+ class="app_settings_block"
10
+ data-string="RMA"
11
+ string="RMA"
12
+ data-key="rma"
13
+ groups="rma.rma_group_manager"
14
+ >
15
+ <h2>Return Merchandise Authorization Management</h2>
16
+ <div
17
+ class="row mt16 o_settings_container"
18
+ name="operations_setting_container"
19
+ >
11
20
  <div class="col-12 col-lg-6 o_setting_box" title="Finish RMAs manually">
12
21
  <div class="o_setting_left_pane">
13
22
  <field name="group_rma_manual_finalization" />
14
23
  </div>
15
24
  <div class="o_setting_right_pane">
16
25
  <label
17
- for="group_rma_manual_finalization"
18
- string="RMA Manual Finalization"
19
- />
26
+ for="group_rma_manual_finalization"
27
+ string="RMA Manual Finalization"
28
+ />
20
29
  <div class="text-muted">
21
30
  When the RMA is receive, allow to finsish it manually choosing
22
31
  a finalization reason.
@@ -30,130 +39,150 @@
30
39
  <div class="o_setting_right_pane">
31
40
  <label for="rma_return_grouping" />
32
41
  <span
33
- class="fa fa-lg fa-building-o"
34
- title="Values set here are company-specific."
35
- groups="base.group_multi_company"
36
- />
42
+ class="fa fa-lg fa-building-o"
43
+ title="Values set here are company-specific."
44
+ groups="base.group_multi_company"
45
+ />
37
46
  <div class="text-muted">
38
47
  Group RMA returns by customer and warehouse.
39
48
  </div>
40
49
  </div>
41
50
  </div>
42
51
  <div
43
- class="col-12 col-lg-6 o_setting_box"
44
- title="Send automatic RMA info to customer"
45
- >
52
+ class="col-12 col-lg-6 o_setting_box"
53
+ title="Send automatic RMA info to customer"
54
+ >
46
55
  <div class="o_setting_left_pane">
47
56
  <field name="send_rma_confirmation" />
48
57
  </div>
49
58
  <div class="o_setting_right_pane">
50
59
  <label
51
- for="send_rma_confirmation"
52
- string="RMA Confirmation Email"
53
- />
60
+ for="send_rma_confirmation"
61
+ string="RMA Confirmation Email"
62
+ />
54
63
  <span
55
- class="fa fa-lg fa-building-o"
56
- title="Values set here are company-specific."
57
- groups="base.group_multi_company"
58
- />
64
+ class="fa fa-lg fa-building-o"
65
+ title="Values set here are company-specific."
66
+ groups="base.group_multi_company"
67
+ />
59
68
  <div class="text-muted">
60
69
  When the RMA is confirmed, send an automatic information email.
61
70
  </div>
62
71
  <div
63
- class="row mt16"
64
- attrs="{'invisible': [('send_rma_confirmation', '=', False)]}"
65
- >
72
+ class="row mt16"
73
+ attrs="{'invisible': [('send_rma_confirmation', '=', False)]}"
74
+ >
66
75
  <label
67
- for="rma_mail_confirmation_template_id"
68
- string="Email Template"
69
- class="col-lg-4 o_light_label"
70
- />
76
+ for="rma_mail_confirmation_template_id"
77
+ string="Email Template"
78
+ class="col-lg-4 o_light_label"
79
+ />
71
80
  <field
72
- name="rma_mail_confirmation_template_id"
73
- class="oe_inline"
74
- attrs="{'required': [('send_rma_confirmation', '=', True)]}"
75
- context="{'default_model': 'rma'}"
76
- />
81
+ name="rma_mail_confirmation_template_id"
82
+ class="oe_inline"
83
+ attrs="{'required': [('send_rma_confirmation', '=', True)]}"
84
+ context="{'default_model': 'rma'}"
85
+ />
77
86
  </div>
78
87
  </div>
79
88
  </div>
80
89
  <div
81
- class="col-12 col-lg-6 o_setting_box"
82
- title="Send automatic RMA products reception notification to customer"
83
- >
90
+ class="col-12 col-lg-6 o_setting_box"
91
+ title="Send automatic RMA products reception notification to customer"
92
+ >
84
93
  <div class="o_setting_left_pane">
85
94
  <field name="send_rma_receipt_confirmation" />
86
95
  </div>
87
96
  <div class="o_setting_right_pane">
88
97
  <label
89
- for="send_rma_receipt_confirmation"
90
- string="RMA Receipt Confirmation Email"
91
- />
98
+ for="send_rma_receipt_confirmation"
99
+ string="RMA Receipt Confirmation Email"
100
+ />
92
101
  <span
93
- class="fa fa-lg fa-building-o"
94
- title="Values set here are company-specific."
95
- groups="base.group_multi_company"
96
- />
102
+ class="fa fa-lg fa-building-o"
103
+ title="Values set here are company-specific."
104
+ groups="base.group_multi_company"
105
+ />
97
106
  <div class="text-muted">
98
107
  When the RMA products are received, send an automatic information email.
99
108
  </div>
100
109
  <div
101
- class="row mt16"
102
- attrs="{'invisible': [('send_rma_receipt_confirmation', '=', False)]}"
103
- >
110
+ class="row mt16"
111
+ attrs="{'invisible': [('send_rma_receipt_confirmation', '=', False)]}"
112
+ >
104
113
  <label
105
- for="rma_mail_receipt_confirmation_template_id"
106
- string="Email Template"
107
- class="col-lg-4 o_light_label"
108
- />
114
+ for="rma_mail_receipt_confirmation_template_id"
115
+ string="Email Template"
116
+ class="col-lg-4 o_light_label"
117
+ />
109
118
  <field
110
- name="rma_mail_receipt_confirmation_template_id"
111
- class="oe_inline"
112
- attrs="{'required': [('send_rma_receipt_confirmation', '=', True)]}"
113
- context="{'default_model': 'rma'}"
114
- />
119
+ name="rma_mail_receipt_confirmation_template_id"
120
+ class="oe_inline"
121
+ attrs="{'required': [('send_rma_receipt_confirmation', '=', True)]}"
122
+ context="{'default_model': 'rma'}"
123
+ />
115
124
  </div>
116
125
  </div>
117
126
  </div>
118
127
  <div
119
- class="col-12 col-lg-6 o_setting_box"
120
- title="Send automatic notification when the customer places an RMA"
121
- >
128
+ class="col-12 col-lg-6 o_setting_box"
129
+ title="Send automatic notification when the customer places an RMA"
130
+ >
122
131
  <div class="o_setting_left_pane">
123
132
  <field name="send_rma_draft_confirmation" />
124
133
  </div>
125
134
  <div class="o_setting_right_pane">
126
135
  <label
127
- for="send_rma_draft_confirmation"
128
- string="RMA draft notification Email"
129
- />
136
+ for="send_rma_draft_confirmation"
137
+ string="RMA draft notification Email"
138
+ />
130
139
  <span
131
- class="fa fa-lg fa-building-o"
132
- title="Values set here are company-specific."
133
- groups="base.group_multi_company"
134
- />
140
+ class="fa fa-lg fa-building-o"
141
+ title="Values set here are company-specific."
142
+ groups="base.group_multi_company"
143
+ />
135
144
  <div class="text-muted">
136
145
  When customers themselves place an RMA from the portal, send an automatic notification acknowleging it.
137
146
  </div>
138
147
  <div
139
- class="row mt16"
140
- attrs="{'invisible': [('send_rma_draft_confirmation', '=', False)]}"
141
- >
148
+ class="row mt16"
149
+ attrs="{'invisible': [('send_rma_draft_confirmation', '=', False)]}"
150
+ >
142
151
  <label
143
- for="rma_mail_draft_confirmation_template_id"
144
- string="Email Template"
145
- class="col-lg-4 o_light_label"
146
- />
152
+ for="rma_mail_draft_confirmation_template_id"
153
+ string="Email Template"
154
+ class="col-lg-4 o_light_label"
155
+ />
147
156
  <field
148
- name="rma_mail_draft_confirmation_template_id"
149
- class="oe_inline"
150
- attrs="{'required': [('send_rma_draft_confirmation', '=', True)]}"
151
- context="{'default_model': 'rma'}"
152
- />
157
+ name="rma_mail_draft_confirmation_template_id"
158
+ class="oe_inline"
159
+ attrs="{'required': [('send_rma_draft_confirmation', '=', True)]}"
160
+ context="{'default_model': 'rma'}"
161
+ />
153
162
  </div>
154
163
  </div>
155
164
  </div>
165
+ </div>
166
+ </div>
156
167
  </xpath>
157
168
  </field>
158
169
  </record>
170
+
171
+ <record id="action_rma_config_settings" model="ir.actions.act_window">
172
+ <field name="name">Settings</field>
173
+ <field name="type">ir.actions.act_window</field>
174
+ <field name="res_model">res.config.settings</field>
175
+ <field name="view_mode">form</field>
176
+ <field name="target">inline</field>
177
+ <field name="context">{'module' : 'rma', 'bin_size': False}</field>
178
+ </record>
179
+
180
+ <menuitem
181
+ id="menu_rma_general_settings"
182
+ name="Settings"
183
+ parent="rma_configuration_menu"
184
+ sequence="0"
185
+ action="action_rma_config_settings"
186
+ groups="base.group_system"
187
+ />
159
188
  </odoo>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-rma
3
- Version: 16.0.3.0.0.5
3
+ Version: 16.0.3.1.0
4
4
  Summary: Return Merchandise Authorization (RMA)
5
5
  Home-page: https://github.com/OCA/rma
6
6
  Author: Tecnativa, Odoo Community Association (OCA)
@@ -12,7 +12,7 @@ Classifier: Framework :: Odoo :: 16.0
12
12
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
13
13
  Classifier: Development Status :: 5 - Production/Stable
14
14
  Requires-Python: >=3.10
15
- Requires-Dist: odoo <16.1dev,>=16.0a
15
+ Requires-Dist: odoo<16.1dev,>=16.0a
16
16
 
17
17
  ===========================================
18
18
  Return Merchandise Authorization Management
@@ -23,7 +23,7 @@ Return Merchandise Authorization Management
23
23
  !! This file is generated by oca-gen-addon-readme !!
24
24
  !! changes will be overwritten. !!
25
25
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
26
- !! source digest: sha256:9c2ee7741ea3bc40321ec64b162a9c87030246d4bf54c2bd1eb6de8e8f8fd385
26
+ !! source digest: sha256:2ed1ef08ba89a92491138e85251497d03f84857727a1fc6fea4d8e51eca7cde1
27
27
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
28
28
 
29
29
  .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
@@ -1,6 +1,6 @@
1
- odoo/addons/rma/README.rst,sha256=4II4w1oSgDyBAfNRgJLr582fNgNSuuunGbrqe0ZUqSw,8237
1
+ odoo/addons/rma/README.rst,sha256=7O4mmOqRL9UBF5WNyL7VjblXR__GUu_WxC9w0sgWp-s,8237
2
2
  odoo/addons/rma/__init__.py,sha256=KD8ElbTlUwRgGDQzvMIqp-WeEXGTuHqQT352BCbK2I0,168
3
- odoo/addons/rma/__manifest__.py,sha256=dLCUT1BHQ4zWj1oznlCLxDKxSSensc3-rgIOLwxLZPM,1527
3
+ odoo/addons/rma/__manifest__.py,sha256=fcRS1e71dwOOwgxmohAI1LPFGHtfGRSVLaHcG_r95IY,1527
4
4
  odoo/addons/rma/hooks.py,sha256=Zd5KcqVj_ONKV-GyrZiXOAmdRGBRRczJGdhrgUrzY_s,3320
5
5
  odoo/addons/rma/controllers/__init__.py,sha256=ZAYSY9pxyJjumL2QVLuxqtBzjLwKPiQsVXMBAWvNGGY,85
6
6
  odoo/addons/rma/controllers/main.py,sha256=ye0OSKRPZ6YhQzRt_Gv1W0Owd9_gdDScLhUu6ISvAps,5406
@@ -15,7 +15,7 @@ odoo/addons/rma/i18n/it.po,sha256=cBh5oBrKG6xfT4CkaGLttz4gcWfOmBLpnBoB2SULroQ,88
15
15
  odoo/addons/rma/i18n/nl.po,sha256=SBeYnFWXYjAq4LPoX_HvW53BCcZpD4pHaXqY4d6wies,64168
16
16
  odoo/addons/rma/i18n/pt.po,sha256=ZUO2KfU8a7FdfnQv8eBB8Kq-R_2LWKCNoEmKu5Eawvg,75804
17
17
  odoo/addons/rma/i18n/pt_BR.po,sha256=LuFxdqidEjZhqbcAPAhY0s7l78YyHKh8jte9deuyO7k,75057
18
- odoo/addons/rma/i18n/rma.pot,sha256=LdmerEVC23aNqsMTLE4-jic1E5SR8od1U8VLVTUPgwg,64176
18
+ odoo/addons/rma/i18n/rma.pot,sha256=4Txs72VRSV5fIefaioUyLcMU2b33XKmviDw_QJaPeqU,64555
19
19
  odoo/addons/rma/i18n/ro.po,sha256=DytYLSK-7Zzy-uX5BR7b61GmH2cPtzxxXhSUpKvMNtw,71743
20
20
  odoo/addons/rma/i18n/zh_CN.po,sha256=r57Dj1fRZDA5cmtiPW5t0M6ZDh5IoYWSo3fhOrb8N8w,64279
21
21
  odoo/addons/rma/migrations/16.0.1.4.0/post-migration.py,sha256=jQn_F-J2amiqJZQZ33nQZeb_hOebJBXJMHdYbgiakd4,654
@@ -42,12 +42,12 @@ odoo/addons/rma/report/report.xml,sha256=rMg9_lccL-dJClHvMCmRI1Feh499gnExeskIylc
42
42
  odoo/addons/rma/security/ir.model.access.csv,sha256=zACDkLgOfICGiJGb4A9RNKbtlpBcFIC4rDZxESyBzbQ,1724
43
43
  odoo/addons/rma/security/rma_security.xml,sha256=_tz_MXqW8bWfzGhgQ3pDI7xdx6tX321DrkIaRAd2W6E,5374
44
44
  odoo/addons/rma/static/description/icon.png,sha256=0VH8J6xmJMYW0dBaW-Ts-Gm5oRvbf9mOglT4vqUKxdU,7450
45
- odoo/addons/rma/static/description/index.html,sha256=9fykyZx6h-FI4tolzB8EkAqgO2huNeKyu00ZvKkrN_w,19205
45
+ odoo/addons/rma/static/description/index.html,sha256=IY3ootwQBkfCbz6W2JEJWJpEpyVqyR-0CNGjF517QII,19205
46
46
  odoo/addons/rma/tests/__init__.py,sha256=Q2ntkew4ZtzTd3zhA1Ly6e-C1NrU6zIPUVEr7hDD-CY,89
47
47
  odoo/addons/rma/tests/test_rma.py,sha256=h0vJN3MKYTnPs1EBo6bNk3kBNVQQ523k78Q4qVuNa5Q,37855
48
48
  odoo/addons/rma/views/menus.xml,sha256=KWrTOvwY6IB-liNjRvBxTkdCSkes-CMTFI0iakxoavE,603
49
49
  odoo/addons/rma/views/report_rma.xml,sha256=84Q7vXyUoMnUgJsf_V5SMqiVT1iD8lEpD9v0-hszN4s,6683
50
- odoo/addons/rma/views/res_config_settings_views.xml,sha256=_sx48_VPrggfHmO0nIedaM_NRQ0YSQNjlyq5omer0l8,7729
50
+ odoo/addons/rma/views/res_config_settings_views.xml,sha256=BgV6WqRHDe2e3773wCHGyclQ0hh47_ZZsHo062V992w,9436
51
51
  odoo/addons/rma/views/res_partner_views.xml,sha256=lwQQVUs4_XeeERtJBgy73GtrVpmQowY9omf-h5oLtU8,987
52
52
  odoo/addons/rma/views/rma_finalization_views.xml,sha256=n7uDfDuY_3-U-XMw98AnZTeG_E11zE7mvJsWtQ_63jM,2938
53
53
  odoo/addons/rma/views/rma_portal_templates.xml,sha256=cPL5U4LTv486LgjS0Pr2ryeKKtCPv9e7GOl7w36j8YQ,27419
@@ -65,7 +65,7 @@ odoo/addons/rma/wizard/rma_split.py,sha256=PZuVAGCXzRkycxJQIgfbPY__EPRXGPAkiKaGX
65
65
  odoo/addons/rma/wizard/rma_split_views.xml,sha256=jtrUmgS9rsUfbgx6y77cUXPnmd1ObY7lmQ_8XZDxxuo,1581
66
66
  odoo/addons/rma/wizard/stock_picking_return.py,sha256=vGV5hSettscItmDRA8xmpuPE0v0r8q8uOSTiSy6El8E,7119
67
67
  odoo/addons/rma/wizard/stock_picking_return_views.xml,sha256=NNnHzPR419GuIikwmJym4YZ-EVoPS6lG2G0XNX_4vLc,1677
68
- odoo_addon_rma-16.0.3.0.0.5.dist-info/METADATA,sha256=TeE4cfOi7MqhJEAGmUfc9KqhJAsZ72EFipdVcVvlFPs,8802
69
- odoo_addon_rma-16.0.3.0.0.5.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
70
- odoo_addon_rma-16.0.3.0.0.5.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
71
- odoo_addon_rma-16.0.3.0.0.5.dist-info/RECORD,,
68
+ odoo_addon_rma-16.0.3.1.0.dist-info/METADATA,sha256=0FToOSYhGhHlX6NgV6TMX6FuzD8F9Niv37fRzoqQjJg,8799
69
+ odoo_addon_rma-16.0.3.1.0.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
70
+ odoo_addon_rma-16.0.3.1.0.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
71
+ odoo_addon_rma-16.0.3.1.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: bdist_wheel (0.44.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5