Ronald Portier
Ronald Portier
Question: why use the xlsx report, leading to extra requirements, instead of the csv report?
And please remove the empty files in the readme directories.
@hbrunn Hi Holger, could you rebase this branch to solve the conflicts?
I am not quite happy with the name of the module, nor with the names of some of the models. I think the central concept of this module is that...
@ntsirintanis For the credit invoices I think you can override reverse_moves in the account_move_reversal wizard: https://github.com/odoo/odoo/blob/13.0/addons/account/wizard/account_move_reversal.py#L65 You can call the super on this and then loop over all the linked...
I think the problem might be due to a mismatch between the general logic for online bank statements, to retrieve the records per day, and the way Ponto selects them...
@pedrobaeza I am not sure. In 12.0 the 'done' state is back. Apparently a need is still felt for this state.
@alexis-via I very much agree with your analysis and proposals. If you add a PR to the repo to add your module https://github.com/akretion/bank-statement-reconcile-simple it would be much appreciated. My module...
@alexis-via I do see some functionality in the guess_partner one that does not overlap with your modules, like also checking on the invoice partner, and having some extra effort to...
@belisac Please provide more information. What kind of import are you using? What are the actions you take before you see this?