~openerp-commiter/openobject-addons/extra-6.0

1730 by Fabien Pinckaers
New module: bookstore
1
<?xml version="1.0"?>
3283.1.57 by Stephane Wirtel
rename the <terp /> to <openerp />
2
<openerp>
1730 by Fabien Pinckaers
New module: bookstore
3
  <data>
4
5
	<report id="account.account_invoices"
6
			string="Invoices"
7
			model="account.invoice"
8
			name="account.invoice.bookstore"
9
			rml="bookstore/report/invoice.rml"
10
			auto="False"/>
11
12
	<report id="sale.report_sale_order"
13
			string="Print Order"
14
			model="sale.order"
15
			name="sale.order.bookstore"
16
			rml="bookstore/report/sales_order.rml"
17
			auto="False"/>
18
19
	<report id="purchase.report_purchase_quotation"
20
			name="purchase.quotation.bookstore"
21
			string="Request for Quotation"
22
			model="purchase.order"
23
			rml="bookstore/report/quotation.rml"
24
			auto="False"/>
25
26
	<report id="purchase.report_purchase_order"
27
			name="purchase.order.bookstore"
28
			string="Print Order"
29
			model="purchase.order"
30
			auto="False"
31
			rml="bookstore/report/purchase_order.rml"/>
32
33
  </data>
3283.1.57 by Stephane Wirtel
rename the <terp /> to <openerp />
34
</openerp>