odoo-addon-fleet-vehicle-fuel-type-ethanol 16.0.1.0.0.9__py3-none-any.whl → 19.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.
- odoo/addons/fleet_vehicle_fuel_type_ethanol/README.rst +23 -17
- odoo/addons/fleet_vehicle_fuel_type_ethanol/__manifest__.py +1 -1
- odoo/addons/fleet_vehicle_fuel_type_ethanol/i18n/fleet_vehicle_fuel_type_ethanol.pot +21 -1
- odoo/addons/fleet_vehicle_fuel_type_ethanol/models/fleet_vehicle.py +10 -1
- odoo/addons/fleet_vehicle_fuel_type_ethanol/readme/CONTRIBUTORS.md +3 -0
- odoo/addons/fleet_vehicle_fuel_type_ethanol/readme/CREDITS.md +3 -0
- odoo/addons/fleet_vehicle_fuel_type_ethanol/readme/DESCRIPTION.md +5 -0
- odoo/addons/fleet_vehicle_fuel_type_ethanol/static/description/index.html +29 -19
- {odoo_addon_fleet_vehicle_fuel_type_ethanol-16.0.1.0.0.9.dist-info → odoo_addon_fleet_vehicle_fuel_type_ethanol-19.0.1.0.0.2.dist-info}/METADATA +29 -26
- {odoo_addon_fleet_vehicle_fuel_type_ethanol-16.0.1.0.0.9.dist-info → odoo_addon_fleet_vehicle_fuel_type_ethanol-19.0.1.0.0.2.dist-info}/RECORD +12 -12
- {odoo_addon_fleet_vehicle_fuel_type_ethanol-16.0.1.0.0.9.dist-info → odoo_addon_fleet_vehicle_fuel_type_ethanol-19.0.1.0.0.2.dist-info}/WHEEL +1 -1
- odoo_addon_fleet_vehicle_fuel_type_ethanol-19.0.1.0.0.2.dist-info/top_level.txt +1 -0
- odoo/addons/fleet_vehicle_fuel_type_ethanol/readme/CONTRIBUTORS.rst +0 -2
- odoo/addons/fleet_vehicle_fuel_type_ethanol/readme/CREDITS.rst +0 -3
- odoo/addons/fleet_vehicle_fuel_type_ethanol/readme/DESCRIPTION.rst +0 -4
- odoo_addon_fleet_vehicle_fuel_type_ethanol-16.0.1.0.0.9.dist-info/top_level.txt +0 -1
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
.. image:: https://odoo-community.org/readme-banner-image
|
|
2
|
+
:target: https://odoo-community.org/get-involved?utm_source=readme
|
|
3
|
+
:alt: Odoo Community Association
|
|
4
|
+
|
|
1
5
|
===============================
|
|
2
6
|
Fleet Vehicle Fuel Type Ethanol
|
|
3
7
|
===============================
|
|
@@ -7,31 +11,32 @@ Fleet Vehicle Fuel Type Ethanol
|
|
|
7
11
|
!! This file is generated by oca-gen-addon-readme !!
|
|
8
12
|
!! changes will be overwritten. !!
|
|
9
13
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
10
|
-
!! source digest: sha256:
|
|
14
|
+
!! source digest: sha256:6f5e33af8f156732594001156a5b74c23eaf8dca959a293c6d4096a4815d7bee
|
|
11
15
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
16
|
|
|
13
17
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
14
18
|
:target: https://odoo-community.org/page/development-status
|
|
15
19
|
:alt: Beta
|
|
16
|
-
.. |badge2| image:: https://img.shields.io/badge/
|
|
20
|
+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
|
17
21
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
18
22
|
:alt: License: AGPL-3
|
|
19
23
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Ffleet-lightgray.png?logo=github
|
|
20
|
-
:target: https://github.com/OCA/fleet/tree/
|
|
24
|
+
:target: https://github.com/OCA/fleet/tree/19.0/fleet_vehicle_fuel_type_ethanol
|
|
21
25
|
:alt: OCA/fleet
|
|
22
26
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
23
|
-
:target: https://translation.odoo-community.org/projects/fleet-
|
|
27
|
+
:target: https://translation.odoo-community.org/projects/fleet-19-0/fleet-19-0-fleet_vehicle_fuel_type_ethanol
|
|
24
28
|
:alt: Translate me on Weblate
|
|
25
29
|
.. |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=
|
|
30
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/fleet&target_branch=19.0
|
|
27
31
|
:alt: Try me on Runboat
|
|
28
32
|
|
|
29
33
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
30
34
|
|
|
31
|
-
This module extends the fleet management functionality. This adds
|
|
35
|
+
This module extends the fleet management functionality. This adds
|
|
36
|
+
ethanol as another type of fuel to be used by a vehicle in the fleet.
|
|
32
37
|
|
|
33
|
-
|
|
34
|
-
|
|
38
|
+
- Ethanol
|
|
39
|
+
- Flex (Gasoline/Ethanol)
|
|
35
40
|
|
|
36
41
|
**Table of contents**
|
|
37
42
|
|
|
@@ -44,7 +49,7 @@ Bug Tracker
|
|
|
44
49
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/fleet/issues>`_.
|
|
45
50
|
In case of trouble, please check there if your issue has already been reported.
|
|
46
51
|
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:%
|
|
52
|
+
`feedback <https://github.com/OCA/fleet/issues/new?body=module:%20fleet_vehicle_fuel_type_ethanol%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
48
53
|
|
|
49
54
|
Do not contact contributors directly about support or help with technical issues.
|
|
50
55
|
|
|
@@ -52,25 +57,26 @@ Credits
|
|
|
52
57
|
=======
|
|
53
58
|
|
|
54
59
|
Authors
|
|
55
|
-
|
|
60
|
+
-------
|
|
56
61
|
|
|
57
62
|
* Escodoo
|
|
58
63
|
|
|
59
64
|
Contributors
|
|
60
|
-
|
|
65
|
+
------------
|
|
61
66
|
|
|
62
|
-
|
|
63
|
-
|
|
67
|
+
- Marcel Savegnago <marcel.savegnago@escodoo.com.br>
|
|
68
|
+
- Kaynnan Lemes <kaynnan.lemes@escodoo.com.br>
|
|
69
|
+
- `Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>`__
|
|
64
70
|
|
|
65
71
|
Other credits
|
|
66
|
-
|
|
72
|
+
-------------
|
|
67
73
|
|
|
68
74
|
The development of this module has been financially supported by:
|
|
69
75
|
|
|
70
|
-
|
|
76
|
+
- Escodoo - https://www.escodoo.com.br
|
|
71
77
|
|
|
72
78
|
Maintainers
|
|
73
|
-
|
|
79
|
+
-----------
|
|
74
80
|
|
|
75
81
|
This module is maintained by the OCA.
|
|
76
82
|
|
|
@@ -90,6 +96,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|
|
|
90
96
|
|
|
91
97
|
|maintainer-marcelsavegnago|
|
|
92
98
|
|
|
93
|
-
This module is part of the `OCA/fleet <https://github.com/OCA/fleet/tree/
|
|
99
|
+
This module is part of the `OCA/fleet <https://github.com/OCA/fleet/tree/19.0/fleet_vehicle_fuel_type_ethanol>`_ project on GitHub.
|
|
94
100
|
|
|
95
101
|
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": "
|
|
9
|
+
"version": "19.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
|
|
7
|
+
"Project-Id-Version: Odoo Server 19.0\n"
|
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
|
9
9
|
"Last-Translator: \n"
|
|
10
10
|
"Language-Team: \n"
|
|
@@ -13,21 +13,41 @@ msgstr ""
|
|
|
13
13
|
"Content-Transfer-Encoding: \n"
|
|
14
14
|
"Plural-Forms: \n"
|
|
15
15
|
|
|
16
|
+
#. module: fleet_vehicle_fuel_type_ethanol
|
|
17
|
+
#: model:ir.model.fields,field_description:fleet_vehicle_fuel_type_ethanol.field_fleet_vehicle__display_name
|
|
18
|
+
#: model:ir.model.fields,field_description:fleet_vehicle_fuel_type_ethanol.field_fleet_vehicle_model__display_name
|
|
19
|
+
msgid "Display Name"
|
|
20
|
+
msgstr ""
|
|
21
|
+
|
|
16
22
|
#. module: fleet_vehicle_fuel_type_ethanol
|
|
17
23
|
#: model:ir.model.fields.selection,name:fleet_vehicle_fuel_type_ethanol.selection__fleet_vehicle__fuel_type__ethanol
|
|
24
|
+
#: model:ir.model.fields.selection,name:fleet_vehicle_fuel_type_ethanol.selection__fleet_vehicle_model__default_fuel_type__ethanol
|
|
18
25
|
msgid "Ethanol"
|
|
19
26
|
msgstr ""
|
|
20
27
|
|
|
21
28
|
#. module: fleet_vehicle_fuel_type_ethanol
|
|
22
29
|
#: model:ir.model.fields.selection,name:fleet_vehicle_fuel_type_ethanol.selection__fleet_vehicle__fuel_type__flex
|
|
30
|
+
#: model:ir.model.fields.selection,name:fleet_vehicle_fuel_type_ethanol.selection__fleet_vehicle_model__default_fuel_type__flex
|
|
23
31
|
msgid "Flex (Gasoline/Ethanol)"
|
|
24
32
|
msgstr ""
|
|
25
33
|
|
|
26
34
|
#. module: fleet_vehicle_fuel_type_ethanol
|
|
27
35
|
#: model:ir.model.fields,field_description:fleet_vehicle_fuel_type_ethanol.field_fleet_vehicle__fuel_type
|
|
36
|
+
#: model:ir.model.fields,field_description:fleet_vehicle_fuel_type_ethanol.field_fleet_vehicle_model__default_fuel_type
|
|
28
37
|
msgid "Fuel Type"
|
|
29
38
|
msgstr ""
|
|
30
39
|
|
|
40
|
+
#. module: fleet_vehicle_fuel_type_ethanol
|
|
41
|
+
#: model:ir.model.fields,field_description:fleet_vehicle_fuel_type_ethanol.field_fleet_vehicle__id
|
|
42
|
+
#: model:ir.model.fields,field_description:fleet_vehicle_fuel_type_ethanol.field_fleet_vehicle_model__id
|
|
43
|
+
msgid "ID"
|
|
44
|
+
msgstr ""
|
|
45
|
+
|
|
46
|
+
#. module: fleet_vehicle_fuel_type_ethanol
|
|
47
|
+
#: model:ir.model,name:fleet_vehicle_fuel_type_ethanol.model_fleet_vehicle_model
|
|
48
|
+
msgid "Model of a vehicle"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
31
51
|
#. module: fleet_vehicle_fuel_type_ethanol
|
|
32
52
|
#: model:ir.model,name:fleet_vehicle_fuel_type_ethanol.model_fleet_vehicle
|
|
33
53
|
msgid "Vehicle"
|
|
@@ -4,8 +4,17 @@
|
|
|
4
4
|
from odoo import fields, models
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
class
|
|
7
|
+
class FleetVehicleModel(models.Model):
|
|
8
|
+
_inherit = "fleet.vehicle.model"
|
|
9
|
+
default_fuel_type = fields.Selection(
|
|
10
|
+
selection_add=[
|
|
11
|
+
("ethanol", "Ethanol"),
|
|
12
|
+
("flex", "Flex (Gasoline/Ethanol)"),
|
|
13
|
+
]
|
|
14
|
+
)
|
|
8
15
|
|
|
16
|
+
|
|
17
|
+
class FleetVehicle(models.Model):
|
|
9
18
|
_inherit = "fleet.vehicle"
|
|
10
19
|
|
|
11
20
|
fuel_type = fields.Selection(
|
|
@@ -1,18 +1,18 @@
|
|
|
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>
|
|
5
4
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
6
5
|
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
|
|
7
|
-
<title>
|
|
6
|
+
<title>README.rst</title>
|
|
8
7
|
<style type="text/css">
|
|
9
8
|
|
|
10
9
|
/*
|
|
11
10
|
:Author: David Goodger (goodger@python.org)
|
|
12
|
-
:Id: $Id: html4css1.css
|
|
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:
|
|
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 {
|
|
@@ -360,17 +360,23 @@ ul.auto-toc {
|
|
|
360
360
|
</style>
|
|
361
361
|
</head>
|
|
362
362
|
<body>
|
|
363
|
-
<div class="document"
|
|
364
|
-
<h1 class="title">Fleet Vehicle Fuel Type Ethanol</h1>
|
|
363
|
+
<div class="document">
|
|
365
364
|
|
|
365
|
+
|
|
366
|
+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
|
|
367
|
+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
|
|
368
|
+
</a>
|
|
369
|
+
<div class="section" id="fleet-vehicle-fuel-type-ethanol">
|
|
370
|
+
<h1>Fleet Vehicle Fuel Type Ethanol</h1>
|
|
366
371
|
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
367
372
|
!! This file is generated by oca-gen-addon-readme !!
|
|
368
373
|
!! changes will be overwritten. !!
|
|
369
374
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
370
|
-
!! source digest: sha256:
|
|
375
|
+
!! source digest: sha256:6f5e33af8f156732594001156a5b74c23eaf8dca959a293c6d4096a4815d7bee
|
|
371
376
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
|
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/
|
|
373
|
-
<p>This module extends the fleet management functionality. This adds
|
|
377
|
+
<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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/fleet/tree/19.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-19-0/fleet-19-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&target_branch=19.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
|
378
|
+
<p>This module extends the fleet management functionality. This adds
|
|
379
|
+
ethanol as another type of fuel to be used by a vehicle in the fleet.</p>
|
|
374
380
|
<ul class="simple">
|
|
375
381
|
<li>Ethanol</li>
|
|
376
382
|
<li>Flex (Gasoline/Ethanol)</li>
|
|
@@ -389,48 +395,52 @@ ul.auto-toc {
|
|
|
389
395
|
</ul>
|
|
390
396
|
</div>
|
|
391
397
|
<div class="section" id="bug-tracker">
|
|
392
|
-
<
|
|
398
|
+
<h2><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h2>
|
|
393
399
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/fleet/issues">GitHub Issues</a>.
|
|
394
400
|
In case of trouble, please check there if your issue has already been reported.
|
|
395
401
|
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:%
|
|
402
|
+
<a class="reference external" href="https://github.com/OCA/fleet/issues/new?body=module:%20fleet_vehicle_fuel_type_ethanol%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
|
397
403
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
|
398
404
|
</div>
|
|
399
405
|
<div class="section" id="credits">
|
|
400
|
-
<
|
|
406
|
+
<h2><a class="toc-backref" href="#toc-entry-2">Credits</a></h2>
|
|
401
407
|
<div class="section" id="authors">
|
|
402
|
-
<
|
|
408
|
+
<h3><a class="toc-backref" href="#toc-entry-3">Authors</a></h3>
|
|
403
409
|
<ul class="simple">
|
|
404
410
|
<li>Escodoo</li>
|
|
405
411
|
</ul>
|
|
406
412
|
</div>
|
|
407
413
|
<div class="section" id="contributors">
|
|
408
|
-
<
|
|
414
|
+
<h3><a class="toc-backref" href="#toc-entry-4">Contributors</a></h3>
|
|
409
415
|
<ul class="simple">
|
|
410
416
|
<li>Marcel Savegnago <<a class="reference external" href="mailto:marcel.savegnago@escodoo.com.br">marcel.savegnago@escodoo.com.br</a>></li>
|
|
411
417
|
<li>Kaynnan Lemes <<a class="reference external" href="mailto:kaynnan.lemes@escodoo.com.br">kaynnan.lemes@escodoo.com.br</a>></li>
|
|
418
|
+
<li><a class="reference external" href="https://www.heliconia.io">Heliconia Solutions Pvt. Ltd.</a></li>
|
|
412
419
|
</ul>
|
|
413
420
|
</div>
|
|
414
421
|
<div class="section" id="other-credits">
|
|
415
|
-
<
|
|
422
|
+
<h3><a class="toc-backref" href="#toc-entry-5">Other credits</a></h3>
|
|
416
423
|
<p>The development of this module has been financially supported by:</p>
|
|
417
424
|
<ul class="simple">
|
|
418
425
|
<li>Escodoo - <a class="reference external" href="https://www.escodoo.com.br">https://www.escodoo.com.br</a></li>
|
|
419
426
|
</ul>
|
|
420
427
|
</div>
|
|
421
428
|
<div class="section" id="maintainers">
|
|
422
|
-
<
|
|
429
|
+
<h3><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h3>
|
|
423
430
|
<p>This module is maintained by the OCA.</p>
|
|
424
|
-
<a class="reference external image-reference" href="https://odoo-community.org"
|
|
431
|
+
<a class="reference external image-reference" href="https://odoo-community.org">
|
|
432
|
+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
|
433
|
+
</a>
|
|
425
434
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
426
435
|
mission is to support the collaborative development of Odoo features and
|
|
427
436
|
promote its widespread use.</p>
|
|
428
437
|
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
|
|
429
438
|
<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/
|
|
439
|
+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/fleet/tree/19.0/fleet_vehicle_fuel_type_ethanol">OCA/fleet</a> project on GitHub.</p>
|
|
431
440
|
<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
441
|
</div>
|
|
433
442
|
</div>
|
|
434
443
|
</div>
|
|
444
|
+
</div>
|
|
435
445
|
</body>
|
|
436
446
|
</html>
|
|
@@ -1,18 +1,21 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
|
-
Name: odoo-addon-
|
|
3
|
-
Version:
|
|
2
|
+
Name: odoo-addon-fleet_vehicle_fuel_type_ethanol
|
|
3
|
+
Version: 19.0.1.0.0.2
|
|
4
|
+
Requires-Dist: odoo==19.0.*
|
|
4
5
|
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
6
|
Home-page: https://github.com/OCA/fleet
|
|
7
|
+
License: AGPL-3
|
|
6
8
|
Author: Escodoo,Odoo Community Association (OCA)
|
|
7
9
|
Author-email: support@odoo-community.org
|
|
8
|
-
License: AGPL-3
|
|
9
|
-
Platform: UNKNOWN
|
|
10
10
|
Classifier: Programming Language :: Python
|
|
11
11
|
Classifier: Framework :: Odoo
|
|
12
|
-
Classifier: Framework :: Odoo ::
|
|
12
|
+
Classifier: Framework :: Odoo :: 19.0
|
|
13
13
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
Description-Content-Type: text/x-rst
|
|
15
|
+
|
|
16
|
+
.. image:: https://odoo-community.org/readme-banner-image
|
|
17
|
+
:target: https://odoo-community.org/get-involved?utm_source=readme
|
|
18
|
+
:alt: Odoo Community Association
|
|
16
19
|
|
|
17
20
|
===============================
|
|
18
21
|
Fleet Vehicle Fuel Type Ethanol
|
|
@@ -23,31 +26,32 @@ Fleet Vehicle Fuel Type Ethanol
|
|
|
23
26
|
!! This file is generated by oca-gen-addon-readme !!
|
|
24
27
|
!! changes will be overwritten. !!
|
|
25
28
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
26
|
-
!! source digest: sha256:
|
|
29
|
+
!! source digest: sha256:6f5e33af8f156732594001156a5b74c23eaf8dca959a293c6d4096a4815d7bee
|
|
27
30
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
28
31
|
|
|
29
32
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
30
33
|
:target: https://odoo-community.org/page/development-status
|
|
31
34
|
:alt: Beta
|
|
32
|
-
.. |badge2| image:: https://img.shields.io/badge/
|
|
35
|
+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
|
33
36
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
34
37
|
:alt: License: AGPL-3
|
|
35
38
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Ffleet-lightgray.png?logo=github
|
|
36
|
-
:target: https://github.com/OCA/fleet/tree/
|
|
39
|
+
:target: https://github.com/OCA/fleet/tree/19.0/fleet_vehicle_fuel_type_ethanol
|
|
37
40
|
:alt: OCA/fleet
|
|
38
41
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
39
|
-
:target: https://translation.odoo-community.org/projects/fleet-
|
|
42
|
+
:target: https://translation.odoo-community.org/projects/fleet-19-0/fleet-19-0-fleet_vehicle_fuel_type_ethanol
|
|
40
43
|
:alt: Translate me on Weblate
|
|
41
44
|
.. |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=
|
|
45
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/fleet&target_branch=19.0
|
|
43
46
|
:alt: Try me on Runboat
|
|
44
47
|
|
|
45
48
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
46
49
|
|
|
47
|
-
This module extends the fleet management functionality. This adds
|
|
50
|
+
This module extends the fleet management functionality. This adds
|
|
51
|
+
ethanol as another type of fuel to be used by a vehicle in the fleet.
|
|
48
52
|
|
|
49
|
-
|
|
50
|
-
|
|
53
|
+
- Ethanol
|
|
54
|
+
- Flex (Gasoline/Ethanol)
|
|
51
55
|
|
|
52
56
|
**Table of contents**
|
|
53
57
|
|
|
@@ -60,7 +64,7 @@ Bug Tracker
|
|
|
60
64
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/fleet/issues>`_.
|
|
61
65
|
In case of trouble, please check there if your issue has already been reported.
|
|
62
66
|
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:%
|
|
67
|
+
`feedback <https://github.com/OCA/fleet/issues/new?body=module:%20fleet_vehicle_fuel_type_ethanol%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
64
68
|
|
|
65
69
|
Do not contact contributors directly about support or help with technical issues.
|
|
66
70
|
|
|
@@ -68,25 +72,26 @@ Credits
|
|
|
68
72
|
=======
|
|
69
73
|
|
|
70
74
|
Authors
|
|
71
|
-
|
|
75
|
+
-------
|
|
72
76
|
|
|
73
77
|
* Escodoo
|
|
74
78
|
|
|
75
79
|
Contributors
|
|
76
|
-
|
|
80
|
+
------------
|
|
77
81
|
|
|
78
|
-
|
|
79
|
-
|
|
82
|
+
- Marcel Savegnago <marcel.savegnago@escodoo.com.br>
|
|
83
|
+
- Kaynnan Lemes <kaynnan.lemes@escodoo.com.br>
|
|
84
|
+
- `Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>`__
|
|
80
85
|
|
|
81
86
|
Other credits
|
|
82
|
-
|
|
87
|
+
-------------
|
|
83
88
|
|
|
84
89
|
The development of this module has been financially supported by:
|
|
85
90
|
|
|
86
|
-
|
|
91
|
+
- Escodoo - https://www.escodoo.com.br
|
|
87
92
|
|
|
88
93
|
Maintainers
|
|
89
|
-
|
|
94
|
+
-----------
|
|
90
95
|
|
|
91
96
|
This module is maintained by the OCA.
|
|
92
97
|
|
|
@@ -106,8 +111,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|
|
|
106
111
|
|
|
107
112
|
|maintainer-marcelsavegnago|
|
|
108
113
|
|
|
109
|
-
This module is part of the `OCA/fleet <https://github.com/OCA/fleet/tree/
|
|
114
|
+
This module is part of the `OCA/fleet <https://github.com/OCA/fleet/tree/19.0/fleet_vehicle_fuel_type_ethanol>`_ project on GitHub.
|
|
110
115
|
|
|
111
116
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
112
|
-
|
|
113
|
-
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
odoo/addons/fleet_vehicle_fuel_type_ethanol/README.rst,sha256=
|
|
1
|
+
odoo/addons/fleet_vehicle_fuel_type_ethanol/README.rst,sha256=KkroDE3fyQiaEqQ-cJF0luqXEMKMSqvreQYD4pryuGg,3658
|
|
2
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=
|
|
3
|
+
odoo/addons/fleet_vehicle_fuel_type_ethanol/__manifest__.py,sha256=V4bFDuaAzEJ5BOqmw13WguDLd-eVWGyyBD53dbFuyww,655
|
|
4
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=
|
|
5
|
+
odoo/addons/fleet_vehicle_fuel_type_ethanol/i18n/fleet_vehicle_fuel_type_ethanol.pot,sha256=_zkvSIuaxMONzaDMGjcOZyu3L1ahqieQZ1f370SJI48,2197
|
|
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
8
|
odoo/addons/fleet_vehicle_fuel_type_ethanol/i18n/sv.po,sha256=OVsJI0fL02_IX4gB1BTJi6zVBkyZt_p3IIQJc6Dbj3A,1281
|
|
9
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=
|
|
11
|
-
odoo/addons/fleet_vehicle_fuel_type_ethanol/readme/CONTRIBUTORS.
|
|
12
|
-
odoo/addons/fleet_vehicle_fuel_type_ethanol/readme/CREDITS.
|
|
13
|
-
odoo/addons/fleet_vehicle_fuel_type_ethanol/readme/DESCRIPTION.
|
|
10
|
+
odoo/addons/fleet_vehicle_fuel_type_ethanol/models/fleet_vehicle.py,sha256=XfWQrAfRF1Q775zIc9vB9ss6NROpy6_1EqdTXAdRqM8,612
|
|
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
14
|
odoo/addons/fleet_vehicle_fuel_type_ethanol/static/description/banner.png,sha256=79JnvZusJn5gdi7q1pyW-clP6q0U8X2ecMGV-w-6FI0,6733
|
|
15
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=
|
|
17
|
-
odoo_addon_fleet_vehicle_fuel_type_ethanol-
|
|
18
|
-
odoo_addon_fleet_vehicle_fuel_type_ethanol-
|
|
19
|
-
odoo_addon_fleet_vehicle_fuel_type_ethanol-
|
|
20
|
-
odoo_addon_fleet_vehicle_fuel_type_ethanol-
|
|
16
|
+
odoo/addons/fleet_vehicle_fuel_type_ethanol/static/description/index.html,sha256=oKdraHtppYuxTquIYPPa6QvTm5Y4BKZexR2AKoWHCXU,13520
|
|
17
|
+
odoo_addon_fleet_vehicle_fuel_type_ethanol-19.0.1.0.0.2.dist-info/METADATA,sha256=IZ4CWIdLYCIQosOo5OtP4qFW2xyLCDmsbjhntiHp_3k,4295
|
|
18
|
+
odoo_addon_fleet_vehicle_fuel_type_ethanol-19.0.1.0.0.2.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
|
|
19
|
+
odoo_addon_fleet_vehicle_fuel_type_ethanol-19.0.1.0.0.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
|
20
|
+
odoo_addon_fleet_vehicle_fuel_type_ethanol-19.0.1.0.0.2.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
odoo
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
odoo
|