Merge lp:~openerp-dev/openobject-addons/trunk-bug-1132898-sunil into lp:openobject-addons

Proposed by sunil prajapati(OpenERP Trainee)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1132898-sunil
Merge into: lp:openobject-addons
Diff against target: 22 lines (+10/-1)
1 file modified
account_analytic_plans/account_analytic_plans_view.xml (+10/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1132898-sunil
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+152627@code.launchpad.net

Description of the change

hello,

issue: account_analytics_plan has not been enabled for the customer invoice.
now solve :
 account_analytics_plan has been enabled for the customer invoice...
 -fixes..

thanks,
sunil prajapati

To post a comment you must log in.
8603. By sunil prajapati(OpenERP Trainee)

MERGE with trunk

Unmerged revisions

8603. By sunil prajapati(OpenERP Trainee)

MERGE with trunk

8602. By sunil prajapati(OpenERP Trainee)

[FIX]:addons:account_analytics_plan not enabled for customer invoice

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_analytic_plans/account_analytic_plans_view.xml'
2--- account_analytic_plans/account_analytic_plans_view.xml 2012-11-29 22:26:45 +0000
3+++ account_analytic_plans/account_analytic_plans_view.xml 2013-03-12 05:37:22 +0000
4@@ -87,8 +87,17 @@
5 <field name="analytics_id" domain="[('plan_id','&lt;&gt;',False)]" context="{'journal_id':parent.journal_id}" groups="analytic.group_analytic_accounting"/>
6 </field>
7 </field>
8+ </record><record model="ir.ui.view" id="invoice_customer_form_inherit">
9+ <field name="name">account.invoice.form.inherit</field>
10+ <field name="model">account.invoice</field>
11+ <field name="inherit_id" ref="account.invoice_form"/>
12+ <field name="priority">2</field>
13+ <field name="arch" type="xml">
14+ <field name="account_analytic_id" position="replace">
15+ <field name="analytics_id" domain="[('plan_id','&lt;&gt;',False)]" context="{'journal_id':parent.journal_id}" groups="analytic.group_analytic_accounting"/>
16+ </field>
17+ </field>
18 </record>
19-
20 <!-- views for account.analytic.plan.instance -->
21 <record model="ir.ui.view" id="account_analytic_plan_instance_form">
22 <field name="name">account.analytic.plan.instance.form</field>

Subscribers

People subscribed via source and target branches

to all changes: