# -*- coding: utf-8 -*- # Copyright (C) 2015-Today Akretion (http://www.akretion.com) # @author: Sylvain LE GAL (https://twitter.com/legalsylvain) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': 'Web - Custom Element Number in ListView', 'summary': 'Allow users to set manually a quantity of items to display' ' in a tree view', 'version': '9.0.1.0.0', 'category': 'web', 'author': "GRAP,Akretion,Odoo Community Association (OCA)", 'website': 'https://odoo-community.org/', 'license': 'AGPL-3', 'depends': [ 'web', ], 'data': [ 'views/templates.xml', ], 'installable': True, }