the part id={{invoice_id}} doesn't get the id of my invoice. Even though I declared it in the py.
is there a way to call id and put it in href/t-att-href?
I want to automatically open the form of the invoice I created.
code:
<a href="/web?debug#id={{invoice_id}}&view_type=form&model=account.invoice&action=249" >
<button class="btn btn-danger" string="Create Invoice" name="create_invoice" type="object"/>
</a>