Skip to content

Commit

Permalink
[FIX] public_budget: remove messages on transaction for Portal users
Browse files Browse the repository at this point in the history
X-original-commit: b51d9b3
  • Loading branch information
nicomacr committed May 22, 2023
1 parent e7c7272 commit 29186ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public_budget/__manifest__.py
@@ -1,7 +1,13 @@
{
'name': 'Public Budget',
'license': 'AGPL-3',
<<<<<<< HEAD
'version': "15.0.1.4.0",
||||||| parent of 67d525e (temp)
'version': "15.0.1.7.0",
=======
'version': "15.0.1.8.0",
>>>>>>> 67d525e (temp)
'author': 'ADHOC SA,Odoo Community Association (OCA)',
'website': 'www.adhoc.com.ar',
'category': 'Accounting & Finance',
Expand Down
1 change: 1 addition & 0 deletions public_budget/views/transaction_views.xml
Expand Up @@ -145,6 +145,7 @@
<field name="groups_id" eval="[(4, ref('base.group_portal'))]"/>
<field name="arch" type="xml">
<field name="activity_ids" position="replace"/>
<field name="message_ids" position="replace"/>
</field>
</record>

Expand Down

0 comments on commit 29186ec

Please sign in to comment.