You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
614 B
13 lines
614 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Report action for crop vehicle -->
|
|
<record id="report_vehicle_crop" model="ir.actions.report">
|
|
<field name="name">Vehicle Crop Report</field>
|
|
<field name="model">crop.request</field>
|
|
<field name="report_type">qweb-pdf</field>
|
|
<field name="report_name">agriculture_management_odoo.vehicle_crop</field>
|
|
<field name="report_file">agriculture_management_odoo.vehicle_crop</field>
|
|
<field name="binding_model_id" ref="model_crop_request"/>
|
|
<field name="binding_type">report</field>
|
|
</record>
|
|
</odoo>
|
|
|