You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the mapping file name can only be 35 chars long.
Is it possible to expand this up to f.e. 75 chars?
Reason:
I decided to name the mapping filenames as following:
<in-format>_[<in-partner>_]<in-filetype>__<out-format>_[<out-partner>_]<out-file
type>__<major-version>_<minor-version>_<revision>
Example:
xml_aaa_INVOIC__fixed_bbb_invoic__1_00_000.py
that beats the 35 char limit.
Original issue reported on code.google.com by [email protected] on 30 Oct 2014 at 6:59
The text was updated successfully, but these errors were encountered:
as this would cause a chagne in the database, this will not be soon.
but a work-around is: change the length in bots/models.py
default database SQLite does not check field lengths.
Original issue reported on code.google.com by
[email protected]
on 30 Oct 2014 at 6:59The text was updated successfully, but these errors were encountered: