Skip to content

Commit

Permalink
[REF] the readme files and the manifest files
Browse files Browse the repository at this point in the history
  • Loading branch information
elheit committed Nov 3, 2024
1 parent fd904af commit deece58
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ TODO: add repo description.

[//]: # (addons)

This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools.
Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[fleet_vehicle_usage](fleet_vehicle_usage/) | 17.0.1.0.0 | [![elheit](https://github.com/elheit.png?size=30px)](https://github.com/elheit) | Fleet Vehicle Usage

[//]: # (end addons)

Expand Down
9 changes: 5 additions & 4 deletions fleet_vehicle_usage/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Contributors

- Víctor Martínez
- Pedro M. Baeza
- Elheit Med Lamine

Maintainers
-----------
Expand All @@ -77,13 +78,13 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

.. |maintainer-victoralmau| image:: https://github.com/victoralmau.png?size=40px
:target: https://github.com/victoralmau
:alt: victoralmau
.. |maintainer-elheit| image:: https://github.com/elheit.png?size=40px
:target: https://github.com/elheit
:alt: elheit

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-victoralmau|
|maintainer-elheit|

This module is part of the `OCA/fleet <https://github.com/OCA/fleet/tree/17.0/fleet_vehicle_usage>`_ project on GitHub.

Expand Down
2 changes: 1 addition & 1 deletion fleet_vehicle_usage/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"views/fleet_vehicle_usage_view.xml",
"views/fleet_vehicle_view.xml",
],
"maintainers": ["victoralmau"],
"maintainers": ["elheit"],
}
3 changes: 2 additions & 1 deletion setup/_metapackage/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
description="Meta package for oca-fleet Odoo addons",
version=version,
install_requires=[
'odoo-addon-fleet_vehicle_usage>=16.0dev,<16.1dev',
'odoo-addon-fleet_vehicle_calendar_year>=17.0dev,<17.1dev',
'odoo-addon-fleet_vehicle_usage>=17.0dev,<17.1dev',
],
classifiers=[
'Programming Language :: Python',
Expand Down

0 comments on commit deece58

Please sign in to comment.