Dear all,
I am having img-src which points to external service (API) where data is sent via GET parameters (and custom codes as image generated). I managed to find recipient, address, city etc...but I need invoice full amount to be sent. Odoo 9 is version.
So something like (res_company.partner_id.name - works great...but what to place in amount??
...data[amount]=XXX&data[sender]='+res_company.partner_id.name+..
Thank you in advance,
Milan