base_jsonify: fix instance_method_name field def

pull/2418/head
Simone Orsi 2021-02-05 10:57:26 +01:00 committed by Sébastien BEAU
parent 5e9bbbe48e
commit 9635b0b32d
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ class IrExportsLine(models.Model):
help="If set, will apply the resolver on the field value",
)
instance_method_name = fields.Char(
comodel_name="ir.exports.resolver",
string="Function",
help="A method defined on the model that takes a record and a field_name",
)