Public release from ruodoo-project: 19.0 - 2026-05-31 21:19:12 UTC
This commit is contained in:
14
dms/actions/file.xml
Normal file
14
dms/actions/file.xml
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!--
|
||||
Copyright 2017-2019 MuK IT GmbH
|
||||
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
||||
-->
|
||||
<odoo>
|
||||
<record id="action_dms_attachment_migrate" model="ir.actions.server">
|
||||
<field name="name">Migrate</field>
|
||||
<field name="model_id" ref="model_dms_file" />
|
||||
<field name="binding_model_id" ref="dms.model_dms_file" />
|
||||
<field name="state">code</field>
|
||||
<field name="code">records.action_migrate()</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user