diff --git a/addons/sale/res_config.py b/addons/sale/res_config.py index a595671d460..f498622b868 100644 --- a/addons/sale/res_config.py +++ b/addons/sale/res_config.py @@ -93,7 +93,7 @@ Example: 10% for retailers, promotion of 5 EUR on this product, etc."""), help='This adds the \'Margin\' on sales order.\n' 'This gives the profitability by calculating the difference between the Unit Price and Cost Price.\n' '-This installs the module sale_margin.'), - 'module_website_quotation': fields.boolean("Allow online quotations and templates", + 'module_website_quote': fields.boolean("Allow online quotations and templates", help='This adds the online quotation'), 'module_sale_journal': fields.boolean("Allow batch invoicing of delivery orders through journals", help='Allows you to categorize your sales and deliveries (picking lists) between different journals, ' diff --git a/addons/sale/res_config_view.xml b/addons/sale/res_config_view.xml index 34f05226a30..641b161cbda 100644 --- a/addons/sale/res_config_view.xml +++ b/addons/sale/res_config_view.xml @@ -80,9 +80,9 @@
-
- -
@@ -184,7 +184,7 @@

- +
@@ -205,7 +205,7 @@

- +
@@ -226,7 +226,7 @@

Test developments automatically

- +

diff --git a/addons/website_quotation/views/website_quotation.xml b/addons/website_quotation/views/website_quotation.xml index 7378c7447b9..0374bfbc311 100644 --- a/addons/website_quotation/views/website_quotation.xml +++ b/addons/website_quotation/views/website_quotation.xml @@ -85,14 +85,14 @@ - +

-