diff --git a/sale_margin_ux/README.rst b/sale_margin_ux/README.rst index 43b60f1f8..f62b16920 100644 --- a/sale_margin_ux/README.rst +++ b/sale_margin_ux/README.rst @@ -15,7 +15,7 @@ Sale Margin Ux ============== #. This module adds to the "update prices" button the functionality of updating the cost prices in the SO lines. -#. Adds purchase_price and margin to sale_ux's sale_order_line view +#. Adds purchase_price and margins to sale_ux's sale_order_line view Installation ============ diff --git a/sale_margin_ux/__manifest__.py b/sale_margin_ux/__manifest__.py index 6fd6d8734..d21f09e7b 100644 --- a/sale_margin_ux/__manifest__.py +++ b/sale_margin_ux/__manifest__.py @@ -19,7 +19,7 @@ ############################################################################## { 'name': 'Sale Margin Ux', - 'version': "16.0.1.0.0", + 'version': "17.0.1.0.0", 'category': 'Sales & Purchases', 'sequence': 14, 'summary': '', @@ -37,7 +37,7 @@ ], 'demo': [ ], - 'installable': False, + 'installable': True, 'auto_install': True, 'application': False, } diff --git a/sale_margin_ux/views/sale_order_line_views.xml b/sale_margin_ux/views/sale_order_line_views.xml index c0adf3a84..3e2aa5b84 100644 --- a/sale_margin_ux/views/sale_order_line_views.xml +++ b/sale_margin_ux/views/sale_order_line_views.xml @@ -8,8 +8,9 @@ - - + + +