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.

10 lines
282 B

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