[FIX][TMP]GOLEM Activity Session : remove kanban view ATM

This commit is contained in:
Fabien Bourgeois 2016-07-11 20:12:41 +02:00
parent 4252e4d2ad
commit d845246aa6
1 changed files with 2 additions and 2 deletions

View File

@ -167,8 +167,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<record id="session_action_list" model="ir.actions.act_window">
<field name="name">GOLEM Activities Sessions List</field>
<field name="res_model">golem.activity.session</field>
<field name="view_mode">kanban,tree,form,calendar</field>
<field name="view_id" ref="product.product_template_kanban_view"/>
<field name="view_mode">tree,form,calendar</field>
<!--<field name="view_id" ref="product.product_template_kanban_view"/>-->
</record>
<record id="category_action" model="ir.actions.act_window">
<field name="name">Activities Categories</field>