pycharm-odoo icon indicating copy to clipboard operation
pycharm-odoo copied to clipboard

Automatically insert template when creating model files

Open trinhanhngoc opened this issue 1 year ago • 0 comments

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'

trinhanhngoc avatar Apr 10 '23 14:04 trinhanhngoc