Initial commit
This commit is contained in:
14
xml_record_list.sublime-snippet
Normal file
14
xml_record_list.sublime-snippet
Normal file
@@ -0,0 +1,14 @@
|
||||
<snippet>
|
||||
<content><![CDATA[
|
||||
<record model="ir.ui.view" id="${1:model_id}_view_list">
|
||||
<field name="model">${2:model.name}</field>
|
||||
<field name="type">tree</field>
|
||||
<field name="name">$1_list</field>
|
||||
</record>
|
||||
]]></content>
|
||||
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
|
||||
<tabTrigger>tryton_record_list</tabTrigger>
|
||||
<!-- Optional: Set a scope to limit where the snippet will trigger -->
|
||||
<scope>text.xml</scope>
|
||||
<description>Tryton: Record for List View</description>
|
||||
</snippet>
|
||||
Reference in New Issue
Block a user