mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
10 lines
243 B
XML
10 lines
243 B
XML
<?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>
|