gooderp18绿色标准版
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
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