oca-ocb-mail/odoo-bringout-oca-ocb-sms/sms/wizard/sms_account_code_views.xml
Ernad Husremovic daa394e8b0 19.0 vanilla
2026-03-09 09:31:39 +01:00

20 lines
815 B
XML

<?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>