Skip to content
Snippets Groups Projects

Fix fields_get api compatibility issue.

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -140,6 +140,7 @@ class MetaAnalytic(OEMetaSL):
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
Loading