File: user_form.xml

package info (click to toggle)
tryton-modules-authentication-sms 7.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 348 kB
  • sloc: python: 371; xml: 42; makefile: 11; sh: 3
file content (8 lines) | stat: -rw-r--r-- 190 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
<?xml version="1.0"?>
<data>
    <xpath expr="//field[@name='email']" position="after">
        <label name="mobile"/>
        <field name="mobile"/>
        <newline/>
    </xpath>
</data>