[IMP]GOLEM Member : do not include canceled on subscribers

This commit is contained in:
Fabien BOURGEOIS 2018-08-21 11:08:57 +02:00
parent 390bcb18f1
commit cc12c13170
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
'name': 'GOLEM non-profit members',
'summary': 'Extends Odoo contacts for MJC',
'description': 'Extends Odoo contacts for MJC',
'version': '10.0.2.3.0',
'version': '10.0.2.3.1',
'category': 'GOLEM',
'author': 'Fabien Bourgeois, Michel Dessenne',
'license': 'AGPL-3',

View File

@ -23,7 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<!-- Actions -->
<act_window id="golem_member_action" name="Subscribers"
res_model="res.partner" view_mode="kanban,tree,form,graph"
domain="[('membership_state', '!=', 'none')]" />
domain="[('membership_state', 'not in', ['none', 'canceled'])]" />
<act_window id="golem_member_user_action" name="Service Users"
res_model="golem.member" view_mode="kanban,tree,form,graph" />
<act_window id="res_partner_category_action" name="GOLEM Members Tags"