forked from Yaltik/golem
[IMP]GOLEM Activity : show only default season per default
This commit is contained in:
parent
3ad9263f68
commit
fab585d247
@ -1,6 +1,6 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# Copyright 2016-2019 Fabien Bourgeois <fabien@yaltik.com>
|
# Copyright 2016-2020 Fabien Bourgeois <fabien@yaltik.com>
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU Affero General Public License as
|
# it under the terms of the GNU Affero General Public License as
|
||||||
@ -19,7 +19,7 @@
|
|||||||
'name': 'GOLEM activities',
|
'name': 'GOLEM activities',
|
||||||
'summary': 'Extends Odoo products for multi-activity',
|
'summary': 'Extends Odoo products for multi-activity',
|
||||||
'description': 'Extends Odoo products for multi-activity',
|
'description': 'Extends Odoo products for multi-activity',
|
||||||
'version': '10.0.2.8.0',
|
'version': '10.0.2.8.1',
|
||||||
'category': 'GOLEM',
|
'category': 'GOLEM',
|
||||||
'author': 'Fabien Bourgeois, Michel Dessenne',
|
'author': 'Fabien Bourgeois, Michel Dessenne',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!--
|
<!--
|
||||||
Copyright 2017-2018 Fabien Bourgeois <fabien@yaltik.com>
|
Copyright 2017-2018 Fabien Bourgeois <fabien@yaltik.com>
|
||||||
|
Copyright 2020 Youssef El Ouahby <youssef@yaltik.com>
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
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
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
@ -187,7 +188,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
|
|
||||||
<!-- Actions -->
|
<!-- Actions -->
|
||||||
<act_window id="golem_activity_action" name="GOLEM Activities"
|
<act_window id="golem_activity_action" name="GOLEM Activities"
|
||||||
res_model="golem.activity" view_mode="tree,form,calendar"
|
res_model="golem.activity" view_mode="tree,form,calendar"
|
||||||
context="{'search_default_season_default': 1}"/>
|
context="{'search_default_season_default': 1}"/>
|
||||||
<act_window id="golem_activity_type_action" name="GOLEM Activity Types"
|
<act_window id="golem_activity_type_action" name="GOLEM Activity Types"
|
||||||
res_model="golem.activity.type" view_mode="tree" />
|
res_model="golem.activity.type" view_mode="tree" />
|
||||||
|
Loading…
Reference in New Issue
Block a user