Skip to content

Commit f923b5c

Browse files
committed
[ADD] string-method-name: Add string-method-name check to preserve inheritability
Bad name = fields.Char( compute=_compute_name, search=_search_name, inverse=_inverse_name, ) Good name = fields.Char( compute="_compute_name", search="_search_name", inverse="_inverse_name", ) Fix OCA/odoo-pre-commit-hooks#126
1 parent f2f085c commit f923b5c

File tree

4 files changed

+84
-51
lines changed

4 files changed

+84
-51
lines changed

0 commit comments

Comments
 (0)