sale_stock_usability: update depends key in relation to my previous commit

This commit is contained in:
Alexis de Lattre
2021-05-21 11:12:02 +02:00
parent 1c11a768b4
commit 24cc7e1eaa

View File

@@ -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 <alexis.delattre@akretion.com>.
""",
'author': 'Akretion',
'website': 'http://www.akretion.com',
'depends': ['sale_stock'],
'depends': ['sale_stock', 'stock_usability'],
'data': ['sale_stock_view.xml'],
'installable': True,
}