trytond-galatea_blog-old/view/post_tree.xml
2017-07-06 17:21:11 +02:00

15 lines
537 B
XML

<?xml version="1.0"?>
<!-- This file is part galatea_blog of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tree string="Posts">
<field name="name"/>
<field name="post_create_date" widget="date"/>
<field name="post_published_date" widget="date"/>
<field name="user"/>
<field name="visibility"/>
<field name="galatea_website"/>
<field name="comment"/>
<field name="gallery"/>
<field name="active" tree_invisible="1"/>
</tree>