purchase_stock_usability: add product_supplier_code in tree view of stock.move and stock.move.line

purchase_usability: improve computation of product_supplier_code on purchase order line
This commit is contained in:
Alexis de Lattre
2023-11-29 16:51:15 +01:00
parent 5ad925cee1
commit 92a1b511c1
8 changed files with 134 additions and 4 deletions

View File

@@ -25,6 +25,8 @@ This module has been written by Alexis de Lattre from Akretion France.
'data': [
'views/stock_picking.xml',
'views/purchase_order.xml',
'views/stock_move.xml',
'views/stock_move_line.xml',
],
'installable': True,
}