Skip to content
Snippets Groups Projects
Commit 30de88c8 authored by Benjamin - Le Filament's avatar Benjamin - Le Filament
Browse files

[UPD] error access rights

parent 93eabb6f
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ class ResPartner(models.Model):
comodel_name="account.move",
inverse_name="partner_id",
compute="_compute_fee_ids",
groups="account.group_account_invoice,account.group_account_readonly"
)
# ------------------------------------------------------
......
......@@ -14,7 +14,7 @@
attrs="{'invisible': [('is_company','=',False),('parent_id','!=',False)]}"
groups="account.group_account_invoice,account.group_account_readonly"
>
<field name="fee_ids">
<field name="fee_ids" groups="account.group_account_invoice,account.group_account_readonly">
<tree>
<field name="journal_id" />
<field name="name" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment