~sistheo/openerp/trunk-l10n_fr_pcg

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
<?xml version="1.0"?>
<openerp>
<data>
	<menuitem name="Manager" id="menu_auction_reporting_manager" parent="auction.auction_report_menu"/>

=============================
Auction adjudication
==============================

	<record model="ir.ui.view" id="view_report_auction_adjudication_tree1">
		<field name="name">Auction adjudication</field>
		<field name="model">report.auction.adjudication1</field>
		<field name="type">tree</field>
		<field name="arch" type="xml">
			<tree string="Total adjudication">
				<field name="name" select="1"/>
				<field name="auction1" select="1"/>
				<field name="auction2" select="1"/>
				<field name="adj_total" select="1"/>
<!--				<state name="state" select="1"/>-->
			</tree>
		</field>
	</record>

	<record model="ir.ui.view" id="view_report_auction_adjudication_form1">
		<field name="name">Auction adjudication</field>
		<field name="model">report.auction.adjudication1</field>
		<field name="type">form</field>
		<field name="arch" type="xml">
			<form string="Customer/Supplier">
				<field name="name" select="1"/>
				<field name="adj_total"  select="1"/>
<!--				<field name="state"  select="1"/>-->
			</form>
		</field>
	</record>

	<record model="ir.ui.view" id="view_report_auction_adjudication_graph1">
		<field name="name">report.auction.adjudication.graph1</field>
		<field name="model">report.auction.adjudication1</field>
		<field name="type">graph</field>
		<field name="arch" type="xml">
			<graph string="Total adjudication" type="bar">
				<field name="name" select="1"/>
				<field name="adj_total" operator="+" />
			</graph>
		</field>

	</record>


	<record model="ir.actions.act_window" id="action_report_auction_adjudication_tree1">
		<field name="res_model">report.auction.adjudication</field>
		<field name="view_type">form</field>
		<field name="view_mode">graph,tree</field>
		<!--<field name="domain">[('paid','Paid'),('invoiced','Invoiced')]</field>-->
	</record>
	
	<menuitem name="Auction Adjudication" id="menu_auction_reporting_manager_adjustification" parent="menu_auction_reporting_manager" action="action_report_auction_adjudication_tree1"/>
	
	<menuitem name="Member" id="menu_auction_reporting_member" parent="auction.auction_report_menu"/>
	
	<menuitem name="Auction Adjudication" id="menu_report_auction_adjudication_tree1" parent="menu_auction_reporting_member" action="action_report_auction_adjudication_tree1"/>
	
	<menuitem name="Auction Adjudication" id="menu_report_auction_adjudication_tree_member" parent="menu_auction_reporting_member" action="action_report_auction_adjudication_tree1"/>

=============================
Customer/Supplier
==============================

	<record model="ir.ui.view" id="view_per_seller_customer_tree">
		<field name="name">report.per.seller.customer.tree</field>
		<field name="model">report.per.seller.customer</field>
		<field name="type">tree</field>
		<field name="arch" type="xml">
			<tree string="Customer/Supplier">
				<field name="name" select="1"/>
				<field name="no_of_buyer" select="1"/>
			</tree>
		</field>
	</record>
	
	<record model="ir.ui.view" id="view_per_seller_customer_form">
		<field name="name">Seller/customer</field>
		<field name="model">report.per.seller.customer</field>
		<field name="type">form</field>
		<field name="arch" type="xml">
			<form string="Customer/Supplier">
				<field name="name" select="1"/>
				<field name="partner_id" select="1"/>
			</form>
		</field>
	</record>

	<record model="ir.ui.view" id="view_per_seller_customer_graph">
		<field name="name">report.per.seller.customer.graph</field>
		<field name="model">report.per.seller.customer</field>
		<field name="type">graph</field>
		<field name="arch" type="xml">
			<graph string="Customer/Supplier" type="bar">
				<field name="name" select="1"/>
				<field name="no_of_buyer"  />
			</graph>
		</field>
	</record>

	<record model="ir.actions.act_window" id="action_per_seller_customer_tree">
		<field name="res_model">report.per.seller.customer</field>
		<field name="view_type">form</field>
		<field name="view_mode">graph,tree</field>
	</record>
	
	<menuitem name="Customer Per Seller" id="menu_auction_reporting_manager_customer" parent="menu_auction_reporting_manager" action="action_per_seller_customer_tree"/>	

=============================
My Latest 10 Deposit
==============================

	<record model="ir.ui.view" id="view_latest_deposit_form">
		<field name="name">Latest deposit </field>
		<field name="model">report.latest.deposit</field>
		<field name="type">form</field>
		<field name="arch" type="xml">
			<form string="Customer/Supplier">
				<field name="name" select="1"/>
				<field name="date_dep" select="1"/>
				<field name="method" select="1"/>
				<field name="tax_id" select="1"/>
				<field name="info" select="1"/>
			</form>
		</field>
	</record>
	
	<record model="ir.ui.view" id="view_latest_deposit_tree">
		<field name="name">Latest deposit</field>
		<field name="model">report.latest.deposit</field>
		<field name="type">tree</field>
		<field name="arch" type="xml">
			<tree string="My Latest 10 deposit">
				<field name="name" select="1"/>
				<field name="date_dep" select="1"/>
				<field name="method" select="1"/>
				<field name="tax_id" select="1"/>
				<field name="info" select="1"/>
			</tree>
		</field>
	</record>

	<record model="ir.actions.act_window" id="action_report_latest_doposit_tree">
		<field name="res_model">report.latest.deposit</field>
		<field name="view_type">form</field>
		<field name="view_mode">tree</field>
		<!--<field name="domain">[('user_id','=',uid)]</field>-->
	</record>
	
	<menuitem name="My Latest 10 Deposit" id="menu_report_latest_doposit_tree" parent="menu_auction_reporting_member" action="action_report_latest_doposit_tree"/>

==============================
My Latest 10 Objects
==============================

	<record model="ir.ui.view" id="view_latest_objects_tree">
		<field name="name">report.latest.objects.tree</field>
		<field name="model">report.latest.objects</field>
		<field name="type">tree</field>
		<field name="arch" type="xml">
			<tree string="My Latest 10 deposit">
				<field name="bord_vnd_id" select="1"/>
				<field name="obj_desc" select="1"/>
				<field name="obj_num" select="1"/>
				<field name="obj_ret" select="1"/>
				<field name="obj_comm" select="1"/>
				<field name="obj_price" select="1"/>
			</tree>
		</field>
	</record>

	<record model="ir.ui.view" id="view_latest_objects_form">
		<field name="name">Latest objects</field>
		<field name="model">report.latest.objects</field>
		<field name="type">form</field>
		<field name="arch" type="xml">
			<form string="Customer/Supplier">
				<field name="bord_vnd_id" select="1"/>
				<field name="obj_desc" select="1"/>
				<field name="obj_num" select="1"/>
				<field name="obj_ret" select="1"/>
				<field name="obj_comm" select="1"/>
				<field name="obj_price" select="1"/>
			</form>
		</field>
	</record>

	<record model="ir.actions.act_window" id="action_report_latest_objects_tree">
		<field name="res_model">report.latest.objects</field>
		<field name="view_type">form</field>
		<field name="view_mode">tree</field>
		<!--<field name="domain">[('user_id','=',uid)]</field>-->
	</record>
	
	<menuitem name="My Latest 10 Objects" id="menu_report_latest_objects_tree" parent="menu_auction_reporting_member" action="action_report_latest_objects_tree"/>
	
=============================
Objects per Day
==============================

	<record model="ir.ui.view" id="view_report_auction_object_date_tree1">
		<field name="name">Object date</field>
		<field name="model">report.auction.object.date1</field>
		<field name="type">tree</field>
		<field name="arch" type="xml">
			<tree string="Objects per Day">
				<field name="date" select="1"/>
				<field name="obj_num" select="1"/>
			</tree>
		</field>
	</record>

	<record model="ir.ui.view" id="view_report_auction_object_date_form1">
		<field name="name">Object date</field>
		<field name="model">report.auction.object.date1</field>
		<field name="type">form</field>
		<field name="arch" type="xml">
			<form string="Customer/Supplier">
				<field name="name" select="1"/>
				<field name="date" select="1"/>
				<field name="lot_num" select="1"/>
				<field name="lot_type" select="1"/>
			</form>
		</field>
	</record>

	<record model="ir.ui.view" id="view_report_auction_object_date_graph1">
		<field name="name">report.auction.object.date.graph1</field>
		<field name="model">report.auction.object.date1</field>
		<field name="type">graph</field>
		<field name="arch" type="xml">
			<graph string="Object By day"  type="bar">
				<field name="date" select="1"/>
				<field name="obj_num" operator="+"/>
			</graph>
		</field>
	</record>

	<record model="ir.actions.act_window" id="action_report_auction_object_date_tree1">
		<field name="res_model">report.auction.object.date1</field>
		<field name="view_type">form</field>
		<field name="view_mode">graph,tree</field>
		<field name="domain">[('state','=','draft')]</field>
	</record>
	
	<menuitem name="Object Per Day" id="menu_report_auction_object_date_tree" parent="menu_auction_reporting_member" action="action_report_auction_object_date_tree1"/>
	<menuitem name="Object Per Day" id="menu_report_auction_object_date_tree1" parent="menu_auction_reporting_manager" action="action_report_auction_object_date_tree1"/>
	
=============================
estimation.adj.category
==============================

	<record model="ir.ui.view" id="view_report_auction_estimation_adj_category_tree1">
		<field name="name">report.auction.estimation.adj.category.tree1</field>
		<field name="model">report.auction.estimation.adj.category1</field>
		<field name="type">tree</field>
		<field name="arch" type="xml">
			<tree string="estimation/adjudication">
				<field name="lot_type" select="1"/>
				<field name="state" select="1"/>
				<field name="lot_est1" select="1"/>
				<field name="lot_est2" select="1"/>
				<field name="adj_total" select="1"/>
			</tree>
		</field>
	</record>

	<record model="ir.ui.view" id="view_report_auction_estimation_adj_category_graph1">
		<field name="name">report.auction.estimation.adj.category.graph1</field>
		<field name="model">report.auction.estimation.adj.category1</field>
		<field name="type">graph</field>
		<field name="arch" type="xml">
			<graph string="estimation/adjudication" orientation="vertical" type="bar">
				<field name="lot_type" select="1"/>
				<field name="lot_est1" operator="+"/>
				<field name="lot_est2" operator="+"/>
				<field name="adj_total" operator="+"/>
			</graph>
		</field>
	</record>

	<record model="ir.actions.act_window" id="action_report_auction_estimation_adj_category_tree1">
		<field name="res_model">report.auction.estimation.adj.category1</field>
		<field name="view_type">form</field>
		<field name="view_mode">graph,tree</field>
		<field name="domain">[('date','=',time.strftime('%Y-%m-01'))]</field>
	</record>
	
	<menuitem name="This Month" id="menu_report_auction_this_month" parent="menu_auction_reporting_member"/>
	<menuitem name="Estimation" id="menu_report_auction_this_month_estimation" parent="menu_report_auction_this_month"/>
	<menuitem name="Adjudication" id="menu_report_auction_this_month_adjustication" parent="menu_report_auction_this_month_estimation" action="action_report_auction_estimation_adj_category_tree1"/>

	<menuitem name="This Month" id="menu_report_auction_manager_this" parent="menu_auction_reporting_manager"/>
	<menuitem name="Estimation" id="menu_report_auction_manager_this_estimation" parent="menu_report_auction_manager_this"/>
	<menuitem name="Adjudication" id="menu_report_auction_manager_this_adjustication" parent="menu_report_auction_manager_this_estimation" action="action_report_auction_estimation_adj_category_tree1"/>

=============================
sign in sign out report by user
==============================

	<record model="ir.ui.view" id="view_report_auction_sign_in_out_tree">
		<field name="name">report.auction.user.pointing.tree</field>
		<field name="model">report.auction.user.pointing1</field>
		<field name="type">tree</field>
		<field name="arch" type="xml">
			<tree string="Summary pointing by user ">
				<field name="user_id" select="1"/>
				<field name="total_timesheet" widget="float_time"/>
			</tree>
		</field>
	</record>

	<record model="ir.ui.view" id="view_report_auction_sign_in_out_graph">
		<field name="name">report.auction.user.pointing.graph</field>
		<field name="model">report.auction.user.pointing1</field>
		<field name="type">graph</field>
		<field name="arch" type="xml">
			<graph string="Summary pointing by user " orientation="vertical" type="bar">
				<field name="user_id" select="1"/>
				<field name="total_timesheet" />
			</graph>
		</field>
	</record>

	<record model="ir.actions.act_window" id="action_report_auction_sign_in_out_member_tree">
		<field name="res_model">report.auction.user.pointing1</field>
		<field name="view_type">form</field>
		<field name="view_mode">tree,graph</field>
		<field name="domain">[('user_id','=',uid)]</field>
	</record>
	
	<record model="ir.actions.act_window" id="action_report_auction_sign_in_out_manager_tree">
		<field name="res_model">report.auction.user.pointing1</field>
		<field name="view_type">form</field>
		<field name="view_mode">tree,graph</field>
	</record>
	
	<menuitem name="Summury of Sign_in Sign_out" id="menu_report_auction_sign_in_out_member_tree" parent="menu_auction_reporting_member" action="action_report_auction_sign_in_out_member_tree"/>
	<menuitem name="Summury of Sign_in Sign_out" id="menu_report_auction_sign_in_out_manager_tree" parent="menu_auction_reporting_manager" action="action_report_auction_sign_in_out_manager_tree"/>

</data>
</openerp>