mirror of
https://github.com/bringout/oca-ocb-mail.git
synced 2026-04-23 16:22:05 +02:00
19.0 vanilla
This commit is contained in:
parent
5df8c07b59
commit
daa394e8b0
2114 changed files with 564841 additions and 299642 deletions
|
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record id="sms_account_phone_view_form" model="ir.ui.view">
|
||||
<field name="name">sms.account.phone.view.form</field>
|
||||
<field name="model">sms.account.phone</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Register your SMS account">
|
||||
<sheet>
|
||||
<h5>Enter a phone number to get an SMS with a verification code.</h5>
|
||||
<group>
|
||||
<field name="phone_number" placeholder="+1 555-555-555"/>
|
||||
</group>
|
||||
<footer>
|
||||
<button string="Send verification code" name="action_send_verification_code" type="object" class="btn btn-primary"/>
|
||||
<button string="Cancel" class="btn-secondary" special="cancel"/>
|
||||
</footer>
|
||||
</sheet>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue