File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : "Account Chatter" ,
3
- "version" : "16 .0.1.0.0" ,
3
+ "version" : "18 .0.1.0.0" ,
4
4
"author" : "Vauxoo" ,
5
5
"category" : "Accounting" ,
6
6
"website" : "http://www.vauxoo.com" ,
Original file line number Diff line number Diff line change 6
6
<field name =" model" >account.account</field >
7
7
<field name =" inherit_id" ref =" account.view_account_form" />
8
8
<field name =" arch" type =" xml" >
9
- <xpath expr =" //div[hasclass('oe_chatter')] " position =" attributes" >
9
+ <xpath expr =" //chatter " position =" attributes" >
10
10
<attribute name =" groups" >account_chatter.group_show_account_chatter_notifications</attribute >
11
11
</xpath >
12
12
</field >
Original file line number Diff line number Diff line change 6
6
<field name =" model" >account.journal</field >
7
7
<field name =" inherit_id" ref =" account.view_account_journal_form" />
8
8
<field name =" arch" type =" xml" >
9
- <xpath expr =" //div[hasclass('oe_chatter')] " position =" attributes" >
9
+ <xpath expr =" //chatter " position =" attributes" >
10
10
<attribute name =" groups" >account_chatter.group_show_account_chatter_notifications</attribute >
11
11
</xpath >
12
12
</field >
Original file line number Diff line number Diff line change 6
6
<field name =" model" >account.move</field >
7
7
<field name =" inherit_id" ref =" account.view_move_form" />
8
8
<field name =" arch" type =" xml" >
9
- <xpath expr =" //div[hasclass('oe_chatter')] " position =" attributes" >
9
+ <xpath expr =" //chatter " position =" attributes" >
10
10
<attribute name =" groups" >account_chatter.group_show_account_chatter_notifications</attribute >
11
11
</xpath >
12
12
</field >
You can’t perform that action at this time.
0 commit comments