base_jsonify: fix instance_method_name field def
parent
5e9bbbe48e
commit
9635b0b32d
|
@ -25,7 +25,6 @@ class IrExportsLine(models.Model):
|
||||||
help="If set, will apply the resolver on the field value",
|
help="If set, will apply the resolver on the field value",
|
||||||
)
|
)
|
||||||
instance_method_name = fields.Char(
|
instance_method_name = fields.Char(
|
||||||
comodel_name="ir.exports.resolver",
|
|
||||||
string="Function",
|
string="Function",
|
||||||
help="A method defined on the model that takes a record and a field_name",
|
help="A method defined on the model that takes a record and a field_name",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue