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

[FIX] attribute_set: fix create options w/ rel model #169

Merged
merged 1 commit into from
Aug 18, 2023

Conversation

simahawk
Copy link
Contributor

When you define an attribute as a select field and add a related model, you have the option to "Load attribute options".

On this wizard, an "option_ids" dummy field is created via fields_view_get.

This change deletes option_ids from create (once the options are created) and read

Replaces #132

When you define an attribute as a select field and add a related model,
you have the option to "Load attribute options".

On this wizard, an "option_ids" dummy field is created via
fields_view_get.

This change deletes option_ids from create (once the options are created) and read
@simahawk
Copy link
Contributor Author

Already approved in #132

/ocabot merge patch

@OCA-git-bot
Copy link
Contributor

This PR looks fantastic, let's merge it!
Prepared branch 15.0-ocabot-merge-pr-169-by-simahawk-bump-patch, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit 1f5158f into OCA:15.0 Aug 18, 2023
4 of 6 checks passed
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at 5816c16. Thanks a lot for contributing to OCA. ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants