-
- Downloads
[FIX] website_sale: check invitation scope based on website
Try to Reproduce the Issue: Enable Multi Website My Website: Set `On invitation` (b2b) under Website settings. -- It will set `auth_signup.invitation_scope` to b2b My Website2 : Set `Free sign up` (b2c) under Website settings. -- It will set `auth_signup.invitation_scope` to b2c Place a Guest Order for Website one. `Sign Up` button will be visible as current Implementation is checking for ICP only. With this commit, We are checking Invitation Scope based on the Current Website. Fixes #50964 closes odoo/odoo#51037 X-original-commit: 608e8b4c Signed-off-by:Jérémy Kersten (jke) <jke@openerp.com>
Please register or sign in to comment