Skip to content

Instantly share code, notes, and snippets.

@dperaltab
Created September 19, 2013 22:04
Show Gist options
  • Save dperaltab/6630520 to your computer and use it in GitHub Desktop.
Save dperaltab/6630520 to your computer and use it in GitHub Desktop.
__openerp__.py
{
"name" : "Alumno",
"version" : "0.1",
"author" : "yaroslab",
"website" : "http://yaroslab.com/",
"category" : "Generic Modules/Others",
"depends" : ["base"],
"description" : "Registro alumno",
"init_xml" : ["alumno_view.xml",],
"demo_xml" : [],
"active": False,
"installable": True
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment