Remove duplicate field defined few lines above

pull/426/head
hparfr 2020-08-28 16:11:59 +02:00
parent 1944e8a398
commit 61524452aa
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ class IrActionsReport(models.Model):
"it should be a relative path to root of YOUR module " "it should be a relative path to root of YOUR module "
"or an absolute path on your server." "or an absolute path on your server."
)) ))
report_type = fields.Selection(selection_add=[('py3o', "Py3o")])
py3o_multi_in_one = fields.Boolean( py3o_multi_in_one = fields.Boolean(
string='Multiple Records in a Single Report', string='Multiple Records in a Single Report',
help="If you execute a report on several records, " help="If you execute a report on several records, "