diff --git a/README.md b/README.md index dd010235..81cbcc32 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/fleet_vehicle_usage/README.rst b/fleet_vehicle_usage/README.rst index 911c1d22..93ddd6f9 100644 --- a/fleet_vehicle_usage/README.rst +++ b/fleet_vehicle_usage/README.rst @@ -63,6 +63,7 @@ Contributors - Víctor Martínez - Pedro M. Baeza + - Elheit Med Lamine Maintainers ----------- @@ -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 `__: -|maintainer-victoralmau| +|maintainer-elheit| This module is part of the `OCA/fleet `_ project on GitHub. diff --git a/fleet_vehicle_usage/__manifest__.py b/fleet_vehicle_usage/__manifest__.py index 8ccca64b..30ff7ab5 100644 --- a/fleet_vehicle_usage/__manifest__.py +++ b/fleet_vehicle_usage/__manifest__.py @@ -17,5 +17,5 @@ "views/fleet_vehicle_usage_view.xml", "views/fleet_vehicle_view.xml", ], - "maintainers": ["victoralmau"], + "maintainers": ["elheit"], } diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index c4da0115..ae8ba52d 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -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',