We use openerp 6. When i execute an action from openERP user interface , for example Confirm Order , some other business related to that action execute too ,for example create Picking List.
But when i do same action via XmlRpc these business does not execute. When i update Sales Order to Confirm Order state by XmlRpc no Picking List create. I want to know if calling XmlRpc cause related business behind one model or workflow to execute or not.