pycharm-odoo
pycharm-odoo copied to clipboard
Generate compute method on field definition
Example:
amount = fields.Float(compute='_compute_amount')
We usually set the compute
attribute before creating the _compute_amount()
method. It would nice if we had a Quick Action to generate the compute method.