forked from Techsystech/web
[IMP] web_notify: pre-commit auto fixes
parent
1ff5102808
commit
a6d7847367
|
@ -9,52 +9,52 @@
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<xpath expr="//notebook/page[1]" position="after">
|
<xpath expr="//notebook/page[1]" position="after">
|
||||||
<page string="Test web notify" name="test_web_notify">
|
<page string="Test web notify" name="test_web_notify">
|
||||||
<group>
|
|
||||||
<group>
|
<group>
|
||||||
<button
|
<group>
|
||||||
|
<button
|
||||||
name="notify_success"
|
name="notify_success"
|
||||||
type="object"
|
type="object"
|
||||||
string="Test success notification"
|
string="Test success notification"
|
||||||
class="oe_highlight"
|
class="oe_highlight"
|
||||||
/>
|
/>
|
||||||
</group>
|
</group>
|
||||||
<group>
|
<group>
|
||||||
<button
|
<button
|
||||||
name="notify_danger"
|
name="notify_danger"
|
||||||
type="object"
|
type="object"
|
||||||
string="Test danger notification"
|
string="Test danger notification"
|
||||||
class="oe_highlight"
|
class="oe_highlight"
|
||||||
/>
|
/>
|
||||||
|
</group>
|
||||||
</group>
|
</group>
|
||||||
</group>
|
|
||||||
<group>
|
|
||||||
<group>
|
<group>
|
||||||
<button
|
<group>
|
||||||
|
<button
|
||||||
name="notify_warning"
|
name="notify_warning"
|
||||||
type="object"
|
type="object"
|
||||||
string="Test warning notification"
|
string="Test warning notification"
|
||||||
class="oe_highlight"
|
class="oe_highlight"
|
||||||
/>
|
/>
|
||||||
</group>
|
</group>
|
||||||
<group>
|
<group>
|
||||||
<button
|
<button
|
||||||
name="notify_info"
|
name="notify_info"
|
||||||
type="object"
|
type="object"
|
||||||
string="Test info notification"
|
string="Test info notification"
|
||||||
class="oe_highlight"
|
class="oe_highlight"
|
||||||
/>
|
/>
|
||||||
|
</group>
|
||||||
</group>
|
</group>
|
||||||
</group>
|
|
||||||
<group>
|
|
||||||
<group>
|
<group>
|
||||||
<button
|
<group>
|
||||||
|
<button
|
||||||
name="notify_default"
|
name="notify_default"
|
||||||
type="object"
|
type="object"
|
||||||
string="Test default notification"
|
string="Test default notification"
|
||||||
class="oe_highlight"
|
class="oe_highlight"
|
||||||
/>
|
/>
|
||||||
|
</group>
|
||||||
</group>
|
</group>
|
||||||
</group>
|
|
||||||
</page>
|
</page>
|
||||||
</xpath>
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
|
|
Loading…
Reference in New Issue