From 8dd636832ed4097f9fbaf816cc13d7587e2f544c Mon Sep 17 00:00:00 2001 From: docker-odoo Date: Tue, 2 Jan 2024 12:30:30 +0000 Subject: [PATCH] [MIG] sale_margin_ux: Migration to 17.0 closes ingadhoc/sale#766 Signed-off-by: matiasperalta1 --- sale_margin_ux/README.rst | 2 +- sale_margin_ux/__manifest__.py | 4 ++-- sale_margin_ux/views/sale_order_line_views.xml | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) 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 @@ - - + + +