Skip to content
Snippets Groups Projects
Commit cdf18e166e4e authored by Luc De Meyer's avatar Luc De Meyer
Browse files

Fix fields_get api compatibility issue.

parent b178c0e47880
No related branches found
No related tags found
1 merge request!1Fix fields_get api compatibility issue.
......@@ -140,6 +140,7 @@
superclass = type(superclass_name, bases, {'_register': False})
@AddMethod(superclass)
@api.cr_uid_context
def fields_get(
self, cr, uid, allfields=None, context=None, write_access=True,
attributes=None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment