[FIX] required for template
This commit is contained in:
parent
59400db391
commit
f13466894d
@ -29,12 +29,10 @@ class ContractWizard(models.TransientModel):
|
|||||||
print_template_contract = fields.Many2one(
|
print_template_contract = fields.Many2one(
|
||||||
"res.partner.template.print.contract",
|
"res.partner.template.print.contract",
|
||||||
string="Print Template of Contract",
|
string="Print Template of Contract",
|
||||||
required=True,
|
|
||||||
)
|
)
|
||||||
print_template_annex = fields.Many2one(
|
print_template_annex = fields.Many2one(
|
||||||
"res.partner.template.print.annex",
|
"res.partner.template.print.annex",
|
||||||
string="Print Template of Contract Annex",
|
string="Print Template of Contract Annex",
|
||||||
required=True,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
transient_field_ids = fields.One2many(
|
transient_field_ids = fields.One2many(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user