mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-22 12:52: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
|
|
@ -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