Skip to content

Commit 7d51e03

Browse files
committed
[BOT] post-merge updates
1 parent 375df95 commit 7d51e03

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ addon | version | maintainers | summary
3939
[maintenance_product](maintenance_product/) | 16.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Maintenance Product
4040
[maintenance_project](maintenance_project/) | 16.0.2.0.0 | | Adds projects to maintenance equipments and requests
4141
[maintenance_purchase](maintenance_purchase/) | 16.0.1.0.0 | | Create Equipments with purchases
42+
[maintenance_remote](maintenance_remote/) | 16.0.1.0.0 | | Define remote on maintenance request
4243
[maintenance_request_purchase](maintenance_request_purchase/) | 16.0.1.0.0 | | Allows you to link PO with maintenance requests
4344
[maintenance_request_repair](maintenance_request_repair/) | 16.0.1.0.0 | | This is a bridge module between Maintenance and Repair
4445
[maintenance_request_sequence](maintenance_request_sequence/) | 16.0.1.0.1 | | Adds sequence to maintenance requests

maintenance_remote/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Maintenance Remote
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:7c8a3ea0d631c79cbdfaca57b2d304a50e0c114131b595f93a9d416782fe8844
10+
!! source digest: sha256:f402ab11faa86e0feea76f70b54ee5fca8fc5999599bca9d138e7d64cdc4cd2e
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

maintenance_remote/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Maintenance Remote</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:7c8a3ea0d631c79cbdfaca57b2d304a50e0c114131b595f93a9d416782fe8844
370+
!! source digest: sha256:f402ab11faa86e0feea76f70b54ee5fca8fc5999599bca9d138e7d64cdc4cd2e
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.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/16.0/maintenance_remote"><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-16-0/maintenance-16-0-maintenance_remote"><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=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This module allows to show the remote on a maintenance request where the issue

setup/_metapackage/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.0.20241017.0
1+
16.0.20250217.0

setup/_metapackage/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
'odoo-addon-maintenance_product>=16.0dev,<16.1dev',
2727
'odoo-addon-maintenance_project>=16.0dev,<16.1dev',
2828
'odoo-addon-maintenance_purchase>=16.0dev,<16.1dev',
29+
'odoo-addon-maintenance_remote>=16.0dev,<16.1dev',
2930
'odoo-addon-maintenance_request_purchase>=16.0dev,<16.1dev',
3031
'odoo-addon-maintenance_request_repair>=16.0dev,<16.1dev',
3132
'odoo-addon-maintenance_request_sequence>=16.0dev,<16.1dev',

0 commit comments

Comments
 (0)