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

[16.0][IMP] bi_sql_editor #823

Merged
merged 10 commits into from
Dec 20, 2023
Merged

[16.0][IMP] bi_sql_editor #823

merged 10 commits into from
Dec 20, 2023

Conversation

legalsylvain
Copy link
Contributor

@legalsylvain legalsylvain commented Dec 5, 2023

  • [IMP] Make installation idem potens
  • [REF] simplify tests
  • [FIX] allow to pass default values in copy() function
  • [FIX] do not allow to create model (and sql views) if related model are not set on many2one fields. It prevents the error 'AttributeError: '_unknown' object has no attribute 'id''
  • [FIX] Use correct key word 'optional'. (and not 'option') in tree view
  • [IMP] allow to reset to the previous state, and not only into 'draft' state
  • [REF] simplification : Remove conditional display related to field_description, as this field is required and so, allways defined
  • [REM] option_context_field field, as it is now possible to implement that feature with optional='hide' on the field list view
  • [IMP] Allow to change fields settings if state is 'Model Valid'. Avoid to reset to draft and to have to recreate view that can take a while, if the view is materialized
  • [IMP] Improve code coverage, adding various settings on field items

@legalsylvain legalsylvain added this to the 16.0 milestone Dec 5, 2023
@legalsylvain legalsylvain force-pushed the 16.0-IMP-bi_sql_editor branch from 1fa1f9c to 4aa882a Compare December 5, 2023 20:01
[FIX] bi_sql_editor : allow to pass default values in copy() function
… related model are not set on many2one fields. It prevents the error 'AttributeError: '_unknown' object has no attribute 'id''
…ated to field_description, as this field is required and so, allways defined
…le to implement that feature with optional='hide' on the field list view
…del Valid'. Avoid to reset to draft and to have to recreate view that can take a while, if the view is materialized
@legalsylvain legalsylvain marked this pull request as ready for review December 5, 2023 23:40
Copy link

@AMEA-LYON AMEA-LYON left a comment

Choose a reason for hiding this comment

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

Fonctional testing : OK

@legalsylvain
Copy link
Contributor Author

/ocabot merge minor

@OCA-git-bot
Copy link
Contributor

What a great day to merge this nice PR. Let's do it!
Prepared branch 16.0-ocabot-merge-pr-823-by-legalsylvain-bump-minor, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit 1eb2409 into OCA:16.0 Dec 20, 2023
6 checks passed
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at c36a86d. 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