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[
@fields.depends(${2:used fields})
def on_change_${1:fieldname}(self):${7}
return ${3:{
${4:'${5:res_fieldname}': ${6},}
}}
]]></content>
<tabTrigger>tryton_on_change</tabTrigger>
<scope>source.python</scope>
<description>Tryton: function to compute values of fields when field change value</description>
</snippet>