Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[17.0] Chatter displays incorrect HTML links with 'False' labels for account.move records in account_spread_cost_revenue module #1990

Open
jtubellac opened this issue Dec 16, 2024 · 0 comments
Labels

Comments

@jtubellac
Copy link

jtubellac commented Dec 16, 2024

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

  • 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:

  1. Install the account_spread_cost_revenue module from the OCA repository.
  2. Use the module to create or process records related to account.move.
  3. 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.
@jtubellac jtubellac added the bug label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant