mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-19 04:12:07 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
16
odoo-bringout-oca-dms-dms/dms/actions/file.xml
Normal file
16
odoo-bringout-oca-dms-dms/dms/actions/file.xml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue