[IMP] account, account_analytic_analysis: fix labelling incoherences
authorBhavik Bagdiya <bba@openerp.com>
Tue, 18 Nov 2014 09:00:22 +0000 (14:30 +0530)
committerRichard Mathot <rim@openerp.com>
Fri, 5 Dec 2014 15:37:06 +0000 (16:37 +0100)
- account: this change aims to keep the same labels on form and list views
- account_analytic_anlysis: correct search field

addons/account/account_invoice_view.xml
addons/account_analytic_analysis/account_analytic_analysis_view.xml

index f424558..3dd6117 100644 (file)
                     <field name="journal_id" invisible="1"/>
                     <field name="period_id" invisible="1" groups="account.group_account_user"/>
                     <field name="company_id" groups="base.group_multi_company" widget="selection"/>
-                    <field name="user_id" string="Responsible"/>
+                    <field name="user_id" string="Salesperson"/>
                     <field name="date_due"/>
                     <field name="origin"/>
                     <field name="currency_id" groups="base.group_multi_currency"/>
index c104a37..8dfcd05 100644 (file)
                     <field name="date"/>
                     <field name="partner_id" filter_domain="[('partner_id','child_of',self)]"/>
                     <field name="manager_id"/>
-                    <field name="parent_id"/>
+                    <field name="template_id"/>
                     <filter name="open" string="In Progress" domain="[('state','in',('open','draft'))]" help="Contracts in progress (open, draft)"/>
                     <filter name="pending" string="To Renew" domain="[('state','=','pending')]" help="Pending contracts"/>
                     <filter name="closed" string="Closed" domain="[('state','=','close')]" help="Closed contracts"/>