Skip to Content
Menu
This question has been flagged

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

Avatar
Discard

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.

Best Answer


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

Avatar
Discard

<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",
],

Related Posts Replies Views Activity
1
May 22
5350
1
Mar 24
2629
3
Jan 22
1323
1
Jan 21
1610
0
Oct 24
105