mirror of
https://github.com/bringout/oca-dms.git
synced 2026-04-20 06:42:04 +02:00
Add oca-dms submodule with 10 DMS modules
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
c674eb0508
commit
ae2c6775ba
569 changed files with 63341 additions and 0 deletions
|
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!-- Copyright 2022 CreuBlanca
|
||||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
||||
<odoo>
|
||||
<record model="ir.ui.view" id="dms_storage_form_view">
|
||||
<field name="name">dms.storage.form (in dms_storage)</field>
|
||||
<field name="model">dms.storage</field>
|
||||
<field name="inherit_id" ref="dms.view_dms_storage_form" />
|
||||
<field name="arch" type="xml">
|
||||
<group name="save_storage_right" position="inside">
|
||||
<field
|
||||
name="storage_backend_id"
|
||||
attrs="{'required': [('save_type', '=', 'storage')], 'invisible': [('save_type', '!=', 'storage')]}"
|
||||
/>
|
||||
</group>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue