From 7296250c5d50b26aa63ac8d33d4ebd376e8b82d7 Mon Sep 17 00:00:00 2001 From: Mourad Date: Mon, 8 Oct 2018 10:26:29 +0200 Subject: [PATCH] [FIX] add pos_fix_search_limit dependency (fix template lacking if more than 100 variants) --- pos_product_template/__manifest__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pos_product_template/__manifest__.py b/pos_product_template/__manifest__.py index 58decdff..529ad5e7 100644 --- a/pos_product_template/__manifest__.py +++ b/pos_product_template/__manifest__.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*- { 'name': 'POS - Product Template', - 'version': '10.0.1.0.2', + 'version': '10.0.2.0.1', 'category': 'Point Of Sale', 'author': "Akretion,Odoo Community Association (OCA)", 'summary': 'Manage Product Template in Front End Point Of Sale', @@ -9,6 +9,7 @@ 'license': 'AGPL-3', 'depends': [ 'point_of_sale', + 'pos_fix_search_limit', ], 'data': [ 'view/view.xml',