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

[DOC] views: add documentation for gantt view attributes #24341

Closed
wants to merge 1 commit into from

Conversation

RomainLibert
Copy link
Contributor

Description of the issue/feature this PR addresses:

Current behavior before PR:

Desired behavior after PR is merged:

--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

@C3POdoo C3POdoo added the RD research & development, internal work label Apr 20, 2018
@RomainLibert RomainLibert deleted the 11.0-gantt-doc-rli branch April 20, 2018 13:30
name of a field providing the completion percentage for the record's event,
between 0 and 100
.. consolidation_exclude
.. consolidation_color
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And the consolidation_color? 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This attribute apparently existed at some point in odoo, but cannot be find in the .rng file https://github.com/odoo/odoo/blob/11.0/odoo/addons/base/rng/gantt_view.rng).
And by looking in the js code the only place I can find it is here (https://github.com/odoo/enterprise/blob/11.0/web_gantt/static/src/js/gantt_renderer.js#L701) and here (https://github.com/odoo/enterprise/blob/11.0/web_gantt/static/src/js/gantt_renderer.js#L385) but it seems to refer to the task color; anyway it seems it is not a global gantt attribute anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RD research & development, internal work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants