Execute Wizard Programatically?

So i have a wizard to print report which can be executed using JSON RPC .
which will :

  1. Create a session (Gives ID)
  2. Execute a session
  3. Delete a session
    now the execute session gives me base64 of pdf in JSON RPC
    how can i get the same base64 programatically ?

You just need to call the wizard from the python code. There is an example in the stock_supply module, where the supply stock wizard is called from a cron job.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.