You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
738 B
19 lines
738 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<record model="ir.ui.view" id="portal_wizard">
|
|
<field name="model">portal.wizard</field>
|
|
<field name="inherit_id" ref="portal.wizard_view"/>
|
|
<field name="arch" type="xml">
|
|
<field name="portal_id" position="after">
|
|
<field name="set_all_users"/>
|
|
</field>
|
|
<field name="user_ids" position="before">
|
|
<div class="alert alert-warning alert-dismissable" attrs="{'invisible': [('set_all_users', '=', False)]}">
|
|
<i class="fa fa-warning"/> You're about to invite to portal all the contacts list below.
|
|
</div>
|
|
</field>
|
|
</field>
|
|
</record>
|
|
|
|
</odoo>
|