Browse Source

July 22: [FIX] Bug Fixed 'website_signup_approval'

pull/331/head
RisvanaCybro 9 months ago
parent
commit
6f51d2f0d1
  1. 4
      website_signup_approval/__manifest__.py
  2. 5
      website_signup_approval/doc/RELEASE_NOTES.md
  3. BIN
      website_signup_approval/static/description/assets/screenshots/ss7.png
  4. 2
      website_signup_approval/static/description/index.html
  5. 6
      website_signup_approval/views/res_config_settings_views.xml

4
website_signup_approval/__manifest__.py

@ -21,7 +21,7 @@
#############################################################################
{
'name': "Website Signup Approval",
'version': '17.0.1.0.1',
'version': '17.0.1.0.2',
'summary': 'Approve signup request to login to the website',
'description': """This module approve or reject signup approval request of
users from website.User can upload their documents for approval.""",
@ -30,7 +30,7 @@
'maintainer': 'Cybrosys Techno Solutions',
'website': 'https://www.cybrosys.com',
'category': 'Website',
'depends': ['website', 'sale_management'],
'depends': ['website_sale'],
'data': [
'security/website_signup_approval_groups.xml',
'security/ir.model.access.csv',

5
website_signup_approval/doc/RELEASE_NOTES.md

@ -9,3 +9,8 @@
#### Version 17.0.1.0.1
#### UPDT
- Updated CSV file
#### 19.07.2024
#### Version 17.0.1.0.2
#### UPDT
- Changed the Configuration from Sale Configuration to Website Configuration.

BIN
website_signup_approval/static/description/assets/screenshots/ss7.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 126 KiB

2
website_signup_approval/static/description/index.html

@ -148,7 +148,7 @@
Signup Approval process in Website</h4>
<h6 class="mt-2"
style=" font-weight:300 !important; color:#282F33 !important; font-size:0.7rem !important">
Go to Sales Configuration Settings, Choose Customer Account as Free sign up, Enable Signup Approval and add attachment types.</h6>
Go to Website Settings, Choose Customer Account as Free sign up, Enable Signup Approval and add attachment types.</h6>
</div>
</div>
</div>

6
website_signup_approval/views/res_config_settings_views.xml

@ -6,10 +6,10 @@
res.config.settings.view.form.inherit.website.signup.approval
</field>
<field name="model">res.config.settings</field>
<field name="inherit_id" ref="sale.res_config_settings_view_form"/>
<field name="inherit_id" ref="website.res_config_settings_view_form"/>
<field name="arch" type="xml">
<xpath expr="//block[@id='pricing_setting_container']"
position="inside">
<xpath expr="//setting[@id='website_login_documents']"
position="after">
<div class="col-12 col-lg-6 o_setting_box"
id="signup_approval"
invisible="auth_signup_uninvited == 'b2b'">

Loading…
Cancel
Save