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": [
|
"data": [
|
||||||
# BV : FOR MIGRATION
|
# BV : FOR MIGRATION
|
||||||
# 'views/stock_warehouse_orderpoint.xml',
|
'views/stock_warehouse_orderpoint.xml',
|
||||||
],
|
],
|
||||||
"auto_install": False,
|
"auto_install": False,
|
||||||
"installable": True,
|
"installable": True,
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<record id="view_warehouse_orderpoint_tree_editable_config_chatter" model="ir.ui.view">
|
<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="name">stock.warehouse.orderpoint.tree.editable.config.chatter</field>
|
||||||
<field name="model">stock.warehouse.orderpoint</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">
|
<field name="arch" type="xml">
|
||||||
<xpath expr="//tree" position="attributes">
|
<xpath expr="//tree" position="attributes">
|
||||||
<attribute name="editable"/>
|
<attribute name="editable"/>
|
||||||
|
|
@ -19,8 +19,8 @@
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<xpath expr="//form/sheet" position="after">
|
<xpath expr="//form/sheet" position="after">
|
||||||
<div class="oe_chatter">
|
<div class="oe_chatter">
|
||||||
<field name="message_follower_ids" widget="mail_followers" />
|
<field name="message_follower_ids"/>
|
||||||
<field name="message_ids" widget="mail_thread" />
|
<field name="message_ids"/>
|
||||||
</div>
|
</div>
|
||||||
</xpath>
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue