Skip to content
  1. Apr 11, 2021
  2. Apr 04, 2021
  3. Apr 08, 2020
  4. Mar 05, 2020
  5. Feb 12, 2020
  6. Mar 16, 2019
  7. Feb 27, 2019
  8. Feb 24, 2019
  9. Jan 06, 2019
  10. Jun 09, 2018
    • Célande Adrien's avatar
      [cmes] repaired iter_pocket · 8ddda200
      Célande Adrien authored and Romain Bignon's avatar Romain Bignon committed
      At first the probleme was that the investments where not stored in the backend.
      The reason was that the fetching of pockets crashed so nor the investments nor the pockets were saved.
      
      ListElement is used instead of TableElement because the strange layout of the table shifts the columns header.
      
      The strange thing, here, is that the boobank command works fine locally, just giving no pockets, without any error.
      It was because the CapBank was not the good one. So now instead of 'CapBankWealth', it is 'CapBankPockets'.
      
      cices and pradoepargne has been updated because depending on cmes.
      
      Closes: 5313@zendesk
      8ddda200
  11. Dec 16, 2017
    • Sylvie Ye's avatar
      add CapBankWealth and CapBankPockets in bank.py · c4a87b34
      Sylvie Ye authored and Romain Bignon's avatar Romain Bignon committed
      update CapBank into CapbankWealth when iter_investments is implemented
      update CapBank into CapbankPockets when iter_pockets is implemented
      add CapBankWealth when iter_investments is implemented and inherit CapCgp or CapBankTransfer or CapBankTransferAddRecipient
      add CapBankPockets when iter_pockets is implemented and inherit CapCgp or CapBankTransfer or CapBankTransferAddRecipient
      c4a87b34
  12. Sep 20, 2017
  13. Jul 08, 2017
    • ntome's avatar
      modules: fix AbstractBrowser use · 2398d2e9
      ntome authored and Romain Bignon's avatar Romain Bignon committed
      The weboob arg should now be passed as a kwarg, this avoids passing
      multiple times the weboob as positional argument in case of multiple
      AbstractBrowser.
      2398d2e9
  14. Feb 11, 2017