Skip to content

[s2e] adding CapDocument

Woob Import requested to merge s2e_documents into master

As detailed in #198 (closed), adding CapDocument to s2e module allows us to list available PDF documents (operation statements, yearly reports) and download them.

All "employee savings banks" that are using s2e module can benefit from this new capability : in order to do this, it's necessary to change the module definition of all these modules and have them inherit from CapDocument (otherwise the capability coming from the parent module -s2e- is not detected by weboob-config update).

Edited by Woob Import

Merge request reports