Skip to content

Commit 7a5d891

Browse files
larm-odoojero-odoo
authored andcommitted
[ADD] fleet: add a new vehicle
closes #7205 X-original-commit: e3d4c2f Signed-off-by: Zachary Straub (zst) <[email protected]> Co-authored-by: jero-odoo <[email protected]>
1 parent 81d201e commit 7a5d891

File tree

7 files changed

+158
-1
lines changed

7 files changed

+158
-1
lines changed

content/applications/hr/employees/new_employee.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,8 @@ information.
344344
fields. Last, if the employee is not a resident of the country they are working in, activate the
345345
check box next to the :guilabel:`Non-resident` field.
346346

347+
.. _employees/hr-settings:
348+
347349
HR Settings tab
348350
---------------
349351

content/applications/hr/fleet.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
:nosearch:
22
:show-content:
3-
:hide-page-toc:
43
:show-toc:
54

65
=====
@@ -13,4 +12,5 @@ Odoo *Fleet* organizes all the vehicles, contracts, and repairs of all the vehic
1312
:titlesonly:
1413

1514
fleet/configuration
15+
fleet/new_vehicle
1616
fleet/service
Lines changed: 155 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,155 @@
1+
===================
2+
Create new vehicles
3+
===================
4+
5+
Odoo's *Fleet* app manages all vehicles and the accompanying documentation that comes with vehicle
6+
maintenance and driver's records.
7+
8+
All vehicles are organized on the main :guilabel:`Fleet` dashboard. Each vehicle has its own
9+
*vehicle form*, which is displayed as a card in the kanban view, according to it's status. Every
10+
vehicle form is displayed in its current corresponding kanban stage. The default stages are
11+
:guilabel:`New Request`, :guilabel:`To Order`, :guilabel:`Ordered`, :guilabel:`Registered`,
12+
:guilabel:`Downgraded`, :guilabel:`Reserve`, and :guilabel:`Waiting List`.
13+
14+
To add a new vehicle to the fleet, click the :guilabel:`Create` button, and a blank vehicle form
15+
loads. Enter the vehicle information in the vehicle form, then click :guilabel:`Save`.
16+
17+
Vehicle form fields
18+
===================
19+
20+
- :guilabel:`Model`: select the vehicle's model from the drop-down menu. If the model is not listed,
21+
type in the model name and click either :guilabel:`Create` or :guilabel:`Create and Edit`.
22+
- :guilabel:`License Plate`: enter the vehicle's license plate number in this field.
23+
- :guilabel:`Tags`: select any tags from the drop-down menu, or type in a new tag. There is no limit
24+
on the amount of tags that can be selected.
25+
26+
.. note::
27+
The :guilabel:`Model` is the only required field on the new vehicle form. When a model is
28+
selected, other fields will appear on the vehicle form, and relevant information will
29+
auto-populate fields that apply to the model. If some of the fields do not appear, this may
30+
indicate there is no model selected.
31+
32+
Driver section
33+
--------------
34+
35+
This section of the vehicle form relates to the person who is currently driving the car, as well as
36+
any plans for a change in the driver in the future, and when.
37+
38+
- :guilabel:`Driver`: select the driver from the drop-down menu, or type in a new driver and click
39+
either :guilabel:`Create` or :guilabel:`Create and Edit`.
40+
- :guilabel:`Mobility Card`: if the selected driver has a mobility card listed on their employee
41+
card in the *Employees* application, the mobility card number will appear in this field. If there
42+
is no mobility card listed and one should be added, :ref:`edit the employee card
43+
<employees/hr-settings>` in the *Employees* application.
44+
- :guilabel:`Future Driver`: if the next driver for the vehicle is known, select the next driver
45+
from the drop-down menu, or type in the next driver and click either :guilabel:`Create` or
46+
:guilabel:`Create and Edit`.
47+
- :guilabel:`Plan To Change Car`: if the current driver set for this vehicle plans to change their
48+
vehicle, either because they are waiting on a new vehicle that is being ordered, or this is a
49+
temporary vehicle assignment and they know which vehicle they will be driving next, check this
50+
box. If the current driver does not plan to change their vehicle and use this current vehicle, do
51+
not check this box.
52+
- :guilabel:`Assignment Date`: select the date the vehicle will be available for another driver
53+
using the drop-down calendar. Select the date by navigating to the correct month and year using
54+
the :guilabel:`⬅️ (left arrow)` and :guilabel:`➡️ (right arrow)` icons, then click on the specific
55+
day. If this field is blank, this indicates the vehicle is currently available and can be
56+
reassigned to another driver. If it is populated, the vehicle will not be available to assign to
57+
another driver until the date entered.
58+
59+
.. important::
60+
A driver does **not** have to be an employee, but a driver must be listed in the *Contacts*
61+
application. When creating a new driver, the driver is added to the *Contacts* application, not
62+
the *Employees* application.
63+
64+
Vehicle section
65+
---------------
66+
67+
This section of the vehicle form relates to the physical vehicle, it's various properties, when it
68+
was added, where it is located, and who is managing it.
69+
70+
- :guilabel:`Immatriculation Date`: select the date the vehicle is acquired using the drop-down
71+
calendar.
72+
- :guilabel:`Cancellation Date`: select the date the vehicle lease will expire, or when the vehicle
73+
will be no longer available, using the drop-down calendar.
74+
- :guilabel:`Chassis Number`: enter the chassis number in the field. This is known in some countries
75+
as the :abbr:`VIN (Vehicle Identification Number)` number.
76+
- :guilabel:`Last Odometer`: enter the last known odometer reading in the number field. Using the
77+
drop-down menu next to the number field, select whether the odometer reading is in kilometers
78+
:guilabel:`(km)` or miles :guilabel:`(mi)`.
79+
- :guilabel:`Fleet Manager`: select the fleet manager from the drop-down menu, or type in a new
80+
fleet manager and click either :guilabel:`Create` or :guilabel:`Create and Edit`.
81+
- :guilabel:`Location`: type in the location for the vehicle in the field. The most common scenario
82+
for when this field would be populated is if a company has several office locations. The typical
83+
office location where the vehicle is located would be the location entered.
84+
- :guilabel:`Company`: select the company that the vehicle will be used for and associated with from
85+
the drop-down menu, or type in a new company and click either :guilabel:`Create` or
86+
:guilabel:`Create and Edit`.
87+
88+
.. important::
89+
Creating a new company may cause a subscription price change depending on the current plan. Refer
90+
to `Odoo's pricing plan <https://www.odoo.com/pricing-plan>`_ for more details.
91+
92+
.. image:: new_vehicle/new-vehicle-type.png
93+
:align: center
94+
:alt: The new vehicle form, showing the vehicle tax section.
95+
96+
Tax Info tab
97+
------------
98+
99+
Fiscality
100+
~~~~~~~~~
101+
102+
- :guilabel:`Horsepower Taxation`: enter the amount that is taxed based on the size of the vehicles
103+
engine. This is determined by local taxes and regulations, and varies depending on the location.
104+
It is recommended to check with the accounting department to ensure this value is correct.
105+
- :guilabel:`Disallowed Expense Rate`: this is the amount of non-deductible expenses for the
106+
vehicle. This amount is not counted towards any deductions on a tax return or as an allowable
107+
expense when calculating taxable income. It is recommended to check with the accounting department
108+
to ensure the value(s) entered are correct.
109+
110+
- :guilabel:`Start Date`: enter the :guilabel:`Start Date` and :guilabel:`(%) Percentage` for when
111+
the :guilabel:`Disallowed Expense Rate` value goes into effect. Click :guilabel:`Add a line` to
112+
enter a date. Click on the blank line to display a calendar. Select the date by navigating to
113+
the correct month and year using the :guilabel:`⬅️ (left arrow)` and :guilabel:`➡️ (right
114+
arrow)` icons, then click on the specific day. Enter the percentage that is disallowed in the
115+
:guilabel:`% (percent)` field to the right of the date. The percentage should be entered in an
116+
XX.XX format. Repeat this for all entries needed.
117+
118+
Contract
119+
~~~~~~~~
120+
121+
- :guilabel:`First Contract Date`: select the start date for the vehicle's first contract using the
122+
drop-down calendar. Typically this is the day the vehicle is purchased or leased.
123+
- :guilabel:`Catalog Value (VAT Incl.)`: enter the MSRP (Manufacturer's Suggested Retail Price) for
124+
the vehicle at the time of purchase or lease.
125+
- :guilabel:`Purchase Value`: enter the purchase price or the value of the lease for the vehicle.
126+
- :guilabel:`Residual Value`: enter the current value of the vehicle.
127+
128+
.. note::
129+
The values listed above will affect the accounting department. It is recommended to check with
130+
the accounting department for more information and/or assistance with these values.
131+
132+
.. image:: new_vehicle/new-vehicle-tax.png
133+
:align: center
134+
:alt: The new vehicle form, showing the vehicle tax section.
135+
136+
Model tab
137+
---------
138+
139+
If the model for the new vehicle is already configured in the database, the :guilabel:`Model` tab
140+
will be populated with the corresponding information. If the model is not already in the database
141+
and the :guilabel:`Model` tab needs to be configured, :ref:`configure the new vehicle model
142+
<fleet/configuration/add-model>`.
143+
144+
Check the information in the :guilabel:`Model` tab to ensure it is accurate. For example, the color
145+
of the vehicle, or whether there is a trailer hitch installed or not, are examples of information
146+
that may need updating.
147+
148+
.. image:: new_vehicle/model-tab.png
149+
:align: center
150+
:alt: The new vehicle form, showing the vehicle tax section.
151+
152+
Note tab
153+
--------
154+
155+
Enter any notes for the vehicle in this section.
11.9 KB
Loading
9.19 KB
Loading
10.7 KB
Loading
20.8 KB
Loading

0 commit comments

Comments
 (0)