feat(configurator): flip sale.order.line.x_fc_internal_description to required (Sub 2 Task 26)
This commit is contained in:
@@ -18,6 +18,7 @@ class SaleOrderLine(models.Model):
|
|||||||
# Nullable during Phase A; flipped to required in Phase C.
|
# Nullable during Phase A; flipped to required in Phase C.
|
||||||
x_fc_internal_description = fields.Text(
|
x_fc_internal_description = fields.Text(
|
||||||
string='Internal Description',
|
string='Internal Description',
|
||||||
|
required=True,
|
||||||
help='Shop-floor instructions. Prints on WO / traveler. Never on customer docs.',
|
help='Shop-floor instructions. Prints on WO / traveler. Never on customer docs.',
|
||||||
)
|
)
|
||||||
x_fc_description_template_id = fields.Many2one(
|
x_fc_description_template_id = fields.Many2one(
|
||||||
|
|||||||
Reference in New Issue
Block a user