mirror of
https://github.com/NaN-tic/trytond-galatea_tutorial.git
synced 2023-12-14 02:32:55 +01:00
12 lines
462 B
XML
12 lines
462 B
XML
<?xml version="1.0"?>
|
|
<!-- This file is part galatea_tutorial of Tryton. The COPYRIGHT file at the top level of
|
|
this repository contains the full copyright notices and license terms. -->
|
|
<tree string="Tutorials">
|
|
<field name="name"/>
|
|
<field name="slug"/>
|
|
<field name="tutorial_create_date"/>
|
|
<field name="user"/>
|
|
<field name="visibility"/>
|
|
<field name="websites" tree_invisible="1"/>
|
|
<field name="active" tree_invisible="1"/>
|
|
</tree>
|