mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user