[FIX] stock_usability: stop adding a field in stock_usability which is defined in mrp !

This commit is contained in:
Alexis de Lattre
2024-02-13 17:00:08 +01:00
parent fcf67f4fd9
commit 97d57e40eb
3 changed files with 22 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
'data': [
'views/mrp_production.xml',
'views/product_template.xml',
'views/stock_move_line.xml',
# 'report/mrp_report.xml' # TODO
],
'installable': True,