Skip to content
Snippets Groups Projects
Commit f17f2e83 authored by Naglis Jonaitis's avatar Naglis Jonaitis
Browse files

[IMP] website_theme_install: typo in model class name


closes odoo/odoo#35389

Signed-off-by: default avatarMartin Trigaux (mat) <mat@odoo.com>
parent 7417d8fc
Branches
Tags
No related merge requests found
......@@ -210,7 +210,7 @@ class IrAttachment(models.Model):
theme_template_id = fields.Many2one('theme.ir.attachment')
class WebiteMenu(models.Model):
class WebsiteMenu(models.Model):
_inherit = 'website.menu'
theme_template_id = fields.Many2one('theme.website.menu')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment