Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
RPSJR committed Nov 23, 2023
1 parent cf55b0e commit 1c9a9de
Show file tree
Hide file tree
Showing 2 changed files with 467 additions and 96 deletions.
111 changes: 15 additions & 96 deletions fleet_vehicle_ownership/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,97 +40,30 @@ vehicles
Use Cases / Context
===================

[ This file is optional but strongly suggested to allow end-users to
evaluate the module's usefulness in their context. ]
This is an extension of the 'fleet.vehicle' model in the Odoo framework.
It introduces a new field, 'owner_id', to track and associate the owner
of a vehicle.

It should explain the “why” of the module:
Fields:

- in which context or use cases this module can be useful (practical
examples are welcome!).
- what is the business requirement that generated the need to develop
this module
- owner_id: Many2one field linking to the 'res.partner' model. It
represents the owner of the vehicle.

It can also inform on related modules:
Usage:

- modules it depends on and their features
- other modules that can work well together with this one
- suggested setups where the module is useful (eg: multicompany,
multi-website)

Installation
============

[ This file must only be present if there are very specific installation
instructions, such as installing non-python dependencies. The audience
is systems administrators. ]

To install this module, you need to:

1. Do this ...

Configuration
=============

[ This file is optional, it should explain how to configure the module
before using it; it is aimed at advanced users. ]

To configure this module, you need to:

- Go to ...

|alternative description|../static/description/image.png)

https://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/.https://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/.https://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/ https://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/|https://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/ahttps://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/lhttps://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/thttps://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/ehttps://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/rhttps://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/nhttps://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/ahttps://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/thttps://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/ihttps://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/vhttps://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/ehttps://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/ https://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/dhttps://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/ehttps://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/shttps://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/chttps://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/rhttps://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/ihttps://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/phttps://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/thttps://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/ihttps://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/ohttps://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/nhttps://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/|https://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/ https://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/ihttps://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/mhttps://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/ahttps://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/ghttps://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/ehttps://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/:https://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/:https://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/ https://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/
https://raw.githubusercontent.com/OCA/fleet/14.0/fleet_vehicle_ownership/
- This extension is particularly useful in scenarios where it's
essential to associate each fleet vehicle with a specific owner.
- The 'owner_id' field can be utilized to establish relationships with
partners in the 'res.partner' model, facilitating clear ownership
tracking.

Usage
=====

[ This file must be present and contains the usage instructions for
end-users. As all other rst files included in the README, it MUST NOT
contain reStructuredText sections only body text (paragraphs, lists,
tables, etc). Should you need a more elaborate structure to explain the
addon, please create a Sphinx documentation (which may include this file
as a "quick start" section). ]

To use this module, you need to:

1. Go to ...

Known issues / Roadmap
======================

[ Enumerate known caveats and future potential improvements. It is
mostly intended for end-users, and can also help potential new
contributors discovering new features to implement. ]

- ...

Changelog
=========

[ The change log. The goal of this file is to help readers understand
changes between version. The primary audience is end users and
integrators. Purely technical changes such as code refactoring must not
be mentioned here.

This file may contain ONE level of section titles, underlined with the ~
(tilde) character. Other section markers are forbidden and will likely
break the structure of the README.rst or other documents where this
fragment is included. ]

11.0.x.y.z (YYYY-MM-DD)
-----------------------

- [BREAKING] Breaking changes come first.
(`#70 <https://github.com/OCA/repo/issues/70>`__)
- [ADD] New feature. (`#74 <https://github.com/OCA/repo/issues/74>`__)
- [FIX] Correct this. (`#71 <https://github.com/OCA/repo/issues/71>`__)

11.0.x.y.z (YYYY-MM-DD)
-----------------------

- ...
1. Go to the veichle form and associate an owner or go to the partner
form and associate a vehicle.

Bug Tracker
===========
Expand All @@ -153,21 +86,7 @@ Authors
Contributors
------------

- Firstname Lastname email.address@example.org (optional company
website url)
- Second Person second.person@example.org (optional company website
url)

Other credits
-------------

[ This file is optional and contains additional credits, other than
authors, contributors, and maintainers. ]

The development of this module has been financially supported by:

- Company 1 name
- Company 2 name
- Raimundo Junior raimundopsjr@gmail.com

Maintainers
-----------
Expand Down
Loading

0 comments on commit 1c9a9de

Please sign in to comment.