Minor import fixes plus a couple of other small changes to allow trunk install. Changed method get_default_pay_receive_accounts of account_statement_ext to use orm built in get. Is actually an improvement as get ensures the result is the most specific property whereas the original method gave no such guarentee in a multicompany environment.

Without this this method will fail on trunk and am surprised if it worked on 7.0, however the change is backward compatible with 7.0 and more efficient and less code.
This commit is contained in:
unknown
2014-05-14 17:45:12 +02:00
committed by Yannick Vaucher
9 changed files with 36 additions and 49 deletions

View File

@@ -20,7 +20,7 @@
##############################################################################
{'name': "Bank statement extension and profiles",
'version': '1.3.5',
'version': '1.3.6',
'author': 'Camptocamp',
'maintainer': 'Camptocamp',
'category': 'Finance',