mirror of
https://github.com/bringout/oca-ocb-project.git
synced 2026-04-20 04:02:00 +02:00
19.0 vanilla
This commit is contained in:
parent
a2f74aefd8
commit
4a4d12c333
844 changed files with 212348 additions and 270090 deletions
|
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<record id="portal_task_share_wizard" model="ir.ui.view">
|
||||
<field name="name">task.share.wizard</field>
|
||||
<field name="model">task.share.wizard</field>
|
||||
<field name="inherit_id" ref="portal.portal_share_wizard"/>
|
||||
<field name="mode">primary</field>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//button[hasclass('btn-default')]" position="replace">
|
||||
<button string="Discard" class="btn-default" special="cancel" data-hotkey="x" />
|
||||
</xpath>
|
||||
<xpath expr="//button[hasclass('btn-primary')]" position="attributes">
|
||||
<attribute name="invisible">project_privacy_visibility in ['invited_users', 'followers']</attribute>
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='note']" position="attributes">
|
||||
<attribute name="invisible">project_privacy_visibility in ['invited_users', 'followers']</attribute>
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='partner_ids']" position="attributes">
|
||||
<attribute name="invisible">project_privacy_visibility in ['invited_users', 'followers']</attribute>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue