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

Automatically update data values in __manifest__.py when creating data files

Open trinhanhngoc opened this issue 1 year ago • 0 comments

E.g. when creating custom_module/views/res_partner_views.xml, the data values in custom_module/__manifest__.py will be updated automatically:

{
    'data': [
        'views/res_partner_views.xml'
    ],
}

trinhanhngoc avatar Apr 10 '23 14:04 trinhanhngoc