This question has been flagged

Hello guys,

I try to make my own stock_lapagept module.

In the file __openerp__.py, Which order should I use to import all my datas?

I'm pretty sure that the order is important. But I don't find the right one...

{

.....

      "data" : [

      'lapagept_sequences.xml',

     'lapagept_warehouses.xml',

     'lapagept_locations.xml',

     'lapagept_rules.xml',

     'lapagept_routes.xml',

     'lapagept_pickings.xml',

      'lapagept_views.xml',

      ],

     ......

}

Somebody could help please?

Avatar
Discard
Best Answer

In first step you comment all. In next step uncomment one and update module. If ok uncomment next ... if error ... examine the relationship.



Avatar
Discard
Author

It is what I try... I don't find it. I will come back when all will be ok.

Author

thanks