what i'm doing pls correct me where i'm wrong
```
<record id="action_view_account_process_adjustments" model="ir.actions.act_window">
<field name="name">Process Adjustment</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">invoice.process.adjustment</field>
<field name="view_type">form</field> <field name="view_mode">form</field>
<field name="context">{'parent_obj': self.id}</field>
<field name="view_id" ref="invoices_process_adjustment_wizard"/>
<field name="target">new</field> </record>
```
i want current account.move id into my opend wizard form and how to get in py file