Skip to content

[18.0] [MIG] server_action_logging: Migration to 18.0 #3073

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

Open
wants to merge 7 commits into
base: 18.0
Choose a base branch
from

Conversation

moncefarajdal
Copy link

No description provided.

@moncefarajdal moncefarajdal mentioned this pull request Oct 14, 2024
34 tasks
@moncefarajdal moncefarajdal changed the title 18.0 mig server action logging [18.0] [MIG] server_action_logging: Migration to 18.0 Oct 15, 2024
Copy link

@kanisorn-kate kanisorn-kate left a comment

Choose a reason for hiding this comment

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

LGTM

Comment on lines +9 to +11
<xpath expr="//field[@name='state']" position="after">
<field name="enable_sql_debug" />
</xpath>

Choose a reason for hiding this comment

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

Refactor the view for better readability.

Suggested change
<xpath expr="//field[@name='state']" position="after">
<field name="enable_sql_debug" />
</xpath>
<xpath expr="//div[hasclass('flex-column')]" position="after">
<group name="sql_debug">
<field name="enable_sql_debug" />
</group>
</xpath>

@gurneyalex
Copy link
Member

/ocabot migration server_action_logging

@OCA-git-bot OCA-git-bot added this to the 18.0 milestone May 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants