Alexis de Lattre

Results 305 comments of Alexis de Lattre

Here is the config for ePOS: ![pos_config_epos_v2](https://user-images.githubusercontent.com/1157917/182953537-c0692901-4f8e-46be-9b01-3a243390f3ff.png)

@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