port 17.0 bemade_reordering_rules_chatter
This commit is contained in:
parent
5f43ae84bf
commit
4815b71c5f
2 changed files with 4 additions and 4 deletions
|
|
@ -15,7 +15,7 @@
|
|||
],
|
||||
"data": [
|
||||
# BV : FOR MIGRATION
|
||||
# 'views/stock_warehouse_orderpoint.xml',
|
||||
'views/stock_warehouse_orderpoint.xml',
|
||||
],
|
||||
"auto_install": False,
|
||||
"installable": True,
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<record id="view_warehouse_orderpoint_tree_editable_config_chatter" model="ir.ui.view">
|
||||
<field name="name">stock.warehouse.orderpoint.tree.editable.config.chatter</field>
|
||||
<field name="model">stock.warehouse.orderpoint</field>
|
||||
<field name="inherit_id" ref="stock.view_warehouse_orderpoint_tree_editable_config"/>
|
||||
<field name="inherit_id" ref="stock.view_warehouse_orderpoint_tree_editable"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//tree" position="attributes">
|
||||
<attribute name="editable"/>
|
||||
|
|
@ -19,8 +19,8 @@
|
|||
<field name="arch" type="xml">
|
||||
<xpath expr="//form/sheet" position="after">
|
||||
<div class="oe_chatter">
|
||||
<field name="message_follower_ids" widget="mail_followers" />
|
||||
<field name="message_ids" widget="mail_thread" />
|
||||
<field name="message_follower_ids"/>
|
||||
<field name="message_ids"/>
|
||||
</div>
|
||||
</xpath>
|
||||
</field>
|
||||
|
|
|
|||
Loading…
Reference in a new issue