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,12 @@
<snippet>
<content><![CDATA[
@classmethod
def create(cls, vlist):
${3:for vals in vlist:
}
${2:return} super().create(vlist)
]]></content>
<tabTrigger>tryton_create</tabTrigger>
<scope>source.python </scope>
<description>Tryton: create() reimplementation</description>
</snippet>