From 5895ce1dd4cc2707274f304092dc15d167e702d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesu=CC=81s=20Alan=20Ramos=20Rodri=CC=81guez?= Date: Fri, 3 May 2024 15:53:46 -0600 Subject: [PATCH] [MIG] sale_comment_template: Migration to 17.0 --- sale_comment_template/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sale_comment_template/__manifest__.py b/sale_comment_template/__manifest__.py index 17574f0bd..6d55a3512 100644 --- a/sale_comment_template/__manifest__.py +++ b/sale_comment_template/__manifest__.py @@ -7,7 +7,7 @@ { "name": "Sale Comments", "summary": "Comments texts templates on Sale documents", - "version": "16.0.1.0.1", + "version": "17.0.1.0.0", "category": "Sale", "website": "https://github.com/OCA/sale-reporting", "author": "Camptocamp, Tecnativa, Odoo Community Association (OCA)",