You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.1 KiB
29 lines
1.1 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<openerp>
|
|
<data>
|
|
<record id="company_logo_secondary_view_form" model="ir.ui.view">
|
|
<field name="name">Company: Logo Secondary</field>
|
|
<field name="model">res.company</field>
|
|
<field name="inherit_id" ref="base.view_company_form"/>
|
|
<field name="priority">100</field>
|
|
<field name="arch" type="xml">
|
|
<notebook position="inside">
|
|
<page string="Secondary Details">
|
|
<div>
|
|
<field name="logo_secondary" widget="image" class="oe_avatar oe_left"/>
|
|
</div>
|
|
<div class="oe_title">
|
|
<label for="name_secondary" class="oe_edit_only"/>
|
|
<h1>
|
|
<field name="name_secondary" class="oe_inline"/>
|
|
</h1>
|
|
</div>
|
|
</page>
|
|
</notebook>
|
|
|
|
</field>
|
|
</record>
|
|
|
|
|
|
</data>
|
|
</openerp>
|