Skip to content

Commit acd5b01

Browse files
isaako34luisg123v
authored andcommitted
[MIG] account_chatter: Migration to 18.0
1 parent 00f0b30 commit acd5b01

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

account_chatter/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Account Chatter",
3-
"version": "16.0.1.0.0",
3+
"version": "18.0.1.0.0",
44
"author": "Vauxoo",
55
"category": "Accounting",
66
"website": "http://www.vauxoo.com",

account_chatter/views/account_account_views.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<field name="model">account.account</field>
77
<field name="inherit_id" ref="account.view_account_form" />
88
<field name="arch" type="xml">
9-
<xpath expr="//div[hasclass('oe_chatter')]" position="attributes">
9+
<xpath expr="//chatter" position="attributes">
1010
<attribute name="groups">account_chatter.group_show_account_chatter_notifications</attribute>
1111
</xpath>
1212
</field>

account_chatter/views/account_journal_views.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<field name="model">account.journal</field>
77
<field name="inherit_id" ref="account.view_account_journal_form" />
88
<field name="arch" type="xml">
9-
<xpath expr="//div[hasclass('oe_chatter')]" position="attributes">
9+
<xpath expr="//chatter" position="attributes">
1010
<attribute name="groups">account_chatter.group_show_account_chatter_notifications</attribute>
1111
</xpath>
1212
</field>

account_chatter/views/account_move_views.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<field name="model">account.move</field>
77
<field name="inherit_id" ref="account.view_move_form" />
88
<field name="arch" type="xml">
9-
<xpath expr="//div[hasclass('oe_chatter')]" position="attributes">
9+
<xpath expr="//chatter" position="attributes">
1010
<attribute name="groups">account_chatter.group_show_account_chatter_notifications</attribute>
1111
</xpath>
1212
</field>

0 commit comments

Comments
 (0)