odoo-addon-fleet-vehicle-inspection 16.0.1.0.0.7__py3-none-any.whl → 16.0.1.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- odoo/addons/fleet_vehicle_inspection/README.rst +1 -1
- odoo/addons/fleet_vehicle_inspection/__manifest__.py +1 -1
- odoo/addons/fleet_vehicle_inspection/i18n/fleet_vehicle_inspection.pot +1 -0
- odoo/addons/fleet_vehicle_inspection/models/fleet_vehicle_inspection_line.py +1 -0
- odoo/addons/fleet_vehicle_inspection/static/description/index.html +8 -6
- odoo/addons/fleet_vehicle_inspection/views/fleet_vehicle_inspection.xml +1 -0
- {odoo_addon_fleet_vehicle_inspection-16.0.1.0.0.7.dist-info → odoo_addon_fleet_vehicle_inspection-16.0.1.1.0.dist-info}/METADATA +4 -7
- {odoo_addon_fleet_vehicle_inspection-16.0.1.0.0.7.dist-info → odoo_addon_fleet_vehicle_inspection-16.0.1.1.0.dist-info}/RECORD +10 -10
- {odoo_addon_fleet_vehicle_inspection-16.0.1.0.0.7.dist-info → odoo_addon_fleet_vehicle_inspection-16.0.1.1.0.dist-info}/WHEEL +1 -1
- {odoo_addon_fleet_vehicle_inspection-16.0.1.0.0.7.dist-info → odoo_addon_fleet_vehicle_inspection-16.0.1.1.0.dist-info}/top_level.txt +0 -0
|
@@ -7,7 +7,7 @@ Fleet Vehicle Inspection
|
|
|
7
7
|
!! This file is generated by oca-gen-addon-readme !!
|
|
8
8
|
!! changes will be overwritten. !!
|
|
9
9
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
10
|
-
!! source digest: sha256:
|
|
10
|
+
!! source digest: sha256:b22fab27fe206c581057c8e227e51fa44edb9e7f1578e0cae598fef13d32a665
|
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
12
|
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -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": "16.0.1.
|
|
9
|
+
"version": "16.0.1.1.0",
|
|
10
10
|
"license": "AGPL-3",
|
|
11
11
|
"category": "Fleet",
|
|
12
12
|
"author": "Escodoo,Odoo Community Association (OCA)",
|
|
@@ -663,6 +663,7 @@ msgid "Result Description"
|
|
|
663
663
|
msgstr ""
|
|
664
664
|
|
|
665
665
|
#. module: fleet_vehicle_inspection
|
|
666
|
+
#: model:ir.model.fields,field_description:fleet_vehicle_inspection.field_fleet_vehicle_inspection_line__sequence
|
|
666
667
|
#: model:ir.model.fields,field_description:fleet_vehicle_inspection.field_fleet_vehicle_inspection_line_image__sequence
|
|
667
668
|
msgid "Sequence"
|
|
668
669
|
msgstr ""
|
|
@@ -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
|
|
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 {
|
|
@@ -367,7 +367,7 @@ ul.auto-toc {
|
|
|
367
367
|
!! This file is generated by oca-gen-addon-readme !!
|
|
368
368
|
!! changes will be overwritten. !!
|
|
369
369
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
370
|
-
!! source digest: sha256:
|
|
370
|
+
!! source digest: sha256:b22fab27fe206c581057c8e227e51fa44edb9e7f1578e0cae598fef13d32a665
|
|
371
371
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
|
372
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_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-16-0/fleet-16-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=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
|
373
373
|
<p>This module extends the Fleet module allowing the registration of vehicle entry and exit inspections.
|
|
@@ -440,7 +440,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
440
440
|
<div class="section" id="maintainers">
|
|
441
441
|
<h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
|
|
442
442
|
<p>This module is maintained by the OCA.</p>
|
|
443
|
-
<a class="reference external image-reference" href="https://odoo-community.org"
|
|
443
|
+
<a class="reference external image-reference" href="https://odoo-community.org">
|
|
444
|
+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
|
445
|
+
</a>
|
|
444
446
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
445
447
|
mission is to support the collaborative development of Odoo features and
|
|
446
448
|
promote its widespread use.</p>
|
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
|
-
Name: odoo-addon-
|
|
3
|
-
Version: 16.0.1.
|
|
2
|
+
Name: odoo-addon-fleet_vehicle_inspection
|
|
3
|
+
Version: 16.0.1.1.0
|
|
4
4
|
Summary: This module extends the Fleet module allowing the registration of vehicle entry and exit inspections.
|
|
5
5
|
Home-page: https://github.com/OCA/fleet
|
|
6
6
|
Author: Escodoo,Odoo Community Association (OCA)
|
|
7
7
|
Author-email: support@odoo-community.org
|
|
8
8
|
License: AGPL-3
|
|
9
|
-
Platform: UNKNOWN
|
|
10
9
|
Classifier: Programming Language :: Python
|
|
11
10
|
Classifier: Framework :: Odoo
|
|
12
11
|
Classifier: Framework :: Odoo :: 16.0
|
|
13
12
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
14
13
|
Requires-Python: >=3.10
|
|
15
|
-
Requires-Dist: odoo
|
|
14
|
+
Requires-Dist: odoo<16.1dev,>=16.0a
|
|
16
15
|
|
|
17
16
|
========================
|
|
18
17
|
Fleet Vehicle Inspection
|
|
@@ -23,7 +22,7 @@ Fleet Vehicle Inspection
|
|
|
23
22
|
!! This file is generated by oca-gen-addon-readme !!
|
|
24
23
|
!! changes will be overwritten. !!
|
|
25
24
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
26
|
-
!! source digest: sha256:
|
|
25
|
+
!! source digest: sha256:b22fab27fe206c581057c8e227e51fa44edb9e7f1578e0cae598fef13d32a665
|
|
27
26
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
28
27
|
|
|
29
28
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -126,5 +125,3 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|
|
|
126
125
|
This module is part of the `OCA/fleet <https://github.com/OCA/fleet/tree/16.0/fleet_vehicle_inspection>`_ project on GitHub.
|
|
127
126
|
|
|
128
127
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
129
|
-
|
|
130
|
-
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
odoo/addons/fleet_vehicle_inspection/README.rst,sha256=
|
|
1
|
+
odoo/addons/fleet_vehicle_inspection/README.rst,sha256=A3Mutr_PRcyo9foPXj7625BwOePbkvcgSh3CcnJTf6I,3898
|
|
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=tOUSGUx8VZim8NBKJd0YNAV6pP5X73fi2rEdrCDOEAQ,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=UGqrltJxZkBWCpIjwCvldI2BjVuNojJINMWvGquVMIY,40794
|
|
7
|
-
odoo/addons/fleet_vehicle_inspection/i18n/fleet_vehicle_inspection.pot,sha256=
|
|
7
|
+
odoo/addons/fleet_vehicle_inspection/i18n/fleet_vehicle_inspection.pot,sha256=qY30ZzGOXOfMhbsOYaHGp_d9SzBqSEVD3_RKt7R4Rwg,37155
|
|
8
8
|
odoo/addons/fleet_vehicle_inspection/i18n/it.po,sha256=F8avpoMwmwgZtW3lX_FBe958adrth96ZeXClersk26U,40451
|
|
9
9
|
odoo/addons/fleet_vehicle_inspection/i18n/pt_BR.po,sha256=XDy_sUUCXzqCMzsF43pzAUGNeHWPnXpq1RVbm3crv0Q,40700
|
|
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
12
|
odoo/addons/fleet_vehicle_inspection/models/fleet_vehicle_inspection.py,sha256=JNB3z5-ntSyw7BvidMWN5dyo865uY4siLyEV9hgNMOA,6822
|
|
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=g5feUqbmH0QvoJVSBQg6tmmSLTqViXWD2PI7oNg-CyE,1736
|
|
15
15
|
odoo/addons/fleet_vehicle_inspection/models/fleet_vehicle_inspection_line_image.py,sha256=997sg6j5PurBvQ3Sbs6fi_Uw-w-fGOFSzUw33SGkBaE,1117
|
|
16
16
|
odoo/addons/fleet_vehicle_inspection/readme/CONFIGURE.rst,sha256=RFMs3hWbeCiiwGBo1ALY-wx2HuzVPjM0MMAebTwI8iw,178
|
|
17
17
|
odoo/addons/fleet_vehicle_inspection/readme/CONTRIBUTORS.rst,sha256=GQm8m--bDcVIihi1mzv7_FvigQpiaA1IqgOKKCvBJzM,181
|
|
@@ -22,14 +22,14 @@ odoo/addons/fleet_vehicle_inspection/security/ir.model.access.csv,sha256=TS87sEc
|
|
|
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=q44Wayju0IX98UbIj8UBfjLNeXMR9H20ghDOvpj1bpA,14136
|
|
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=VFodffgGeFD44MYS0rcZiv5WR6vCFCbggmF7JAEojVk,22854
|
|
30
30
|
odoo/addons/fleet_vehicle_inspection/views/fleet_vehicle_inspection_item.xml,sha256=jXdV-qVDoQ971yVxIwhiaXS-8Ex5qE2HwJySs6G6KkQ,3001
|
|
31
31
|
odoo/addons/fleet_vehicle_inspection/views/fleet_vehicle_inspection_line.xml,sha256=4n3RjEinSfEChxSz0KhH3RctiIAuUaQ8Efk0QD_Q0hc,12541
|
|
32
|
-
odoo_addon_fleet_vehicle_inspection-16.0.1.
|
|
33
|
-
odoo_addon_fleet_vehicle_inspection-16.0.1.
|
|
34
|
-
odoo_addon_fleet_vehicle_inspection-16.0.1.
|
|
35
|
-
odoo_addon_fleet_vehicle_inspection-16.0.1.
|
|
32
|
+
odoo_addon_fleet_vehicle_inspection-16.0.1.1.0.dist-info/METADATA,sha256=CRXDgLlfys8nT6WIIpuDZ7xgq0kagxQ4taU-3fHaGnM,4487
|
|
33
|
+
odoo_addon_fleet_vehicle_inspection-16.0.1.1.0.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
|
34
|
+
odoo_addon_fleet_vehicle_inspection-16.0.1.1.0.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
|
35
|
+
odoo_addon_fleet_vehicle_inspection-16.0.1.1.0.dist-info/RECORD,,
|