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

11 lines
220 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()
{1}
]]></content>
<tabTrigger>tryton_today</tabTrigger>
<scope>source.python</scope>
<description>Tryton: Today</description>
</snippet>