Hello!!!
Please i need help. Is here anyone who can help me please.
new_id = services.create(cr, uid, value)
print new_id
record = services.browse(cr, uid, new_id)
print record
60
project.service.line(60,)
The problem is that it adds the recordset in the database. But it doesnt display anything in the view!!!!
I work with odoo api 8 but i didnt understand how to display the recordset.
Please help please