You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the chatter, when creating or processing records related to the account.move model, messages appear containing raw HTML code instead of properly rendered links. The issue displays as follows:
Example message:
Administrator
now
Movimiento(s) creado(s) a <a href=# data-oe-model=account.move data-oe-id=212>False</a>
To Reproduce
Affected versions: Odoo 17 Community Edition
Steps to reproduce:
Install the account_spread_cost_revenue module from the OCA repository.
Use the module to create or process records related to account.move.
Observe the messages generated in the chatter.
Expected behavior
The chatter messages should render as clickable links with meaningful labels (e.g., the names or references of the account.move records). Raw HTML or "False" labels should not appear.
Additional context
Operating System: Linux (Ubuntu Jammy).
Deployment: Odoo 17 CE running in Docker containers.
Browser: Tested with Google Chrome and Mozilla Firefox.
No major customizations made to the account_spread_cost_revenue module.
The text was updated successfully, but these errors were encountered:
Module
account_spread_cost_revenue
Describe the bug
In the chatter, when creating or processing records related to the account.move model, messages appear containing raw HTML code instead of properly rendered links. The issue displays as follows:
Example message:
Administrator
Movimiento(s) creado(s) a
<a href=# data-oe-model=account.move data-oe-id=212>False</a>
To Reproduce
Affected versions: Odoo 17 Community Edition
Steps to reproduce:
Expected behavior
The chatter messages should render as clickable links with meaningful labels (e.g., the names or references of the account.move records). Raw HTML or "False" labels should not appear.
Additional context
The text was updated successfully, but these errors were encountered: