mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-20 08:52:08 +02:00
19.0 vanilla
This commit is contained in:
parent
d1963a3c3a
commit
2d3ee4855a
7430 changed files with 2687981 additions and 2965473 deletions
|
|
@ -460,9 +460,6 @@
|
|||
<field name="webhook_sample_payload" string="Sample Payload" nolabel="1" colspan="2" readonly="1" widget="code" options="{'mode': 'javascript'}" />
|
||||
</group>
|
||||
</group>
|
||||
<group>
|
||||
<field name="usage"/>
|
||||
</group>
|
||||
<t invisible="state != 'multi'">
|
||||
<field name="child_ids" widget="many2many" mode="kanban" context="{
|
||||
'is_modal': 1,
|
||||
|
|
|
|||
|
|
@ -86,6 +86,7 @@
|
|||
<field name="acc_number"/>
|
||||
<field name="clearing_number"/>
|
||||
<field name="partner_id"/>
|
||||
<field name="acc_holder_name"/>
|
||||
<field name="bank_id"/>
|
||||
</group>
|
||||
<group>
|
||||
|
|
|
|||
|
|
@ -157,7 +157,7 @@
|
|||
placeholder="Company Name..."
|
||||
string="Company"
|
||||
domain="[('is_company', '=', True)]"
|
||||
context="{'default_is_company': True, 'default_user_id': user_id}"
|
||||
context="{'default_is_company': True, 'default_user_id': user_id, 'show_address': False}"
|
||||
invisible="((is_company and not parent_id) or company_name) and company_name != ''"/>
|
||||
<div colspan="2" class="d-flex gap-2" invisible="not company_name or company_name == '' or is_company">
|
||||
<label for="company_name" class="fw-bold text-nowrap"/>
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@
|
|||
<field name="name">res.users.form</field>
|
||||
<field name="model">res.users</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Users">
|
||||
<form string="Users" class="o_res_users_form_view_full">
|
||||
<header>
|
||||
</header>
|
||||
<sheet>
|
||||
|
|
@ -132,17 +132,18 @@
|
|||
<h1 class="mb-0 w-sm-75">
|
||||
<field name="name" placeholder="e.g. John Doe" required="1"/>
|
||||
</h1>
|
||||
<!-- Must replace the login when the user is created. -->
|
||||
<h5 name="h5_email" class="d-flex align-items-baseline mb-0" invisible="not id">
|
||||
<i class="fa fa-fw fa-envelope text-primary" title="Email"/>
|
||||
<field name="email" placeholder="Email" class="w-75"/>
|
||||
</h5>
|
||||
<h5 class="d-flex align-items-baseline mb-0" invisible="id">
|
||||
<i class="fa fa-fw fa-envelope text-primary" title="Email"/>
|
||||
<field name="login" placeholder="Email" class="w-75"/>
|
||||
<h5 name="h5_email" class="d-flex flex-wrap align-items-baseline mb-0">
|
||||
<div class="w-100">
|
||||
<i class="fa fa-fw fa-envelope me-1 text-primary" title="Login / Email" invisible="login != email"/>
|
||||
<i class="fa fa-fw fa-key me-1 text-primary" title="Login" invisible="login == email"/>
|
||||
<field name="login" placeholder="Login" class="w-75"/>
|
||||
</div>
|
||||
|
||||
<i class="fa fa-fw fa-envelope me-1 text-primary" title="Email" invisible="login == email"/>
|
||||
<field name="email" placeholder="Email" class="w-75" invisible="login == email"/>
|
||||
</h5>
|
||||
<h5 name="h5_phone" class="d-flex align-items-baseline mb-0">
|
||||
<i class="fa fa-fw fa-phone text-primary" title="Email"/>
|
||||
<i class="fa fa-fw fa-phone me-1 text-primary" title="Phone"/>
|
||||
<field name="phone" placeholder="Phone" class="w-75"/>
|
||||
</h5>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue