Alexis de Lattre
Alexis de Lattre
Here is the config for ePOS: 
@legalsylvain I agree that the best solution is to have 3 modules, as described in your last comment. I don't plan to do it myself (at least not in the...
One thing that I noticed: the button "Pay Full Debt" on customers list is sometimes buggy, but the button "Pay Full Debt" on the payment screen works fine. Note that...
I confirm that the bug is still present today in ofxparse 0.20 and in master. My OFX files starts with ``` ``` When I read the OFX 2.2.0 spec here...
When looking at the test suite under the directory "tests/fixtures", I can find 4 files in OFX 2.x that start with ``` ``` (anzcc.ofx, error_message.ofx, multiple_accounts2.ofx and multiple_accounts.ofx) but they...
I made a first prototype here: https://people.via.ecp.fr/~alexis/ofxparse-proto-bug-133.diff This patch only changes the method read_headers(): if the file starts with '
@jseutter Thanks for your feedback. It should work with ofx v1 and v2. I'll prepare a PR with a test with a v2 file.
To be a bit more specific about my needs: 1) a contract object with at least a name, a code, a partner and a company. This is what we have...
base_contract depends on base. agreement_account depends on base_contract and account. Just don't install agreement_account.
Requires PR https://github.com/OCA/server-tools/pull/2232