← Back to team overview

banking-addons-team team mailing list archive

[Merge] lp:~romaindeheele/banking-addons/bank-statement-reconcile-61 into lp:banking-addons/bank-statement-reconcile-61

 

moniarh has proposed merging lp:~romaindeheele/banking-addons/bank-statement-reconcile-61 into lp:banking-addons/bank-statement-reconcile-61.

Requested reviews:
  Joël Grand-Guillaume @ camptocamp (jgrandguillaume-c2c)

For more details, see:
https://code.launchpad.net/~romaindeheele/banking-addons/bank-statement-reconcile-61/+merge/164036

When installing the account_statement_ext addon, the next error occurs:
AssertionError: The model ir.header_webkit does not exist !

The fix adds report_webkit dependence.

Romain
-- 
https://code.launchpad.net/~romaindeheele/banking-addons/bank-statement-reconcile-61/+merge/164036
Your team Banking Addons Team is subscribed to branch lp:banking-addons/bank-statement-reconcile-61.
=== modified file 'account_statement_ext/__openerp__.py'
--- account_statement_ext/__openerp__.py	2012-10-25 06:40:13 +0000
+++ account_statement_ext/__openerp__.py	2013-05-15 21:30:34 +0000
@@ -25,7 +25,7 @@
  'maintainer': 'Camptocamp',
  'category': 'Finance',
  'complexity': 'normal', #easy, normal, expert
- 'depends': ['account'],
+ 'depends': ['account','report_webkit'],
  'description': """
  Improve the basic bank statement, by adding various new features,
  and help dealing with huge volume of reconciliation through payment offices such as Paypal, Lazer,


Follow ups