c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #22416
[Bug 768197] Re: currency - not multi company ready
what happens with standard config:
the currency table is fille using the first company_id when it is created.
the second company uses the existing currency from the first company as
the rule mentioned in #1 is missing.
* implementing rule #1 causen an access error.
Please advise how this is designed.
--
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/768197
Title:
currency - not multi company ready
Status in OpenERP Modules (addons):
New
Bug description:
in supplier invoices it is possible to select a currency which belongs
to another company.
missing rule
['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])]
References