This commit is contained in:
Chill
2023-07-31 17:22:01 +08:00
parent 0caa23ded1
commit c05ec5b129

View File

@@ -16,7 +16,7 @@ class IrModule(models.Model):
# latest_version = fields.Char('Installed Version', readonly=True)
local_updatable = fields.Boolean('Local updatable', compute=False, default=False, store=True)
addons_path_id = fields.Many2one('ir.module.addons.path', string='Addons Path', readonly=True)
addons_path_id = fields.Many2one('ir.module.addons.path', string='Addons Path ID', readonly=True)
addons_path = fields.Char(string='Addons Path', related='addons_path_id.path', readonly=True)
def module_multi_uninstall(self):