# Copyright 2026 - Today Criptomart # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl) { # noqa: B018 "name": "Website Sale - Lazy Loading", "version": "18.0.1.0.0", "category": "Website/Sale", "summary": "Load the /shop product listing on demand: infinite scroll or a " "'Load more' button instead of the pager", "author": "Criptomart", "maintainers": ["Criptomart"], "website": "https://git.criptomart.net/criptomart/addons-cm", "license": "AGPL-3", "depends": [ "website_sale", ], "data": [ "views/res_config_settings_views.xml", "views/website_sale_lazy_loading_templates.xml", ], "assets": { "web.assets_frontend": [ "website_sale_lazy_loading/static/src/css/website_sale_lazy_loading.css", "website_sale_lazy_loading/static/src/js/website_sale_lazy_loading.js", ], }, "installable": True, }