~luc-demeyer/openobject-addons/7.0-account_financial_report_webkit-fixes

« back to all changes in this revision

Viewing changes to account_financial_report_webkit/account_view.xml

  • Committer: Guewen Baconnier
  • Author(s): nicolas.bessi at camptocamp
  • Date: 2013-03-04 06:43:01 UTC
  • mfrom: (25.1.1 account-financial-report)
  • Revision ID: guewen.baconnier@camptocamp.com-20130304064301-cs0i6e9kceizq5bt
[FIX] group on account view, centralized fields. It is now set to account manager

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
            <field name="arch" type="xml">
9
9
                <data>
10
10
                    <field name="active" position="after">
11
 
                        <field name="centralized" groups="base.group_extended"/>
 
11
                        <field name="centralized" groups="account.group_account_manager"/>
12
12
                    </field>
13
13
                </data>
14
14
            </field>