pycharm-odoo
pycharm-odoo copied to clipboard
Automatically insert template when creating model files
E.g. when creating res_partner.py
, the following template will be inserted automatically:
from odoo import models, fields
class ResPartner(models.Model):
_inherit = 'res.partner'