Skip to content

Commit

Permalink
Merge pull request OCA#50 from burroaktoolinc/rl-oak-visits-fix
Browse files Browse the repository at this point in the history
[FIX] Visits view
  • Loading branch information
auroraeosrose authored Apr 4, 2023
2 parents 9ecb2b6 + a91e1c7 commit 31101ab
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions boti/oak_visits/views/visit_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,14 @@
<field name="visit_reason_id" />
</group>
</xpath>
<xpath expr="//sheet//group" position="after">
<group string="Competitor Machines">
<field name="competitor_equipment" nolabel="1" />
</group>
</xpath>
<field name="note" position="before">
<label for="competitor_equipment" string="Competitor Equipment" />
<field name="competitor_equipment" nolabel="0" />
</field>
<field name="note" position="replace">
<label for="note" string="Notes" />
<field name="note" nolabel="0" />
</field>
</field>
</record>

Expand Down

0 comments on commit 31101ab

Please sign in to comment.