[ADD] remote_report_to_printer

This commit is contained in:
Enric Tobella
2018-06-20 13:13:37 +02:00
committed by Olga Marco
parent 0309095e9b
commit c96fbca65d
16 changed files with 564 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0"?>
<odoo noupdate="1">
<record model="printing.action" id="printing_action_remote">
<field name="name">Use Remote Defaults</field>
<field name="action_type">remote_default</field>
</record>
</odoo>