Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
3145 Lượt xem

Dear

When I try to select "accounting > actions > reconciliation" I got this error.


Error:


Traceback:
Error: QWeb2: Template 'reconciliation' not found
exception@http://10\.0\.100\.209:8069/web/content/100\-29fca36/web\.assets_common\.js:4410:7
_render@http://10\.0\.100\.209:8069/web/content/100\-29fca36/web\.assets_common\.js:4455:103
render@http://10\.0\.100\.209:8069/web/content/100\-29fca36/web\.assets_common\.js:4451:151
renderElement@http://10\.0\.100\.209:8069/web/content/116\-34cc6bd/web\.assets_backend\.js:485:452
OdooClass\.extend/http://10\.0\.100\.209:8069/web/content/100\-29fca36/web\.assets_common\.js:4648:488
_widgetRenderAndInsert/http://10.0.100.209:8069/web/content/100-29fca36/web.assets_common.js:4990:6


Thanks if anyone could highlight me the correct path to follow.


Best Regards

Ảnh đại diện
Huỷ bỏ

Using custom codes ? or a default functionality ? if yes, check in runbot and see whether you are able to reproduce, if not make sure you are using latest odoo source code

I faced the same issue, fixed by restarting the server.

Câu trả lời hay nhất


Hello Boujraf

Your error arises because template 'reconciliation' is not found by Odoo which is defined in /account_accountant/static/src/xml/account_reconciliation.xml as

See comment : 

Please find the code from Comment.

There are two possibilities
- If you have made any modifications in the account_reconcilation.xml or __manifest__.py files then this type of error appears or
- If this template=”reconciliation” is not present inside this above mentioned file then :-

To resolve this error you can take pull of the enterprise source, upgrade your module and restart the server.

Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari

Ảnh đại diện
Huỷ bỏ

<div t-name="reconciliation" class="o_reconciliation">
..... .....
</div>

and in __manifest__.py file of the module account_accountant it shoule be defined as

'qweb': [
"static/src/xml/account_reconciliation.xml",
],

Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 5 22
6873
1
thg 3 24
3920
3
thg 1 22
2452
1
thg 1 21
2864
0
thg 10 24
1497