~unifield-team/unifield-wm/us-671-homere

« back to all changes in this revision

Viewing changes to funding_pool/analytic_account_view.xml

UF-338 [MERGE] Accounting Corrections

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
                        </page>
24
24
                    <page string="Account Data" position="after">
25
25
                        <page string="Cost Centers" attrs="{'invisible': [('category', '!=', 'FUNDING')]}">
26
 
                            <field name="cost_center_ids" nolabel="1" domain="[('type', '!=', 'view'), ('category', '=', 'OC')]"/>
 
26
                            <field name="cost_center_ids" nolabel="1" domain="[('type', '!=', 'view'), ('category', '=', 'OC')]">
 
27
                                <tree string="Cost Centers" >
 
28
                                    <field name="code"/>
 
29
                                    <field name="name"/>
 
30
                                </tree>
 
31
                            </field>
27
32
                        </page>
28
33
                        <page string="Accounts" attrs="{'invisible': [('category', '!=', 'FUNDING')]}">
29
34
                            <field name="account_ids" nolabel="1" domain="[('type', '!=', 'view'), ('user_type_code', '=', 'expense')]"/>