Files
sublime-tryton-snippets/py_date_today.sublime-snippet
2023-01-20 15:25:20 +01:00

10 lines
216 B
XML

<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>