[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',
|
||||
'summary': 'Action management, instead of new activity, in CRM',
|
||||
'version': '10.0.1.2.0',
|
||||
'version': '10.0.1.2.1',
|
||||
'category': 'Sales',
|
||||
'author': 'Fabien BOURGEOIS - Yaltik',
|
||||
'license': 'AGPL-3',
|
||||
|
@ -94,11 +94,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//a[@name='%(crm.crm_activity_log_action)d']"
|
||||
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 expr="//a[@name='%(crm.crm_activity_schedule_action)d']"
|
||||
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>
|
||||
</field>
|
||||
</record>
|
||||
|
Loading…
Reference in New Issue
Block a user