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.
 
 
 
 
 

48 lines
2.2 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<data>
<record id="view_form_res_company_inherit" model="ir.ui.view">
<field name="name">res.company.for.inherit</field>
<field name="model">res.company</field>
<field name="inherit_id" ref="base.view_company_form"/>
<field name="arch" type="xml">
<data>
<xpath expr="//page[@name='general_info']" position="after">
<page name="stack_integration"
string="Slack Integration">
<group>
<group>
<field name="token"/>
</group>
<group>
<button name="sync_conversations"
string="Sync Conversations"
type="object"
class="oe_highlight"/>
</group>
</group>
<group>
<field name="slack_users_ids">
<tree editable="bottom" string="All Users"
create="false" delete="0">
<field name="name"/>
<field name="email"/>
<field name="user"/>
</tree>
</field>
</group>
<group>
<field name="slack_channel_ids">
<tree editable="bottom" string="Channels"
create="false" delete="0">
<field name="name"/>
</tree>
</field>
</group>
</page>
</xpath>
</data>
</field>
</record>
</data>
</odoo>