Skip to content

Instantly share code, notes, and snippets.

@dperaltab
Created October 29, 2013 05:11
Show Gist options
  • Save dperaltab/7209438 to your computer and use it in GitHub Desktop.
Save dperaltab/7209438 to your computer and use it in GitHub Desktop.
{
"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",
"departamento.xml",
"popup.xml",
'secuencias.xml',
'report_alumno.xml', # nueva linea
],
'data': [],
"demo_xml" : [],
"active": False,
"installable": True
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment