From 24cc7e1eaa48fd0a91c37d3f582b485e5a83b2b8 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Fri, 21 May 2021 11:12:02 +0200 Subject: [PATCH] sale_stock_usability: update depends key in relation to my previous commit --- sale_stock_usability/__manifest__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sale_stock_usability/__manifest__.py b/sale_stock_usability/__manifest__.py index e3876db..00b6010 100644 --- a/sale_stock_usability/__manifest__.py +++ b/sale_stock_usability/__manifest__.py @@ -18,12 +18,13 @@ The usability enhancements include: * *To invoice* filter on pickings filters on invoice_state = 2binvoiced AND state = done * Add a tab with the list of related pickings in sale order form +* Show field *To refund in SO* on stock.move form view This module has been written by Alexis de Lattre from Akretion . """, 'author': 'Akretion', 'website': 'http://www.akretion.com', - 'depends': ['sale_stock'], + 'depends': ['sale_stock', 'stock_usability'], 'data': ['sale_stock_view.xml'], 'installable': True, }