Hi all
i use Odoo 9
i want to create record A on model A
and then create record B on model B with id of record A
and then create record C on model C with id of record B
the action is generated with button on a wizard view called from record D in model D
please can someone help me with the python code and the way to create the call of wizard view passing to it the id of record D
thanks a lot