Skip to content

Commit

Permalink
[FIX] enable normal widget on carrier_id
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiocorato committed Nov 28, 2023
1 parent 4de569b commit 883e38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_invoice_shipping_info/views/invoice_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<field name="transport_condition_id" widget="selection" />
<field name="transport_reason_id" widget="selection" />
<field name="transport_method_id" widget="selection" />
<field name="carrier_id" widget="selection" />
<field name="carrier_id" />
<field name="carrier_tracking_ref" />
<field name="dimension" />
<field name="packages" />
Expand Down

0 comments on commit 883e38f

Please sign in to comment.