Merge lp:~openerp-dev/openobject-addons/trunk-bug-1095586-hip into lp:openobject-addons

Proposed by Hiral Patel (OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1095586-hip
Merge into: lp:openobject-addons
Diff against target: 37 lines (+8/-1)
2 files modified
account/project/analytic_account_demo.xml (+5/-0)
account_analytic_analysis/analytic_account_demo.xml (+3/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1095586-hip
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+142650@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Hiral Patel (OpenERP) (hip-openerp) wrote :

Hello,

     Add the demo data for project template.

Thanks.

Unmerged revisions

8497. By Hiral Patel (OpenERP)

Remove space

8496. By Hiral Patel (OpenERP)

[FIX][Sales] Demo data problems in Sales > Contracts

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'account/project/analytic_account_demo.xml'
--- account/project/analytic_account_demo.xml 2012-12-21 16:48:08 +0000
+++ account/project/analytic_account_demo.xml 2013-01-10 09:15:29 +0000
@@ -80,6 +80,11 @@
80 <field name="type">contract</field>80 <field name="type">contract</field>
81 <field name="parent_id" ref="analytic_our_super_product"/>81 <field name="parent_id" ref="analytic_our_super_product"/>
82 </record>82 </record>
83 <record id="analytic_template" model="account.analytic.account">
84 <field name="name">Template</field>
85 <field name="type">template</field>
86 <field name="parent_id" ref="analytic_our_super_product"/>
87 </record>
83 <record id="analytic_seagate_p1" model="account.analytic.account">88 <record id="analytic_seagate_p1" model="account.analytic.account">
84 <field name="name">Seagate P1</field>89 <field name="name">Seagate P1</field>
85 <field name="parent_id" ref="analytic_integration"/>90 <field name="parent_id" ref="analytic_integration"/>
8691
=== modified file 'account_analytic_analysis/analytic_account_demo.xml'
--- account_analytic_analysis/analytic_account_demo.xml 2012-11-26 12:25:50 +0000
+++ account_analytic_analysis/analytic_account_demo.xml 2013-01-10 09:15:29 +0000
@@ -6,6 +6,7 @@
6 <field name="invoice_on_timesheets">True</field>6 <field name="invoice_on_timesheets">True</field>
7 <field name="hours_qtt_est">1200</field>7 <field name="hours_qtt_est">1200</field>
8 <field name="fix_price_invoices">True</field>8 <field name="fix_price_invoices">True</field>
9 <field name="template_id" ref="account.analytic_template"/>
9 <field name="to_invoice" ref="hr_timesheet_invoice.timesheet_invoice_factor1"/>10 <field name="to_invoice" ref="hr_timesheet_invoice.timesheet_invoice_factor1"/>
10 <field name="pricelist_id" ref="product.list0"/>11 <field name="pricelist_id" ref="product.list0"/>
11 <field name="amount_max">100000</field>12 <field name="amount_max">100000</field>
@@ -26,8 +27,9 @@
26 <field name="invoice_on_timesheets">True</field>27 <field name="invoice_on_timesheets">True</field>
27 <field name="hours_qtt_est">500</field>28 <field name="hours_qtt_est">500</field>
28 <field name="fix_price_invoices">True</field>29 <field name="fix_price_invoices">True</field>
30 <field name="template_id" ref="account.analytic_template"/>
29 <field name="pricelist_id" ref="product.list0"/>31 <field name="pricelist_id" ref="product.list0"/>
30 <field name="amount_max">50000</field>32 <field name="amount_max">50000</field>
31 <field name="to_invoice" ref="hr_timesheet_invoice.timesheet_invoice_factor1"/>33 <field name="to_invoice" ref="hr_timesheet_invoice.timesheet_invoice_factor1"/>
32 </record>34 </record>
33 35

Subscribers

People subscribed via source and target branches

to all changes: