3
0
Fork 0

[IMP] web_notify: pre-commit auto fixes

18.0
Duy (Đỗ Anh) 2024-10-28 17:26:31 +07:00
parent 1ff5102808
commit a6d7847367
1 changed files with 15 additions and 15 deletions

View File

@ -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>