Hi guys!!!
Please, i want to know why when i make:
return super(class_name, self).create(cr, uid, vals, context=context)
It create the recordset and it is saved in the database. But it will disappear from odoo.
Please help
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi guys!!!
Please, i want to know why when i make:
return super(class_name, self).create(cr, uid, vals, context=context)
It create the recordset and it is saved in the database. But it will disappear from odoo.
Please help
You are mixing old and new api, you are saying recordset is created but that is created only in new api, the code you posted above is from old api, that returns record id only not record. Please add more details to your question, not enough to description to know the problem. I don't know real problem but May be you are creating record in one2many field and not setting value of many2one field so record is not shown in Odoo.
Thanks a lot for your answer and your time. I have corrected it. In fact, tthat was an error from me i didnt defined the attribute in the manyone field.. now everything works correctly. Thanks a lot ;)
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Mar 25
|
1261 | ||
|
0
Jan 25
|
3302 | ||
|
1
Aug 23
|
14609 | ||
change password
Solved
|
|
1
Aug 23
|
13253 | |
|
1
Jul 23
|
10262 |