stock_usability: Add computed field is_dropship (needed to customize some reports)

Add optional fields in stock.move tree view
This commit is contained in:
Alexis de Lattre
2023-09-06 15:56:12 +02:00
parent 3ecfde15f0
commit 5724d31ac1
4 changed files with 43 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
from . import stock_move
from . import stock_move_line
from . import stock_picking
from . import stock_picking_type
from . import stock_warehouse_orderpoint
from . import stock_quant
from . import procurement_group