Hi, I am practicing Electronic Bank Statement and I dont have bank file. SAP has provided some procedure to practice electronic bank statement by converting the file using se38 and RFEBKA00. If anybody knows the procedure to convert the file in sap readable format please provide the procedure....
# convert to [rows, columns] structure in_seq1 = in_seq1.reshape((len(in_seq1), 1)) in_seq2 = in_seq2.reshape((len(in_seq2), 1)) out_seq = out_seq.reshape((len(out_seq), 1)) # horizontally stack columns dataset = hstack((in_seq1, in_seq2, out_seq)) 1 2 3 ...
Now, we’re going to create a new PostgreSQL user with the same name as the Odoo user system we created earlier in this tutorial. su - postgres -c "createuser -s odoo" Step 6: Install Wkhtmltopdf Odoo requires the wkhtmltopdf package, which is an open-source tool that converts the...