08.02.26
This commit is contained in:
@@ -247,6 +247,7 @@ class PurchaseCrop(ModelSQL,ModelView):
|
||||
class Purchase(metaclass=PoolMeta):
|
||||
__name__ = 'purchase.purchase'
|
||||
|
||||
btb = fields.Many2One('back.to.back',"Back to back")
|
||||
from_location = fields.Many2One('stock.location', 'From location',domain=[('type', "!=", 'customer')])
|
||||
to_location = fields.Many2One('stock.location', 'To location',domain=[('type', "!=", 'supplier')])
|
||||
shipment_in = fields.Many2One('stock.shipment.in','Purchases')
|
||||
|
||||
Reference in New Issue
Block a user