Skip to content

[FIX] bantracking: remove duplicated chatter on vehicle models T#97055#47

Open
IrvingReyes wants to merge 1 commit into19.0from
19.0-fixes-json-rpc-irvingreyes
Open

[FIX] bantracking: remove duplicated chatter on vehicle models T#97055#47
IrvingReyes wants to merge 1 commit into19.0from
19.0-fixes-json-rpc-irvingreyes

Conversation

@IrvingReyes
Copy link
Copy Markdown
Contributor

@IrvingReyes IrvingReyes commented Apr 14, 2026

MR

The chatter was being added to 'fleet.vehicle.model' through a custom view inheritance. However, this resulted in duplicated chatter components on the original view.

Removing the redundant XML file and its reference in the manifest to clean up the UI and prevent layout inconsistencies.

[FIX] bantracking: fix API access rights and JSON-RPC documentation

This commit:

  • Adds missing ACLs for fleet.vehicle.model and product.template.attribute.value to the API user group.
  • Corrects date formats in documentation from MM/DD/YYYY to the standard ISO YYYY-MM-DD required by Odoo's ORM.

These changes ensure the API user has the necessary permissions to complete the order-to-invoice flow and that the documentation aligns with Odoo 19's technical requirements.

The chatter was being added to 'fleet.vehicle.model' through a
custom view inheritance. However, this resulted in duplicated
chatter components on the original view.

Removing the redundant XML file and its reference in the manifest
to clean up the UI and prevent layout inconsistencies.

[FIX] bantracking: fix API access rights and JSON-RPC documentation

This commit:
- Adds missing ACLs for `fleet.vehicle.model` and
  `product.template.attribute.value` to the API user group.
- Corrects date formats in documentation from MM/DD/YYYY to the
  standard ISO YYYY-MM-DD required by Odoo's ORM.

These changes ensure the API user has the necessary permissions to
complete the order-to-invoice flow and that the documentation aligns
with Odoo 19's technical requirements.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant