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
closes #488

Signed-off-by: pablohmontenegro <pam@adhoc.com.ar>
  • Loading branch information
nicomacr committed May 22, 2023
1 parent 8a4a4bf commit b51d9b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion public_budget/__manifest__.py
@@ -1,7 +1,7 @@
{
'name': 'Public Budget',
'license': 'AGPL-3',
'version': "15.0.1.7.0",
'version': "15.0.1.8.0",
'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 b51d9b3

Please sign in to comment.