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,8 @@
<snippet>
<content><![CDATA[
${1:fieldname} = fields.Binary('${2:Field Title}'${3:, filename='${4:$1_name}'}${5:, required=True}${6:, readonly=True}${9}${7:, help='${8}'})
]]></content>
<tabTrigger>tryton_fields.Binary</tabTrigger>
<scope>source.python</scope>
<description>Tryton: fields.Binary()</description>
</snippet>