[FIX][MINOR]Bad filename

This commit is contained in:
Fabien Bourgeois 2016-09-15 17:24:22 +02:00
parent 6091683c75
commit 30a3da45dc
1 changed files with 0 additions and 47 deletions

View File

@ -1,47 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2016 Fabien Bourgeois <fabien@yaltik.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<openerp>
<data>
<!-- Form -->
<record model="ir.ui.view" id="sessions_inscription">
<field name="name">Add sessions inscriptions to member form</field>
<field name="model">golem.member</field>
<field name="inherit_id" ref="golem_member.view_form" />
<field name="arch" type="xml">
<page name="other_page" position="before">
<page name="sessions" string="Activities">
<p>Default season activities</p>
<field name="activity_session_registration_ids">
<tree>
<field name="season_id" />
<field name="member_id" />
<field name="session_id" />
<field name="invoice_id" />
<field name="invoice_line_id" />
</tree>
</field>
<!--<field name="activity_session_ids"
context="{'search_default_season_default': True}" />-->
</page>
</page>
</field>
</record>
</data>
</openerp>