Skip to content

Commit

Permalink
[IMP] hr_stock_picking_create_repair: pre-commit stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
oihane committed Jun 27, 2024
1 parent d941bb2 commit 06275e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hr_stock_picking_create_repair/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"category": "Human Resources/Employees",
"license": "AGPL-3",
"author": "Avanzosc",
"website": "https://www.avanzosc.es",
"website": "https://github.com/avanzosc/hr-addons",
"depends": [
"stock_picking_create_repair",
"hr",
Expand Down
10 changes: 7 additions & 3 deletions hr_stock_picking_create_repair/views/repair_order_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<field name="inherit_id" ref="repair.view_repair_order_tree" />
<field name="arch" type="xml">
<field name="user_id" position="after">
<field name="employee_id" optional="show"/>
<field name="employee_id" optional="show" />
</field>
</field>
</record>
Expand All @@ -29,8 +29,12 @@
<field name="employee_id" />
</field>
<filter name="partner" position="after">
<filter string="Employee" name="employee" domain="[]"
context="{'group_by': 'employee_id'}"/>
<filter
string="Employee"
name="employee"
domain="[]"
context="{'group_by': 'employee_id'}"
/>
</filter>
</field>
</record>
Expand Down

0 comments on commit 06275e6

Please sign in to comment.