mirror of
https://github.com/bringout/oca-ocb-mail.git
synced 2026-04-23 00:42:09 +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,27 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record id="sms_account_sender_view_form" model="ir.ui.view">
|
||||
<field name="name">sms.account.sender.view.form</field>
|
||||
<field name="model">sms.account.sender</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Choose your sender name">
|
||||
<sheet>
|
||||
<p>
|
||||
Your sender name must be between 3 and 11 characters long and only contain alphanumeric characters.
|
||||
It must fit your company name, and you aren't allowed to modify it once you registered one, choose it carefully.
|
||||
</p>
|
||||
<p>
|
||||
Note that this is not required, if you don't set a sender name, your SMS will be sent from a short code.
|
||||
</p>
|
||||
<group>
|
||||
<field name="sender_name" required="1"/>
|
||||
</group>
|
||||
<footer>
|
||||
<button string="Set sender name" name="action_set_sender_name" type="object" class="btn btn-primary"/>
|
||||
<button string="Skip for now" class="btn-secondary" special="cancel"/>
|
||||
</footer>
|
||||
</sheet>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue