You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

11 lines
282 B

from . import models
from odoo import api, SUPERUSER_ID
def _uninstall_cleanup(cr, registry):
env = api.Environment(cr, SUPERUSER_ID, {})
env['web_editor.assets'].reset_asset(
'/muk_web_theme/static/src/colors.scss',
'web._assets_primary_variables'
)