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,10 @@
<snippet>
<content><![CDATA[
@staticmethod
def default_${1:field_name}():
return ${2:True}
]]></content>
<tabTrigger>tryton_default.static</tabTrigger>
<scope>source.python</scope>
<description>Tryton: default_fieldname() function</description>
</snippet>