Browse Source

Oct 30: [FIX] Bug Fixed 'website_sale_address_management'

pull/345/merge
Cybrosys Technologies 6 months ago
parent
commit
4a8f7eb31c
  1. 2
      website_sale_address_management/__manifest__.py
  2. 5
      website_sale_address_management/doc/RELEASE_NOTES.md
  3. 3
      website_sale_address_management/views/res_config_settings_views.xml

2
website_sale_address_management/__manifest__.py

@ -21,7 +21,7 @@
############################################################################### ###############################################################################
{ {
'name': "Website Sale Address Management", 'name': "Website Sale Address Management",
'version': '16.0.1.0.0', 'version': '16.0.1.0.1',
'category': 'Website', 'category': 'Website',
'summary': """This module helps you to show or hide fields by switching 'summary': """This module helps you to show or hide fields by switching
on/off toggles,set fields as mandatory or not and set default country.""", on/off toggles,set fields as mandatory or not and set default country.""",

5
website_sale_address_management/doc/RELEASE_NOTES.md

@ -4,3 +4,8 @@
#### Version 16.0.1.0.0 #### Version 16.0.1.0.0
#### ADD #### ADD
- Initial Commit for Website Sale Address Management - Initial Commit for Website Sale Address Management
#### 29.10.2024
#### Version 16.0.1.0.1
#### BUG FIX
- Fixed the issue while fetching the country from settings

3
website_sale_address_management/views/res_config_settings_views.xml

@ -57,7 +57,8 @@
<label for="billing_country_id" <label for="billing_country_id"
string="Default Country"/> string="Default Country"/>
<field name="billing_country_id" <field name="billing_country_id"
widget="selection"/> options="{'create_edit': false}"/>
</div> </div>
<div class="o_setting_right_pane"> <div class="o_setting_right_pane">
<label for="is_billing_zip_code" <label for="is_billing_zip_code"

Loading…
Cancel
Save