Skip to content

Commit

Permalink
[IMP] web_notify: pre-commit auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviedoanhduy committed Oct 28, 2024
1 parent 1ff5102 commit a6d7847
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions web_notify/views/res_users_demo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,52 +9,52 @@
<field name="arch" type="xml">
<xpath expr="//notebook/page[1]" position="after">
<page string="Test web notify" name="test_web_notify">
<group>
<group>
<button
<group>
<button
name="notify_success"
type="object"
string="Test success notification"
class="oe_highlight"
/>
</group>
<group>
<button
</group>
<group>
<button
name="notify_danger"
type="object"
string="Test danger notification"
class="oe_highlight"
/>
</group>
</group>
</group>
<group>
<group>
<button
<group>
<button
name="notify_warning"
type="object"
string="Test warning notification"
class="oe_highlight"
/>
</group>
<group>
<button
</group>
<group>
<button
name="notify_info"
type="object"
string="Test info notification"
class="oe_highlight"
/>
</group>
</group>
</group>
<group>
<group>
<button
<group>
<button
name="notify_default"
type="object"
string="Test default notification"
class="oe_highlight"
/>
</group>
</group>
</group>
</page>
</xpath>
</field>
Expand Down

0 comments on commit a6d7847

Please sign in to comment.