Skip to content

Commit

Permalink
[FIX] account_avatax_repair_oca: field exemption_code and exemption_c…
Browse files Browse the repository at this point in the history
…ode_id are changeable by all.
  • Loading branch information
JordiBForgeFlow committed Jun 17, 2024
1 parent 2097dfe commit 1c8c874
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions account_avatax_repair_oca/views/repair_order_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@
<field name="hide_exemption" invisible="1" />
<field
name="exemption_code"
readonly="1"
attrs="{'invisible': [('hide_exemption','=',True)]}"
/>
<field
name="exemption_code_id"
readonly="1"
attrs="{'invisible': [('hide_exemption','=',True)]}"
/>
<field name="location_code" />
Expand Down Expand Up @@ -66,6 +64,7 @@
</notebook>
</field>
</record>

<record model="ir.actions.server" id="action_repair_order_compute_taxes">
<field name="name">Update taxes with AvaTax</field>
<field name="model_id" ref="repair.model_repair_order" />
Expand Down

0 comments on commit 1c8c874

Please sign in to comment.