From 980d9f67c5c45535aa452c3ea9925a553b75ff70 Mon Sep 17 00:00:00 2001 From: "Lara Martini (larm)" Date: Wed, 3 Apr 2024 18:39:40 +0000 Subject: [PATCH] [MOV] fleet: config doc to parent closes odoo/documentation#8848 X-original-commit: 62f6502d61f27c9615ed785c633921c1012535df Signed-off-by: Samuel Lieber (sali) Signed-off-by: Lara Martini (larm) --- content/applications/hr/fleet.rst | 269 +++++++++++++++- .../fleet/{configuration => }/categories.png | Bin .../applications/hr/fleet/configuration.rst | 300 ------------------ .../{configuration => }/fleet-settings.png | Bin .../{configuration => }/manufacturer.png | Bin content/applications/hr/fleet/models.png | Bin 0 -> 15418 bytes content/applications/hr/fleet/new_vehicle.rst | 8 +- .../hr/fleet/{configuration => }/vendor.png | Bin redirects/15.0.txt | 4 + 9 files changed, 273 insertions(+), 308 deletions(-) rename content/applications/hr/fleet/{configuration => }/categories.png (100%) delete mode 100644 content/applications/hr/fleet/configuration.rst rename content/applications/hr/fleet/{configuration => }/fleet-settings.png (100%) rename content/applications/hr/fleet/{configuration => }/manufacturer.png (100%) create mode 100644 content/applications/hr/fleet/models.png rename content/applications/hr/fleet/{configuration => }/vendor.png (100%) diff --git a/content/applications/hr/fleet.rst b/content/applications/hr/fleet.rst index d5b5572c2..fc7c8e601 100644 --- a/content/applications/hr/fleet.rst +++ b/content/applications/hr/fleet.rst @@ -1,16 +1,277 @@ -:nosearch: :show-content: -:show-toc: ===== Fleet ===== -Odoo *Fleet* organizes all the vehicles, contracts, and repairs of all the vehicles. +This document outlines all of the configurations and settings for the *Fleet* application, including +:ref:`settings `, :ref:`manufacturers `, :ref:`vehicle models +`, and :ref:`model categories `. + +.. _fleet/settings: + +Settings +======== + +To access the settings menu, go to :menuselection:`Fleet application --> Configuration --> +Settings`. There are only two settings that need configuration, the vehicle contract end date alert +delay, and a new vehicle request limit. + +.. image:: fleet/fleet-settings.png + :align: center + :alt: Settings available for the Fleet application. + +End Date Contract Alert +----------------------- + +The :guilabel:`End Date Contract Alert` field defines an alert delay for the persons responsible for +vehicle contracts. The responsible person(s) will receive an email informing them a vehicle contract +is about to expire in the number of days defined in this field. + +.. note:: + To determine who the responsible person is for a contract, open an individual contract. The + person listed as :guilabel:`Responsible` under the :guilabel:`Contract Information` section of + the contract is the person who will receive the alert. + + To access all contracts, navigate to :menuselection:`Fleet app --> Fleet --> Contracts` and all + contracts appear in the list. Click on a :guilabel:`Contract` to view it. + + An individual contract can also be found by navigating to :menuselection:`Fleet app --> Fleet --> + Fleet` and clicking on an individual vehicle. On the vehicle form, click the + :guilabel:`Contracts` smart button at the top of the page. The contract(s) associated with this + vehicle only appears in the list. Click on an individual contract to open it. The + :guilabel:`Responsible` person is listed on the contract. + +New Vehicle Request +------------------- + +The :guilabel:`New Vehicle Request` field sets a limit on how many new vehicles are requested based +on fleet availability. An employee filling out the salary configurator form (after being offered a +position), will *not* be able to request a new car if the number of existing cars is greater than +the number specified in the :guilabel:`New Vehicle Request` field. Enter the specific number limit +for existing available cars in this field. + +.. example:: + If the :guilabel:`New Vehicle Request` limit is set to 20 vehicles, and there are 25 vehicles + available, an employee would not be able to request a new vehicle. If there are only 10 cars + available, then the employee would be able to request a new vehicle. + +.. _fleet/manufacturers: + +Manufacturers +============= + +Odoo *Fleet* comes pre-configured with sixty-six commonly used car and bicycle manufacturers in the +database, along with their logos. To view the pre-loaded manufacturers, go to :menuselection:`Fleet +app --> Configuration --> Manufacturers`. + +The manufacturers appear in a list view in alphabetical order. Each manufacturer's card lists how +many specific models are configured for each particular manufacturer. Odoo comes with forty six +pre-configured :ref:`models ` from four major auto manufacturers and one +major bicycle manufacturer: Audi, BMW, Mercedes, Opel (cars), and Eddy Merckx (bicycle). + +.. image:: fleet/manufacturer.png + :align: center + :alt: Manufacturer card with the amount of models listed. + +Add a manufacturer +------------------ + +To add a new manufacturer to the database, click :guilabel:`Create`. A manufacturer form will load. +Only two pieces of information are needed, the :guilabel:`Name` of the manufacturer, and the logo. +Type the name of the manufacturer in the name field, and select an image to upload for the logo. +When the information is entered, click :guilabel:`Save`. + +.. _fleet/models: + +Vehicle Models +============== + +Many manufacturers have a variety of models that they produce. When adding a vehicle to the fleet, +it is important to specify the vehicle model being added. Odoo comes with pre-configured car models +from four major auto manufacturers, and one pre-configured bicycle model from one bicycle +manufacturer: Audi, BMW, Mercedes, Opel (cars), and Eddy Merckx (bicycle). If a vehicle *other* than +the pre-configured models from these manufacturers are part of a fleet, the model (and/or +manufacturer) needs to be added to the database. + +Preconfigured Models +-------------------- + +The following models are pre-loaded in Odoo and do not need to be added to the database: + ++-------+--------------+-------------+-----------+---------------+ +| AUDI | BMW | Eddy Merckx | Mercedes | Opel | ++=======+==============+=============+===========+===============+ +| A1 | Serie 1 | SanRemo76 | Class A | Agilia | ++-------+--------------+-------------+-----------+---------------+ +| A3 | Serie 3 | | Class B | Ampera | ++-------+--------------+-------------+-----------+---------------+ +| A4 | Serie 5 | | Class C | Antara | ++-------+--------------+-------------+-----------+---------------+ +| A5 | Serie 6 | | Class CL | Astra | ++-------+--------------+-------------+-----------+---------------+ +| A6 | Serie 7 | | Class CLS | AstraGTC | ++-------+--------------+-------------+-----------+---------------+ +| A7 | Serie Hybrid | | Class E | Combo Tour | ++-------+--------------+-------------+-----------+---------------+ +| A8 | Serie M | | Class GL | Corsa | ++-------+--------------+-------------+-----------+---------------+ +| Q3 | Serie X | | Class GLK | Insignia | ++-------+--------------+-------------+-----------+---------------+ +| Q5 | Serie Z4 | | Class M | Meriva | ++-------+--------------+-------------+-----------+---------------+ +| Q7 | | | Class R | Mokka | ++-------+--------------+-------------+-----------+---------------+ +| TT | | | Class S | Zafira | ++-------+--------------+-------------+-----------+---------------+ +| | | | Class SLK | Zafira Tourer | ++-------+--------------+-------------+-----------+---------------+ +| | | | Class SLS | | ++-------+--------------+-------------+-----------+---------------+ + +.. _fleet/add-model: + +Add a new model +--------------- + +New vehicle models can easily be added to the database. To add a new model, navigate to +:menuselection:`Fleet app --> Configuration --> Vehicle Models`. Click :guilabel:`Create` and a +vehicle model form will load. Enter the following information on the form, then click +:guilabel:`Save`. Be advised, some fields are specific to Belgian based companies, so not all fields +or sections may be visible depending on the location of the company. + +- :guilabel:`Model name`: enter the model name in the field. +- :guilabel:`Manufacturer`: select the manufacturer from the drop-down menu. If the manufacturer is + not configured, type in the manufacturer and then click :guilabel:`Create` or :guilabel:`Create & + Edit`. +- :guilabel:`Vehicle Type`: select one of two preconfigured vehicle types, either :guilabel:`Car` or + :guilabel:`Bike`, from the drop-down menu. The vehicle types are hardcoded in Odoo and are + integrated with the *Payroll* application since vehicles can be part of an employee's benefits. + Adding additional vehicle types is not possible as it will affect payroll. +- :guilabel:`Category`: select the category the vehicle is categorized under from the drop-down + menu. To create a new category, type in the category and then click :guilabel:`Create (new + category)`. + +.. note:: + When the manufacturer is selected, the logo for the manufacturer will automatically load in the + image box in the top right corner. + +Information tab +~~~~~~~~~~~~~~~ + +Model +***** + +- :guilabel:`Seats Number`: enter how many passengers the vehicle can accommodate. +- :guilabel:`Doors Number`: enter the number of doors the vehicle has. +- :guilabel:`Color`: enter the color of the vehicle. +- :guilabel:`Model Year`: enter the year the vehicle was manufactured. +- :guilabel:`Trailer Hitch`: check this box if the vehicle has a trailer hitch installed. + +Salary +****** + +.. note:: + The :guilabel:`Salary` section only appears for Belgian-based companies, and only if the company + has their localization setting set to Belgium. The cost values are all **monthly** with the + exception of the :guilabel:`Catalog Value (VAT Incl.)`. + +- :guilabel:`Can be requested`: check this box if employees can request this model vehicle. +- :guilabel:`Catalog Value (VAT Incl.)`: enter the :abbr:`MSRP (Manufacturer's Suggested Retail + Price)` for the vehicle at the time of purchase or lease. +- :guilabel:`C02 fee`: this value is automatically calculated based on Belgian laws and regulations, + and cannot be modified. The value is based on the value entered in the :guilabel:`CO2 Emissions` + field in the :guilabel:`Engine` section of the vehicle form. + +.. important:: + Modifying the :guilabel:`CO2 Emissions` field will adjust the value in the :guilabel:`CO2 fee` + field. + +- :guilabel:`Cost (Depreciated)`: enter the monthly cost for the vehicle, which appears in the + salary configurator that is available to a future employee when they are offered a job position. + This value impacts the gross and net salary of the employee who is assigned to the vehicle. This + figure is depreciated over time according to local tax laws. The :guilabel:`Cost (Depreciated)` + does not depreciate automatically on the *vehicle model*, it only depreciates based on the + *contract* linked to a specific vehicle and not on the general model. +- :guilabel:`Total Cost (Depreciated)`: this value is the :guilabel:`Cost (Depreciated)` and the + :guilabel:`C02 fee` fields combined, and also is depreciated over time. + +Engine +****** + +- :guilabel:`Fuel Type`: select the type of fuel the vehicle uses form the drop-down menu. The + options are :guilabel:`Diesel`, :guilabel:`Gasoline`, :guilabel:`Hybrid Diesel`, :guilabel:`Hybrid + Gasoline`, :guilabel:`Plug-in Hybrid Diesel`, :guilabel:`Plug-in Hybrid Gasoline`, + :guilabel:`CNG`, :guilabel:`LPG`, :guilabel:`Hydrogen`, or :guilabel:`Electric`. +- :guilabel:`CO2 Emissions`: enter the average carbon dioxide emissions the vehicle produces in + grams per kilometer (g/km). This information is provided by the car manufacturer. +- :guilabel:`CO2 Standard`: enter the standard amount of carbon dioxide in grams per kilometer + (g/km) for a similar sized vehicle. +- :guilabel:`Transmission`: select the transmission type from the drop-down menu, either + :guilabel:`Manual` or :guilabel:`Automatic`. +- :guilabel:`Power`: if the vehicle is electric or hybrid, enter the power the vehicle uses in + kilowatts (kW). +- :guilabel:`Horsepower`: enter the vehicle's horsepower in this field. +- :guilabel:`Horsepower Taxation`: enter the amount that is taxed based on the size of the vehicle's + engine. This is determined by local taxes and regulations, and varies depending on the location. + It is recommended to check with the accounting department to ensure this value is correct. +- :guilabel:`Tax Deduction`: this field auto-populates according to the engine specifications, and + cannot be modified. The percentage is based on the localization settings and local tax laws. + +Vendors tab +~~~~~~~~~~~ + +Vehicle specific vendors, such as car dealerships, are not listed separately from other vendors. The +vendors that a vehicle can be purchased from also appear in the list of vendors used by the +*Purchase* app. + +The vendor(s) the vehicle can be purchased from may be added in this tab. To add a vendor, click +:guilabel:`Add`, and a pop-up loads with a list of all the vendors currently in the database. Select +the vendor to add by clicking the checkbox next to the vendor name, then click :guilabel:`Select`. +There is no limit to the number of vendors that can be added to this list. + +If a vendor is not in the database, add a vendor by clicking :guilabel:`Create`. A vendor form will +load. Enter the information in the vendor tab, then click :guilabel:`Save & Close` to add the vendor +and close the window, or :guilabel:`Save & New` to add the current vendor and create another new +vendor. + +.. image:: fleet/vendor.png + :align: center + :alt: Vendor form to fill out when adding a new vendor. + +.. _fleet/categories: + +Model Category +============== + +To best organize a fleet, it is recommended to have vehicle models housed under a specific category, +to more easily see what kinds of vehicles are in the fleet. Model categories are set on the +:ref:`vehicle model form `. + +To view all the models currently set up, navigate to :menuselection:`Fleet application --> +Configuration --> Model Category`. All models are displayed in a list view. + +Add a new model category +------------------------ + +To add a new category, click :guilabel:`Create`. A new entry line appears at the bottom of the list. +Type in the new category, then click :guilabel:`Save` to save the entry. + +To reorganize how the categories appear in the list, click on the up and down arrows to the left of +the category to be moved, and drag the line to the desired position. The order of the list does not +affect the database in any way. However, it may be preferable to view the vehicle categories in a +specific order, for example, by size, or the numbers of passengers the vehicle can carry. + +.. image:: fleet/models.png + :align: center + :alt: List view of the models in the fleet. + +.. seealso:: + - :doc:`fleet/new_vehicle` + - :doc:`fleet/service` .. toctree:: :titlesonly: - fleet/configuration fleet/new_vehicle fleet/service diff --git a/content/applications/hr/fleet/configuration/categories.png b/content/applications/hr/fleet/categories.png similarity index 100% rename from content/applications/hr/fleet/configuration/categories.png rename to content/applications/hr/fleet/categories.png diff --git a/content/applications/hr/fleet/configuration.rst b/content/applications/hr/fleet/configuration.rst deleted file mode 100644 index 5e8abd185..000000000 --- a/content/applications/hr/fleet/configuration.rst +++ /dev/null @@ -1,300 +0,0 @@ -================== -Configuration menu -================== - -This document outlines all of the configurations and settings for the *Fleet* application, including -:ref:`settings `, :ref:`manufacturers -`, vehicle :ref:`models `, and model -:ref:`categories `. - -.. _fleet/configuration/settings: - -Settings -======== - -To access the settings menu, go to :menuselection:`Fleet application --> Configuration --> -Settings`. There are two settings that need configuration, the vehicle contract end date alert, and -a new vehicle request limit. - -.. image:: configuration/fleet-settings.png - :align: center - :alt: Settings available for the Fleet application. - -End date contract alert ------------------------ - -The :guilabel:`End Date Contract Alert` field defines when an alert is sent to the persons -responsible for the vehicle contracts. The responsible persons receive an email informing them when -a vehicle contract is expiring. How far in advance the email is sent is defined in this field. - -.. note:: - To determine who the responsible person is for a contract, open an individual contract. The - person listed as :guilabel:`Responsible` under the :guilabel:`Information` section of the - contract is the one who receives the alert. - - To access all contracts, navigate to :menuselection:`Fleet app --> Fleet --> Contracts` and all - contracts appear in the list. Click on a :guilabel:`Contract` to view it. - - An individual contract can also be found by navigating to :menuselection:`Fleet app --> Fleet --> - Fleet` and clicking on an individual vehicle card. On the vehicle form, click the - :guilabel:`Contracts` smart button at the top of the page. The contracts associated only with - this vehicle appear in the list. Click on an individual contract to open it. The - :guilabel:`Responsible` person is listed on the contract. - -New vehicle request -------------------- - -The :guilabel:`New Vehicle Request` field sets a limit on how many new vehicles are requested based -on fleet availability. After being offered a position, an employee filling out the online salary -configurator form is **not** able to request a new car if the number of existing cars is greater -than the number specified in the :guilabel:`New Vehicle Request` field. Enter the specific number -limit for existing available cars in this field. - -.. example:: - If the :guilabel:`New Vehicle Request` limit is set to 20 vehicles, and there are 25 vehicles - available, an employee would not be able to request a new vehicle. If there are only 10 cars - available, then the employee would be able to request a new vehicle. - -.. _fleet/configuration/manufacturers: - -Models -====== - -Manufacturers -------------- - -Odoo *Fleet* comes pre-configured with sixty-six commonly used car manufacturers in the database, -along with their logos. To view the pre-loaded manufacturers, go to :menuselection:`Fleet app --> -Configuration --> Models: Manufacturers`. - -The manufacturers appear in a list view in alphabetical order. Each manufacturer's card lists how -many specific models are configured for each particular manufacturer. Odoo comes with forty five -pre-configured :ref:`models ` from four major auto manufacturers: Audi, -BMW, Mercedes, and Opel. - -.. image:: configuration/manufacturer.png - :align: center - :alt: Manufacturer card with the amount of models listed. - -.. _fleet/configuration/add-manufacturer: - -Add a manufacturer -~~~~~~~~~~~~~~~~~~ - -To add a new manufacturer to the database, click :guilabel:`New`, and a blank manufacturer form -loads. - -First, type the name of the manufacturer in the :guilabel:`Name` field. This is the only required -field. - -Next, if a photo is available, hover over the image box and click the :guilabel:`✏️ (Pencil)` icon -that appears in the lower-left corner. - -A file explorer window pops up. Navigate to the file, then click :guilabel:`Open` to select it. - -The manufacturer form automatically saves as data is entered. However, the form can be saved -manually at any time by clicking the :guilabel:`Save manually` option, represented by a -:guilabel:`(cloud with an upwards arrow)` icon. - -.. _fleet/configuration/models: - -Models ------- - -Many manufacturers have a variety of models that they produce. Odoo comes with pre-configured car -models from four major auto manufacturers: Audi, BMW, Mercedes, and Opel. - -If a vehicle *other* than the pre-configured models from these manufacturers is part of a fleet, the -model (and/or manufacturer) **must** be added to the database. - -Pre-configured models -~~~~~~~~~~~~~~~~~~~~~ - -The following models are pre-configured in Odoo and do not need to be added to the database: - -+-------+--------------+-----------+---------------+ -| AUDI | BMW | Mercedes | Opel | -+=======+==============+===========+===============+ -| A1 | Serie 1 | Class A | Agilia | -+-------+--------------+-----------+---------------+ -| A3 | Serie 3 | Class B | Ampera | -+-------+--------------+-----------+---------------+ -| A4 | Serie 5 | Class C | Antara | -+-------+--------------+-----------+---------------+ -| A5 | Serie 6 | Class CL | Astra | -+-------+--------------+-----------+---------------+ -| A6 | Serie 7 | Class CLS | AstraGTC | -+-------+--------------+-----------+---------------+ -| A7 | Serie Hybrid | Class E | Combo Tour | -+-------+--------------+-----------+---------------+ -| A8 | Serie M | Class GL | Corsa | -+-------+--------------+-----------+---------------+ -| Q3 | Serie X | Class GLK | Insignia | -+-------+--------------+-----------+---------------+ -| Q5 | Serie Z4 | Class M | Meriva | -+-------+--------------+-----------+---------------+ -| Q7 | | Class R | Mokka | -+-------+--------------+-----------+---------------+ -| TT | | Class S | Zafira | -+-------+--------------+-----------+---------------+ -| | | Class SLK | Zafira Tourer | -+-------+--------------+-----------+---------------+ -| | | Class SLS | | -+-------+--------------+-----------+---------------+ - -.. _fleet/configuration/add-model: - -Add a new model -~~~~~~~~~~~~~~~ - -New vehicle models can easily be added to the database. To add a new model, navigate to -:menuselection:`Fleet app --> Configuration --> Models: Models`. Click the :guilabel:`New` button in -the top-left corner and a blank vehicle model form loads. - -Enter the following information on the form: - -.. note:: - Some fields or sections are based on the localization setting of the company, therefore not all - fields or sections may be visible. - -- :guilabel:`Model name`: enter the model name in the field. -- :guilabel:`Manufacturer`: select the manufacturer from the drop-down menu. If a logo is configured - for the selected manufacturer, the logo automatically loads in the image box in the top-right - corner. If the manufacturer is not already configured, type in the manufacturer name and then - click :guilabel:`Create` to add the manufacturer, or :guilabel:`Create and edit...` to :ref:`add - the manufacturer and the logo ` in a :guilabel:`Create - Manufacturer` pop-up window. -- :guilabel:`Vehicle Type`: select one of two pre-configured vehicle types, either :guilabel:`Car` - or :guilabel:`Bike`, from the drop-down menu. The vehicle types are hardcoded in Odoo and are - integrated with the *Payroll* application since vehicles can be part of an employee's benefits. - Adding additional vehicle types is not possible as it affects payroll. -- :guilabel:`Category`: select the category the vehicle is categorized under from the drop-down - menu. To create a new category, type in the category name and then click :guilabel:`Create "new - category"`. - -Information tab -*************** - -Model -^^^^^ - -- :guilabel:`Seats Number`: enter how many passengers the vehicle can accommodate. -- :guilabel:`Doors Number`: enter the number of doors the vehicle has. -- :guilabel:`Color`: enter the color of the vehicle. -- :guilabel:`Model Year`: enter the year the vehicle was manufactured. -- :guilabel:`Trailer Hitch`: check this box if the vehicle has a trailer hitch installed. - -Salary -^^^^^^ - -.. note:: - The :guilabel:`Salary` section only appears for Belgian-based companies, and only if the company - has their localization setting set to Belgium. The cost values are all **monthly** with the - exception of the :guilabel:`Catalog Value (VAT Incl.)`. - -- :guilabel:`Can be requested`: check this box if employees can request this model for a new - vehicle. -- :guilabel:`Catalog Value (VAT Incl.)`: enter the :abbr:`MSRP (Manufacturer's Suggested Retail - Price)` for the vehicle at the time of purchase or lease. -- :guilabel:`C02 fee`: this value is automatically calculated based on Belgian laws and regulations, - and cannot be modified. The value is based on the value entered in the :guilabel:`CO2 Emissions` - field in the :guilabel:`Engine` section of the vehicle form. - -.. important:: - Modifying the :guilabel:`CO2 Emissions` field adjusts the value in the :guilabel:`CO2 fee` - field. - -- :guilabel:`Cost (Depreciated)`: enter the monthly cost for the vehicle, which appears in the - salary configurator that is available to a future employee when they are offered a job position. - - This value impacts the gross and net salary of the employee who is assigned to the vehicle. This - figure is depreciated over time according to local tax laws. - - The :guilabel:`Cost (Depreciated)` does **not** depreciate automatically on the *vehicle model*, - it **only** depreciates based on the *contract* linked to a specific vehicle and not on the - general model. -- :guilabel:`Total Cost (Depreciated)`: this value is the :guilabel:`Cost (Depreciated)` and the - :guilabel:`C02 fee` fields combined, and is also depreciated over time. This field is - automatically calculated and cannot be modified. - -Engine -^^^^^^ - -- :guilabel:`Fuel Type`: select the type of fuel the vehicle uses from the drop-down menu. The - options are :guilabel:`Diesel`, :guilabel:`Gasoline`, :guilabel:`Full Hybrid`, :guilabel:`Plug-in - Hybrid Diesel`, :guilabel:`Plug-in Hybrid Gasoline`, :guilabel:`CNG`, :guilabel:`LPG`, - :guilabel:`Hydrogen`, or :guilabel:`Electric`. -- :guilabel:`CO2 Emissions`: enter the average carbon dioxide emissions the vehicle produces in - grams per kilometer (g/km). This information is provided by the car manufacturer. -- :guilabel:`CO2 Standard`: enter the standard amount of carbon dioxide in grams per kilometer - (g/km) for a similar sized vehicle. -- :guilabel:`Transmission`: select the transmission type from the drop-down menu, either - :guilabel:`Manual` or :guilabel:`Automatic`. -- :guilabel:`Power`: if the vehicle is electric or hybrid, enter the power the vehicle uses in - kilowatts (kW). -- :guilabel:`Horsepower`: enter the vehicle's horsepower in this field. -- :guilabel:`Horsepower Taxation`: enter the amount that is taxed based on the size of the vehicle's - engine. This is determined by local taxes and regulations, and varies depending on the location. - It is recommended to check with the accounting department to ensure this value is correct. -- :guilabel:`Tax Deduction`: this field auto-populates according to the engine specifications, and - cannot be modified. The percentage is based on the localization settings and local tax laws. - -Vendors tab -*********** - -Vehicle specific vendors, such as car dealerships, are not listed separately from other vendors. The -vendors that a vehicle can be purchased from also appear in the list of vendors in the *Purchase* -app. - -The vendors the specific vehicle model can be purchased from may be added in this tab. To add a -vendor, click the :guilabel:`Add` button. An :guilabel:`Add: Vendors` pop-up window loads with a -list of all the vendors currently in the database. - -Select the vendor to add by clicking the checkbox to the left of the vendor name, then click -:guilabel:`Select`. There is no limit to the number of vendors that can be added to this list. - -If a vendor is not in the database, add a vendor by clicking the :guilabel:`New` button at the -bottom of the :guilabel:`Add: Vendors` pop-up window. A blank :guilabel:`Create Vendors` pop-up -form loads. - -Enter the information on the :guilabel:`Create Vendors` form, including the various tabs, then click -:guilabel:`Save & Close` to add the vendor and close the window, or :guilabel:`Save & New` to add -the current vendor and create another new vendor. - -.. image:: configuration/vendor.png - :align: center - :alt: Vendor form to fill out when adding a new vendor. - -.. _fleet/configuration/categories: - -Categories ----------- - -To best organize a fleet, it is recommended to have vehicle models housed under a specific category, -to more easily see what kinds of vehicles are in the fleet. - -Model categories are set on the :ref:`vehicle model form `. - -Unlike manufacturers and models, Odoo does not come with any categories pre-configured; all -categories must be added. - -To view all the currently configured categories, navigate to :menuselection:`Fleet application --> -Configuration --> Models: Categories`. All currently configured categories are displayed in a list -view. - -Add a new category -~~~~~~~~~~~~~~~~~~ - -To add a new category, click the :guilabel:`New` button in the top-left corner. A new entry line -appears at the bottom of the list. Type in the new category, then either press the enter key on the -keyboard, or click anywhere on the screen, to save the entry. - -To reorganize how the categories appear in the list, click the :guilabel:`(six small gray boxes)` to -the left of the category to be moved, and drag the line to the desired position. The order of the -list does not affect the database in any way. However, it may be preferable to view the vehicle -categories in a specific order, for example, by size, or the numbers of passengers the vehicle can -carry. - -.. image:: configuration/categories.png - :align: center - :alt: List view of the categories in the fleet. diff --git a/content/applications/hr/fleet/configuration/fleet-settings.png b/content/applications/hr/fleet/fleet-settings.png similarity index 100% rename from content/applications/hr/fleet/configuration/fleet-settings.png rename to content/applications/hr/fleet/fleet-settings.png diff --git a/content/applications/hr/fleet/configuration/manufacturer.png b/content/applications/hr/fleet/manufacturer.png similarity index 100% rename from content/applications/hr/fleet/configuration/manufacturer.png rename to content/applications/hr/fleet/manufacturer.png diff --git a/content/applications/hr/fleet/models.png b/content/applications/hr/fleet/models.png new file mode 100644 index 0000000000000000000000000000000000000000..fa4315d2a5e475a6f309ed2efffd681d28447ee4 GIT binary patch literal 15418 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. + `. - :guilabel:`License Plate`: enter the vehicle's license plate number in this field. - :guilabel:`Tags`: select any tags from the drop-down menu, or type in a new tag. There is no limit on the amount of tags that can be selected. @@ -313,9 +313,9 @@ Model tab --------- If the model for the new vehicle is already configured in the database, the :guilabel:`Model` tab -populates the corresponding information. If the model is **not** already in the database, and the -:guilabel:`Model` tab needs to be configured, it is recommended that :ref:`the new vehicle model -` be configured so this information auto-populates. +will be populated with the corresponding information. If the model is not already in the database +and the :guilabel:`Model` tab needs to be configured, :ref:`configure the new vehicle model +`. Check the information in the :guilabel:`Model` tab to ensure it is accurate. For example, the color of the vehicle, or if a trailer hitch is installed, are examples of common information that may need diff --git a/content/applications/hr/fleet/configuration/vendor.png b/content/applications/hr/fleet/vendor.png similarity index 100% rename from content/applications/hr/fleet/configuration/vendor.png rename to content/applications/hr/fleet/vendor.png diff --git a/redirects/15.0.txt b/redirects/15.0.txt index 48191c49b..eeee0fdde 100644 --- a/redirects/15.0.txt +++ b/redirects/15.0.txt @@ -113,6 +113,10 @@ applications/general/users/odoo_account.rst administration/odoo_accounts.rst applications/general/product_images.rst applications/sales/sales/products_prices/products/product_images.rst # fix a wrong target hard-coded in Odoo +# applications/hr + +applications/hr/fleet/configuration.rst applications/hr/fleet.rst # fleet/configuration -> fleet + # applications/inventory_and_mrp applications/inventory_and_mrp/inventory/management/warehouses/difference_warehouse_location.rst applications/inventory_and_mrp/inventory/management/warehouses/warehouses_locations.rst