|
@@ -4,16 +4,16 @@
|
|
|
|
|
|
<!-- Declarar el informe -->
|
|
|
<report
|
|
|
- id="action_work_order_partner_report"
|
|
|
- string="Work order (partner copy)"
|
|
|
+ id="action_study_feature_partner_report"
|
|
|
+ string="Ticket"
|
|
|
model="study.feature"
|
|
|
report_type="qweb-pdf"
|
|
|
name="eiru_study_features.partner_report"
|
|
|
- file="workorder_partner"
|
|
|
+ file="study_feature_parter"
|
|
|
/>
|
|
|
|
|
|
- <record id="action_work_order_partner_report" model="ir.actions.report.xml">
|
|
|
- <field name="paperformat_id" ref="eiru_study_features.paperformat_repair_workorder"/>
|
|
|
+ <record id="action_study_feature_partner_report" model="ir.actions.report.xml">
|
|
|
+ <field name="paperformat_id" ref="eiru_study_features.paperformat_study_feature"/>
|
|
|
</record>
|
|
|
|
|
|
<!-- Informe -->
|
|
@@ -25,7 +25,7 @@
|
|
|
</t>
|
|
|
</template>
|
|
|
|
|
|
- <template id="workorder_partner">
|
|
|
+ <template id="study_feature_parter">
|
|
|
<div class="page">
|
|
|
<style>
|
|
|
body {
|
|
@@ -183,7 +183,7 @@
|
|
|
<!-- Contenido del informe -->
|
|
|
<template id="partner_report_document">
|
|
|
<t t-call="report.html_container">
|
|
|
- <t t-call="eiru_study_features.workorder_partner"/>
|
|
|
+ <t t-call="eiru_study_features.study_feature_parter"/>
|
|
|
</t>
|
|
|
</template>
|
|
|
|