# Copyright 2025 - Today Criptomart # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl) { # noqa: B018 "name": "Website Membership Signup Required", "version": "18.0.1.0.0", "category": "Website/Sale", "summary": "Force a clean /web/signup step before adding membership " "products to cart on a b2b website (EMES-style flow).", "author": "Criptomart", "website": "https://git.criptomart.net/criptomart/addons-cm", "license": "AGPL-3", "depends": [ "website_sale", "auth_signup", "membership", "partner_firstname", ], "data": [ "views/res_config_settings_views.xml", "views/auth_signup_templates.xml", ], "assets": { "web.assets_frontend": [ "website_membership_signup_required/static/src/js/website_membership_signup_required.js", ], }, "external_dependencies": {}, "installable": True, "application": False, }