2019-01-14 11:49:11 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
Copyright 2019 Fabien Bourgeois <fabien@yaltik.com>
|
|
|
|
Copyright 2019 Youssef El Ouahby <youssef@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/>.
|
|
|
|
-->
|
|
|
|
|
|
|
|
<odoo>
|
|
|
|
<data>
|
2019-01-21 11:52:26 +01:00
|
|
|
|
|
|
|
<!-- Pivots -->
|
2019-01-14 11:49:11 +01:00
|
|
|
<record id="golem_member_analysis_pivot_age_start_activity_area" model="ir.ui.view">
|
|
|
|
<field name="name">Golem Member Analysis Age Start Activity Area Pivot</field>
|
|
|
|
<field name="model">golem.member.analysis</field>
|
|
|
|
<field name="arch" type="xml">
|
2019-01-21 11:52:26 +01:00
|
|
|
<pivot string="Service User Analysis">
|
2019-01-14 11:49:11 +01:00
|
|
|
<field name="age_range_start_season" type="col"/>
|
|
|
|
<field name="activity_id" type="row"/>
|
2019-01-14 14:48:25 +01:00
|
|
|
<field name="area_id" type="row"/>
|
2019-01-14 11:49:11 +01:00
|
|
|
</pivot>
|
|
|
|
</field>
|
|
|
|
</record>
|
|
|
|
<record id="golem_member_analysis_pivot_age_end_activity_area" model="ir.ui.view">
|
|
|
|
<field name="name">Golem Member Analysis Age End Activity Area Pivot</field>
|
|
|
|
<field name="model">golem.member.analysis</field>
|
|
|
|
<field name="arch" type="xml">
|
2019-01-21 11:52:26 +01:00
|
|
|
<pivot string="Registration Analysis">
|
2019-01-14 11:49:11 +01:00
|
|
|
<field name="age_range_end_season" type="col"/>
|
|
|
|
<field name="activity_id" type="row"/>
|
2019-01-14 14:48:25 +01:00
|
|
|
<field name="area_id" type="row"/>
|
2019-01-14 11:49:11 +01:00
|
|
|
</pivot>
|
|
|
|
</field>
|
|
|
|
</record>
|
2019-01-21 11:52:26 +01:00
|
|
|
<record id="golem_member_analysis_pivot_age_now_activity_area" model="ir.ui.view">
|
|
|
|
<field name="name">Golem Member Analysis Age Now Activity Area Pivot</field>
|
|
|
|
<field name="model">golem.member.analysis</field>
|
|
|
|
<field name="arch" type="xml">
|
|
|
|
<pivot string="Registration Analysis">
|
|
|
|
<field name="age_range_now" type="col"/>
|
|
|
|
<field name="activity_id" type="row"/>
|
|
|
|
<field name="area_id" type="row"/>
|
|
|
|
</pivot>
|
|
|
|
</field>
|
|
|
|
</record>
|
|
|
|
|
2019-01-14 11:49:11 +01:00
|
|
|
</data>
|
|
|
|
</odoo>
|