summaryrefslogtreecommitdiff
path: root/addons/account/views/digest_views.xml
blob: 7398744d1948d080bda14cd1939a93d996f9a88b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version='1.0' encoding='utf-8'?>
<odoo>
    <record id="digest_digest_view_form" model="ir.ui.view">
        <field name="name">digest.digest.view.form.inherit.account.account</field>
        <field name="model">digest.digest</field>
        <field name="inherit_id" ref="digest.digest_digest_view_form"/>
        <field name="arch" type="xml">
            <xpath expr="//group[@name='kpi_general']" position="after">
                <group name="kpi_account" string="Invoicing" groups="account.group_account_manager">
                    <field name="kpi_account_total_revenue"/>
                </group>
            </xpath>
        </field>
    </record>
</odoo>