Initial commit
This commit is contained in:
10
py_inclass.sublime-snippet
Normal file
10
py_inclass.sublime-snippet
Normal file
@@ -0,0 +1,10 @@
|
||||
<snippet>
|
||||
<content><![CDATA[
|
||||
Date = Pool().get('ir.date')
|
||||
today = Date.today()
|
||||
{1}
|
||||
]]></content>
|
||||
<tabTrigger>tryton_today</tabTrigger>
|
||||
<scope>source.python</scope>
|
||||
<description>Tryton: Today</description>
|
||||
</snippet>
|
||||
Reference in New Issue
Block a user