Skip to content

Commit 933c31e

Browse files
committedJan 2, 2025
[IMP] brand: pre-commit execution
1 parent 8466a44 commit 933c31e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
 

‎brand/views/res_brand.xml

+1-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<field name="arch" type="xml">
1010
<form string="Partners">
1111
<sheet>
12-
<div class="oe_button_box" name="button_box" />
12+
<div class="oe_button_box" name="button_box" />
1313
<widget
1414
name="web_ribbon"
1515
title="Archived"
@@ -29,7 +29,6 @@
2929
<h1>
3030
<field name="name" />
3131
</h1>
32-
3332
</div>
3433

3534
<group>
@@ -73,7 +72,6 @@
7372
<field name="vat" placeholder="e.g. BE0477472701" />
7473
</group>
7574
<group>
76-
7775
<field name="phone" widget="phone" />
7876
<field name="mobile" widget="phone" />
7977
<field name="email" widget="email" />
@@ -83,7 +81,6 @@
8381
widget="url"
8482
placeholder="e.g. https://www.odoo.com"
8583
/>
86-
8784
</group>
8885
</group>
8986
</sheet>
@@ -174,7 +171,6 @@
174171
</t>
175172
</templates>
176173
</kanban>
177-
178174
</field>
179175
</record>
180176
<record model="ir.ui.view" id="res_brand_tree_view">

0 commit comments

Comments
 (0)
Please sign in to comment.