Release 3.6 version

This commit is contained in:
Oscar Alvarez
2015-08-05 07:30:10 -05:00
parent e287dbff0e
commit 84e520771c
5 changed files with 11 additions and 12 deletions

View File

@@ -157,7 +157,6 @@ class OpenStatement(Wizard):
pool = Pool()
User = pool.get('res.user')
Statement = pool.get('account.statement')
Journal = pool.get('account.statement.journal')
user = Transaction().user
user = User(user)
@@ -249,7 +248,6 @@ class CloseStatement(Wizard):
pool = Pool()
User = pool.get('res.user')
Statement = pool.get('account.statement')
Journal = pool.get('account.statement.journal')
user = Transaction().user
user = User(user)