Odoo Help
Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps:
CRM
|
e-Commerce
|
Accounting
|
Inventory
|
PoS
|
Project management
|
MRP
|
etc.
Creating partner using xmlrpc in openerp 7.0
I am creating the partner and approving from xmlrpc, the problem is when ever an exception or error is raised from approve customer method the execution stops, but the partner has been created.
If an error raised the transaction has to rolled back, how to achieve this scenario ?
Each xmlrpc call is executed within its own transaction. Due to the statelesness of xmlrpc there is no safe way to handle this in a good way.
You can do either your own cleanup ( like delete newly create partner object in case an exception is thrown ) from the xmlrpc api.
Another way is to create an extra method on the res.partner which does all actions in one call. This way you can call the method via xmlrpc and benfit from the exception handling in odoo.
Regards,
Jos
About This Community
This platform is for beginners and experts willing to share their Odoo knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers.
RegisterOdoo Training Center
Access to our E-learning platform and experience all Odoo Apps through learning videos, exercises and Quizz.
Test it nowQuestion tools
Stats
Asked: 5/21/14, 3:09 AM |
Seen: 1256 times |
Last updated: 3/16/15, 8:10 AM |