Files
sublime-tryton-snippets/py_date_today.sublime-snippet

10 lines
216 B
Plaintext
Raw Permalink Normal View History

2023-01-20 15:25:20 +01:00
<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>