c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #11919
[Bug 701480] Re: [6.0 RC2] hard coded reference will not work if prefix of sequences is changed
I ment .... "localised sequences" ...
--
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/701480
Title:
[6.0 RC2] hard coded reference will not work if prefix of sequences is changed
Status in OpenObject Addons Modules:
New
Bug description:
sale.py: 'reference': "P%dSO%d" % (order.partner_id.id, order.id),
purchase.py: 'reference': "P%dPO%d" % (o.partner_id.id, o.id),
purchase.py: 'name': 'PO:'+order_line.name,
in v6 the prefix can and will be set in localised to something meaningfull
PO will be EA
SO will be VA
or something like that in German
the reference / name mentioned above will point to nowhere.
References