sale_stock_usability: update depends key in relation to my previous commit
This commit is contained in:
@@ -18,12 +18,13 @@ The usability enhancements include:
|
|||||||
|
|
||||||
* *To invoice* filter on pickings filters on invoice_state = 2binvoiced AND state = done
|
* *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
|
* 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>.
|
This module has been written by Alexis de Lattre from Akretion <alexis.delattre@akretion.com>.
|
||||||
""",
|
""",
|
||||||
'author': 'Akretion',
|
'author': 'Akretion',
|
||||||
'website': 'http://www.akretion.com',
|
'website': 'http://www.akretion.com',
|
||||||
'depends': ['sale_stock'],
|
'depends': ['sale_stock', 'stock_usability'],
|
||||||
'data': ['sale_stock_view.xml'],
|
'data': ['sale_stock_view.xml'],
|
||||||
'installable': True,
|
'installable': True,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user