Files
sublime-tryton-snippets/py_fields_biginteger.sublime-snippet
2023-01-20 15:25:20 +01:00

9 lines
310 B
XML

<snippet>
<content><![CDATA[
${1:fieldname} = fields.BigInteger('${2:Field Title}'${3:, required=True}${4:, readonly=True}${7}${5:, help='${6}'})
]]></content>
<tabTrigger>tryton_fields.BigInteger</tabTrigger>
<scope>source.python </scope>
<description>Tryton: fields.BigInteger()</description>
</snippet>