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

form options #4183

Merged
merged 3 commits into from
Mar 27, 2025
Merged

form options #4183

merged 3 commits into from
Mar 27, 2025

Conversation

bso-odoo
Copy link

No description provided.

@robodoo
Copy link

robodoo commented Mar 11, 2025

This PR targets the un-managed branch odoo-dev/odoo:master-mysterious-egg, it needs to be retargeted before it can be merged.

@bso-odoo bso-odoo force-pushed the master-mysterious-egg-bso-2 branch 12 times, most recently from f78f9dd to c668828 Compare March 13, 2025 13:01
Comment on lines 216 to 217
const messageEl = el.parentElement.querySelector(".s_website_form_end_message");
return messageEl.classList.contains("o_builder_form_show_message");

Choose a reason for hiding this comment

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

Undo => trigger error because messageEl is undefined. Maybe use applyTo("s_website_form_end_message") ?

Copy link
Author

@bso-odoo bso-odoo Mar 13, 2025

Choose a reason for hiding this comment

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

But t-if="isActiveItem('show_message_opt')".... why is this method even called when that condition is false ? (or maybe isActiveItem returns true while it should not.)

I can't use applyTo because I also need to apply the class on the form itself

@bso-odoo bso-odoo force-pushed the master-mysterious-egg-bso-2 branch 13 times, most recently from 25111bb to bb136ce Compare March 18, 2025 14:25
@FrancoisGe FrancoisGe force-pushed the master-mysterious-egg branch from 3ee87bf to 98b990a Compare March 19, 2025 09:22
@bso-odoo bso-odoo force-pushed the master-mysterious-egg-bso-2 branch 2 times, most recently from 630ad1f to ebffc34 Compare March 19, 2025 12:53
@bso-odoo bso-odoo force-pushed the master-mysterious-egg-bso-2 branch 14 times, most recently from 93e0b8c to 59466bc Compare March 25, 2025 12:56
@FrancoisGe FrancoisGe force-pushed the master-mysterious-egg branch from f468b7f to 80b3d5d Compare March 27, 2025 12:21
@bso-odoo bso-odoo force-pushed the master-mysterious-egg-bso-2 branch from 59466bc to 740ed44 Compare March 27, 2025 15:02
@ged-odoo ged-odoo marked this pull request as ready for review March 27, 2025 19:49
@robodoo
Copy link

robodoo commented Mar 27, 2025

This PR targets the un-managed branch odoo-dev/odoo:master-mysterious-egg, it needs to be retargeted before it can be merged.

@ged-odoo ged-odoo merged this pull request into master-mysterious-egg Mar 27, 2025
@ged-odoo ged-odoo deleted the master-mysterious-egg-bso-2 branch March 27, 2025 19:49
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.

4 participants