Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
3 Odgovori
7778 Prikazi

Hi all,

I created several companies , each one has its own warehouse, own shop and own POS.

If I connect to POS as "admin" (company_id = 1), orders are ok. no problem.

But if I login OpenERP as another user (with rights), orders are not sent to OpenERP.

I investigated, and saw that orders are created by py function create_from_ui() (point_of_sale.py - line 490). this function calls create() at line 663.

Again, create() tries to retrieve POS sequence :

values['name'] = self.pool.get('ir.sequence').get(cr, uid, 'pos.order')

But there is only one sequence recorded for company_id = 1, so the function returns "False".

In fact there should be one sequence pos.order for each company, and one sequence pos.orderline for each company too.

I fixed this by duplicating sequences for each company. All works fine now (Thanks to Julius)

My question :

Why OpenERP does note create these sequences when creating a new POS ?

Is there something special to do ?

Regards

Avatar
Opusti
Best Answer

Hello,

You are right, there was a bug in the sequence generation. This was fixed in version 8 (see pull request)

Avatar
Opusti
Avtor

Thank you for the info

Best Answer

Hello, 

I have the same case in order to create a purchase order with mutli-company. When I login with one company the purchase order was numbered but if I login with the other the purhase order was not numbered.

I found this link https://bugs.launchpad.net/openobject-server/+bug/1010585 but I do not know where I insert this patch. 

Thanks

Avatar
Opusti
Best Answer

But how setting shop in Ovoo 8? I want connect with prestashop, but sale.shop key error

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
1
dec. 22
2053
0
mar. 15
3681
1
avg. 25
807
1
jul. 25
1065
3
jul. 25
3621