mirror of
https://github.com/bringout/oca-ocb-hr.git
synced 2026-04-25 10:32:06 +02:00
19.0 vanilla
This commit is contained in:
parent
a1137a1456
commit
e1d89e11e3
2789 changed files with 1093187 additions and 605897 deletions
15
odoo-bringout-oca-ocb-hr/hr/views/discuss_channel_views.xml
Normal file
15
odoo-bringout-oca-ocb-hr/hr/views/discuss_channel_views.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" ?>
|
||||
<odoo><data>
|
||||
<record id="discuss_channel_view_form" model="ir.ui.view">
|
||||
<field name="name">discuss.channel.view.form.inherit.hr</field>
|
||||
<field name="model">discuss.channel</field>
|
||||
<field name="inherit_id" ref="mail.discuss_channel_view_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//field[@name='group_ids']" position="after">
|
||||
<field name="subscription_department_ids" widget="many2many_tags"
|
||||
invisible="channel_type != 'channel'"
|
||||
string="Auto Subscribe Departments"/>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</data></odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue