14 lines
517 B
Plaintext
14 lines
517 B
Plaintext
|
|
<snippet>
|
||
|
|
<content><![CDATA[
|
||
|
|
<record model="ir.ui.view" id="${1:model_id}_view_form">
|
||
|
|
<field name="model">${2:model.name}</field>
|
||
|
|
<field name="type">form</field>
|
||
|
|
<field name="name">$1_form</field>
|
||
|
|
</record>
|
||
|
|
]]></content>
|
||
|
|
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
|
||
|
|
<tabTrigger>tryton_record_form</tabTrigger>
|
||
|
|
<!-- Optional: Set a scope to limit where the snippet will trigger -->
|
||
|
|
<scope>text.xml</scope>
|
||
|
|
<description>Tryton: Record for Form View</description>
|
||
|
|
</snippet>
|