mirror of
https://github.com/bringout/oca-report.git
synced 2026-04-19 23:01:59 +02:00
Initial commit: OCA Report packages (45 packages)
This commit is contained in:
commit
2f4db400df
2543 changed files with 469120 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<odoo>
|
||||
<!--
|
||||
Copyright 2019 Creu Blanca
|
||||
License AGPL-3.0 or later (https://www.gnuorg/licenses/agpl.html).
|
||||
-->
|
||||
<record id="partner_csv" model="ir.actions.report">
|
||||
<field name="name">Print to CSV</field>
|
||||
<field name="model">res.partner</field>
|
||||
<field name="report_type">csv</field>
|
||||
<field name="report_name">report_csv.partner_csv</field>
|
||||
<field name="report_file">res_partner</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue