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