# Copyright 2026 Criptomart # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { # noqa: B018 "name": "Web List Striped", "version": "18.0.1.0.0", "category": "Technical", "summary": "Zebra striping and softer hover for all backend list views", "author": "Odoo Community Association (OCA), Criptomart", "maintainers": ["Criptomart"], "website": "https://git.criptomart.net/criptomart/addons-cm", "license": "AGPL-3", "depends": ["web"], "assets": { "web.assets_backend": [ "web_list_striped/static/src/css/web_list_striped.css", ], }, }