add website_membership_signup_required: force to create user before add to cart a membership product

This commit is contained in:
Luis 2026-07-07 10:27:13 +02:00
parent 80f24bcc46
commit c4d32c6add
22 changed files with 1202 additions and 0 deletions

View file

@ -0,0 +1,31 @@
# 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,
}