@@ -423,25 +423,25 @@ def _generate_event_data_cycle2b(self, group_id):
423
423
event_id = self ._create_event_data ("spp.event.cycle2b" , group_id )
424
424
425
425
cycle2b_vals = {
426
- "no_implemented" : random .randint (0 , 100 ),
427
- "no_on_going" : random .randint (0 , 100 ),
428
- "no_not_implemented" : random .randint (0 , 100 ),
429
- "production_area" : random .randint (0 , 100 ),
430
- "agricultural_yield" : random .randint (0 , 100 ),
431
- "agricultural_productivity" : random .randint (0 , 100 ),
432
- }
426
+ "no_implemented" : random .randint (0 , 100 ),
427
+ "no_on_going" : random .randint (0 , 100 ),
428
+ "no_not_implemented" : random .randint (0 , 100 ),
429
+ "production_area" : random .randint (0 , 100 ),
430
+ "agricultural_yield" : random .randint (0 , 100 ),
431
+ "agricultural_productivity" : random .randint (0 , 100 ),
432
+ }
433
433
event = self .env ["spp.event.cycle2b" ].create (cycle2b_vals )
434
434
event_id .res_id = event .id
435
435
436
436
def _generate_event_data_cycle2c (self , group_id ):
437
437
event_id = self ._create_event_data ("spp.event.cycle2c" , group_id )
438
438
439
439
cycle2c_vals = {
440
- "no_livestock_project" : random .randint (0 , 100 ),
441
- "no_livestock_present" : random .randint (0 , 100 ),
442
- "no_livestock_consumption" : random .randint (0 , 100 ),
443
- "no_livestock_sold" : random .randint (0 , 100 ),
444
- "no_livestock_increase" : random .randint (0 , 100 ),
445
- }
440
+ "no_livestock_project" : random .randint (0 , 100 ),
441
+ "no_livestock_present" : random .randint (0 , 100 ),
442
+ "no_livestock_consumption" : random .randint (0 , 100 ),
443
+ "no_livestock_sold" : random .randint (0 , 100 ),
444
+ "no_livestock_increase" : random .randint (0 , 100 ),
445
+ }
446
446
event = self .env ["spp.event.cycle2c" ].create (cycle2c_vals )
447
447
event_id .res_id = event .id
0 commit comments