Skip to content

Instantly share code, notes, and snippets.

@nhomar
Last active August 29, 2015 14:05
Show Gist options
  • Save nhomar/f6cb293618edeb3d7e05 to your computer and use it in GitHub Desktop.
Save nhomar/f6cb293618edeb3d7e05 to your computer and use it in GitHub Desktop.
Descriptor v7.0
# -*- coding: utf-8 -*-
{
'name': "",
'author': "Vauxoo",
'summary': "",
'category': "",
'description': """
""",
'version': "0.1",
'depends': [
'base'
],
'data': [
#Data Files with init minimal data.
],
'demo': [
#Demo data for your module (1 record per touched model minimal).
],
'test': [
#yaml tests.
],
'js': [
'static/src/js/*.js',
],
'css': [
'static/src/js/*.css',
],
'qweb': [
'static/src/xml/*.xml',
],
'installable': True,
'auto_install': False,
'web_preload': False,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment