Skip to content
  1. Mar 17, 2024
  2. Jan 11, 2024
  3. Aug 25, 2023
    • sfartit's avatar
      [cmso] Handle missing invests multi owners · 2ef81792
      sfartit authored and Romain Bignon's avatar Romain Bignon committed
      Handle missing invests on accounts with multiple owners.
      an example of what it might looks like:
          - on accounts page: COMPTE TITRES ORDINAIRE J DOE / O DOE
          - on market page: DOE JHON
      2ef81792
  4. Jul 03, 2023
  5. Jun 01, 2023
  6. May 23, 2023
  7. Apr 08, 2023
  8. Mar 05, 2023
  9. Feb 12, 2023
  10. Feb 10, 2023
  11. Feb 04, 2023
  12. Feb 01, 2023
    • sfartit's avatar
      [cmso] handle accounts with no _index · 02be7f1b
      sfartit authored and Quentin Defenouillere's avatar Quentin Defenouillere committed
      a block of code in the iter_history assumes the account has the
      attribute: '_index'
      
      but it is not always true (for children modules for example)
      a check needs to be done before continuing.
      
      also the check now is `if not account._index` instead of using hasattr.
      02be7f1b
  13. Jan 29, 2023
  14. Jan 09, 2023
  15. Sep 05, 2022
    • kmartins's avatar
      [cmso] Handle Key error · 866b882e
      kmartins authored and ntome's avatar ntome committed
      In fetch_areas we try to access to a specific
      key in a dict that does not exist on some account.
      We can still sync without this key.
      866b882e
  16. Aug 08, 2022
  17. Jun 27, 2022
  18. Jun 13, 2022
  19. Apr 13, 2022
  20. Feb 28, 2022
  21. Feb 18, 2022
  22. Jan 26, 2022
  23. Jan 13, 2022
  24. Sep 13, 2021