1👍
in your openerp.py file u are caliing the original ‘partner_view.xml’
It shud be :
'data': [
'partner_ai_view.xml',
],
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
- [Answer]-Python: encode/decode a string in Django
- [Answer]-Traceback error: Django dictionary
- [Answer]-Django custom field to_python not called when using .values()
- [Answer]-What is wrong with the custom method in DetailView
- [Answer]-Sorl-thumbnail how to display thumbnail
Source:stackexchange.com