Featured
-
Function calling on button click in OpenERP
Adding a button on an OpenERP view is very easy an
by dinesh.singh
Tags
Remove 'provision' from selection list when configuring Cash Flow Codes in OpenERP(Odoo)
In below example, I have written Python script to remove 'provision' from selection list when configuring Cash Flow Codes . see below python code and use it in .py file :
def fields_get(self, cr, uid, fields=None, context=None):
res = super...
How to Add followers linked to new partner in OpenERP(Odoo)?
To add followers linked to new partner fields first we have to go in .py file (Python file) After that we have to decide where we want followers linked to new partner fields and then write start to end python code in .py file:
for field in fi...