From 5ca67d5a48cff2fa88f157645d27f8ea594f44d6 Mon Sep 17 00:00:00 2001 From: Fabien BOURGEOIS Date: Sun, 5 Aug 2018 07:30:11 +0200 Subject: [PATCH] [FIX]GOLEM Payement depends on payment --- golem_payment/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/golem_payment/__manifest__.py b/golem_payment/__manifest__.py index 9e5df67..a647eee 100644 --- a/golem_payment/__manifest__.py +++ b/golem_payment/__manifest__.py @@ -20,13 +20,13 @@ 'summary': 'Usage of account invoice and account payments', 'description': ''' Ability to create invoice(s) from activity subscriptions and anticipate multiple payments. ''', - 'version': '10.0.0.3.0', + 'version': '10.0.0.3.1', 'category': 'GOLEM', 'author': 'Fabien Bourgeois', 'license': 'AGPL-3', 'application': True, 'installable': True, - 'depends': ['account', 'golem_season'], + 'depends': ['account', 'payment', 'golem_season'], 'data': ['views/golem_payment_views.xml', 'views/golem_account_payment_views.xml', 'security/ir.model.access.csv']