itpp-labs/l10n-addons

Ошибка на этапе установки

Opened this issue · 1 comments

На 10-ю версию не встает:
Odoo Server Error

Traceback (most recent call last): File "/opt/odoo/odoo-10.0/odoo/http.py", line 640, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/opt/odoo/odoo-10.0/odoo/http.py", line 677, in dispatch result = self._call_function(**self.params) File "/opt/odoo/odoo-10.0/odoo/http.py", line 333, in _call_function return checked_call(self.db, *args, **kwargs) File "/opt/odoo/odoo-10.0/odoo/service/model.py", line 101, in wrapper return f(dbname, *args, **kwargs) File "/opt/odoo/odoo-10.0/odoo/http.py", line 326, in checked_call result = self.endpoint(*a, **kw) File "/opt/odoo/odoo-10.0/odoo/http.py", line 935, in __call__ return self.method(*args, **kw) File "/opt/odoo/odoo-10.0/odoo/http.py", line 506, in response_wrap response = f(*args, **kw) File "/opt/odoo/odoo-10.0/addons/web/controllers/main.py", line 889, in call_button action = self._call_kw(model, method, args, {}) File "/opt/odoo/odoo-10.0/addons/web/controllers/main.py", line 877, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/opt/odoo/odoo-10.0/odoo/api.py", line 681, in call_kw return call_kw_multi(method, model, args, kwargs) File "/opt/odoo/odoo-10.0/odoo/api.py", line 672, in call_kw_multi result = method(recs, *args, **kwargs) File "/opt/odoo/odoo-10.0/odoo/addons/base/module/module.py", line 410, in button_immediate_install return self._button_immediate_function(type(self).button_install) File "/opt/odoo/odoo-10.0/odoo/addons/base/module/module.py", line 484, in _button_immediate_function modules.registry.Registry.new(self._cr.dbname, update_module=True) File "/opt/odoo/odoo-10.0/odoo/modules/registry.py", line 82, in new odoo.modules.load_modules(registry._db, force_demo, status, update_module) File "/opt/odoo/odoo-10.0/odoo/modules/loading.py", line 339, in load_modules loaded_modules, update_module) File "/opt/odoo/odoo-10.0/odoo/modules/loading.py", line 237, in load_marked_modules loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules, perform_checks=perform_checks) File "/opt/odoo/odoo-10.0/odoo/modules/loading.py", line 156, in load_module_graph _load_data(cr, module_name, idref, mode, kind='data') File "/opt/odoo/odoo-10.0/odoo/modules/loading.py", line 95, in _load_data tools.convert_file(cr, module_name, filename, idref, mode, noupdate, kind, report) File "/opt/odoo/odoo-10.0/odoo/tools/convert.py", line 845, in convert_file convert_xml_import(cr, module, fp, idref, mode, noupdate, report) File "/opt/odoo/odoo-10.0/odoo/tools/convert.py", line 915, in convert_xml_import obj.parse(doc.getroot(), mode=mode) File "/opt/odoo/odoo-10.0/odoo/tools/convert.py", line 796, in parse self.parse(rec, mode) File "/opt/odoo/odoo-10.0/odoo/tools/convert.py", line 799, in parse self._tags[rec.tag](rec, de, mode=mode) File "/opt/odoo/odoo-10.0/odoo/tools/convert.py", line 707, in _tag_record id = self.env(context=rec_context)['ir.model.data']._update(rec_model, self.module, res, rec_id or False, not self.isnoupdate(data_node), noupdate=self.isnoupdate(data_node), mode=self.mode) File "/opt/odoo/odoo-10.0/odoo/addons/base/ir/ir_model.py", line 1228, in _update record = record.create(values) File "/opt/odoo/odoo-10.0/odoo/models.py", line 3830, in create record = self.browse(self._create(old_vals)) File "/opt/odoo/odoo-10.0/odoo/models.py", line 3925, in _create cr.execute(query, tuple(u[2] for u in updates if len(u) > 2)) File "/opt/odoo/odoo-10.0/odoo/sql_db.py", line 154, in wrapper return f(self, *args, **kwargs) File "/opt/odoo/odoo-10.0/odoo/sql_db.py", line 231, in execute res = self._obj.execute(query, params) ParseError: "null value in column "symbol" violates not-null constraint DETAIL: Failing row contains (175, GWP, null, 1, 2017-09-25 14:22:41.589692, 0.010000, 1, 2017-09-25 14:22:41.589692, after, t). " while parsing /opt/odoo/odoo-10.0/addons/l10n_ru2/data/okv.xml:486, near <record id="base.GWP" model="res.currency"> <field name="name">GWP</field> <field name="full_name">&#1055;&#1077;&#1089;&#1086; &#1043;&#1074;&#1080;&#1085;&#1077;&#1080;-&#1041;&#1080;&#1089;&#1072;&#1091;</field> <field name="code">624</field> </record>


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Да, мы в курсе. Вопрос отслеживается здесь: #14