Skip to content

Commit

Permalink
[FIX] Resolve an issue with transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickB committed Dec 3, 2014
1 parent e43acbb commit 3fabcda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions __unreviewed__/account_wallet/account_wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ def _default_currency_ids(self, cr, uid, context=None):
config = proxy.get_object(cr, uid, 'base_community', 'community_settings')
return [(0, 0, {
'model': self._name,
'field': 'currency_ids',
'price_unit': 1.0,
'currency_id': config.default_currency_id.id
})]
Expand Down

1 comment on commit 3fabcda

@lucode
Copy link

@lucode lucode commented on 3fabcda Dec 10, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just pulled the actual files to my testsite, but error the still occurs.
see #9

Please sign in to comment.