Skip to content

Commit

Permalink
views
Browse files Browse the repository at this point in the history
  • Loading branch information
flotho committed Oct 23, 2023
1 parent 1a8b7db commit 6836fad
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions base_dns_infrastructure/views/dns_domain_zone.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,23 @@
bg_color="bg-danger"
attrs="{'invisible': [('active', '=', True)]}"
/>
<div class="oe_title" style="width: 390px;">
<div class="oe_title">
<label class="oe_edit_only" for="name" string="Name" />
<h1>
<field name="name" class="oe_inline" />
<field
name="parent_id"
class="oe_inline"
placeholder="Parent domain"
/>
</h1>
</div>
<group>
<field name="parent_id" />
<group string="Commercial Informations">
<field name="owner_partner_id" />
<field name="renew_date" />
</group>

</group>

<notebook>
Expand All @@ -63,15 +72,6 @@
</tree>
</field>
</page>
<page string="Commercial Informations">
<group>
<group>
<field name="owner_partner_id" />
<field name="renew_date" />
</group>

</group>
</page>
</notebook>
</sheet>
<div class="oe_chatter">
Expand Down
4 changes: 2 additions & 2 deletions base_dns_infrastructure/views/dns_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name="Infrastructure DNS"
id="menu_base_infrastructure_dns"
web_icon="base_dns_infrastructure,static/src/img/network.png"
sequence="160"
sequence="100"
>
<menuitem name="Zones And Records" id="menu_dns_and_type" sequence="50">
<menuitem
Expand All @@ -24,7 +24,7 @@
<menuitem
name="DNS Record Type"
id="menu_dns_record_type"
sequence="100"
sequence="200"
action="dns_record_type_action"
/>
</menuitem>
Expand Down

0 comments on commit 6836fad

Please sign in to comment.