From c3cac0b85e2010ad1d31f125656c8a5d0153e4d1 Mon Sep 17 00:00:00 2001 From: andrea4ever <4everamd@gmail.com> Date: Wed, 27 Apr 2016 11:05:09 +0200 Subject: [PATCH] [FIX] remove comodel name --- account_financial_report_qweb/wizard/open_invoice_wizard.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/account_financial_report_qweb/wizard/open_invoice_wizard.py b/account_financial_report_qweb/wizard/open_invoice_wizard.py index 73f05524..713a6cc8 100644 --- a/account_financial_report_qweb/wizard/open_invoice_wizard.py +++ b/account_financial_report_qweb/wizard/open_invoice_wizard.py @@ -21,8 +21,7 @@ class OpenInvoiceWizard(models.TransientModel): required=True, default=fields.Date.to_string(datetime.today())) partner_ids = fields.Many2many( - 'res.partner', comodel_name='res.partner', - string='Filter partners',) + 'res.partner', string='Filter partners') amount_currency = fields.Boolean( "With Currency", help="It adds the currency column") group_by_currency = fields.Boolean(