oca-ocb-hr/odoo-bringout-oca-ocb-hr/hr/views/mail_channel_views.xml
2025-08-29 15:20:50 +02:00

15 lines
No EOL
679 B
XML

<?xml version="1.0" ?>
<odoo><data>
<record id="mail_channel_view_form_" model="ir.ui.view">
<field name="name">mail.channel.view.form.inherit.hr</field>
<field name="model">mail.channel</field>
<field name="inherit_id" ref="mail.mail_channel_view_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='group_ids']" position="after">
<field name="subscription_department_ids" widget="many2many_tags"
attrs="{'invisible': [('channel_type', '!=', 'channel')]}"
string="Auto Subscribe Departments"/>
</xpath>
</field>
</record>
</data></odoo>