stock_account_usability: add shortcut to stock.valuation.layer from product form view

This commit is contained in:
Alexis de Lattre
2022-05-13 18:35:57 +02:00
parent 296746ce6e
commit abb36545d9
5 changed files with 98 additions and 1 deletions

View File

@@ -22,6 +22,9 @@ This module has been written by Alexis de Lattre from Akretion <alexis.delattre@
'author': 'Akretion',
'website': 'http://www.akretion.com',
'depends': ['stock_account', 'stock_usability'],
'data': ['views/stock_move.xml'],
'data': [
'views/stock_move.xml',
'views/product.xml',
],
'installable': True,
}