11 lines
424 B
XML
11 lines
424 B
XML
<snippet>
|
|
<content><![CDATA[
|
|
from trytond.wizard import (Wizard, Button, StateAction, StateTransition,
|
|
StateView)
|
|
]]></content>
|
|
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
|
|
<tabTrigger>tryton_import_wizard</tabTrigger>
|
|
<!-- Optional: Set a scope to limit where the snippet will trigger -->
|
|
<scope>source.python</scope>
|
|
<description>Tryton: wizard classes import</description>
|
|
</snippet> |