@@ -1,3 +1,2 @@
# -*- coding: utf-8 -*
-from models import eiru_pos
-from models import res_currency
+from models import eiru_pos
@@ -1,8 +0,0 @@
-# -*- coding: utf-8 -*-
-from openerp import api, fields, models
-
-class res_currency(models.Model):
- _name = 'res.currency'
- _inherit = 'res.currency'
- format = fields.Char('Currency Format', size=15, default='#,#.##')