Replies: 2 comments
-
See also #811 . |
Beta Was this translation helpful? Give feedback.
0 replies
-
The solution to be developed should offer the available options by intersecting available formats with the available templates for said formats as well as the available languages (which can be calculated as "on-disk languages"(for the generic template)+"specific language templates"). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
1.5.7
Trying to output an order to csv returns w/ no response. Turns out lsmb tries to fetch a template
SELECT * FROM "public"."template__get"('sales_order', NULL, 'csv')
which returns nothing.
csv option shouldn't be there if there's no way it'll work.
Any other way to download the order as csv? It's handy in some situations
Beta Was this translation helpful? Give feedback.
All reactions