← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 873166] Re: Multi-company - can't count stock location product values

 

Hello Paulius,

I have checked your issue but I am not agree with you.
Because we have set  a record rule on stock move object which is ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])].

It means that the user can seen only his company's location and also
seen his child company's location but on bug report you have described
that A and B are not related companies (no child relation).

So If your user belongs to company A, he will see only Company A 's
locations not the Company B's location.

I have attached a video for your more reference so would you please
check it and notify us where you face the problem and also provide the
more information on this.

Thanks and waiting for your reply!

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/873166

Title:
  Multi-company - can't count stock location product values

Status in OpenERP Addons (modules):
  Incomplete

Bug description:
  Two company: A, B.
  If A and B are not related companies (no child relation), then when you want to select stock location with A (e.g. making stock move) it gives error that you can't read product.template records. But before that you need to have B company stock moves. 

  Main problem comes from stock _product_value function in the
  stock.location class. There are SQL queries in the stock.py #L121,
  #L123 lines where nobody check if product belongs to user company or
  other relation.

  OpenERP v6.0.3 addons rev. 4883

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/873166/+subscriptions


References