Browse Source

[FIX] add pos_fix_search_limit dependency (fix template lacking if more than 100 variants)

pull/320/head
Mourad 6 years ago
committed by Sylvain LE GAL
parent
commit
7296250c5d
  1. 3
      pos_product_template/__manifest__.py

3
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',

Loading…
Cancel
Save