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.Timestamp('${2:Field Title}'${3:, required=True}${4:, readonly=True}${7}${5:, help='${6}'})
]]></content>
<tabTrigger>tryton_fields.Timestamp</tabTrigger>
<scope>source.python </scope>
<description>Tryton: fields.Timestamp()</description>
</snippet>