Skip to content

Commit c799fa1

Browse files
committed
[IMP] web_m2x_options_manager: pre-commit auto fixes
1 parent 47b653b commit c799fa1

File tree

3 files changed

+23
-29
lines changed

3 files changed

+23
-29
lines changed

web_m2x_options_manager/demo/res_partner_demo_view.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<odoo>
3-
43
<record id="res_partner_demo_form_view" model="ir.ui.view">
54
<field name="name">res.partner.demo.form.view</field>
65
<field name="model">res.partner</field>
@@ -26,5 +25,4 @@
2625
</form>
2726
</field>
2827
</record>
29-
3028
</odoo>
Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<odoo>
3-
43
<record id="view_model_form_inherit" model="ir.ui.view">
54
<field name="name">view.model.form.inherit</field>
65
<field name="model">ir.model</field>
@@ -12,17 +11,17 @@
1211
<div class="alert alert-info" role="alert">
1312
Here are displayed options for this model's fields<hr />
1413
<div>
15-
<button
16-
name="button_fill_m2x_options"
17-
type="object"
18-
string="Fill"
19-
/>
20-
<button
21-
name="button_empty_m2x_options"
22-
type="object"
23-
string="Empty"
24-
/>
25-
</div>
14+
<button
15+
name="button_fill_m2x_options"
16+
type="object"
17+
string="Fill"
18+
/>
19+
<button
20+
name="button_empty_m2x_options"
21+
type="object"
22+
string="Empty"
23+
/>
24+
</div>
2625
</div>
2726
<field
2827
name="m2x_option_ids"
@@ -31,19 +30,19 @@
3130
/>
3231
<div class="alert alert-info" role="alert">
3332
Here are displayed options for other models' fields related to this model<hr
34-
/>
33+
/>
3534
<div>
36-
<button
37-
name="button_fill_m2x_comodels_options"
38-
type="object"
39-
string="Fill"
40-
/>
41-
<button
42-
name="button_empty_m2x_comodels_options"
43-
type="object"
44-
string="Empty"
45-
/>
46-
</div>
35+
<button
36+
name="button_fill_m2x_comodels_options"
37+
type="object"
38+
string="Fill"
39+
/>
40+
<button
41+
name="button_empty_m2x_comodels_options"
42+
type="object"
43+
string="Empty"
44+
/>
45+
</div>
4746
</div>
4847
<field
4948
name="m2x_comodels_option_ids"
@@ -54,5 +53,4 @@
5453
</xpath>
5554
</field>
5655
</record>
57-
5856
</odoo>

web_m2x_options_manager/views/m2x_create_edit_option.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<odoo>
3-
43
<record id="m2x_create_edit_option_search" model="ir.ui.view">
54
<field name="name">m2x.create.edit.option search view</field>
65
<field name="model">m2x.create.edit.option</field>
@@ -153,5 +152,4 @@
153152
ref="web_m2x_options_manager.m2x_create_edit_option_action"
154153
/>
155154
</record>
156-
157155
</odoo>

0 commit comments

Comments
 (0)