Skip to content
Snippets Groups Projects
res_partner.xml 688 B
Newer Older
  • Learn to ignore specific revisions
  • <?xml version="1.0"?>
    <!-- Copyright 2019 Le Filament
         License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
    
    <odoo>
        <data>
    
            <record id="view_partner_cooperative_form_inherited" model="ir.ui.view">
                <field name="name">cooperative.alfresco.form</field>
                <field name="model">res.partner</field>
    
                <field name="inherit_id" ref="cgscop_partner.scop_contact_view_form"/>
    
                <field name="arch" type="xml">
                    <header position="inside">
    
                        <button string="Documents" type="object" name="get_partner_files" />
    
                    </header>
                </field>
            </record>
    
        </data>
    </odoo>