[Answer]-Add customize field in openerp 7, but no result

1👍

in your openerp.py file u are caliing the original ‘partner_view.xml’
It shud be :

'data': [
    'partner_ai_view.xml',
],
👤Ankita

0👍

Go to setting->technical->database structure->fields there u create your new custom field and add it using edit form view by activating developers mode

👤Kiran

Leave a comment