Skip to content

Commit

Permalink
[FIX] fieldservice_repair
Browse files Browse the repository at this point in the history
  • Loading branch information
max3903 authored and aaladro-kernet committed Dec 11, 2024
1 parent f97c8d6 commit af00f11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fieldservice_repair/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
'name': 'Field Service - Repair',
'summary': 'Integrate FSM orders with MRP repair orders',
'version': '11.0.0.0.1',
'version': '11.0.0.1.0',
'category': 'Field Service',
'author': 'Open Source Integrators, Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/field-service',
Expand Down
2 changes: 1 addition & 1 deletion fieldservice_repair/views/fsm_order_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<field name="model">fsm.order</field>
<field name="inherit_id" ref="fieldservice.fsm_order_form"/>
<field name="arch" type="xml">
<field name="template_id" position="after">
<field name="priority" position="before">
<field name="repair_id"
readonly="1"
attrs="{'invisible': [('type', '!=', 'repair')]}"/>
Expand Down

0 comments on commit af00f11

Please sign in to comment.