Initial commit

This commit is contained in:
2023-01-20 15:25:20 +01:00
commit e308314fbb
52 changed files with 620 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<snippet>
<content><![CDATA[
<label name="${1:fieldname}"/>
<field name="${1}"/>
]]></content>
<tabTrigger>tryton_view_form_field</tabTrigger>
<scope>text.xml</scope>
<description>Tryton: View label and field</description>
</snippet>