[IMP] Model order
This commit is contained in:
parent
2ecabdd9c7
commit
25f09b7904
@ -4,6 +4,7 @@ from odoo import fields, models
|
||||
class ContractField(models.Model):
|
||||
_name = "res.partner.contract.field"
|
||||
_description = "Contract Field"
|
||||
_order = "sequence"
|
||||
|
||||
name = fields.Char(string="Name", required=True, translate=True,)
|
||||
technical_name = fields.Char(
|
||||
|
Loading…
x
Reference in New Issue
Block a user