Skip to content

Commit 650c4b3

Browse files
[IMP] account_reporting_product_template: pre-commit auto fixes
1 parent e9ddee0 commit 650c4b3

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["whool"]
3+
build-backend = "whool.buildapi"
Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<odoo>
3-
<record id="account_invoice_report_view_search" model="ir.ui.view">
4-
<field name="inherit_id" ref="account.view_account_invoice_report_search" />
5-
<field name="model">account.invoice.report</field>
6-
<field name="arch" type="xml">
7-
<field name="product_id" position="before">
8-
<field name="product_tmpl_id" />
9-
</field>
10-
<filter name="category_product" position="after">
11-
<filter
3+
<record id="account_invoice_report_view_search" model="ir.ui.view">
4+
<field name="inherit_id" ref="account.view_account_invoice_report_search" />
5+
<field name="model">account.invoice.report</field>
6+
<field name="arch" type="xml">
7+
<field name="product_id" position="before">
8+
<field name="product_tmpl_id" />
9+
</field>
10+
<filter name="category_product" position="after">
11+
<filter
1212
string="Product Template"
1313
name="product_template"
1414
context="{'group_by':'product_tmpl_id'}"
1515
/>
16-
<filter
17-
string="Product"
18-
name="product"
19-
context="{'group_by':'product_id'}"
20-
/>
21-
</filter>
22-
</field>
23-
</record>
16+
<filter string="Product" name="product" context="{'group_by':'product_id'}" />
17+
</filter>
18+
</field>
19+
</record>
2420
</odoo>

0 commit comments

Comments
 (0)