gooderp18绿色标准版
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

11 行
367B

  1. # -*- coding: utf-8 -*-
  2. # Part of Odoo. See LICENSE file for full copyright and licensing details.
  3. SCRIPT_EXTENSIONS = ('js',)
  4. STYLE_EXTENSIONS = ('css', 'scss', 'sass', 'less')
  5. TEMPLATE_EXTENSIONS = ('xml',)
  6. ASSET_EXTENSIONS = SCRIPT_EXTENSIONS + STYLE_EXTENSIONS + TEMPLATE_EXTENSIONS
  7. SUPPORTED_DEBUGGER = {'pdb', 'ipdb', 'wdb', 'pudb'}
  8. EXTERNAL_ASSET = object()
上海开阖软件有限公司 沪ICP备12045867号-1