This question has been flagged
1 Reply
3722 Views

Hello,

I'm writing a module for OpenERP, and I notice that OpenERP create, in the database, the fields create_uid, write_uid etc.

How can I read it directly from OpenERP?

Avatar
Discard
Best Answer

Hi,

Add the field in your py file and in your xml file. After that, you can get the value of that field.

You may also refer the below link: https://accounts.openerp.com/forum/Help-1/question/15716

Avatar
Discard