Skip to content

Instantly share code, notes, and snippets.

@dperaltab
Created October 29, 2013 05:08
Show Gist options
  • Save dperaltab/7209413 to your computer and use it in GitHub Desktop.
Save dperaltab/7209413 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<!-- descripcion:
id: se define un id para el reporte
model: nombre del modelo
name: nombre del reporte
rml: la dirección del archivo rml
string: nombre descriptivo del reporte
Los demas lo dejamos por defaul -->
<!-- reporte alumno -->
<report auto="False" id="report_alumno" model="alumno" name="ReportAlumno"
rml="alumno/report/alumno.rml" string="Ficha Alumno"
usage="default"/>
</data>
</openerp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment