Hi,
I am working on an integration with Odoo that makes use of a JavaScript applet on the website to read the attributes of a
Unfortunately, I am a noob at front-end development and cannot get it to work.
An element like this does output the email address, for instance me@example.com, of the user onto the web page:
This does not happen in the identification
id="customer-identification-html-element"
data-authenticated="true"
data-email="me@example.com"
/>How can I assign the value of request.env.user.partner_id.email to the data-email attribute?
Thanks!
Andrea