-------------------
- Added new external method to ease the switch to proposingGroupWithGroupInCharge.
[odelaere]
- Added 2 new profiles `zcodir_extended` and `zcodir_city_cpas`.
[aduchene]
- Removed default values defined for DashboardCollections `FINANCE_ADVICES_COLLECTION_ID`
and `searchitemswithnofinanceadvice`, because if it does not exist in the
`MeetingConfig.customAdvisers`, it breaks the dashboards when applying the profile.
[gbastien]
- When using finances advice workflows, WF `initial_state` may vary
(`advicecreated`, `proposed_to_financial_controller`, ...) so when using
completeness, check that item is complete until the
`mayProposeToFinancialReviewer` transition guard.
[gbastien]
- Added `CustomMeetingConfig._setUsedFinanceGroupIds` to ease definition of
advisers value for the `FINANCE_ADVICES_COLLECTION_ID` collection.
[gbastien]
- Added PORTAL_CATEGORIES in config.py
[odelaere]
- Added new listTypes normalnotpublishable and latenotpublishable used in portal.
[odelaere]
- Adapted `zcity/zcommittee_advice` profiles as advice type `asked_again` is no more optional.
[gbastien]
- Renamed parameter `listTypes` to `list_types` everywhere.
[gbastien]
- Moved some methods to snake_case : `printFinanceAdvice/print_finance_advice`,
`printAllAnnexes/print_all_annexes`, `printFormatedAdvice/print_formated_advice`.
[gbastien]
- Adapted behavior of `get_grouped_items` with `unrestricted=True` that originally
returned every items ignoring `itemUids`, it was not possible to print a subset
of items. Now if length of `itemUids` is smaller than len of all visible items,
we only return these items.
[gbastien]
- Adapted `MCItemDocumentGenerationHelperView.print_item_number_within_category`
as `MeetingItem.getCategory` does no more return the `proposingGroup` when
`MeetingConfig.useGroupsAsCategories` is True.
[gbastien]
- Fixed signature of `MCItemDocumentGenerationHelperView.print_deliberation`.
[gbastien]
- Added a new DashboardPODTemplate `export-users-groups.ods` in contacts directory.
[aduchene]
- Improved CustomMeeting.getNumerOfItems using Meeting.getItems.
[odelaere]
- Improved MCItemDocumentGenerationHelperView.print_all_annexes with filters, icon, better escaping, etc.
[odelaere]