[FIX] Merge from c2c-financial-addons 6.0. Port of account_financial_report_webkit to 6.1 : API changes of 6.1, mainly the change of osv.memory now stored in DB, we should now have _columns, we can not rely anymore only on fields_view_get. Also shorten name files and wizard model names.

(lp:c2c-addons/6.1  rev 28)
This commit is contained in:
Guewen Baconnier @ Camptocamp
2012-02-23 15:36:59 +01:00
parent 5e2c5ef6df
commit 0ddf3bac1e

View File

@@ -44,8 +44,10 @@
from osv import osv, fields
import time
from mx import DateTime
from datetime import datetime, timedelta
import netsvc
import string
from tools.translate import _
class Currency_rate_update_service(osv.osv):