odoo-addon-fleet-vehicle-inspection 16.0.1.1.0.1__py3-none-any.whl → 17.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_inspection/README.rst +31 -25
- odoo/addons/fleet_vehicle_inspection/__manifest__.py +1 -1
- odoo/addons/fleet_vehicle_inspection/i18n/fleet_vehicle_inspection.pot +1 -37
- odoo/addons/fleet_vehicle_inspection/i18n/it.po +3 -3
- odoo/addons/fleet_vehicle_inspection/models/fleet_vehicle_inspection.py +1 -13
- odoo/addons/fleet_vehicle_inspection/models/fleet_vehicle_inspection_line.py +0 -6
- odoo/addons/fleet_vehicle_inspection/readme/CONFIGURE.md +5 -0
- odoo/addons/fleet_vehicle_inspection/readme/CONTRIBUTORS.md +5 -0
- odoo/addons/fleet_vehicle_inspection/readme/CREDITS.md +3 -0
- odoo/addons/fleet_vehicle_inspection/readme/DESCRIPTION.md +4 -0
- odoo/addons/fleet_vehicle_inspection/readme/ROADMAP.md +2 -0
- odoo/addons/fleet_vehicle_inspection/static/description/index.html +27 -18
- odoo/addons/fleet_vehicle_inspection/views/fleet_vehicle_inspection.xml +17 -19
- odoo/addons/fleet_vehicle_inspection/views/fleet_vehicle_inspection_line.xml +8 -7
- {odoo_addon_fleet_vehicle_inspection-16.0.1.1.0.1.dist-info → odoo_addon_fleet_vehicle_inspection-17.0.1.0.0.2.dist-info}/METADATA +37 -30
- {odoo_addon_fleet_vehicle_inspection-16.0.1.1.0.1.dist-info → odoo_addon_fleet_vehicle_inspection-17.0.1.0.0.2.dist-info}/RECORD +18 -18
- {odoo_addon_fleet_vehicle_inspection-16.0.1.1.0.1.dist-info → odoo_addon_fleet_vehicle_inspection-17.0.1.0.0.2.dist-info}/WHEEL +1 -1
- odoo_addon_fleet_vehicle_inspection-17.0.1.0.0.2.dist-info/top_level.txt +1 -0
- odoo/addons/fleet_vehicle_inspection/readme/CONFIGURE.rst +0 -4
- odoo/addons/fleet_vehicle_inspection/readme/CONTRIBUTORS.rst +0 -7
- odoo/addons/fleet_vehicle_inspection/readme/CREDITS.rst +0 -3
- odoo/addons/fleet_vehicle_inspection/readme/DESCRIPTION.rst +0 -2
- odoo/addons/fleet_vehicle_inspection/readme/ROADMAP.rst +0 -2
- odoo_addon_fleet_vehicle_inspection-16.0.1.1.0.1.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 Inspection
|
|
3
7
|
========================
|
|
@@ -7,29 +11,31 @@ Fleet Vehicle Inspection
|
|
|
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:a79b8ed88e0789fcb017890ea9c418e41d589489e3bd62a17fac24c399453412
|
|
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/17.0/fleet_vehicle_inspection
|
|
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-17-0/fleet-17-0-fleet_vehicle_inspection
|
|
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=17.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 module allowing the registration of
|
|
32
|
-
|
|
35
|
+
This module extends the Fleet module allowing the registration of
|
|
36
|
+
vehicle entry and exit inspections. Add Cost vehicle inspections. Once
|
|
37
|
+
is confirmed, service vehicle is created. If inspection is cancelled,
|
|
38
|
+
service vehicle is deleted.
|
|
33
39
|
|
|
34
40
|
**Table of contents**
|
|
35
41
|
|
|
@@ -39,16 +45,17 @@ Add Cost vehicle inspections. Once is confirmed, service vehicle is created. If
|
|
|
39
45
|
Configuration
|
|
40
46
|
=============
|
|
41
47
|
|
|
42
|
-
To configure this module, you will need to set up inspection items for
|
|
48
|
+
To configure this module, you will need to set up inspection items for
|
|
49
|
+
vehicle inspections.
|
|
43
50
|
|
|
44
|
-
|
|
45
|
-
|
|
51
|
+
1. Go to Fleet > Configuration > Inspection Items
|
|
52
|
+
2. Create or edit inspection items
|
|
46
53
|
|
|
47
54
|
Known issues / Roadmap
|
|
48
55
|
======================
|
|
49
56
|
|
|
50
|
-
|
|
51
|
-
|
|
57
|
+
- Add Inspection Report
|
|
58
|
+
- Add Video URL along with the images of the inspection lines
|
|
52
59
|
|
|
53
60
|
Bug Tracker
|
|
54
61
|
===========
|
|
@@ -56,7 +63,7 @@ Bug Tracker
|
|
|
56
63
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/fleet/issues>`_.
|
|
57
64
|
In case of trouble, please check there if your issue has already been reported.
|
|
58
65
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
59
|
-
`feedback <https://github.com/OCA/fleet/issues/new?body=module:%20fleet_vehicle_inspection%0Aversion:%
|
|
66
|
+
`feedback <https://github.com/OCA/fleet/issues/new?body=module:%20fleet_vehicle_inspection%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
60
67
|
|
|
61
68
|
Do not contact contributors directly about support or help with technical issues.
|
|
62
69
|
|
|
@@ -64,30 +71,29 @@ Credits
|
|
|
64
71
|
=======
|
|
65
72
|
|
|
66
73
|
Authors
|
|
67
|
-
|
|
74
|
+
-------
|
|
68
75
|
|
|
69
76
|
* Escodoo
|
|
70
77
|
|
|
71
78
|
Contributors
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
* Marcel Savegnago <marcel.savegnago@escodoo.com.br>
|
|
75
|
-
* Brian McMaster <brian@mcmpest.com>
|
|
79
|
+
------------
|
|
76
80
|
|
|
77
|
-
|
|
81
|
+
- Marcel Savegnago <marcel.savegnago@escodoo.com.br>
|
|
82
|
+
- Brian McMaster <brian@mcmpest.com>
|
|
83
|
+
- `Tecnativa <https://www.tecnativa.com>`__:
|
|
78
84
|
|
|
79
|
-
|
|
80
|
-
|
|
85
|
+
- Carolina Fernandez
|
|
86
|
+
- Víctor Martínez
|
|
81
87
|
|
|
82
88
|
Other credits
|
|
83
|
-
|
|
89
|
+
-------------
|
|
84
90
|
|
|
85
91
|
The development of this module has been financially supported by:
|
|
86
92
|
|
|
87
|
-
|
|
93
|
+
- Escodoo - https://www.escodoo.com.br
|
|
88
94
|
|
|
89
95
|
Maintainers
|
|
90
|
-
|
|
96
|
+
-----------
|
|
91
97
|
|
|
92
98
|
This module is maintained by the OCA.
|
|
93
99
|
|
|
@@ -107,6 +113,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|
|
|
107
113
|
|
|
108
114
|
|maintainer-marcelsavegnago|
|
|
109
115
|
|
|
110
|
-
This module is part of the `OCA/fleet <https://github.com/OCA/fleet/tree/
|
|
116
|
+
This module is part of the `OCA/fleet <https://github.com/OCA/fleet/tree/17.0/fleet_vehicle_inspection>`_ project on GitHub.
|
|
111
117
|
|
|
112
118
|
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 module allowing the registration
|
|
8
8
|
of vehicle entry and exit inspections.""",
|
|
9
|
-
"version": "
|
|
9
|
+
"version": "17.0.1.0.0",
|
|
10
10
|
"license": "AGPL-3",
|
|
11
11
|
"category": "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 17.0\n"
|
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
|
9
9
|
"Last-Translator: \n"
|
|
10
10
|
"Language-Team: \n"
|
|
@@ -456,14 +456,6 @@ msgstr ""
|
|
|
456
456
|
msgid "Kilometers"
|
|
457
457
|
msgstr ""
|
|
458
458
|
|
|
459
|
-
#. module: fleet_vehicle_inspection
|
|
460
|
-
#: model:ir.model.fields,field_description:fleet_vehicle_inspection.field_fleet_vehicle_inspection____last_update
|
|
461
|
-
#: model:ir.model.fields,field_description:fleet_vehicle_inspection.field_fleet_vehicle_inspection_item____last_update
|
|
462
|
-
#: model:ir.model.fields,field_description:fleet_vehicle_inspection.field_fleet_vehicle_inspection_line____last_update
|
|
463
|
-
#: model:ir.model.fields,field_description:fleet_vehicle_inspection.field_fleet_vehicle_inspection_line_image____last_update
|
|
464
|
-
msgid "Last Modified on"
|
|
465
|
-
msgstr ""
|
|
466
|
-
|
|
467
459
|
#. module: fleet_vehicle_inspection
|
|
468
460
|
#: model:ir.model.fields,field_description:fleet_vehicle_inspection.field_fleet_vehicle_inspection__write_uid
|
|
469
461
|
#: model:ir.model.fields,field_description:fleet_vehicle_inspection.field_fleet_vehicle_inspection_item__write_uid
|
|
@@ -480,13 +472,6 @@ msgstr ""
|
|
|
480
472
|
msgid "Last Updated on"
|
|
481
473
|
msgstr ""
|
|
482
474
|
|
|
483
|
-
#. module: fleet_vehicle_inspection
|
|
484
|
-
#: model:ir.model.fields,field_description:fleet_vehicle_inspection.field_fleet_vehicle_inspection__message_main_attachment_id
|
|
485
|
-
#: model:ir.model.fields,field_description:fleet_vehicle_inspection.field_fleet_vehicle_inspection_item__message_main_attachment_id
|
|
486
|
-
#: model:ir.model.fields,field_description:fleet_vehicle_inspection.field_fleet_vehicle_inspection_line__message_main_attachment_id
|
|
487
|
-
msgid "Main Attachment"
|
|
488
|
-
msgstr ""
|
|
489
|
-
|
|
490
475
|
#. module: fleet_vehicle_inspection
|
|
491
476
|
#: model:ir.model.fields,field_description:fleet_vehicle_inspection.field_fleet_vehicle_inspection__message_has_error
|
|
492
477
|
#: model:ir.model.fields,field_description:fleet_vehicle_inspection.field_fleet_vehicle_inspection_item__message_has_error
|
|
@@ -526,13 +511,6 @@ msgstr ""
|
|
|
526
511
|
msgid "Name"
|
|
527
512
|
msgstr ""
|
|
528
513
|
|
|
529
|
-
#. module: fleet_vehicle_inspection
|
|
530
|
-
#: model:ir.model.fields,field_description:fleet_vehicle_inspection.field_fleet_vehicle_inspection__activity_calendar_event_id
|
|
531
|
-
#: model:ir.model.fields,field_description:fleet_vehicle_inspection.field_fleet_vehicle_inspection_item__activity_calendar_event_id
|
|
532
|
-
#: model:ir.model.fields,field_description:fleet_vehicle_inspection.field_fleet_vehicle_inspection_line__activity_calendar_event_id
|
|
533
|
-
msgid "Next Activity Calendar Event"
|
|
534
|
-
msgstr ""
|
|
535
|
-
|
|
536
514
|
#. module: fleet_vehicle_inspection
|
|
537
515
|
#: model:ir.model.fields,field_description:fleet_vehicle_inspection.field_fleet_vehicle_inspection__activity_date_deadline
|
|
538
516
|
#: model:ir.model.fields,field_description:fleet_vehicle_inspection.field_fleet_vehicle_inspection_item__activity_date_deadline
|
|
@@ -757,17 +735,3 @@ msgstr ""
|
|
|
757
735
|
#: model:ir.model.fields,field_description:fleet_vehicle_inspection.field_fleet_vehicle_inspection__vendor_id
|
|
758
736
|
msgid "Vendor"
|
|
759
737
|
msgstr ""
|
|
760
|
-
|
|
761
|
-
#. module: fleet_vehicle_inspection
|
|
762
|
-
#: model:ir.model.fields,field_description:fleet_vehicle_inspection.field_fleet_vehicle_inspection__website_message_ids
|
|
763
|
-
#: model:ir.model.fields,field_description:fleet_vehicle_inspection.field_fleet_vehicle_inspection_item__website_message_ids
|
|
764
|
-
#: model:ir.model.fields,field_description:fleet_vehicle_inspection.field_fleet_vehicle_inspection_line__website_message_ids
|
|
765
|
-
msgid "Website Messages"
|
|
766
|
-
msgstr ""
|
|
767
|
-
|
|
768
|
-
#. module: fleet_vehicle_inspection
|
|
769
|
-
#: model:ir.model.fields,help:fleet_vehicle_inspection.field_fleet_vehicle_inspection__website_message_ids
|
|
770
|
-
#: model:ir.model.fields,help:fleet_vehicle_inspection.field_fleet_vehicle_inspection_item__website_message_ids
|
|
771
|
-
#: model:ir.model.fields,help:fleet_vehicle_inspection.field_fleet_vehicle_inspection_line__website_message_ids
|
|
772
|
-
msgid "Website communication history"
|
|
773
|
-
msgstr ""
|
|
@@ -6,7 +6,7 @@ msgid ""
|
|
|
6
6
|
msgstr ""
|
|
7
7
|
"Project-Id-Version: Odoo Server 15.0\n"
|
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
|
9
|
-
"PO-Revision-Date:
|
|
9
|
+
"PO-Revision-Date: 2025-11-10 11:42+0000\n"
|
|
10
10
|
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
|
|
11
11
|
"Language-Team: none\n"
|
|
12
12
|
"Language: it\n"
|
|
@@ -14,7 +14,7 @@ msgstr ""
|
|
|
14
14
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
15
15
|
"Content-Transfer-Encoding: \n"
|
|
16
16
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
17
|
-
"X-Generator: Weblate 4
|
|
17
|
+
"X-Generator: Weblate 5.10.4\n"
|
|
18
18
|
|
|
19
19
|
#. module: fleet_vehicle_inspection
|
|
20
20
|
#: model:ir.model.fields,help:fleet_vehicle_inspection.field_fleet_vehicle_inspection__state
|
|
@@ -277,7 +277,7 @@ msgstr "Ha un messaggio"
|
|
|
277
277
|
#. module: fleet_vehicle_inspection
|
|
278
278
|
#: model_terms:ir.ui.view,arch_db:fleet_vehicle_inspection.fleet_vehicle_inspection_line_form_view
|
|
279
279
|
msgid "Huge file size. The image should be optimized/reduced."
|
|
280
|
-
msgstr "Dimensione file eccessiva. L'immagine deve essere
|
|
280
|
+
msgstr "Dimensione file eccessiva. L'immagine deve essere ottimizzata/ridotta."
|
|
281
281
|
|
|
282
282
|
#. module: fleet_vehicle_inspection
|
|
283
283
|
#: model:ir.model.fields,field_description:fleet_vehicle_inspection.field_fleet_vehicle_inspection__id
|
|
@@ -11,11 +11,6 @@ class FleetVehicleInspection(models.Model):
|
|
|
11
11
|
_description = "Fleet Vehicle Inspection"
|
|
12
12
|
_inherit = ["mail.thread", "mail.activity.mixin"]
|
|
13
13
|
|
|
14
|
-
READONLY_STATES = {
|
|
15
|
-
"confirmed": [("readonly", True)],
|
|
16
|
-
"cancel": [("readonly", True)],
|
|
17
|
-
}
|
|
18
|
-
|
|
19
14
|
name = fields.Char(
|
|
20
15
|
"Reference", required=True, index=True, copy=False, default="New"
|
|
21
16
|
)
|
|
@@ -35,7 +30,6 @@ class FleetVehicleInspection(models.Model):
|
|
|
35
30
|
"Vehicle",
|
|
36
31
|
help="Fleet Vehicle",
|
|
37
32
|
required=True,
|
|
38
|
-
states=READONLY_STATES,
|
|
39
33
|
)
|
|
40
34
|
odometer_id = fields.Many2one(
|
|
41
35
|
"fleet.vehicle.odometer",
|
|
@@ -47,13 +41,11 @@ class FleetVehicleInspection(models.Model):
|
|
|
47
41
|
inverse="_inverse_odometer",
|
|
48
42
|
help="Odometer measure of the vehicle at the moment of this log",
|
|
49
43
|
store=True,
|
|
50
|
-
states=READONLY_STATES,
|
|
51
44
|
)
|
|
52
45
|
odometer_unit = fields.Selection(
|
|
53
46
|
[("kilometers", "Kilometers"), ("miles", "Miles")],
|
|
54
47
|
default="kilometers",
|
|
55
48
|
required=True,
|
|
56
|
-
states=READONLY_STATES,
|
|
57
49
|
)
|
|
58
50
|
date_inspected = fields.Datetime(
|
|
59
51
|
"Inspection Date",
|
|
@@ -61,25 +53,21 @@ class FleetVehicleInspection(models.Model):
|
|
|
61
53
|
default=fields.Datetime.now,
|
|
62
54
|
help="Date when the vehicle has been inspected",
|
|
63
55
|
copy=False,
|
|
64
|
-
states=READONLY_STATES,
|
|
65
56
|
)
|
|
66
57
|
inspected_by = fields.Many2one(
|
|
67
58
|
"res.partner",
|
|
68
59
|
tracking=True,
|
|
69
|
-
states=READONLY_STATES,
|
|
70
60
|
)
|
|
71
61
|
direction = fields.Selection(
|
|
72
62
|
selection=[("in", "IN"), ("out", "OUT")],
|
|
73
63
|
default="out",
|
|
74
|
-
states=READONLY_STATES,
|
|
75
64
|
)
|
|
76
|
-
note = fields.Html("Notes"
|
|
65
|
+
note = fields.Html("Notes")
|
|
77
66
|
inspection_line_ids = fields.One2many(
|
|
78
67
|
"fleet.vehicle.inspection.line",
|
|
79
68
|
"inspection_id",
|
|
80
69
|
copy=True,
|
|
81
70
|
auto_join=True,
|
|
82
|
-
states=READONLY_STATES,
|
|
83
71
|
)
|
|
84
72
|
result = fields.Selection(
|
|
85
73
|
[("todo", "Todo"), ("success", "Success"), ("failure", "Failure")],
|
|
@@ -9,11 +9,6 @@ class FleetVehicleInspectionLine(models.Model):
|
|
|
9
9
|
_description = "Fleet Vehicle Inspection Line"
|
|
10
10
|
_inherit = ["mail.thread", "mail.activity.mixin"]
|
|
11
11
|
|
|
12
|
-
READONLY_STATES = {
|
|
13
|
-
"confirmed": [("readonly", True)],
|
|
14
|
-
"cancel": [("readonly", True)],
|
|
15
|
-
}
|
|
16
|
-
|
|
17
12
|
inspection_id = fields.Many2one(
|
|
18
13
|
"fleet.vehicle.inspection",
|
|
19
14
|
required=True,
|
|
@@ -27,7 +22,6 @@ class FleetVehicleInspectionLine(models.Model):
|
|
|
27
22
|
tracking=True,
|
|
28
23
|
index=True,
|
|
29
24
|
ondelete="cascade",
|
|
30
|
-
states=READONLY_STATES,
|
|
31
25
|
copy=True,
|
|
32
26
|
)
|
|
33
27
|
inspection_item_instruction = fields.Text(
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
5
5
|
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
|
|
6
|
-
<title>
|
|
6
|
+
<title>README.rst</title>
|
|
7
7
|
<style type="text/css">
|
|
8
8
|
|
|
9
9
|
/*
|
|
@@ -360,18 +360,25 @@ ul.auto-toc {
|
|
|
360
360
|
</style>
|
|
361
361
|
</head>
|
|
362
362
|
<body>
|
|
363
|
-
<div class="document"
|
|
364
|
-
<h1 class="title">Fleet Vehicle Inspection</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-inspection">
|
|
370
|
+
<h1>Fleet Vehicle Inspection</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:a79b8ed88e0789fcb017890ea9c418e41d589489e3bd62a17fac24c399453412
|
|
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 module allowing the registration of
|
|
374
|
-
|
|
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/17.0/fleet_vehicle_inspection"><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-17-0/fleet-17-0-fleet_vehicle_inspection"><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=17.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 module allowing the registration of
|
|
379
|
+
vehicle entry and exit inspections. Add Cost vehicle inspections. Once
|
|
380
|
+
is confirmed, service vehicle is created. If inspection is cancelled,
|
|
381
|
+
service vehicle is deleted.</p>
|
|
375
382
|
<p><strong>Table of contents</strong></p>
|
|
376
383
|
<div class="contents local topic" id="contents">
|
|
377
384
|
<ul class="simple">
|
|
@@ -388,38 +395,39 @@ Add Cost vehicle inspections. Once is confirmed, service vehicle is created. If
|
|
|
388
395
|
</ul>
|
|
389
396
|
</div>
|
|
390
397
|
<div class="section" id="configuration">
|
|
391
|
-
<
|
|
392
|
-
<p>To configure this module, you will need to set up inspection items for
|
|
398
|
+
<h2><a class="toc-backref" href="#toc-entry-1">Configuration</a></h2>
|
|
399
|
+
<p>To configure this module, you will need to set up inspection items for
|
|
400
|
+
vehicle inspections.</p>
|
|
393
401
|
<ol class="arabic simple">
|
|
394
402
|
<li>Go to Fleet > Configuration > Inspection Items</li>
|
|
395
403
|
<li>Create or edit inspection items</li>
|
|
396
404
|
</ol>
|
|
397
405
|
</div>
|
|
398
406
|
<div class="section" id="known-issues-roadmap">
|
|
399
|
-
<
|
|
407
|
+
<h2><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h2>
|
|
400
408
|
<ul class="simple">
|
|
401
409
|
<li>Add Inspection Report</li>
|
|
402
410
|
<li>Add Video URL along with the images of the inspection lines</li>
|
|
403
411
|
</ul>
|
|
404
412
|
</div>
|
|
405
413
|
<div class="section" id="bug-tracker">
|
|
406
|
-
<
|
|
414
|
+
<h2><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h2>
|
|
407
415
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/fleet/issues">GitHub Issues</a>.
|
|
408
416
|
In case of trouble, please check there if your issue has already been reported.
|
|
409
417
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
410
|
-
<a class="reference external" href="https://github.com/OCA/fleet/issues/new?body=module:%20fleet_vehicle_inspection%0Aversion:%
|
|
418
|
+
<a class="reference external" href="https://github.com/OCA/fleet/issues/new?body=module:%20fleet_vehicle_inspection%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
|
411
419
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
|
412
420
|
</div>
|
|
413
421
|
<div class="section" id="credits">
|
|
414
|
-
<
|
|
422
|
+
<h2><a class="toc-backref" href="#toc-entry-4">Credits</a></h2>
|
|
415
423
|
<div class="section" id="authors">
|
|
416
|
-
<
|
|
424
|
+
<h3><a class="toc-backref" href="#toc-entry-5">Authors</a></h3>
|
|
417
425
|
<ul class="simple">
|
|
418
426
|
<li>Escodoo</li>
|
|
419
427
|
</ul>
|
|
420
428
|
</div>
|
|
421
429
|
<div class="section" id="contributors">
|
|
422
|
-
<
|
|
430
|
+
<h3><a class="toc-backref" href="#toc-entry-6">Contributors</a></h3>
|
|
423
431
|
<ul class="simple">
|
|
424
432
|
<li>Marcel Savegnago <<a class="reference external" href="mailto:marcel.savegnago@escodoo.com.br">marcel.savegnago@escodoo.com.br</a>></li>
|
|
425
433
|
<li>Brian McMaster <<a class="reference external" href="mailto:brian@mcmpest.com">brian@mcmpest.com</a>></li>
|
|
@@ -431,14 +439,14 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
431
439
|
</ul>
|
|
432
440
|
</div>
|
|
433
441
|
<div class="section" id="other-credits">
|
|
434
|
-
<
|
|
442
|
+
<h3><a class="toc-backref" href="#toc-entry-7">Other credits</a></h3>
|
|
435
443
|
<p>The development of this module has been financially supported by:</p>
|
|
436
444
|
<ul class="simple">
|
|
437
445
|
<li>Escodoo - <a class="reference external" href="https://www.escodoo.com.br">https://www.escodoo.com.br</a></li>
|
|
438
446
|
</ul>
|
|
439
447
|
</div>
|
|
440
448
|
<div class="section" id="maintainers">
|
|
441
|
-
<
|
|
449
|
+
<h3><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h3>
|
|
442
450
|
<p>This module is maintained by the OCA.</p>
|
|
443
451
|
<a class="reference external image-reference" href="https://odoo-community.org">
|
|
444
452
|
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
|
@@ -448,10 +456,11 @@ mission is to support the collaborative development of Odoo features and
|
|
|
448
456
|
promote its widespread use.</p>
|
|
449
457
|
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
|
|
450
458
|
<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>
|
|
451
|
-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/fleet/tree/
|
|
459
|
+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/fleet/tree/17.0/fleet_vehicle_inspection">OCA/fleet</a> project on GitHub.</p>
|
|
452
460
|
<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>
|
|
453
461
|
</div>
|
|
454
462
|
</div>
|
|
455
463
|
</div>
|
|
464
|
+
</div>
|
|
456
465
|
</body>
|
|
457
466
|
</html>
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
<button
|
|
14
14
|
name="button_confirm"
|
|
15
15
|
type="object"
|
|
16
|
-
|
|
16
|
+
invisible="state != 'draft'"
|
|
17
17
|
string="Confirm Inspection"
|
|
18
18
|
class="oe_highlight"
|
|
19
19
|
id="bid_confirm"
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
/>
|
|
22
22
|
<button
|
|
23
23
|
name="button_draft"
|
|
24
|
-
|
|
24
|
+
invisible="state != 'cancel'"
|
|
25
25
|
string="Set to Draft"
|
|
26
26
|
type="object"
|
|
27
27
|
groups="fleet.fleet_group_manager"
|
|
28
28
|
/>
|
|
29
29
|
<button
|
|
30
30
|
name="button_cancel"
|
|
31
|
-
|
|
31
|
+
invisible="state not in ['draft', 'confirmed']"
|
|
32
32
|
string="Cancel"
|
|
33
33
|
type="object"
|
|
34
34
|
groups="fleet.fleet_group_manager"
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
<field name="result" invisible="1" />
|
|
44
44
|
<div
|
|
45
45
|
class="badge rounded-pill bg-danger float-end text-white"
|
|
46
|
-
|
|
46
|
+
invisible="result not in ['failure']"
|
|
47
47
|
>Failure</div>
|
|
48
48
|
<div
|
|
49
49
|
class=" badge rounded-pill bg-success float-end text-white"
|
|
50
|
-
|
|
50
|
+
invisible="result not in ['success']"
|
|
51
51
|
>Success</div>
|
|
52
52
|
<div class="oe_title">
|
|
53
53
|
<h1>
|
|
@@ -56,14 +56,14 @@
|
|
|
56
56
|
</div>
|
|
57
57
|
<group>
|
|
58
58
|
<group>
|
|
59
|
-
<field name="vehicle_id" />
|
|
60
|
-
<field name="direction" />
|
|
61
|
-
<field name="odometer" />
|
|
62
|
-
<field name="odometer_unit" />
|
|
59
|
+
<field name="vehicle_id" readonly="state!='draft'" />
|
|
60
|
+
<field name="direction" readonly="state!='draft'" />
|
|
61
|
+
<field name="odometer" readonly="state!='draft'" />
|
|
62
|
+
<field name="odometer_unit" readonly="state!='draft'" />
|
|
63
63
|
</group>
|
|
64
64
|
<group>
|
|
65
|
-
<field name="date_inspected" />
|
|
66
|
-
<field name="inspected_by" />
|
|
65
|
+
<field name="date_inspected" readonly="state!='draft'" />
|
|
66
|
+
<field name="inspected_by" readonly="state!='draft'" />
|
|
67
67
|
<field name="vendor_id" />
|
|
68
68
|
<field name="service_type_id" />
|
|
69
69
|
<field name="currency_id" invisible="1" />
|
|
@@ -80,8 +80,9 @@
|
|
|
80
80
|
<page string="Inspection Lines" name="inspection_lines">
|
|
81
81
|
<field
|
|
82
82
|
name="inspection_line_ids"
|
|
83
|
+
readonly="state!='draft'"
|
|
83
84
|
mode="tree,kanban"
|
|
84
|
-
context="{'default_inspection_id':
|
|
85
|
+
context="{'default_inspection_id': id}"
|
|
85
86
|
>
|
|
86
87
|
<tree>
|
|
87
88
|
<field name="sequence" widget="handle" />
|
|
@@ -98,7 +99,7 @@
|
|
|
98
99
|
/>
|
|
99
100
|
<button
|
|
100
101
|
name="action_item_success"
|
|
101
|
-
|
|
102
|
+
invisible="state != 'draft'"
|
|
102
103
|
type="object"
|
|
103
104
|
class="oe_highlight btn-success"
|
|
104
105
|
icon="fa-check-circle"
|
|
@@ -107,7 +108,7 @@
|
|
|
107
108
|
/>
|
|
108
109
|
<button
|
|
109
110
|
name="action_item_failure"
|
|
110
|
-
|
|
111
|
+
invisible="state != 'draft'"
|
|
111
112
|
type="object"
|
|
112
113
|
class="oe_highlight btn-danger"
|
|
113
114
|
icon="fa-times-circle"
|
|
@@ -200,7 +201,7 @@
|
|
|
200
201
|
</field>
|
|
201
202
|
</page>
|
|
202
203
|
<page string="Notes" name="notes_information">
|
|
203
|
-
<field name="note" />
|
|
204
|
+
<field name="note" readonly="state!='draft'" />
|
|
204
205
|
</page>
|
|
205
206
|
</notebook>
|
|
206
207
|
</sheet>
|
|
@@ -356,10 +357,7 @@
|
|
|
356
357
|
<div class="col-6 o_kanban_record_headings">
|
|
357
358
|
<strong>
|
|
358
359
|
<span>
|
|
359
|
-
<field
|
|
360
|
-
name="name"
|
|
361
|
-
attrs="{'invisible': [('name', '=', False)]}"
|
|
362
|
-
/>
|
|
360
|
+
<field name="name" invisible="not name" />
|
|
363
361
|
</span>
|
|
364
362
|
</strong>
|
|
365
363
|
</div>
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
<header>
|
|
13
13
|
<button
|
|
14
14
|
name="action_item_success"
|
|
15
|
-
|
|
15
|
+
invisible="state != 'draft'"
|
|
16
16
|
string="Approve"
|
|
17
17
|
type="object"
|
|
18
18
|
class="oe_highlight btn-success"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
/>
|
|
21
21
|
<button
|
|
22
22
|
name="action_item_failure"
|
|
23
|
-
|
|
23
|
+
invisible="state != 'draft'"
|
|
24
24
|
string="Refuse"
|
|
25
25
|
type="object"
|
|
26
26
|
class="oe_highlight btn-danger"
|
|
@@ -28,18 +28,19 @@
|
|
|
28
28
|
/>
|
|
29
29
|
</header>
|
|
30
30
|
<sheet>
|
|
31
|
+
<field name="state" invisible="1" />
|
|
31
32
|
<field name="result" invisible="1" />
|
|
32
33
|
<div
|
|
33
34
|
class="badge rounded-pill bg-primary float-end text-white"
|
|
34
|
-
|
|
35
|
+
invisible="result not in ['todo']"
|
|
35
36
|
>Todo</div>
|
|
36
37
|
<div
|
|
37
38
|
class="badge rounded-pill bg-danger float-end text-white"
|
|
38
|
-
|
|
39
|
+
invisible="result not in ['failure']"
|
|
39
40
|
>Failure</div>
|
|
40
41
|
<div
|
|
41
42
|
class="badge rounded-pill bg-success float-end text-white"
|
|
42
|
-
|
|
43
|
+
invisible="result not in ['success']"
|
|
43
44
|
>Success</div>
|
|
44
45
|
<div class="oe_title">
|
|
45
46
|
<h1>
|
|
@@ -47,7 +48,7 @@
|
|
|
47
48
|
</h1>
|
|
48
49
|
</div>
|
|
49
50
|
<group>
|
|
50
|
-
<field name="inspection_item_id" />
|
|
51
|
+
<field name="inspection_item_id" readonly="state!='draft'" />
|
|
51
52
|
</group>
|
|
52
53
|
<notebook>
|
|
53
54
|
<page name="instruction" string="Instruction">
|
|
@@ -61,7 +62,7 @@
|
|
|
61
62
|
<field
|
|
62
63
|
name="inspection_line_image_ids"
|
|
63
64
|
class="o_inspection_image_list"
|
|
64
|
-
context="{'default_inspection_line_id':
|
|
65
|
+
context="{'default_inspection_line_id': id}"
|
|
65
66
|
nolabel="1"
|
|
66
67
|
>
|
|
67
68
|
<kanban
|
|
@@ -1,17 +1,22 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: odoo-addon-fleet_vehicle_inspection
|
|
3
|
-
Version:
|
|
3
|
+
Version: 17.0.1.0.0.2
|
|
4
|
+
Requires-Python: >=3.10
|
|
5
|
+
Requires-Dist: odoo>=17.0a,<17.1dev
|
|
4
6
|
Summary: This module extends the Fleet module allowing the registration of vehicle entry and exit inspections.
|
|
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
11
|
Classifier: Programming Language :: Python
|
|
10
12
|
Classifier: Framework :: Odoo
|
|
11
|
-
Classifier: Framework :: Odoo ::
|
|
13
|
+
Classifier: Framework :: Odoo :: 17.0
|
|
12
14
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
13
|
-
|
|
14
|
-
|
|
15
|
+
Description-Content-Type: text/x-rst
|
|
16
|
+
|
|
17
|
+
.. image:: https://odoo-community.org/readme-banner-image
|
|
18
|
+
:target: https://odoo-community.org/get-involved?utm_source=readme
|
|
19
|
+
:alt: Odoo Community Association
|
|
15
20
|
|
|
16
21
|
========================
|
|
17
22
|
Fleet Vehicle Inspection
|
|
@@ -22,29 +27,31 @@ Fleet Vehicle Inspection
|
|
|
22
27
|
!! This file is generated by oca-gen-addon-readme !!
|
|
23
28
|
!! changes will be overwritten. !!
|
|
24
29
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
25
|
-
!! source digest: sha256:
|
|
30
|
+
!! source digest: sha256:a79b8ed88e0789fcb017890ea9c418e41d589489e3bd62a17fac24c399453412
|
|
26
31
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
27
32
|
|
|
28
33
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
29
34
|
:target: https://odoo-community.org/page/development-status
|
|
30
35
|
:alt: Beta
|
|
31
|
-
.. |badge2| image:: https://img.shields.io/badge/
|
|
36
|
+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
|
32
37
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
33
38
|
:alt: License: AGPL-3
|
|
34
39
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Ffleet-lightgray.png?logo=github
|
|
35
|
-
:target: https://github.com/OCA/fleet/tree/
|
|
40
|
+
:target: https://github.com/OCA/fleet/tree/17.0/fleet_vehicle_inspection
|
|
36
41
|
:alt: OCA/fleet
|
|
37
42
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
38
|
-
:target: https://translation.odoo-community.org/projects/fleet-
|
|
43
|
+
:target: https://translation.odoo-community.org/projects/fleet-17-0/fleet-17-0-fleet_vehicle_inspection
|
|
39
44
|
:alt: Translate me on Weblate
|
|
40
45
|
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
|
41
|
-
:target: https://runboat.odoo-community.org/builds?repo=OCA/fleet&target_branch=
|
|
46
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/fleet&target_branch=17.0
|
|
42
47
|
:alt: Try me on Runboat
|
|
43
48
|
|
|
44
49
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
45
50
|
|
|
46
|
-
This module extends the Fleet module allowing the registration of
|
|
47
|
-
|
|
51
|
+
This module extends the Fleet module allowing the registration of
|
|
52
|
+
vehicle entry and exit inspections. Add Cost vehicle inspections. Once
|
|
53
|
+
is confirmed, service vehicle is created. If inspection is cancelled,
|
|
54
|
+
service vehicle is deleted.
|
|
48
55
|
|
|
49
56
|
**Table of contents**
|
|
50
57
|
|
|
@@ -54,16 +61,17 @@ Add Cost vehicle inspections. Once is confirmed, service vehicle is created. If
|
|
|
54
61
|
Configuration
|
|
55
62
|
=============
|
|
56
63
|
|
|
57
|
-
To configure this module, you will need to set up inspection items for
|
|
64
|
+
To configure this module, you will need to set up inspection items for
|
|
65
|
+
vehicle inspections.
|
|
58
66
|
|
|
59
|
-
|
|
60
|
-
|
|
67
|
+
1. Go to Fleet > Configuration > Inspection Items
|
|
68
|
+
2. Create or edit inspection items
|
|
61
69
|
|
|
62
70
|
Known issues / Roadmap
|
|
63
71
|
======================
|
|
64
72
|
|
|
65
|
-
|
|
66
|
-
|
|
73
|
+
- Add Inspection Report
|
|
74
|
+
- Add Video URL along with the images of the inspection lines
|
|
67
75
|
|
|
68
76
|
Bug Tracker
|
|
69
77
|
===========
|
|
@@ -71,7 +79,7 @@ Bug Tracker
|
|
|
71
79
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/fleet/issues>`_.
|
|
72
80
|
In case of trouble, please check there if your issue has already been reported.
|
|
73
81
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
74
|
-
`feedback <https://github.com/OCA/fleet/issues/new?body=module:%20fleet_vehicle_inspection%0Aversion:%
|
|
82
|
+
`feedback <https://github.com/OCA/fleet/issues/new?body=module:%20fleet_vehicle_inspection%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
75
83
|
|
|
76
84
|
Do not contact contributors directly about support or help with technical issues.
|
|
77
85
|
|
|
@@ -79,30 +87,29 @@ Credits
|
|
|
79
87
|
=======
|
|
80
88
|
|
|
81
89
|
Authors
|
|
82
|
-
|
|
90
|
+
-------
|
|
83
91
|
|
|
84
92
|
* Escodoo
|
|
85
93
|
|
|
86
94
|
Contributors
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
* Marcel Savegnago <marcel.savegnago@escodoo.com.br>
|
|
90
|
-
* Brian McMaster <brian@mcmpest.com>
|
|
95
|
+
------------
|
|
91
96
|
|
|
92
|
-
|
|
97
|
+
- Marcel Savegnago <marcel.savegnago@escodoo.com.br>
|
|
98
|
+
- Brian McMaster <brian@mcmpest.com>
|
|
99
|
+
- `Tecnativa <https://www.tecnativa.com>`__:
|
|
93
100
|
|
|
94
|
-
|
|
95
|
-
|
|
101
|
+
- Carolina Fernandez
|
|
102
|
+
- Víctor Martínez
|
|
96
103
|
|
|
97
104
|
Other credits
|
|
98
|
-
|
|
105
|
+
-------------
|
|
99
106
|
|
|
100
107
|
The development of this module has been financially supported by:
|
|
101
108
|
|
|
102
|
-
|
|
109
|
+
- Escodoo - https://www.escodoo.com.br
|
|
103
110
|
|
|
104
111
|
Maintainers
|
|
105
|
-
|
|
112
|
+
-----------
|
|
106
113
|
|
|
107
114
|
This module is maintained by the OCA.
|
|
108
115
|
|
|
@@ -122,6 +129,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|
|
|
122
129
|
|
|
123
130
|
|maintainer-marcelsavegnago|
|
|
124
131
|
|
|
125
|
-
This module is part of the `OCA/fleet <https://github.com/OCA/fleet/tree/
|
|
132
|
+
This module is part of the `OCA/fleet <https://github.com/OCA/fleet/tree/17.0/fleet_vehicle_inspection>`_ project on GitHub.
|
|
126
133
|
|
|
127
134
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
odoo/addons/fleet_vehicle_inspection/README.rst,sha256=
|
|
1
|
+
odoo/addons/fleet_vehicle_inspection/README.rst,sha256=4DSi0oUZkVf8jeFK9FQleTQ4qCjIRCD6kJ3OzIC-cu4,4031
|
|
2
2
|
odoo/addons/fleet_vehicle_inspection/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
|
|
3
|
-
odoo/addons/fleet_vehicle_inspection/__manifest__.py,sha256=
|
|
3
|
+
odoo/addons/fleet_vehicle_inspection/__manifest__.py,sha256=AJj4OaR_-tTOoDii7BLH_XuikoSG3VZ83G0Mz1DZ_Ks,955
|
|
4
4
|
odoo/addons/fleet_vehicle_inspection/data/fleet_vehicle_inspection.xml,sha256=Pwo0VP_HujUb7GoV-Cn9eKrXEDiCj7tS3dSbqnovyFo,871
|
|
5
5
|
odoo/addons/fleet_vehicle_inspection/demo/fleet_vehicle_inspection.xml,sha256=91b8v72NyG85WbYkS4ihvVSTvALKMi_hpzlr49MMnio,3380
|
|
6
6
|
odoo/addons/fleet_vehicle_inspection/i18n/es.po,sha256=Th7fAwix_5Qu3Nw8fJ66Y-AGtgLJXYT5m0pRmRpwf1c,40908
|
|
7
|
-
odoo/addons/fleet_vehicle_inspection/i18n/fleet_vehicle_inspection.pot,sha256=
|
|
8
|
-
odoo/addons/fleet_vehicle_inspection/i18n/it.po,sha256=
|
|
7
|
+
odoo/addons/fleet_vehicle_inspection/i18n/fleet_vehicle_inspection.pot,sha256=vEqXaS5UX6svXYa0M253s3sLPjs_OXw1t7f5WrBpQZc,34811
|
|
8
|
+
odoo/addons/fleet_vehicle_inspection/i18n/it.po,sha256=owDZyeLYQlh7vskmShQWUeFhhfE6kiQctLkZqBjEvV0,40568
|
|
9
9
|
odoo/addons/fleet_vehicle_inspection/i18n/pt_BR.po,sha256=sq5ZOFyNhs89CbtYa5WEcNZpUmCVVggXZBthrl82ARI,40814
|
|
10
10
|
odoo/addons/fleet_vehicle_inspection/models/__init__.py,sha256=ujCpo_Dktha9ox_fD-j7XxV_RALyrx3BxGkv7TUg-sE,205
|
|
11
11
|
odoo/addons/fleet_vehicle_inspection/models/fleet_vehicle.py,sha256=o5pc9b995aTmri_QPrxWxeIHpO0o8v8MvZqXAlnwYSw,1636
|
|
12
|
-
odoo/addons/fleet_vehicle_inspection/models/fleet_vehicle_inspection.py,sha256=
|
|
12
|
+
odoo/addons/fleet_vehicle_inspection/models/fleet_vehicle_inspection.py,sha256=PSpLQDGtzPJJggQXFDlglXAjn9AzaL0s0EOiCA5FtaU,6460
|
|
13
13
|
odoo/addons/fleet_vehicle_inspection/models/fleet_vehicle_inspection_item.py,sha256=q7bmq1iuhWOd3ijh_BXe8Rfz-8vbkLsrMQjm0-F9jLg,446
|
|
14
|
-
odoo/addons/fleet_vehicle_inspection/models/fleet_vehicle_inspection_line.py,sha256=
|
|
14
|
+
odoo/addons/fleet_vehicle_inspection/models/fleet_vehicle_inspection_line.py,sha256=oWQ7OqXzz06yQwv2iYy4Y--dQSgRqAGfnFvtSRIDBfM,1590
|
|
15
15
|
odoo/addons/fleet_vehicle_inspection/models/fleet_vehicle_inspection_line_image.py,sha256=997sg6j5PurBvQ3Sbs6fi_Uw-w-fGOFSzUw33SGkBaE,1117
|
|
16
|
-
odoo/addons/fleet_vehicle_inspection/readme/CONFIGURE.
|
|
17
|
-
odoo/addons/fleet_vehicle_inspection/readme/CONTRIBUTORS.
|
|
18
|
-
odoo/addons/fleet_vehicle_inspection/readme/CREDITS.
|
|
19
|
-
odoo/addons/fleet_vehicle_inspection/readme/DESCRIPTION.
|
|
20
|
-
odoo/addons/fleet_vehicle_inspection/readme/ROADMAP.
|
|
16
|
+
odoo/addons/fleet_vehicle_inspection/readme/CONFIGURE.md,sha256=SvwHIAh1D-jb4Nds5wz1dSQBCNkEDlsteIkGL0Pqyic,182
|
|
17
|
+
odoo/addons/fleet_vehicle_inspection/readme/CONTRIBUTORS.md,sha256=zkNXs--yetWBBDsuvT9E_n8p3RN4IrYvGYWGzlxKMR8,181
|
|
18
|
+
odoo/addons/fleet_vehicle_inspection/readme/CREDITS.md,sha256=B75j30MKnAeLGzd-9iiuYwO-dffS9CoPAJYCmjVmueI,108
|
|
19
|
+
odoo/addons/fleet_vehicle_inspection/readme/DESCRIPTION.md,sha256=vlpblvHzwEaaAYclDbBbszG7eZD049D-joM3wgH9bck,235
|
|
20
|
+
odoo/addons/fleet_vehicle_inspection/readme/ROADMAP.md,sha256=g9pF9kNjRSbBuAHvH-r2w14nK9-SAwazwA6ztmA6fjc,86
|
|
21
21
|
odoo/addons/fleet_vehicle_inspection/security/ir.model.access.csv,sha256=TS87sEcTHoLqFToxkbr4zsFQp2aqRwN26U6Wo3XQCLA,1215
|
|
22
22
|
odoo/addons/fleet_vehicle_inspection/security/security.xml,sha256=7w9EK75oEmn_QdbHuLrlQsHFOzxFfjjQzzGoc5-4c8E,2090
|
|
23
23
|
odoo/addons/fleet_vehicle_inspection/static/description/banner.png,sha256=79JnvZusJn5gdi7q1pyW-clP6q0U8X2ecMGV-w-6FI0,6733
|
|
24
24
|
odoo/addons/fleet_vehicle_inspection/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
|
25
|
-
odoo/addons/fleet_vehicle_inspection/static/description/index.html,sha256=
|
|
25
|
+
odoo/addons/fleet_vehicle_inspection/static/description/index.html,sha256=47YYNkOwCmeBYnnpDNDNyMAitLfU9i6tvzcHUH2nH5c,14349
|
|
26
26
|
odoo/addons/fleet_vehicle_inspection/tests/__init__.py,sha256=qMKuhA9mA76GVHPltQIEXX2ldq_aKoxBZshmU30o68E,44
|
|
27
27
|
odoo/addons/fleet_vehicle_inspection/tests/test_fleet_vehicle_inspection.py,sha256=DtBZK3cpwgFptO_NEB38vj9YC0UFO0Zun-ZOaGWh87E,7201
|
|
28
28
|
odoo/addons/fleet_vehicle_inspection/views/fleet_vehicle.xml,sha256=SJf7RUWFZNB4GQQ8We-qqIH73G8xEXAfKFNE_rWbwoU,1129
|
|
29
|
-
odoo/addons/fleet_vehicle_inspection/views/fleet_vehicle_inspection.xml,sha256=
|
|
29
|
+
odoo/addons/fleet_vehicle_inspection/views/fleet_vehicle_inspection.xml,sha256=sI7PD2vIq3aOVLvOnnEt2HNfJxwV8gpyfe0EWhfsyYk,22959
|
|
30
30
|
odoo/addons/fleet_vehicle_inspection/views/fleet_vehicle_inspection_item.xml,sha256=jXdV-qVDoQ971yVxIwhiaXS-8Ex5qE2HwJySs6G6KkQ,3001
|
|
31
|
-
odoo/addons/fleet_vehicle_inspection/views/fleet_vehicle_inspection_line.xml,sha256=
|
|
32
|
-
odoo_addon_fleet_vehicle_inspection-
|
|
33
|
-
odoo_addon_fleet_vehicle_inspection-
|
|
34
|
-
odoo_addon_fleet_vehicle_inspection-
|
|
35
|
-
odoo_addon_fleet_vehicle_inspection-
|
|
31
|
+
odoo/addons/fleet_vehicle_inspection/views/fleet_vehicle_inspection_line.xml,sha256=V0oMyXsv5g1Wgy2b5n4FUFFG4pV8iKH_hL6Y1J6RYGg,12582
|
|
32
|
+
odoo_addon_fleet_vehicle_inspection-17.0.1.0.0.2.dist-info/METADATA,sha256=yFxY1i6waOUNf8JA0lKxgMFtUoZRibekAAw9r47Xm5c,4659
|
|
33
|
+
odoo_addon_fleet_vehicle_inspection-17.0.1.0.0.2.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
|
|
34
|
+
odoo_addon_fleet_vehicle_inspection-17.0.1.0.0.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
|
35
|
+
odoo_addon_fleet_vehicle_inspection-17.0.1.0.0.2.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
odoo
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
odoo
|