Skip to content

Commit

Permalink
[IMP] server_action_mass_edit: pre-commit auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
trisdoan committed Dec 24, 2024
1 parent 15d51bd commit 6c91a90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions server_action_mass_edit/views/ir_actions_server.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>

<record id="view_server_action_form" model="ir.ui.view">
<field name="model">ir.actions.server</field>
<field name="inherit_id" ref="base.view_server_action_form" />
Expand Down Expand Up @@ -31,7 +30,7 @@
invisible="not mass_edit_apply_domain_in_lines"
>
<b
>WARNING</b>: Take into account that adding a field with a domain, and not including the fields of such domain in this operation definition, will lead to an error when trying to perform it. Make sure you include them.
>WARNING</b>: Take into account that adding a field with a domain, and not including the fields of such domain in this operation definition, will lead to an error when trying to perform it. Make sure you include them.
</div>
</page>
<page name="mass_edit_message" string="Message">
Expand Down
3 changes: 1 addition & 2 deletions server_action_mass_edit/wizard/mass_editing_wizard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
>
<field name="operation_description_danger" />
</p>
<group name="group_field_list">
</group>
<group name="group_field_list" />
<footer>
<button
string="Apply"
Expand Down

0 comments on commit 6c91a90

Please sign in to comment.