mirror of
https://github.com/bringout/oca-dms.git
synced 2026-04-24 04:02:05 +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,19 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<odoo>
|
||||
<record id="view_move_form_inherit_account_dms_field" model="ir.ui.view">
|
||||
<field name="name">view.move.form.inherit.account.dms.field</field>
|
||||
<field name="model">account.move</field>
|
||||
<field name="inherit_id" ref="account.view_move_form" />
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//notebook" position="inside">
|
||||
<page
|
||||
name="documents"
|
||||
string="Documents"
|
||||
attrs="{'invisible': [('id', '=', False)]}"
|
||||
>
|
||||
<field name="dms_directory_ids" mode="dms_list" />
|
||||
</page>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue