17 lines
769 B
XML
17 lines
769 B
XML
<?xml version="1.0"?>
|
|
<!--This file file is part of Tryton. The COPYRIGHT file at the top level of
|
|
this repository contains the full copyright notices and license terms. -->
|
|
<tryton>
|
|
<record model="ir.action.report" id="report_payment">
|
|
<field name="name">Pagos</field>
|
|
<field name="model">account.move.line</field>
|
|
<field name="report_name">account.move.line</field>
|
|
<field name="report">optical_equipment/report/Payment.fodt</field>
|
|
<field name="single" eval="True"/>
|
|
</record>
|
|
<record model="ir.action.keyword" id="report_payment_keyword">
|
|
<field name="keyword">form_print</field>
|
|
<field name="model">account.move.line,-1</field>
|
|
<field name="action" ref="report_payment"/>
|
|
</record></tryton>
|