Update upgrade_analysis/models/ir_module_module.py
Co-authored-by: David Beal <david.beal@akretion.com>pull/2417/head
parent
2eb1d09b26
commit
62c7c11c92
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue