c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #22276
[Bug 755609] Re: [6.0.2] Impossible to choice sequence in account journal column
hum wait... that's not so easy: if it's readonly that's because changing
the sequence of a field will lead to unexpected results if it's not done
in the same way in all the views defined (simply because of the weird
way the fields_view_get is working).
That means that if you want to have to column 'journal_id' in first
position, then you have to set it as sequence 1 in all your views,
otherwise the result is undefined.
That's why we have set that field readonly (make me think to remove it
completly for v6.1) and that for this reason that the patch cannot be
applied in trunk, but Sébastien, if you want to use it you may apply the
patch in the branch of Priyesh.
Thanks for you understanding,
Quentin
** Changed in: openobject-addons
Importance: Low => Wishlist
** Changed in: openobject-addons
Status: Fix Committed => Won't Fix
--
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/755609
Title:
[6.0.2] Impossible to choice sequence in account journal column
Status in OpenERP Modules (addons):
Won't Fix
Bug description:
In 6.0.2, the sequence field in account_journal_column object is in
readonly so it's not possible to modify it.
Please find a patch.
References