This question has been flagged
1 Reply
1807 Views

HI Community.

some or most of the time when add fields to the python model it seems to not be created in the DB , so I have to add them manually to the table columns, Is there any fixes to this annoying problem

Avatar
Discard
Best Answer

Hi,

You need to restart OpenERP(odoo) if you make changes in .py files, and you only need to update your module if you make changes in xml. You will need to do both if you add or remove fields in a model or create a new model.

hope it helps you.

Avatar
Discard