diff --git a/README.md b/README.md index 1dbaa27eb2..225c132efe 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ addon | version | maintainers | summary [helpdesk_motive](helpdesk_motive/) | 16.0.1.0.0 | [![nelsonramirezs](https://github.com/nelsonramirezs.png?size=30px)](https://github.com/nelsonramirezs) [![max3903](https://github.com/max3903.png?size=30px)](https://github.com/max3903) | Keep the motive [helpdesk_product](helpdesk_product/) | 16.0.1.0.1 | | Add the option to select product in the tickets. [helpdesk_ticket_close_inactive](helpdesk_ticket_close_inactive/) | 16.0.1.0.0 | [![miquelalzanillas](https://github.com/miquelalzanillas.png?size=30px)](https://github.com/miquelalzanillas) | Helpdesk Ticket Close Inactive +[helpdesk_ticket_partner_response](helpdesk_ticket_partner_response/) | 16.0.1.0.0 | [![peluko00](https://github.com/peluko00.png?size=30px)](https://github.com/peluko00) | Change ticket stage when partner response [helpdesk_type](helpdesk_type/) | 16.0.1.1.0 | [![nelsonramirezs](https://github.com/nelsonramirezs.png?size=30px)](https://github.com/nelsonramirezs) [![max3903](https://github.com/max3903.png?size=30px)](https://github.com/max3903) | Add a type to your tickets [//]: # (end addons) diff --git a/helpdesk_ticket_partner_response/README.rst b/helpdesk_ticket_partner_response/README.rst index 884363b524..4dfe313aa1 100644 --- a/helpdesk_ticket_partner_response/README.rst +++ b/helpdesk_ticket_partner_response/README.rst @@ -7,7 +7,7 @@ Helpdesk Ticket Partner Response !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:c6d83a14ee5d9e8f7b5ac9c65cc3bf6482df385c0d1f9e996befd495eb071938 + !! source digest: sha256:ba0afeaf6a51755decd7ebf7af7aaa74ea7961d668a33ea358408f3452caa97b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -76,7 +76,7 @@ Contributors [APSL-Nagarro](https://apsl.tech): -- Antoni Marroig +- Antoni Marroig Maintainers ----------- diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 48a26bca56..43876b1a88 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20241127.0 \ No newline at end of file +16.0.20250102.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index f807832efd..8c198d5531 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -16,6 +16,7 @@ 'odoo-addon-helpdesk_motive>=16.0dev,<16.1dev', 'odoo-addon-helpdesk_product>=16.0dev,<16.1dev', 'odoo-addon-helpdesk_ticket_close_inactive>=16.0dev,<16.1dev', + 'odoo-addon-helpdesk_ticket_partner_response>=16.0dev,<16.1dev', 'odoo-addon-helpdesk_type>=16.0dev,<16.1dev', ], classifiers=[