odoo-addon-fleet-vehicle-fuel-type-ethanol 16.0.1.0.0.7__py3-none-any.whl → 18.0.1.0.0.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.
Files changed (18) hide show
  1. odoo/addons/fleet_vehicle_fuel_type_ethanol/README.rst +18 -16
  2. odoo/addons/fleet_vehicle_fuel_type_ethanol/__manifest__.py +1 -1
  3. odoo/addons/fleet_vehicle_fuel_type_ethanol/i18n/fleet_vehicle_fuel_type_ethanol.pot +1 -1
  4. odoo/addons/fleet_vehicle_fuel_type_ethanol/i18n/sv.po +37 -0
  5. odoo/addons/fleet_vehicle_fuel_type_ethanol/models/fleet_vehicle.py +0 -1
  6. odoo/addons/fleet_vehicle_fuel_type_ethanol/readme/CONTRIBUTORS.md +3 -0
  7. odoo/addons/fleet_vehicle_fuel_type_ethanol/readme/CREDITS.md +3 -0
  8. odoo/addons/fleet_vehicle_fuel_type_ethanol/readme/DESCRIPTION.md +5 -0
  9. odoo/addons/fleet_vehicle_fuel_type_ethanol/static/description/index.html +14 -10
  10. {odoo_addon_fleet_vehicle_fuel_type_ethanol-16.0.1.0.0.7.dist-info → odoo_addon_fleet_vehicle_fuel_type_ethanol-18.0.1.0.0.2.dist-info}/METADATA +24 -25
  11. odoo_addon_fleet_vehicle_fuel_type_ethanol-18.0.1.0.0.2.dist-info/RECORD +20 -0
  12. {odoo_addon_fleet_vehicle_fuel_type_ethanol-16.0.1.0.0.7.dist-info → odoo_addon_fleet_vehicle_fuel_type_ethanol-18.0.1.0.0.2.dist-info}/WHEEL +1 -1
  13. odoo_addon_fleet_vehicle_fuel_type_ethanol-18.0.1.0.0.2.dist-info/top_level.txt +1 -0
  14. odoo/addons/fleet_vehicle_fuel_type_ethanol/readme/CONTRIBUTORS.rst +0 -2
  15. odoo/addons/fleet_vehicle_fuel_type_ethanol/readme/CREDITS.rst +0 -3
  16. odoo/addons/fleet_vehicle_fuel_type_ethanol/readme/DESCRIPTION.rst +0 -4
  17. odoo_addon_fleet_vehicle_fuel_type_ethanol-16.0.1.0.0.7.dist-info/RECORD +0 -19
  18. odoo_addon_fleet_vehicle_fuel_type_ethanol-16.0.1.0.0.7.dist-info/top_level.txt +0 -1
@@ -7,7 +7,7 @@ Fleet Vehicle Fuel Type Ethanol
7
7
  !! This file is generated by oca-gen-addon-readme !!
8
8
  !! changes will be overwritten. !!
9
9
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:6248f3531dff8980859ff95b5f7d2ddeeb697c2471e165fdc3d1df9caab3c1d2
10
+ !! source digest: sha256:d69e035ac80c12423980c082dd5ff0000b26ac65d54f069db074deeaf2f7cda2
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -17,21 +17,22 @@ Fleet Vehicle Fuel Type Ethanol
17
17
  :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18
18
  :alt: License: AGPL-3
19
19
  .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Ffleet-lightgray.png?logo=github
20
- :target: https://github.com/OCA/fleet/tree/16.0/fleet_vehicle_fuel_type_ethanol
20
+ :target: https://github.com/OCA/fleet/tree/18.0/fleet_vehicle_fuel_type_ethanol
21
21
  :alt: OCA/fleet
22
22
  .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23
- :target: https://translation.odoo-community.org/projects/fleet-16-0/fleet-16-0-fleet_vehicle_fuel_type_ethanol
23
+ :target: https://translation.odoo-community.org/projects/fleet-18-0/fleet-18-0-fleet_vehicle_fuel_type_ethanol
24
24
  :alt: Translate me on Weblate
25
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
26
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/fleet&target_branch=18.0
27
27
  :alt: Try me on Runboat
28
28
 
29
29
  |badge1| |badge2| |badge3| |badge4| |badge5|
30
30
 
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.
31
+ This module extends the fleet management functionality. This adds
32
+ ethanol as another type of fuel to be used by a vehicle in the fleet.
32
33
 
33
- * Ethanol
34
- * Flex (Gasoline/Ethanol)
34
+ - Ethanol
35
+ - Flex (Gasoline/Ethanol)
35
36
 
36
37
  **Table of contents**
37
38
 
@@ -44,7 +45,7 @@ Bug Tracker
44
45
  Bugs are tracked on `GitHub Issues <https://github.com/OCA/fleet/issues>`_.
45
46
  In case of trouble, please check there if your issue has already been reported.
46
47
  If you spotted it first, help us to smash it by providing a detailed and welcomed
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**>`_.
48
+ `feedback <https://github.com/OCA/fleet/issues/new?body=module:%20fleet_vehicle_fuel_type_ethanol%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
48
49
 
49
50
  Do not contact contributors directly about support or help with technical issues.
50
51
 
@@ -52,25 +53,26 @@ Credits
52
53
  =======
53
54
 
54
55
  Authors
55
- ~~~~~~~
56
+ -------
56
57
 
57
58
  * Escodoo
58
59
 
59
60
  Contributors
60
- ~~~~~~~~~~~~
61
+ ------------
61
62
 
62
- * Marcel Savegnago <marcel.savegnago@escodoo.com.br>
63
- * Kaynnan Lemes <kaynnan.lemes@escodoo.com.br>
63
+ - Marcel Savegnago <marcel.savegnago@escodoo.com.br>
64
+ - Kaynnan Lemes <kaynnan.lemes@escodoo.com.br>
65
+ - `Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>`__
64
66
 
65
67
  Other credits
66
- ~~~~~~~~~~~~~
68
+ -------------
67
69
 
68
70
  The development of this module has been financially supported by:
69
71
 
70
- * Escodoo - `https://www.escodoo.com.br <https://www.escodoo.com.br>`_
72
+ - Escodoo - https://www.escodoo.com.br
71
73
 
72
74
  Maintainers
73
- ~~~~~~~~~~~
75
+ -----------
74
76
 
75
77
  This module is maintained by the OCA.
76
78
 
@@ -90,6 +92,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
90
92
 
91
93
  |maintainer-marcelsavegnago|
92
94
 
93
- This module is part of the `OCA/fleet <https://github.com/OCA/fleet/tree/16.0/fleet_vehicle_fuel_type_ethanol>`_ project on GitHub.
95
+ This module is part of the `OCA/fleet <https://github.com/OCA/fleet/tree/18.0/fleet_vehicle_fuel_type_ethanol>`_ project on GitHub.
94
96
 
95
97
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
@@ -6,7 +6,7 @@
6
6
  "summary": """
7
7
  This module extends the fleet management functionality. This adds ethanol
8
8
  as another type of fuel to be used by a vehicle in the fleet.""",
9
- "version": "16.0.1.0.0",
9
+ "version": "18.0.1.0.0",
10
10
  "license": "AGPL-3",
11
11
  "category": "Human Resources/Fleet",
12
12
  "author": "Escodoo,Odoo Community Association (OCA)",
@@ -4,7 +4,7 @@
4
4
  #
5
5
  msgid ""
6
6
  msgstr ""
7
- "Project-Id-Version: Odoo Server 16.0\n"
7
+ "Project-Id-Version: Odoo Server 18.0\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
9
  "Last-Translator: \n"
10
10
  "Language-Team: \n"
@@ -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"
@@ -5,7 +5,6 @@ from odoo import fields, models
5
5
 
6
6
 
7
7
  class FleetVehicle(models.Model):
8
-
9
8
  _inherit = "fleet.vehicle"
10
9
 
11
10
  fuel_type = fields.Selection(
@@ -0,0 +1,3 @@
1
+ - Marcel Savegnago \<<marcel.savegnago@escodoo.com.br>\>
2
+ - Kaynnan Lemes \<<kaynnan.lemes@escodoo.com.br>\>
3
+ - [Heliconia Solutions Pvt. Ltd.](https://www.heliconia.io)
@@ -0,0 +1,3 @@
1
+ The development of this module has been financially supported by:
2
+
3
+ - Escodoo - <https://www.escodoo.com.br>
@@ -0,0 +1,5 @@
1
+ This module extends the fleet management functionality. This adds
2
+ ethanol as another type of fuel to be used by a vehicle in the fleet.
3
+
4
+ - Ethanol
5
+ - Flex (Gasoline/Ethanol)
@@ -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,10 +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:6248f3531dff8980859ff95b5f7d2ddeeb697c2471e165fdc3d1df9caab3c1d2
370
+ !! source digest: sha256:d69e035ac80c12423980c082dd5ff0000b26ac65d54f069db074deeaf2f7cda2
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/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>
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
+ <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/18.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-18-0/fleet-18-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=18.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 fleet management functionality. This adds
374
+ ethanol as another type of fuel to be used by a vehicle in the fleet.</p>
374
375
  <ul class="simple">
375
376
  <li>Ethanol</li>
376
377
  <li>Flex (Gasoline/Ethanol)</li>
@@ -393,7 +394,7 @@ ul.auto-toc {
393
394
  <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/fleet/issues">GitHub Issues</a>.
394
395
  In case of trouble, please check there if your issue has already been reported.
395
396
  If you spotted it first, help us to smash it by providing a detailed and welcomed
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>
397
+ <a class="reference external" href="https://github.com/OCA/fleet/issues/new?body=module:%20fleet_vehicle_fuel_type_ethanol%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
397
398
  <p>Do not contact contributors directly about support or help with technical issues.</p>
398
399
  </div>
399
400
  <div class="section" id="credits">
@@ -409,6 +410,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
409
410
  <ul class="simple">
410
411
  <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>
411
412
  <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>
413
+ <li><a class="reference external" href="https://www.heliconia.io">Heliconia Solutions Pvt. Ltd.</a></li>
412
414
  </ul>
413
415
  </div>
414
416
  <div class="section" id="other-credits">
@@ -421,13 +423,15 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
421
423
  <div class="section" id="maintainers">
422
424
  <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
423
425
  <p>This module is maintained by the OCA.</p>
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>
426
+ <a class="reference external image-reference" href="https://odoo-community.org">
427
+ <img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
428
+ </a>
425
429
  <p>OCA, or the Odoo Community Association, is a nonprofit organization whose
426
430
  mission is to support the collaborative development of Odoo features and
427
431
  promote its widespread use.</p>
428
432
  <p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
429
433
  <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>
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>
434
+ <p>This module is part of the <a class="reference external" href="https://github.com/OCA/fleet/tree/18.0/fleet_vehicle_fuel_type_ethanol">OCA/fleet</a> project on GitHub.</p>
431
435
  <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>
432
436
  </div>
433
437
  </div>
@@ -1,18 +1,17 @@
1
1
  Metadata-Version: 2.1
2
- Name: odoo-addon-fleet-vehicle-fuel-type-ethanol
3
- Version: 16.0.1.0.0.7
2
+ Name: odoo-addon-fleet_vehicle_fuel_type_ethanol
3
+ Version: 18.0.1.0.0.2
4
+ Requires-Python: >=3.10
5
+ Requires-Dist: odoo==18.0.*
4
6
  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
7
  Home-page: https://github.com/OCA/fleet
8
+ License: AGPL-3
6
9
  Author: Escodoo,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 :: 16.0
13
+ Classifier: Framework :: Odoo :: 18.0
13
14
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
14
- Requires-Python: >=3.10
15
- Requires-Dist: odoo <16.1dev,>=16.0a
16
15
 
17
16
  ===============================
18
17
  Fleet Vehicle Fuel Type Ethanol
@@ -23,7 +22,7 @@ Fleet Vehicle Fuel Type Ethanol
23
22
  !! This file is generated by oca-gen-addon-readme !!
24
23
  !! changes will be overwritten. !!
25
24
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
26
- !! source digest: sha256:6248f3531dff8980859ff95b5f7d2ddeeb697c2471e165fdc3d1df9caab3c1d2
25
+ !! source digest: sha256:d69e035ac80c12423980c082dd5ff0000b26ac65d54f069db074deeaf2f7cda2
27
26
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
28
27
 
29
28
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -33,21 +32,22 @@ Fleet Vehicle Fuel Type Ethanol
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%2Ffleet-lightgray.png?logo=github
36
- :target: https://github.com/OCA/fleet/tree/16.0/fleet_vehicle_fuel_type_ethanol
35
+ :target: https://github.com/OCA/fleet/tree/18.0/fleet_vehicle_fuel_type_ethanol
37
36
  :alt: OCA/fleet
38
37
  .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
39
- :target: https://translation.odoo-community.org/projects/fleet-16-0/fleet-16-0-fleet_vehicle_fuel_type_ethanol
38
+ :target: https://translation.odoo-community.org/projects/fleet-18-0/fleet-18-0-fleet_vehicle_fuel_type_ethanol
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/fleet&target_branch=16.0
41
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/fleet&target_branch=18.0
43
42
  :alt: Try me on Runboat
44
43
 
45
44
  |badge1| |badge2| |badge3| |badge4| |badge5|
46
45
 
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.
46
+ This module extends the fleet management functionality. This adds
47
+ ethanol as another type of fuel to be used by a vehicle in the fleet.
48
48
 
49
- * Ethanol
50
- * Flex (Gasoline/Ethanol)
49
+ - Ethanol
50
+ - Flex (Gasoline/Ethanol)
51
51
 
52
52
  **Table of contents**
53
53
 
@@ -60,7 +60,7 @@ Bug Tracker
60
60
  Bugs are tracked on `GitHub Issues <https://github.com/OCA/fleet/issues>`_.
61
61
  In case of trouble, please check there if your issue has already been reported.
62
62
  If you spotted it first, help us to smash it by providing a detailed and welcomed
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**>`_.
63
+ `feedback <https://github.com/OCA/fleet/issues/new?body=module:%20fleet_vehicle_fuel_type_ethanol%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
64
64
 
65
65
  Do not contact contributors directly about support or help with technical issues.
66
66
 
@@ -68,25 +68,26 @@ Credits
68
68
  =======
69
69
 
70
70
  Authors
71
- ~~~~~~~
71
+ -------
72
72
 
73
73
  * Escodoo
74
74
 
75
75
  Contributors
76
- ~~~~~~~~~~~~
76
+ ------------
77
77
 
78
- * Marcel Savegnago <marcel.savegnago@escodoo.com.br>
79
- * Kaynnan Lemes <kaynnan.lemes@escodoo.com.br>
78
+ - Marcel Savegnago <marcel.savegnago@escodoo.com.br>
79
+ - Kaynnan Lemes <kaynnan.lemes@escodoo.com.br>
80
+ - `Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>`__
80
81
 
81
82
  Other credits
82
- ~~~~~~~~~~~~~
83
+ -------------
83
84
 
84
85
  The development of this module has been financially supported by:
85
86
 
86
- * Escodoo - `https://www.escodoo.com.br <https://www.escodoo.com.br>`_
87
+ - Escodoo - https://www.escodoo.com.br
87
88
 
88
89
  Maintainers
89
- ~~~~~~~~~~~
90
+ -----------
90
91
 
91
92
  This module is maintained by the OCA.
92
93
 
@@ -106,8 +107,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
106
107
 
107
108
  |maintainer-marcelsavegnago|
108
109
 
109
- This module is part of the `OCA/fleet <https://github.com/OCA/fleet/tree/16.0/fleet_vehicle_fuel_type_ethanol>`_ project on GitHub.
110
+ This module is part of the `OCA/fleet <https://github.com/OCA/fleet/tree/18.0/fleet_vehicle_fuel_type_ethanol>`_ project on GitHub.
110
111
 
111
112
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
112
-
113
-
@@ -0,0 +1,20 @@
1
+ odoo/addons/fleet_vehicle_fuel_type_ethanol/README.rst,sha256=YEoQHJsh1hkqZFN2L_sES0G-o5ff6oZEpLwXKrj9lgw,3493
2
+ odoo/addons/fleet_vehicle_fuel_type_ethanol/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
3
+ odoo/addons/fleet_vehicle_fuel_type_ethanol/__manifest__.py,sha256=GX20_sQBRe-Kx-FvMSbbO2Dj--qQy1xV6V38lf_JB2Q,655
4
+ odoo/addons/fleet_vehicle_fuel_type_ethanol/i18n/es.po,sha256=2uDSp4JOlptuKTzQnH49D8grm8t_QRnuVlC8-pt1pms,1302
5
+ odoo/addons/fleet_vehicle_fuel_type_ethanol/i18n/fleet_vehicle_fuel_type_ethanol.pot,sha256=FmTvgOftlmr1KWK12ix4e8v3yK7SsRoU4LunVbk5m_M,1088
6
+ odoo/addons/fleet_vehicle_fuel_type_ethanol/i18n/it.po,sha256=Uj1aGdxEc6-TYuaTQ9JjcjSfIG1voso9sTEAMG_roTk,1387
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
9
+ odoo/addons/fleet_vehicle_fuel_type_ethanol/models/__init__.py,sha256=ku2qIAvSU_4ayTA99S_HyNxr0fU7JtKvyI0ySgNsrFM,28
10
+ odoo/addons/fleet_vehicle_fuel_type_ethanol/models/fleet_vehicle.py,sha256=5mMyeW4ueG3hWHQdyv61L6MxXHPXtxYPF0tRhlV3h3c,367
11
+ odoo/addons/fleet_vehicle_fuel_type_ethanol/readme/CONTRIBUTORS.md,sha256=rSGEHAN0LNDQtFEYMzB_vCS3cD9__Nfg5czuFXZVjjk,168
12
+ odoo/addons/fleet_vehicle_fuel_type_ethanol/readme/CREDITS.md,sha256=B75j30MKnAeLGzd-9iiuYwO-dffS9CoPAJYCmjVmueI,108
13
+ odoo/addons/fleet_vehicle_fuel_type_ethanol/readme/DESCRIPTION.md,sha256=pQxRWwL8P45_t-15v-vEMHfeSde-V_AVB762VULqSzM,173
14
+ odoo/addons/fleet_vehicle_fuel_type_ethanol/static/description/banner.png,sha256=79JnvZusJn5gdi7q1pyW-clP6q0U8X2ecMGV-w-6FI0,6733
15
+ odoo/addons/fleet_vehicle_fuel_type_ethanol/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
16
+ odoo/addons/fleet_vehicle_fuel_type_ethanol/static/description/index.html,sha256=l9bMZRSSAPDo6YrghXW893elUYlorBqSdWXZ_4bTOj0,13314
17
+ odoo_addon_fleet_vehicle_fuel_type_ethanol-18.0.1.0.0.2.dist-info/METADATA,sha256=c_onN6OMWuxwI8JWUC_WEC6pjWrA0NBqiRfriAu7Gxs,4117
18
+ odoo_addon_fleet_vehicle_fuel_type_ethanol-18.0.1.0.0.2.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
19
+ odoo_addon_fleet_vehicle_fuel_type_ethanol-18.0.1.0.0.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
20
+ odoo_addon_fleet_vehicle_fuel_type_ethanol-18.0.1.0.0.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.2)
2
+ Generator: Whool 1.2
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,2 +0,0 @@
1
- * Marcel Savegnago <marcel.savegnago@escodoo.com.br>
2
- * Kaynnan Lemes <kaynnan.lemes@escodoo.com.br>
@@ -1,3 +0,0 @@
1
- The development of this module has been financially supported by:
2
-
3
- * Escodoo - `https://www.escodoo.com.br <https://www.escodoo.com.br>`_
@@ -1,4 +0,0 @@
1
- This module extends the fleet management functionality. This adds ethanol as another type of fuel to be used by a vehicle in the fleet.
2
-
3
- * Ethanol
4
- * Flex (Gasoline/Ethanol)
@@ -1,19 +0,0 @@
1
- odoo/addons/fleet_vehicle_fuel_type_ethanol/README.rst,sha256=VuaX-F11PHHFwMZmENT0dyjCMp9kBD7pJW7cyXnY_SE,3462
2
- odoo/addons/fleet_vehicle_fuel_type_ethanol/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
3
- odoo/addons/fleet_vehicle_fuel_type_ethanol/__manifest__.py,sha256=ARla_ZY76g5qJMTO6PmYXD4z41zIn92BpPs7LBX67n8,655
4
- odoo/addons/fleet_vehicle_fuel_type_ethanol/i18n/es.po,sha256=2uDSp4JOlptuKTzQnH49D8grm8t_QRnuVlC8-pt1pms,1302
5
- odoo/addons/fleet_vehicle_fuel_type_ethanol/i18n/fleet_vehicle_fuel_type_ethanol.pot,sha256=tbBp2meQUyGY4okmQDnI1jCMATQ8v_DDPo8NeoPmDlk,1088
6
- odoo/addons/fleet_vehicle_fuel_type_ethanol/i18n/it.po,sha256=Uj1aGdxEc6-TYuaTQ9JjcjSfIG1voso9sTEAMG_roTk,1387
7
- odoo/addons/fleet_vehicle_fuel_type_ethanol/i18n/pt_BR.po,sha256=mRvflkBoEvwKo1ShhX3Tjh0tgeTsR3WHFuwGwS5CBUQ,1590
8
- odoo/addons/fleet_vehicle_fuel_type_ethanol/models/__init__.py,sha256=ku2qIAvSU_4ayTA99S_HyNxr0fU7JtKvyI0ySgNsrFM,28
9
- odoo/addons/fleet_vehicle_fuel_type_ethanol/models/fleet_vehicle.py,sha256=YoEX6eDU4BqLCqVoF0GJ3x0Siqh3KCb51cQO85QJXoY,368
10
- odoo/addons/fleet_vehicle_fuel_type_ethanol/readme/CONTRIBUTORS.rst,sha256=yu2XFc537lnn-1JOaVoYSckjxsFIXgw90_yjeowSsaQ,100
11
- odoo/addons/fleet_vehicle_fuel_type_ethanol/readme/CREDITS.rst,sha256=thk7jDdbNIP5vEWAeYAryEYOHSukHlmoi07Zk9QMMGs,138
12
- odoo/addons/fleet_vehicle_fuel_type_ethanol/readme/DESCRIPTION.rst,sha256=ozvwVKZY44RVqImd8Y4oRRalG4vztWDC9zH8rpV6YC4,173
13
- odoo/addons/fleet_vehicle_fuel_type_ethanol/static/description/banner.png,sha256=79JnvZusJn5gdi7q1pyW-clP6q0U8X2ecMGV-w-6FI0,6733
14
- 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=W2E0CeA9bB6lnp0SwSifIKTJOgb8WPhtQch2hEXPG3s,13165
16
- odoo_addon_fleet_vehicle_fuel_type_ethanol-16.0.1.0.0.7.dist-info/METADATA,sha256=tNpUFCSkvkGwDXuQVkdZGttMii6QYUxZmOesGZDodO0,4115
17
- odoo_addon_fleet_vehicle_fuel_type_ethanol-16.0.1.0.0.7.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
18
- odoo_addon_fleet_vehicle_fuel_type_ethanol-16.0.1.0.0.7.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
19
- odoo_addon_fleet_vehicle_fuel_type_ethanol-16.0.1.0.0.7.dist-info/RECORD,,