Update upgrade_analysis/models/ir_module_module.py

Co-authored-by: David Beal <david.beal@akretion.com>
pull/2417/head
Sylvain LE GAL 2021-01-20 12:22:38 +01:00 committed by Stefan Rijnhart
parent 2eb1d09b26
commit 62c7c11c92
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ from odoo import fields, models
from odoo.modules import get_module_path
class UpgradeAttribute(models.Model):
class IrModuleModule(models.Model):
_inherit = "ir.module.module"
is_odoo_module = fields.Boolean(