mirror of
https://github.com/bringout/oca-ocb-mail.git
synced 2026-04-21 17:02:02 +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,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record id="sms_account_code_view_form" model="ir.ui.view">
|
||||
<field name="name">sms.account.code.view.form</field>
|
||||
<field name="model">sms.account.code</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Register your SMS account">
|
||||
<sheet>
|
||||
<group>
|
||||
<field name="verification_code" required="1"/>
|
||||
</group>
|
||||
<footer>
|
||||
<button string="Register" name="action_register" 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