Files
auth-tools/signup_form_honeypot/views/auth_signup_views.xml

12 lines
392 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<template id="signup_honeypot_inherit" inherit_id="auth_signup.signup">
<xpath expr="//form" position="inside">
<input t-att-name="honeypot_name"
type="text"
style="border:#ffffff;"
autocomplete="off"
tabindex="-1" />
</xpath>
</template>
</odoo>