This question has been flagged

I'm trying to use extension inheritance to add a message so the user knows how to make the payment when on the payment status page.


I'm using this documentation to help me, but the template doesn't seem to be loaded at all. the way I test this out is via:

<t t-set="helloworld" t-value="helloworld"/>
<t t-log="helloworld"/>

Looking for recommendations on how to get this working.


Code found here in full: https://github.com/t-900-a/odoo-solana-payments/

file in question : https://github.com/t-900-a/odoo-solana-payments/blob/master/views/solana_payment_confirmation.xml


Documentation: https://www.odoo.com/documentation/14.0/reference/qweb.html#defining-templates




Avatar
Discard
Author Best Answer

File fixed

Avatar
Discard