trytondo-sale_opportunity_m.../print_report_by_operator.xml
camilogs fa850b69ef
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
No-estable: Inicio reporte por operario
2023-09-30 19:15:45 -05:00

16 lines
746 B
XML

<!-- <?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tryton>
<data>
<record model="ir.action.wizard" id="print_report_by_operator_wizard">
<field name="name">Print report by operator</field>
<field name="wiz_name">sale.print_report_by_operator</field>
</record>
<record model="ir.ui.view" id="print_report_by_operator_start_view_form">
<field name="model">sale.print_report_by_operator.start</field>
<field name="type">form</field>
<field name="name">print_report_by_operator_start_form</field>
</record>
<data>
<tryton/> -->