Skip to content

Commit f14c9c8

Browse files
committed
[MIG] fleet_vehicle_inspection_template: Migration to 17.0
1 parent a378e77 commit f14c9c8

14 files changed

Lines changed: 42 additions & 33 deletions

File tree

fleet_vehicle_inspection_template/README.rst

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,19 @@ Fleet Vehicle Inspection Template
1717
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1818
:alt: License: AGPL-3
1919
.. |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_inspection_template
20+
:target: https://github.com/OCA/fleet/tree/17.0/fleet_vehicle_inspection_template
2121
:alt: OCA/fleet
2222
.. |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_inspection_template
23+
:target: https://translation.odoo-community.org/projects/fleet-17-0/fleet-17-0-fleet_vehicle_inspection_template
2424
:alt: Translate me on Weblate
2525
.. |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=17.0
2727
:alt: Try me on Runboat
2828

2929
|badge1| |badge2| |badge3| |badge4| |badge5|
3030

31-
This module extends the Fleet Vehicle Inspection module allowing the create inspection templates.
31+
This module extends the Fleet Vehicle Inspection module allowing the
32+
create inspection templates.
3233

3334
**Table of contents**
3435

@@ -38,48 +39,49 @@ This module extends the Fleet Vehicle Inspection module allowing the create insp
3839
Configuration
3940
=============
4041

41-
To configure this module, you will need to set up inspection template for vehicle inspections.
42+
To configure this module, you will need to set up inspection template
43+
for vehicle inspections.
4244

43-
#. Go to Fleet > Configuration > Inspection Templates
44-
#. Create or edit inspection template
45+
1. Go to Fleet > Configuration > Inspection Templates
46+
2. Create or edit inspection template
4547

4648
Known issues / Roadmap
4749
======================
4850

49-
* Add Inspection Templates by Vehicle Model
51+
- Add Inspection Templates by Vehicle Model
5052

5153
Bug Tracker
5254
===========
5355

5456
Bugs are tracked on `GitHub Issues <https://github.com/OCA/fleet/issues>`_.
5557
In case of trouble, please check there if your issue has already been reported.
5658
If you spotted it first, help us to smash it by providing a detailed and welcomed
57-
`feedback <https://github.com/OCA/fleet/issues/new?body=module:%20fleet_vehicle_inspection_template%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
59+
`feedback <https://github.com/OCA/fleet/issues/new?body=module:%20fleet_vehicle_inspection_template%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
5860

5961
Do not contact contributors directly about support or help with technical issues.
6062

6163
Credits
6264
=======
6365

6466
Authors
65-
~~~~~~~
67+
-------
6668

6769
* Escodoo
6870

6971
Contributors
70-
~~~~~~~~~~~~
72+
------------
7173

72-
* Marcel Savegnago <marcel.savegnago@escodoo.com.br>
74+
- Marcel Savegnago <marcel.savegnago@escodoo.com.br>
7375

7476
Other credits
75-
~~~~~~~~~~~~~
77+
-------------
7678

7779
The development of this module has been financially supported by:
7880

79-
* Escodoo - `https://www.escodoo.com.br <https://www.escodoo.com.br>`_
81+
- Escodoo - https://www.escodoo.com.br
8082

8183
Maintainers
82-
~~~~~~~~~~~
84+
-----------
8385

8486
This module is maintained by the OCA.
8587

@@ -99,6 +101,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
99101

100102
|maintainer-marcelsavegnago|
101103

102-
This module is part of the `OCA/fleet <https://github.com/OCA/fleet/tree/16.0/fleet_vehicle_inspection_template>`_ project on GitHub.
104+
This module is part of the `OCA/fleet <https://github.com/OCA/fleet/tree/17.0/fleet_vehicle_inspection_template>`_ project on GitHub.
103105

104106
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

fleet_vehicle_inspection_template/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"summary": """
77
This module extend module fleet_vehicle_inspection enable
88
inspection templates feature""",
9-
"version": "16.0.2.0.0",
9+
"version": "17.0.1.0.0",
1010
"license": "AGPL-3",
1111
"author": "Escodoo, Odoo Community Association (OCA)",
1212
"category": "Human Resources",
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["whool"]
3+
build-backend = "whool.buildapi"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
To configure this module, you will need to set up inspection template
2+
for vehicle inspections.
3+
4+
1. Go to Fleet \> Configuration \> Inspection Templates
5+
2. Create or edit inspection template

fleet_vehicle_inspection_template/readme/CONFIGURE.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Marcel Savegnago \<marcel.savegnago@escodoo.com.br\>

fleet_vehicle_inspection_template/readme/CONTRIBUTORS.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
The development of this module has been financially supported by:
2+
3+
- Escodoo - <https://www.escodoo.com.br>

fleet_vehicle_inspection_template/readme/CREDITS.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

fleet_vehicle_inspection_template/readme/DESCRIPTION.rst renamed to fleet_vehicle_inspection_template/readme/DESCRIPTION.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
This module extends the Fleet Vehicle Inspection module allowing the create inspection templates.
1+
This module extends the Fleet Vehicle Inspection module allowing the
2+
create inspection templates.

0 commit comments

Comments
 (0)