You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
499 B
14 lines
499 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="document_fields" inherit_id="auth_signup.fields">
|
|
<!-- Inherit and Extend the Standard Auth Signup Fields Template -->
|
|
<xpath expr="//input[@name='password']" position="after">
|
|
<div>
|
|
<br>
|
|
</br>
|
|
<progress id="progress" value="0" max="100"
|
|
style="color: red;">70</progress>
|
|
</div>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|
|
|