odoo-addon-fleet-vehicle-fuel-type-ethanol 16.0.1.0.0.6__py3-none-any.whl → 16.0.1.0.0.9__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.
@@ -2,10 +2,13 @@
2
2
  Fleet Vehicle Fuel Type Ethanol
3
3
  ===============================
4
4
 
5
- .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5
+ ..
6
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6
7
  !! This file is generated by oca-gen-addon-readme !!
7
8
  !! changes will be overwritten. !!
8
9
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
+ !! source digest: sha256:6248f3531dff8980859ff95b5f7d2ddeeb697c2471e165fdc3d1df9caab3c1d2
11
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
9
12
 
10
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
11
14
  :target: https://odoo-community.org/page/development-status
@@ -19,11 +22,11 @@ Fleet Vehicle Fuel Type Ethanol
19
22
  .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
20
23
  :target: https://translation.odoo-community.org/projects/fleet-16-0/fleet-16-0-fleet_vehicle_fuel_type_ethanol
21
24
  :alt: Translate me on Weblate
22
- .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
23
- :target: https://runbot.odoo-community.org/runbot/291/16.0
24
- :alt: Try me on Runbot
25
+ .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/fleet&target_branch=16.0
27
+ :alt: Try me on Runboat
25
28
 
26
- |badge1| |badge2| |badge3| |badge4| |badge5|
29
+ |badge1| |badge2| |badge3| |badge4| |badge5|
27
30
 
28
31
  This module extends the fleet management functionality. This adds ethanol as another type of fuel to be used by a vehicle in the fleet.
29
32
 
@@ -40,7 +43,7 @@ Bug Tracker
40
43
 
41
44
  Bugs are tracked on `GitHub Issues <https://github.com/OCA/fleet/issues>`_.
42
45
  In case of trouble, please check there if your issue has already been reported.
43
- If you spotted it first, help us smashing it by providing a detailed and welcomed
46
+ If you spotted it first, help us to smash it by providing a detailed and welcomed
44
47
  `feedback <https://github.com/OCA/fleet/issues/new?body=module:%20fleet_vehicle_fuel_type_ethanol%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
45
48
 
46
49
  Do not contact contributors directly about support or help with technical issues.
@@ -0,0 +1,37 @@
1
+ # Translation of Odoo Server.
2
+ # This file contains the translation of the following modules:
3
+ # * fleet_vehicle_fuel_type_ethanol
4
+ #
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: Odoo Server 16.0\n"
8
+ "Report-Msgid-Bugs-To: \n"
9
+ "PO-Revision-Date: 2024-02-23 12:34+0000\n"
10
+ "Last-Translator: jakobkrabbe <jakob@syscare.se>\n"
11
+ "Language-Team: none\n"
12
+ "Language: sv\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: \n"
16
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
+ "X-Generator: Weblate 4.17\n"
18
+
19
+ #. module: fleet_vehicle_fuel_type_ethanol
20
+ #: model:ir.model.fields.selection,name:fleet_vehicle_fuel_type_ethanol.selection__fleet_vehicle__fuel_type__ethanol
21
+ msgid "Ethanol"
22
+ msgstr "Etanol"
23
+
24
+ #. module: fleet_vehicle_fuel_type_ethanol
25
+ #: model:ir.model.fields.selection,name:fleet_vehicle_fuel_type_ethanol.selection__fleet_vehicle__fuel_type__flex
26
+ msgid "Flex (Gasoline/Ethanol)"
27
+ msgstr "E85 (Bensin/etanol)"
28
+
29
+ #. module: fleet_vehicle_fuel_type_ethanol
30
+ #: model:ir.model.fields,field_description:fleet_vehicle_fuel_type_ethanol.field_fleet_vehicle__fuel_type
31
+ msgid "Fuel Type"
32
+ msgstr "Bränsletyp"
33
+
34
+ #. module: fleet_vehicle_fuel_type_ethanol
35
+ #: model:ir.model,name:fleet_vehicle_fuel_type_ethanol.model_fleet_vehicle
36
+ msgid "Vehicle"
37
+ msgstr "Fordon"
@@ -1,20 +1,20 @@
1
- <?xml version="1.0" encoding="utf-8" ?>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
2
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
3
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
4
  <head>
5
5
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
- <meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
6
+ <meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
7
7
  <title>Fleet Vehicle Fuel Type Ethanol</title>
8
8
  <style type="text/css">
9
9
 
10
10
  /*
11
11
  :Author: David Goodger (goodger@python.org)
12
- :Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
12
+ :Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
13
13
  :Copyright: This stylesheet has been placed in the public domain.
14
14
 
15
15
  Default cascading style sheet for the HTML output of Docutils.
16
16
 
17
- See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
17
+ See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
18
18
  customize this style sheet.
19
19
  */
20
20
 
@@ -366,8 +366,10 @@ ul.auto-toc {
366
366
  <!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367
367
  !! This file is generated by oca-gen-addon-readme !!
368
368
  !! changes will be overwritten. !!
369
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
+ !! source digest: sha256:6248f3531dff8980859ff95b5f7d2ddeeb697c2471e165fdc3d1df9caab3c1d2
369
371
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
370
- <p><a class="reference external" 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" 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" href="https://github.com/OCA/fleet/tree/16.0/fleet_vehicle_fuel_type_ethanol"><img alt="OCA/fleet" src="https://img.shields.io/badge/github-OCA%2Ffleet-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/fleet-16-0/fleet-16-0-fleet_vehicle_fuel_type_ethanol"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/291/16.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></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/fleet/tree/16.0/fleet_vehicle_fuel_type_ethanol"><img alt="OCA/fleet" src="https://img.shields.io/badge/github-OCA%2Ffleet-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/fleet-16-0/fleet-16-0-fleet_vehicle_fuel_type_ethanol"><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/fleet&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
371
373
  <p>This module extends the fleet management functionality. This adds ethanol as another type of fuel to be used by a vehicle in the fleet.</p>
372
374
  <ul class="simple">
373
375
  <li>Ethanol</li>
@@ -376,55 +378,55 @@ ul.auto-toc {
376
378
  <p><strong>Table of contents</strong></p>
377
379
  <div class="contents local topic" id="contents">
378
380
  <ul class="simple">
379
- <li><a class="reference internal" href="#bug-tracker" id="id1">Bug Tracker</a></li>
380
- <li><a class="reference internal" href="#credits" id="id2">Credits</a><ul>
381
- <li><a class="reference internal" href="#authors" id="id3">Authors</a></li>
382
- <li><a class="reference internal" href="#contributors" id="id4">Contributors</a></li>
383
- <li><a class="reference internal" href="#other-credits" id="id5">Other credits</a></li>
384
- <li><a class="reference internal" href="#maintainers" id="id6">Maintainers</a></li>
381
+ <li><a class="reference internal" href="#bug-tracker" id="toc-entry-1">Bug Tracker</a></li>
382
+ <li><a class="reference internal" href="#credits" id="toc-entry-2">Credits</a><ul>
383
+ <li><a class="reference internal" href="#authors" id="toc-entry-3">Authors</a></li>
384
+ <li><a class="reference internal" href="#contributors" id="toc-entry-4">Contributors</a></li>
385
+ <li><a class="reference internal" href="#other-credits" id="toc-entry-5">Other credits</a></li>
386
+ <li><a class="reference internal" href="#maintainers" id="toc-entry-6">Maintainers</a></li>
385
387
  </ul>
386
388
  </li>
387
389
  </ul>
388
390
  </div>
389
391
  <div class="section" id="bug-tracker">
390
- <h1><a class="toc-backref" href="#id1">Bug Tracker</a></h1>
392
+ <h1><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h1>
391
393
  <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/fleet/issues">GitHub Issues</a>.
392
394
  In case of trouble, please check there if your issue has already been reported.
393
- If you spotted it first, help us smashing it by providing a detailed and welcomed
395
+ If you spotted it first, help us to smash it by providing a detailed and welcomed
394
396
  <a class="reference external" href="https://github.com/OCA/fleet/issues/new?body=module:%20fleet_vehicle_fuel_type_ethanol%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
395
397
  <p>Do not contact contributors directly about support or help with technical issues.</p>
396
398
  </div>
397
399
  <div class="section" id="credits">
398
- <h1><a class="toc-backref" href="#id2">Credits</a></h1>
400
+ <h1><a class="toc-backref" href="#toc-entry-2">Credits</a></h1>
399
401
  <div class="section" id="authors">
400
- <h2><a class="toc-backref" href="#id3">Authors</a></h2>
402
+ <h2><a class="toc-backref" href="#toc-entry-3">Authors</a></h2>
401
403
  <ul class="simple">
402
404
  <li>Escodoo</li>
403
405
  </ul>
404
406
  </div>
405
407
  <div class="section" id="contributors">
406
- <h2><a class="toc-backref" href="#id4">Contributors</a></h2>
408
+ <h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
407
409
  <ul class="simple">
408
410
  <li>Marcel Savegnago &lt;<a class="reference external" href="mailto:marcel.savegnago&#64;escodoo.com.br">marcel.savegnago&#64;escodoo.com.br</a>&gt;</li>
409
411
  <li>Kaynnan Lemes &lt;<a class="reference external" href="mailto:kaynnan.lemes&#64;escodoo.com.br">kaynnan.lemes&#64;escodoo.com.br</a>&gt;</li>
410
412
  </ul>
411
413
  </div>
412
414
  <div class="section" id="other-credits">
413
- <h2><a class="toc-backref" href="#id5">Other credits</a></h2>
415
+ <h2><a class="toc-backref" href="#toc-entry-5">Other credits</a></h2>
414
416
  <p>The development of this module has been financially supported by:</p>
415
417
  <ul class="simple">
416
418
  <li>Escodoo - <a class="reference external" href="https://www.escodoo.com.br">https://www.escodoo.com.br</a></li>
417
419
  </ul>
418
420
  </div>
419
421
  <div class="section" id="maintainers">
420
- <h2><a class="toc-backref" href="#id6">Maintainers</a></h2>
422
+ <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
421
423
  <p>This module is maintained by the OCA.</p>
422
424
  <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
423
425
  <p>OCA, or the Odoo Community Association, is a nonprofit organization whose
424
426
  mission is to support the collaborative development of Odoo features and
425
427
  promote its widespread use.</p>
426
428
  <p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
427
- <p><a class="reference external" href="https://github.com/marcelsavegnago"><img alt="marcelsavegnago" src="https://github.com/marcelsavegnago.png?size=40px" /></a></p>
429
+ <p><a class="reference external image-reference" href="https://github.com/marcelsavegnago"><img alt="marcelsavegnago" src="https://github.com/marcelsavegnago.png?size=40px" /></a></p>
428
430
  <p>This module is part of the <a class="reference external" href="https://github.com/OCA/fleet/tree/16.0/fleet_vehicle_fuel_type_ethanol">OCA/fleet</a> project on GitHub.</p>
429
431
  <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>
430
432
  </div>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-fleet-vehicle-fuel-type-ethanol
3
- Version: 16.0.1.0.0.6
3
+ Version: 16.0.1.0.0.9
4
4
  Summary: This module extends the fleet management functionality. This adds ethanol as another type of fuel to be used by a vehicle in the fleet.
5
5
  Home-page: https://github.com/OCA/fleet
6
6
  Author: Escodoo,Odoo Community Association (OCA)
@@ -12,16 +12,19 @@ Classifier: Framework :: Odoo
12
12
  Classifier: Framework :: Odoo :: 16.0
13
13
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
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
  Fleet Vehicle Fuel Type Ethanol
19
19
  ===============================
20
20
 
21
- .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
21
+ ..
22
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
22
23
  !! This file is generated by oca-gen-addon-readme !!
23
24
  !! changes will be overwritten. !!
24
25
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
26
+ !! source digest: sha256:6248f3531dff8980859ff95b5f7d2ddeeb697c2471e165fdc3d1df9caab3c1d2
27
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
25
28
 
26
29
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
27
30
  :target: https://odoo-community.org/page/development-status
@@ -35,11 +38,11 @@ Fleet Vehicle Fuel Type Ethanol
35
38
  .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
36
39
  :target: https://translation.odoo-community.org/projects/fleet-16-0/fleet-16-0-fleet_vehicle_fuel_type_ethanol
37
40
  :alt: Translate me on Weblate
38
- .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
39
- :target: https://runbot.odoo-community.org/runbot/291/16.0
40
- :alt: Try me on Runbot
41
+ .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
42
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/fleet&target_branch=16.0
43
+ :alt: Try me on Runboat
41
44
 
42
- |badge1| |badge2| |badge3| |badge4| |badge5|
45
+ |badge1| |badge2| |badge3| |badge4| |badge5|
43
46
 
44
47
  This module extends the fleet management functionality. This adds ethanol as another type of fuel to be used by a vehicle in the fleet.
45
48
 
@@ -56,7 +59,7 @@ Bug Tracker
56
59
 
57
60
  Bugs are tracked on `GitHub Issues <https://github.com/OCA/fleet/issues>`_.
58
61
  In case of trouble, please check there if your issue has already been reported.
59
- If you spotted it first, help us smashing it by providing a detailed and welcomed
62
+ If you spotted it first, help us to smash it by providing a detailed and welcomed
60
63
  `feedback <https://github.com/OCA/fleet/issues/new?body=module:%20fleet_vehicle_fuel_type_ethanol%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
61
64
 
62
65
  Do not contact contributors directly about support or help with technical issues.
@@ -1,10 +1,11 @@
1
- odoo/addons/fleet_vehicle_fuel_type_ethanol/README.rst,sha256=w1KBYsgHn9OQbBRY8iwNrYomRRUdNDa4FZpkLPcR0ck,3282
1
+ odoo/addons/fleet_vehicle_fuel_type_ethanol/README.rst,sha256=VuaX-F11PHHFwMZmENT0dyjCMp9kBD7pJW7cyXnY_SE,3462
2
2
  odoo/addons/fleet_vehicle_fuel_type_ethanol/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
3
3
  odoo/addons/fleet_vehicle_fuel_type_ethanol/__manifest__.py,sha256=ARla_ZY76g5qJMTO6PmYXD4z41zIn92BpPs7LBX67n8,655
4
4
  odoo/addons/fleet_vehicle_fuel_type_ethanol/i18n/es.po,sha256=2uDSp4JOlptuKTzQnH49D8grm8t_QRnuVlC8-pt1pms,1302
5
5
  odoo/addons/fleet_vehicle_fuel_type_ethanol/i18n/fleet_vehicle_fuel_type_ethanol.pot,sha256=tbBp2meQUyGY4okmQDnI1jCMATQ8v_DDPo8NeoPmDlk,1088
6
6
  odoo/addons/fleet_vehicle_fuel_type_ethanol/i18n/it.po,sha256=Uj1aGdxEc6-TYuaTQ9JjcjSfIG1voso9sTEAMG_roTk,1387
7
7
  odoo/addons/fleet_vehicle_fuel_type_ethanol/i18n/pt_BR.po,sha256=mRvflkBoEvwKo1ShhX3Tjh0tgeTsR3WHFuwGwS5CBUQ,1590
8
+ odoo/addons/fleet_vehicle_fuel_type_ethanol/i18n/sv.po,sha256=OVsJI0fL02_IX4gB1BTJi6zVBkyZt_p3IIQJc6Dbj3A,1281
8
9
  odoo/addons/fleet_vehicle_fuel_type_ethanol/models/__init__.py,sha256=ku2qIAvSU_4ayTA99S_HyNxr0fU7JtKvyI0ySgNsrFM,28
9
10
  odoo/addons/fleet_vehicle_fuel_type_ethanol/models/fleet_vehicle.py,sha256=YoEX6eDU4BqLCqVoF0GJ3x0Siqh3KCb51cQO85QJXoY,368
10
11
  odoo/addons/fleet_vehicle_fuel_type_ethanol/readme/CONTRIBUTORS.rst,sha256=yu2XFc537lnn-1JOaVoYSckjxsFIXgw90_yjeowSsaQ,100
@@ -12,8 +13,8 @@ odoo/addons/fleet_vehicle_fuel_type_ethanol/readme/CREDITS.rst,sha256=thk7jDdbNI
12
13
  odoo/addons/fleet_vehicle_fuel_type_ethanol/readme/DESCRIPTION.rst,sha256=ozvwVKZY44RVqImd8Y4oRRalG4vztWDC9zH8rpV6YC4,173
13
14
  odoo/addons/fleet_vehicle_fuel_type_ethanol/static/description/banner.png,sha256=79JnvZusJn5gdi7q1pyW-clP6q0U8X2ecMGV-w-6FI0,6733
14
15
  odoo/addons/fleet_vehicle_fuel_type_ethanol/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
15
- odoo/addons/fleet_vehicle_fuel_type_ethanol/static/description/index.html,sha256=ihQcRoiKo6oIg3f5LB50hmMZQOPNZldXU8tHDY0Uoq8,12797
16
- odoo_addon_fleet_vehicle_fuel_type_ethanol-16.0.1.0.0.6.dist-info/METADATA,sha256=6-og61969t-MdFIO0ygfzZ8SWOf4MaGxD7s-CXFyIGs,3937
17
- odoo_addon_fleet_vehicle_fuel_type_ethanol-16.0.1.0.0.6.dist-info/WHEEL,sha256=AtBG6SXL3KF_v0NxLf0ehyVOh0cold-JbJYXNGorC6Q,92
18
- odoo_addon_fleet_vehicle_fuel_type_ethanol-16.0.1.0.0.6.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
19
- odoo_addon_fleet_vehicle_fuel_type_ethanol-16.0.1.0.0.6.dist-info/RECORD,,
16
+ odoo/addons/fleet_vehicle_fuel_type_ethanol/static/description/index.html,sha256=W2E0CeA9bB6lnp0SwSifIKTJOgb8WPhtQch2hEXPG3s,13165
17
+ odoo_addon_fleet_vehicle_fuel_type_ethanol-16.0.1.0.0.9.dist-info/METADATA,sha256=r51G8Hphf2pW2sLGVmYm-ABw70Xv2kYjmp5ESJ1raiw,4115
18
+ odoo_addon_fleet_vehicle_fuel_type_ethanol-16.0.1.0.0.9.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
19
+ odoo_addon_fleet_vehicle_fuel_type_ethanol-16.0.1.0.0.9.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
20
+ odoo_addon_fleet_vehicle_fuel_type_ethanol-16.0.1.0.0.9.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.0)
2
+ Generator: bdist_wheel (0.42.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5