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
@fkantelberg We have a discrepancy in length correction for field origin / order_id
In python it's set to a max length of 36 but the xsd evaluation is answering with an allowed max length of 30. Is this a known issue?
The text was updated successfully, but these errors were encountered:
No it's not known until now and the xsd in version 050 is also confusing. Seems like that the xsd is fixed with 060. Would you do a PR for version 14-16 and just pass , 30 to all datev_sanitize calls in datev_order_id?
l10n-germany/datev_export_xml/models/account_move.py
Line 51 in d70676f
@fkantelberg We have a discrepancy in length correction for field origin / order_id
In python it's set to a max length of 36 but the xsd evaluation is answering with an allowed max length of 30. Is this a known issue?
The text was updated successfully, but these errors were encountered: