mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[PORT] Finalize move of printer_tray to base_report_to_printer,
fix tests as report param is not a string but recordset
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
<field name="name">Send to Client</field>
|
||||
<field name="action_type">client</field>
|
||||
</record>
|
||||
<record model="printing.action" id="printing_action_3">
|
||||
<field name="name">Use User Defaults</field>
|
||||
<field name="action_type">user_default</field>
|
||||
</record>
|
||||
<!-- properties -->
|
||||
<record forcecreate="True" id="property_printing_action_id" model="ir.property">
|
||||
<field name="name">property_printing_action_id</field>
|
||||
|
||||
Reference in New Issue
Block a user