Ciao a tutti!
Come lo impostate il collegamento al report nella 7.0? A me non va, a meno di fare alcune modifiche al codice...
Allora, ho il file report.xml che imposta il collegamento al report nel menu così:
<report auto="False"
id="report_sale_order_n"
model="sale.order"
name="sale.order"
report_type="webkit"
webkit_header="Base1"
header="True"
multi="False"
string="Preventivo P.O."
file="constructions_tools/report/report_cons_webkit.mako"/>
però va in errore perchè il webkit_report.py richiederebbe che la variabile "file" sia solo "constructions_tools" per trovare il path del modulo (riporto sotto il codice interessato)
path = addons.get_module_resource(report_xml.report_file)
if os.path.exists(path) :
template = file(path).read()
C'è qualcos'altro da configurare?