mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] *: adapt model class names to correspond to model names (apply script)
closes odoo/design-themes#988 Related: odoo/odoo#178200 Related: odoo/enterprise#69762 Related: odoo/documentation#11115 Related: odoo/upgrade#6577 Related: odoo/upgrade-util#143 Signed-off-by: Christophe Monniez (moc) <moc@odoo.com>
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
from odoo import models
|
||||
|
||||
|
||||
class TestThemeCustom(models.AbstractModel):
|
||||
_inherit = 'theme.utils'
|
||||
class ThemeUtils(models.AbstractModel):
|
||||
_inherit = ['theme.utils']
|
||||
|
||||
@property
|
||||
def _header_templates(self):
|
||||
|
||||
Reference in New Issue
Block a user