Преглед на файлове

[REM] res.currency model

Gogs преди 7 години
родител
ревизия
d80fc2b281
променени са 2 файла, в които са добавени 1 реда и са изтрити 10 реда
  1. 1 2
      __init__.py
  2. 0 8
      models/res_currency.py

+ 1 - 2
__init__.py

@@ -1,3 +1,2 @@
 # -*- coding: utf-8 -*
-from models import eiru_pos
-from models import res_currency
+from models import eiru_pos

+ 0 - 8
models/res_currency.py

@@ -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='#,#.##')