Alexis de Lattre
Alexis de Lattre
This PR also fixes a crash in partner balance XLSX report. The crash is obsvious when you read the backtrace: confusion between ID and recordset. So I added a browse()...
Yes, it is intended ; if you give the XML arg as string, it expects to have the content of the XML file as string, not the path to the...
No need to port pos_no_cash_bank_statement from v14 to v16. According to my tests, Odoo v16 generate by default accounting entries no only for cash journals but also for bank journals....
About account move generation on POS v16: I made more tests, and I confirm that bank statement generation works well, but I have another problem: in v14, the boolean field...
As promised, I worked on having 2 booleans fields on pos.payment.method: - keep the native "split_transaction" ONLY to split the transactions - add a second boolean "identify_customer" to oblige to...
@turicas Great to hear that you're planning a new release in the short term. I'm now running with the code from github, so it works well for me now.
Any update about a new release on pypi ?
So, what about the release on pypi ?
Example of code that I have to write to block users using pypi for rows: https://github.com/akretion/account-move-import/blob/16.0/account_move_csv_import/wizard/account_move_import.py#L477
@turicas Do you still plan to make a release on pypi some day, or did you choose to continue without releasing on pypi ?