Skip to content

Commit

Permalink
Merge PR #351 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by etobella
  • Loading branch information
OCA-git-bot committed Sep 6, 2023
2 parents 7805c12 + 1998684 commit 3c6b3bd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions base_maintenance/views/maintenance_request_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,12 @@
<field name="priority" eval="999" />
<field name="arch" type="xml">
<xpath expr="//div[hasclass('oe_title')]" position="before">
<div
class="oe_button_box"
name="button_box"
style="margin-right: 10px;"
>
<div class="oe_button_box" name="button_box">
<!--Empty, to be inherited by other modules.-->
</div>
</xpath>
<field name="description" position="replace">
<notebook colspan="4">
<notebook colspan="2">
<page name="description_page" string="Description">
<field name="description" />
</page>
Expand Down

0 comments on commit 3c6b3bd

Please sign in to comment.