Browse Source

[FIX] remove comodel name

pull/367/head
andrea4ever 8 years ago
committed by Jordi Ballester
parent
commit
c3cac0b85e
  1. 3
      account_financial_report_qweb/wizard/open_invoice_wizard.py

3
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(

Loading…
Cancel
Save