diff --git a/l10n_ar_website_sale_ux/README.rst b/l10n_ar_website_sale_ux/README.rst index 0c1ba806..57821ae4 100644 --- a/l10n_ar_website_sale_ux/README.rst +++ b/l10n_ar_website_sale_ux/README.rst @@ -14,7 +14,8 @@ l10n_ar Website Sale UX ======================= -#. This module adds a "(+ tax)" legend next to the product price on the ecommerce product and product_item views. +#. This module adds a "(+ tax)" legend next to the product price on the ecommerce product and product_item views for b2b customers +#. This module also hides the tax discrimination line on the cart checkout page for b2c customers. Installation ============ @@ -28,7 +29,7 @@ Configuration To configure this module, you need to: -#. No configuration needed. +#. Go to Users > Groups and add a customer to either b2b or b2c groups depending on wheter you want them to see tax discrimination or not on ecommerce. Usage ===== diff --git a/l10n_ar_website_sale_ux/__manifest__.py b/l10n_ar_website_sale_ux/__manifest__.py index b552ae2c..2b700a90 100644 --- a/l10n_ar_website_sale_ux/__manifest__.py +++ b/l10n_ar_website_sale_ux/__manifest__.py @@ -20,7 +20,7 @@ { 'name': 'l10n_ar Website Sale UX', 'category': 'base.module_category_knowledge_management', - 'version': '13.0.1.0.0', + 'version': '13.0.1.1.0', 'author': 'ADHOC SA', 'website': 'www.adhoc.com.ar', 'license': 'AGPL-3', @@ -30,6 +30,7 @@ ], 'data': [ 'views/l10n_ar_website_sale_ux.xml', + 'views/l10n_ar_website_sale_hide_taxes.xml' ], 'installable': True, } diff --git a/l10n_ar_website_sale_ux/views/l10n_ar_website_sale_hide_taxes.xml b/l10n_ar_website_sale_ux/views/l10n_ar_website_sale_hide_taxes.xml new file mode 100644 index 00000000..b3e9925e --- /dev/null +++ b/l10n_ar_website_sale_ux/views/l10n_ar_website_sale_hide_taxes.xml @@ -0,0 +1,15 @@ + + + +