Skip to Content

Welcome!

This community is for professionals and enthusiasts of our products and services.
Share and discuss the best content and new marketing ideas, build your professional profile and become a better marketer together.

You need to be registered to interact with the community.
This question has been flagged
38 Views

**数据库UUID:** 06a07913-62fa-11f1-b4b9-00163e0eb72e **Odoo版本:** 18.0+e-20260208 **提交用户:** guohuadeng@hotmail.com **提交时间:** 2026-08-25T09:39:33.789Z **提交类型:** public **问题URL:** https://gds.erpapp.cn/odoo/action-157/21/account.analytic.account --- ## 错误详情 Traceback (most recent call last): File "/usr/lib/py3v/odoo/http.py", line 2176, in _transactioning return service_model.retrying(func, env=self.env) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/py3v/odoo/service/model.py", line 156, in retrying result = func() ^^^^^^ File "/usr/lib/py3v/odoo/http.py", line 2143, in _serve_ir_http response = self.dispatcher.dispatch(rule.endpoint, args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/py3v/odoo/http.py", line 2391, in dispatch result = self.request.registry['ir.http']._dispatch(endpoint) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/py3v/odoo/addons/base/models/ir_http.py", line 333, in _dispatch result = endpoint(**request.params) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/py3v/odoo/http.py", line 764, in route_wrapper result = endpoint(self, *args, **params_ok) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/py3v/odoo/addons/web/controllers/dataset.py", line 36, in call_kw return call_kw(request.env[model], method, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/py3v/odoo/api.py", line 535, in call_kw result = getattr(recs, name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/py3v/odoo/addons/web/models/models.py", line 72, in web_save self = self.create(vals) ^^^^^^^^^^^^^^^^^ File "", line 2, in create File "/usr/lib/py3v/odoo/api.py", line 497, in _model_create_multi return create(self, [arg]) ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/py3v/odoo/addons/mail/models/mail_thread.py", line 293, in create threads = super(MailThread, self).create(vals_list) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 2, in create File "/usr/lib/py3v/odoo/api.py", line 498, in _model_create_multi return create(self, arg) ^^^^^^^^^^^^^^^^^ File "/usr/lib/py3v/odoo/models.py", line 5034, in create records = self._create(data_list) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/py3v/odoo/models.py", line 5292, in _create records._validate_fields(name for data in data_list for name in data['stored']) File "/usr/lib/py3v/odoo/models.py", line 1631, in _validate_fields check(self) File "/mnt/odoo_download/module/18.0/rz_account/models/account_analytic_account.py", line 27, in _check_account_import_uniq auto_account_ids = list(dict.fromkeys([x.strip() for x in account.import_auto_account_list.split(',')])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'bool' object has no attribute 'split' The above server error caused the following client error: RPC_ERROR: Odoo Server Error RPC_ERROR at makeErrorFromResponse (https://gds.erpapp.cn/web/assets/e181a23/web.assets_web.min.js:3195:165) at XMLHttpRequest. (https://gds.erpapp.cn/web/assets/e181a23/web.assets_web.min.js:3200:13) ```

Avatar
Discard

Your Answer

Please try to give a substantial answer. If you wanted to comment on the question or answer, just use the commenting tool. Please remember that you can always revise your answers - no need to answer the same question twice. Also, please don't forget to vote - it really helps to select the best questions and answers!