Alexis de Lattre
Alexis de Lattre
[14.0][ADD] account_statement_import_base and account_statement_import_file_reconciliation_widget
The 2 modules account_statement_import_online and account_statement_import depend on account_statement_import_base (and not on each other) and share common code, in particular a hook to update the statement line. So we can...
Ready for review/merge
I would like to discuss partner detection on bank statement lines when importing bank statements via file import (OFX, Camt, ...) AND by online import (Ponto, Qonto, ...). The code...
I'm using invoice2data as a python lib in the Odoo module account_invoice_import_invoice2data, cf https://github.com/OCA/edi/blob/10.0/account_invoice_import_invoice2data/wizard/account_invoice_import.py#L54 When the extraction fails because 1) some fields didn't match 2) or because no template was...
We need a command line option to set the path to the config file. For example, it should be possible to run: pywebdriverd -c /opt/myproject/config.ini
The readme gives an example of a scenario where this module product_analytic_sale is required.
Rename res.country.group "Europe" to "European Union", because that country group only includes the 27 countries of the EU. -- I confirm I have signed the CLA and read the PR...