【发布时间】:2020-05-29 16:43:37
【问题描述】:
我已经在 Odoo.com 上拥有一个数据库 A(包含 Web、销售、发票等) 但现在我想在本地计算机上使用该数据库。所以我做了一个数据库A的备份,然后在localhost:8069上恢复 恢复成功,但是无法连接。
Error to render compiling AST
UndefinedTable: relation "ir_attachment_id_seq" does not exist
LINE 1: ...ore_fname", "type", "website_id") VALUES (nextval('ir_attach...
^
Template: web.frontend_layout
Path: /t/html/head/t[10]
Node: <t t-call-assets="web.assets_common_minimal_js" t-css="false" defer_load="True"/>
及其追溯:
Traceback (most recent call last):
File "Q:\odoo-13.0\odoo\tools\cache.py", line 85, in lookup
r = d[key]
File "Q:\odoo-13.0\odoo\tools\func.py", line 69, in wrapper
return func(self, *args, **kwargs)
File "Q:\odoo-13.0\odoo\tools\lru.py", line 44, in __getitem__
a = self.d[obj].me
KeyError: ('ir.qweb', <function IrQWeb._get_asset_nodes at 0x0586C4F8>, 'web.assets_common_minimal_js', 'vi_VN', False, True, '', False, True, False, (1,))
During handling of the above exception, another exception occurred:
...
你们能帮帮我吗?提前致谢。
【问题讨论】:
标签: odoo postgresql-9.5 odoo-13