[FIX]Yaltik CRM Action : do not use ation image on Kanban view
This commit is contained in:
parent
b048d5d02b
commit
afbe61ed79
@ -18,7 +18,7 @@
|
|||||||
{
|
{
|
||||||
'name': 'CRM Actions',
|
'name': 'CRM Actions',
|
||||||
'summary': 'Action management, instead of new activity, in CRM',
|
'summary': 'Action management, instead of new activity, in CRM',
|
||||||
'version': '10.0.1.2.0',
|
'version': '10.0.1.2.1',
|
||||||
'category': 'Sales',
|
'category': 'Sales',
|
||||||
'author': 'Fabien BOURGEOIS - Yaltik',
|
'author': 'Fabien BOURGEOIS - Yaltik',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
|
@ -94,11 +94,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<xpath expr="//a[@name='%(crm.crm_activity_log_action)d']"
|
<xpath expr="//a[@name='%(crm.crm_activity_log_action)d']"
|
||||||
position="attributes">
|
position="attributes">
|
||||||
<attribute name="name">%(crm_action_simple_action)d"</attribute>
|
<attribute name="name">%(crm_action_simple_action)d</attribute>
|
||||||
|
<attribute name="invisible">1</attribute>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//a[@name='%(crm.crm_activity_schedule_action)d']"
|
<xpath expr="//a[@name='%(crm.crm_activity_schedule_action)d']"
|
||||||
position="attributes">
|
position="attributes">
|
||||||
<attribute name="name">%(crm_action_simple_action)d"</attribute>
|
<attribute name="name">%(crm_action_simple_action)d</attribute>
|
||||||
|
<attribute name="invisible">1</attribute>
|
||||||
</xpath>
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
Loading…
Reference in New Issue
Block a user