← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 813238] Re: Property fields does not replicated when login with another company's user or change the company from user preference

 

Hello Kevin, Amit

This seems interesting use case and I think you are missing some functional aspect here. 
kevin started by login in with user "Kevin" then created customer payment term and delivery method and saved them. now as these both fields are property fields they will be saved along with the company_id of the current logged in user.(ir.properrty has a M20 to company_id). 
So next Kevin logs out and logs in with user Auckland and does not sees the properties that he created this is true and the reason is the ir_property table with return only those values that are related to current user company that is logged in. As here Auckland  company does not have any entry yet in the ir.property table so it returns blank.

Work Around : Try to change the company of Auckland to user kevins
company and you will get the properties.

I hope you understood what I meant.

correct me if I am missing something !


Thanks,


** Changed in: openobject-server
       Status: Confirmed => Incomplete

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

Title:
  Property fields does not replicated when login with another company's
  user or change the company from user preference

Status in OpenERP Server:
  Incomplete

Bug description:
  When I create a partner in a multicompany environment and leave the company filed blank, the same partner is available for all companies.
  However, the following fields are not being replicated to the other instances:
   - customer payment term - this is set up by company so may not be possible, but is linked to problem that you cannot make group payments at present.
   - payment term - this should be there as not company specific
   - delivery method - should be there

  Thanks

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


References