-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[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
base: 18.0
Are you sure you want to change the base?
[18.0] [MIG] server_action_logging: Migration to 18.0 #3073
Conversation
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-tools-17.0/server-tools-17.0-server_action_logging Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-server_action_logging/
Currently translated at 100.0% (3 of 3 strings) Translation: server-tools-17.0/server-tools-17.0-server_action_logging Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-server_action_logging/it/
kanisorn-kate
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
| <xpath expr="//field[@name='state']" position="after"> | ||
| <field name="enable_sql_debug" /> | ||
| </xpath> |
There was a problem hiding this comment.
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.
| <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> |
|
/ocabot migration server_action_logging |
BhaveshHeliconia
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Functional review LGTM!
No description provided.