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')]">
28
33
<page string="Accounts" attrs="{'invisible': [('category', '!=', 'FUNDING')]}">
29
34
<field name="account_ids" nolabel="1" domain="[('type', '!=', 'view'), ('user_type_code', '=', 'expense')]"/>