[FIX]Yaltik CRM Action : do not use ation image on Kanban view

This commit is contained in:
Fabien BOURGEOIS 2017-11-14 10:02:28 +01:00
parent b048d5d02b
commit afbe61ed79
2 changed files with 5 additions and 3 deletions

View File

@ -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',

View File

@ -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>