summaryrefslogtreecommitdiff
path: root/backend_theme_v14/views/res_company_view.xml
diff options
context:
space:
mode:
Diffstat (limited to 'backend_theme_v14/views/res_company_view.xml')
-rw-r--r--backend_theme_v14/views/res_company_view.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/backend_theme_v14/views/res_company_view.xml b/backend_theme_v14/views/res_company_view.xml
new file mode 100644
index 0000000..1c870c2
--- /dev/null
+++ b/backend_theme_v14/views/res_company_view.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<odoo>
+ <record id="res_company_form" model="ir.ui.view">
+ <field name="name">res.company.form</field>
+ <field name="model">res.company</field>
+ <field name="inherit_id" ref="base.view_company_form" />
+ <field name="arch" type="xml">
+ <xpath expr="//notebook" position="inside">
+ <page name="background" string="Apps Dashboard">
+ <group name="dashboard_settings">
+ <field name="dashboard_background" widget="image" class="oe_avatar"/>
+ </group>
+ </page>
+ </xpath>
+ </field>
+ </record>
+</odoo> \ No newline at end of file