Skip to content

Commit f7c5543

Browse files
committed
[BOT] post-merge updates
1 parent 8c4b1df commit f7c5543

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ addon | version | maintainers | summary
3030
[maintenance_plan](maintenance_plan/) | 17.0.1.1.1 | | Extends preventive maintenance planning
3131
[maintenance_product](maintenance_product/) | 17.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Maintenance Product
3232
[maintenance_project](maintenance_project/) | 17.0.2.0.0 | | Adds projects to maintenance equipments and requests
33+
[maintenance_request_employee](maintenance_request_employee/) | 17.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Maintenance Request Employee
3334
[maintenance_timesheet](maintenance_timesheet/) | 17.0.1.0.1 | | Adds timesheets to maintenance requests
3435
[maintenance_timesheet_time_control](maintenance_timesheet_time_control/) | 17.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Maintenance Timesheets Timesheet Time Control
3536

maintenance_request_employee/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Maintenance Request Employee
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:2b54f9fc10d0ac22cedffa636f44ffe40daddf102aea3bddd96a9f92ac2609ee
10+
!! source digest: sha256:87bcdc107dbc4ed8c51fd2d8fe4d3a4368335e35553bdb03f19405e488103c6f
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png

maintenance_request_employee/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Maintenance Request Employee</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:2b54f9fc10d0ac22cedffa636f44ffe40daddf102aea3bddd96a9f92ac2609ee
370+
!! source digest: sha256:87bcdc107dbc4ed8c51fd2d8fe4d3a4368335e35553bdb03f19405e488103c6f
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/maintenance/tree/17.0/maintenance_request_employee"><img alt="OCA/maintenance" src="https://img.shields.io/badge/github-OCA%2Fmaintenance-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/maintenance-17-0/maintenance-17-0-maintenance_request_employee"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/maintenance&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This module adds the option to define employees in maintenance requests.</p>

setup/_metapackage/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-maintenance"
3-
version = "17.0.20250110.0"
3+
version = "17.0.20250116.0"
44
dependencies = [
55
"odoo-addon-base_maintenance>=17.0dev,<17.1dev",
66
"odoo-addon-maintenance_account>=17.0dev,<17.1dev",
@@ -11,6 +11,7 @@ dependencies = [
1111
"odoo-addon-maintenance_plan>=17.0dev,<17.1dev",
1212
"odoo-addon-maintenance_product>=17.0dev,<17.1dev",
1313
"odoo-addon-maintenance_project>=17.0dev,<17.1dev",
14+
"odoo-addon-maintenance_request_employee>=17.0dev,<17.1dev",
1415
"odoo-addon-maintenance_timesheet>=17.0dev,<17.1dev",
1516
"odoo-addon-maintenance_timesheet_time_control>=17.0dev,<17.1dev",
1617
]

0 commit comments

Comments
 (0)