[FIX] bantracking: remove duplicated chatter on vehicle models T#97055#47
Open
IrvingReyes wants to merge 1 commit into19.0from
Open
[FIX] bantracking: remove duplicated chatter on vehicle models T#97055#47IrvingReyes wants to merge 1 commit into19.0from
IrvingReyes wants to merge 1 commit into19.0from
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
fleet.vehicle.modelandproduct.template.attribute.valueto the API user group.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.