[NEW] training-tools addons
This commit is contained in:
23
learning_base/views/res_company.xml
Normal file
23
learning_base/views/res_company.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright 2018 Nicolas JEUDY
|
||||
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
|
||||
|
||||
<odoo>
|
||||
<record id="learning_base_view_company_form" model="ir.ui.view">
|
||||
<field name="name">learning_base.view_company_form</field>
|
||||
<field name="model">res.company</field>
|
||||
<field name="inherit_id" ref="base.view_company_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<data>
|
||||
<notebook position="inside">
|
||||
<page name="learning" string="Learning">
|
||||
<group name="legal" string="Legal">
|
||||
<field name="learning_code"/>
|
||||
<field name="learning_support_email"/>
|
||||
</group>
|
||||
</page>
|
||||
</notebook>
|
||||
</data>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
Reference in New Issue
Block a user