Which is the simplest way to show data in xml from res_users_log table in custom module?
SELECT id, create_uid, create_date, write_date, write_uid FROM res_users_log
Which is the simplest way to show data in xml from res_users_log table in custom module?
SELECT id, create_uid, create_date, write_date, write_uid FROM res_users_log