mikygee

Results 47 comments of mikygee

I tested in 16.0.0, it's the same behavior ![image](https://user-images.githubusercontent.com/2222550/190151942-c709d7b4-a179-42be-888b-039a9efde5ab.png) The help text seems to be kind of correct but it seems to say that either the rowid or the parent...

Tested in version 16.0.0, same behavior.

Same issue in version 16.0.0 ![image](https://user-images.githubusercontent.com/2222550/190147970-ae7f68f5-8758-49e9-a798-3e27c8753c8c.png)

I made the same test by removing the void column (use of double commas) and it's working. So it means that when you have a void column, the Step when...

Tested on 17-alpha, the problem exists there too

Hello, I'm not sure the fix works for imports. Can you confirm it's the fix 22265 ? It seems to work for exports though. In which version is it supposed...

Hello, I'm now in 16.0.3, on my dolibarr instance. I can see this in llx_c_accounting_category ``` > select * from llx_c_accounting_category; +-------+--------+----------+-------------------------------+-----------------+------+---------------+------------------+----------+------------+--------+ | rowid | entity | code | label...

Here's the test again I'm in 16.0.3 and one entry is there ![image](https://user-images.githubusercontent.com/2222550/210187794-d0b901c9-c040-4cc8-9009-3fbbf245aa50.png) I want to add this entry using the import module PCG99-BASE,62513066,Frais Repas 15% - TEST,62,,EXPENSE,1, At step...

I restart the test but this time I remove the double comma (before EXPENSE) PCG99-BASE,62513066,Frais Repas 15% - TEST,62,EXPENSE,1, It works ![image](https://user-images.githubusercontent.com/2222550/210188097-be9a467a-696c-4049-a88f-8eacc78b43d0.png) ![image](https://user-images.githubusercontent.com/2222550/210188106-2354e2b5-60d3-4939-a0b8-c68600b118da.png) The result is imported ![image](https://user-images.githubusercontent.com/2222550/210188126-dc82adbc-50fb-4742-a409-24d1efe81898.png) So the...