Delivery period changed into Shipment period
This commit is contained in:
@@ -1186,7 +1186,7 @@ class CTRMContractPerformanceContext(ModelView):
|
||||
], "Side")
|
||||
product = fields.Many2One('product.product', "Product")
|
||||
counterparty = fields.Many2One('party.party', "Counterparty")
|
||||
delivery_period = fields.Many2One('product.month', "Delivery Period")
|
||||
delivery_period = fields.Many2One('product.month', "Shipment Period")
|
||||
status = fields.Selection([
|
||||
(None, ''),
|
||||
('under', 'Under delivery'),
|
||||
@@ -1210,7 +1210,7 @@ class CTRMContractPerformance(ModelSQL, ModelView):
|
||||
sale_line = fields.Many2One('sale.line', "Sale Line")
|
||||
counterparty = fields.Many2One('party.party', "Counterparty")
|
||||
product = fields.Many2One('product.product', "Product")
|
||||
delivery_period = fields.Many2One('product.month', "Delivery Period")
|
||||
delivery_period = fields.Many2One('product.month', "Shipment Period")
|
||||
from_date = fields.Date("From")
|
||||
to_date = fields.Date("To")
|
||||
contract_quantity = fields.Numeric("Contract Quantity", digits=(16, 5))
|
||||
@@ -1453,7 +1453,7 @@ class CTRMScheduling(ModelSQL, ModelView):
|
||||
warehouse = fields.Many2One('stock.location', "Warehouse")
|
||||
from_location = fields.Many2One('stock.location', "From")
|
||||
to_location = fields.Many2One('stock.location', "To")
|
||||
delivery_period = fields.Many2One('product.month', "Delivery Period")
|
||||
delivery_period = fields.Many2One('product.month', "Shipment Period")
|
||||
contract_from = fields.Date("Contract From")
|
||||
contract_to = fields.Date("Contract To")
|
||||
scheduled_date = fields.Date("Scheduled Date")
|
||||
|
||||
Reference in New Issue
Block a user