Skip to content
Snippets Groups Projects
Commit e6b64635 authored by tdi-odoo's avatar tdi-odoo Committed by qdp-odoo
Browse files

[FIX] account, usabilty: add form mode to action open.

This fix allows users to view the form of the invoices they accessed through the payments (via the 'invoices' button)
parent 53b55399
Branches
Tags
No related merge requests found
......@@ -282,7 +282,7 @@ class account_payment(models.Model):
return {
'name': _('Paid Invoices'),
'view_type': 'form',
'view_mode': 'tree',
'view_mode': 'tree,form',
'res_model': 'account.invoice',
'view_id': False,
'type': 'ir.actions.act_window',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment