Products.urban


NameProducts.urban JSON
Version 2.7.11 PyPI version JSON
download
home_pagehttp://www.communesplone.org/les-outils/applications-metier/gestion-des-permis-durbanisme
SummaryUrban Certificate Management
upload_time2024-04-25 09:41:31
maintainerNone
docs_urlNone
authorSimon Delcourt
requires_pythonNone
licenseGPL
keywords urban imio
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            *****
Urban
*****

.. topic:: Présentation

    Urban est un logiciel de gestion des procédures d'urbanisme et d'environnement.
    Il se concentre sur trois grand aspects:
    
    1. L'encodage structuré des dossiers. Ce qui permet:

    - de générer automatiquement les documents liés aux diverses procédures.
    - faire des liens entre dossiers à partir de réferénces cadastrales communes.
    - de retrouver un dossier facilement suivant divers critères de recherches.

    2. La cartographie. Celle-ci permet(tra):

    - de visualiser les différentes couches de la région wallone.
    - d'intégrer les propres couches cwspécifiques à chaque pouvoir local.
    - de pré-remplir les données d'un dossier en fonction des couches trouvées depuis
      ses références cadastrales.

    3. La gestion des dossiers au jour le jour via un échéancier qui permet en seul coup 
       d'oeil, d'embrasser les étapes prioritaires des dossiers en cours.
    
* `Documentation @ urban.imio.be <http://urban.imio.be>`_
* `Code source @ svn <http://svn.communesplone.org/svn/communesplone/Products.urban/>`_
* `Problèmes @ trac <http://trac.imio.be/>`_

Changelog
=========

.. You should *NOT* be adding new change log entries to this file.
   You should create a file in the news directory instead.
   For helpful instructions, please see:
   https://github.com/plone/plone.releaser/blob/master/ADD-A-NEWS-ITEM.rst

.. towncrier release notes start

2.7.11 (2024-04-25)
-------------------

Bug fixes:


- Add event sub file in export content
  Add missing portal_type to export sub content
  [jchandelle] (MURBMONA-48)


Internal:


- Add `withtitle` parameter to the getApplicantsSignaletic method
  [fngaha] (SUP-33759)
- Improve merge fields
  Provide a merge field that only returns streets
  Adapt the getStreetAndNumber method field to be able to receive a separation parameter between the street and the number
  [fngaha] (SUP-34184)
- Update the translation of empty fields
  [fngaha] (URB-3079)


2.7.10 (2024-04-10)
-------------------

New features:


- Add view for import urban config
  [jchandelle] (SUP-36419)


2.7.9 (2024-04-07)
------------------

Bug fixes:


- Avoid an error if a vocabulary term was removed
  [mpeeters] (SUP-36403,SUP-36406)
- Fix logic on some methods to exclude invalid vocabulary entries
  [mpeeters] (URB-3002)


Internal:


- Add tests for new vocabulary logic (start and end validity)
  [mpeeters] (URB-3002)


2.7.8 (2024-04-02)
------------------

Bug fixes:


- Add `state` optional parameter to `getLastAcknowledgment` method to fix an issue with schedule start date
  [mpeeters] (SUP-36274)
- Avoid an error if an advice was not defined
  [mpeeters] (SUP-36276)


2.7.7 (2024-04-01)
------------------

Bug fixes:


- Fix an error in calculation of prorogated delays
  [mpeeters] (URB-3008)


Internal:


- Add tests for buildlicence and CU2 completion schedule
  [mpeeters] (URB-3005)


2.7.6 (2024-03-25)
------------------

Bug fixes:


- Fix an issue with upgrade step numbers
  [mpeeters] (URB-3002)


2.7.5 (2024-03-24)
------------------

New features:


- Add caduc workflow state
  [jchandelle] (URB-3007)
- Add `getIntentionToSubmitAmendedPlans` method for documents
  [mpeeters] (URB-3008)
- Add a link field on CODT build licences
  [mpeeters] (URB-3046)


Bug fixes:


- Move methods to be available for every events.
  Change `is_CODT2024` to be true if there is no deposit but current date is greater than 2024-03-31.
  [mpeeters] (URB-3008)


2.7.4 (2024-03-20)
------------------

Bug fixes:


- Invert Refer FD delay 30 <-> 40 days
  [mpeeters] (URB-3008)


2.7.3 (2024-03-20)
------------------

New features:


- Add `is_not_CODT2024` method that can be used in templates
  [mpeeters] (URB-3008)


Bug fixes:


- Fix update of vocabularies
  [mpeeters] (URB-3002)


2.7.2 (2024-03-18)
------------------

New features:


- Add `getCompletenessDelay`, `getReferFDDelay` and `getFDAdviceDelay` methods that can be used in templates
  [mpeeters] (URB-3008)


2.7.1 (2024-03-14)
------------------

Bug fixes:


- Fix delay vocabularies value order
  [mpeeters] (URB-3003)


2.7.0 (2024-03-14)
------------------

New features:


- Add `is_CODT2024` and `getProrogationDelay` methods that can be used in template
  [mpeeters] (URB-2956)
- Adapt vocabulary logic to include start and end validity dates
  [mpeeters] (URB-3002)
- Adapt vocabulary terms for 2024 CODT reform
  [daggelpop] (URB-3003)
- Add `urban.schedule` dependency
  [mpeeters] (URB-3005)
- Add event fields `videoConferenceDate`, `validityEndDate` & marker `IIntentionToSubmitAmendedPlans`
  [daggelpop] (URB-3006)


Bug fixes:


- Avoid an error if the closing state is not a valid transition
  [mpeeters] (SUP-35736)


Internal:


- Provided prorogation field for environment license
  [fngaha] (URB-2924)
- Update applicant mailing codes :
  Replace mailed_data.getPersonTitleValue(short=True), mailed_data.name1, mailed_data.name2 by mailed_data.getSignaletic()
  [fngaha] (URB-2947)


2.6.25 (2024-02-13)
-------------------

Bug fixes:


- Fix an issue with installation through collective.bigbang
  [mpeeters] (URB-3016)


2.6.24 (2024-02-13)
-------------------

Bug fixes:


- Add upgrade step to reindex uid catalog
  [jchandelle] (URB-3015)


2.6.23 (2024-02-09)
-------------------

Bug fixes:


- Fix reference validator for similar ref
  [jchandelle] (URB-3012)


2.6.22 (2024-02-05)
-------------------

New features:


- Add index for street code
  [jchandelle] (MURBFMAA-20)


2.6.21 (2023-12-26)
-------------------

New features:


- Add prosecution ref and ticket ref to Inspection
  [ndemonte] (SUP-27127)
- Underline close due dates
  [ndemonte] (URB-2515)
- Add stop worksite option to inspection report
  [jchandelle] (URB-2827)
- Remove reference FD field from preliminary notice
  [jchandelle] (URB-2831)


Bug fixes:


- Validate CSV before claimant import
  [daggelpop] (SUP-33538)
- Fix an issue with Postgis `ST_MemUnion` by using `ST_Union` instead that also improve performances
  [mpeeters] (SUP-34226)
- Fix integrated licence creation by using unicode for regional authorities vocabulary
  [jchandelle] (URB-2869)


2.6.20 (2023-12-12)
-------------------

Bug fixes:


- Fix street number with specia character in unicode
  [jchandelle] (URB-2948)


2.6.19 (2023-12-04)
-------------------

Bug fixes:


- Fix an issue with Products.ZCTextIndex that was interpreting `NOT` as token instead of a word for notary letter references
  [mpeeters] (MURBARLA-25)


2.6.18 (2023-11-23)
-------------------

Bug fixes:


- Add `fix_schedule_config` external method ta fix class of condition objects
  [mpeeters] (SUP-33739)


2.6.17 (2023-11-16)
-------------------

Bug fixes:


- Adapt opinion request worklflow to bypass guard check for managers
  [mpeeters] (SUP-33308)


Internal:


- Provide getFirstAcknowledgment method
  [fngaha] (SUP-32215)


2.6.16 (2023-11-06)
-------------------

Bug fixes:


- Fix serializer to include disable street in uid resolver
  [jchandelle] (MURBMSGA-37)
- Fix street search to include disable street
  [jchandelle] (URB-2696)


2.6.15 (2023-10-12)
-------------------

Internal:


- Fix tests
  [mpeeters] (URB-2855)
- Improve performances for add views
  [mpeeters] (URB-2903)


2.6.14 (2023-09-13)
-------------------

Bug fixes:


- Avoid an error if a vocabulary value was removed, instead log the removed value and display the key to the user
  [mpeeters] (SUP-32338)


Internal:


- Reduce logging for sql queries
  [mpeeters] (URB-2788)
- Fix tests
  [mpeeters] (URB-2855)


2.6.13 (2023-09-05)
-------------------

Bug fixes:


- Move catalog import in urban type profile
  [jchandelle] (URB-2868)
- Fix facet config xml
  [jchandelle] (URB-2870)


2.6.12 (2023-09-01)
-------------------

Bug fixes:


- Fix new urban instance install
  [jchandelle] (URB-2868)
- Fix facet xml configuration
  [jchandelle] (URB-2870)


2.6.11 (2023-08-29)
-------------------

Bug fixes:


- Fix icon tag in table
  [jchandelle] (SUP-31983)


2.6.10 (2023-08-28)
-------------------

Bug fixes:


- Avoid an error if a task was not correctly removed from catalog
  [mpeeters] (URB-2873)


2.6.9 (2023-08-27)
------------------

Bug fixes:


- Fix UnicodeDecodeError on getFolderManagersSignaletic(withGrade=True)
  [fngaha] (URB-2871)


2.6.8 (2023-08-24)
------------------

Bug fixes:


- fix select2 widget on folder manager
  [jchandelle] (SUP-31898)
- Fix opinion schedules assigned user column
  [mpeeters] (URB-2819)


2.6.7 (2023-08-14)
------------------

Bug fixes:


- Hide old document generation links viewlet
  [mpeeters] (URB-2864)


2.6.6 (2023-08-10)
------------------

Bug fixes:


- Fix an issue with autocomplete view results format that was generating javascript errors
  [mpeeters] (SUP-31682)


2.6.5 (2023-07-27)
------------------

Bug fixes:


- Avoid errors on inexpected values on licences and log them
  [mpeeters] (SUP-31554)
- Fix translation for road adaptation vocabulary values
  [mpeeters] (URB-2575)
- Avoid an error if a vocabulary does not exist, this can happen when multiple upgrade steps interract with vocabularies
  [mpeeters] (URB-2835)


2.6.4 (2023-07-24)
------------------

New features:


- Add parameter to autocomplete to search with exact match
  [jchandelle] (URB-2696)


Bug fixes:


- Fix an issue with some urban instances with lists that contains empty strings or `None`
  [mpeeters] (URB-2575)
- Fix inspection title
  [jchandelle] (URB-2830)
- Add an external method to set profile version for Products.urban
  [mpeeters] (URB-2835)


2.6.3 (2023-07-18)
------------------

- Add missing translations [URB-2823]
  [mpeeters, anagant]

- Fix different type of vocabulary [URB-2575]
  [jchandelle]

- Change NN field position [SUP-27165]
  [jchandelle]

- Add Couple to Preliminary Notice [URB-2824]
  [ndemonte]

- Fix Select2 view display [URB-2575]
  [jchandelle]

- Provide getLastAcknowledgment method for all urbancertificates [SUP-30852]
  [fngaha]

- Fix encoding error [URB-2805]
  [fngaha]

- Add a explicit dependency to collective.exportimport
  [mpeeters]

- Cadastral historic memory error [SUP-30310]
  [sdelcourt]

- Add option to POST endpoint when creating a licence to disable check ref format [SUP-31043]
  [jchandelle]


2.6.2 (2023-07-04)
------------------

- Explicitly include `urban.restapi` zcml dependency [URB-2790]
  [mpeeters]


2.6.1 (2023-07-04)
------------------

- Fix zcml for migrations
  [mpeeters]


2.6.0 (2023-07-03)
------------------

- Fix `hidealloption` and `hide_category` parameters for dashboard collections
  [mpeeters]

- Fix render of columns with escape parameter
  [mpeeters, sdelcourt]

- Avoid a traceback if an UID was not found for inquiry cron [URB-2721]
  [mpeeters]

- Migrate to the latest version of `imio.dashboard`
  [mpeeters]


2.5.4 (2023-07-03)
------------------

- Change collection column name [URB-1537]
  [jchandelle]

- Fix class name in external method fix_labruyere_envclassthrees [SUP-29587]
  [ndemonte]


2.5.3 (2023-06-23)
------------------

- Add parcel and applicants contents to export content [URB-2733]
  [jchandelle]


2.5.2 (2023-06-15)
------------------

- Fix tests and update package metadata
  [sdelcourt, mpeeters]

- Add CSV import of recipients to an inquiry [URB-2573]
  [ndemonte]

- Fix bound licence allowed type [SUP-27062]
  [jchandelle]

- Add vat field to notary [SUP-29450]
  [jchandelle]

- Change MultiSelectionWidget to MultiSelect2Widget [URB-2575]
  [jchandelle]

- Add fields to legal aspect of generic licence [SUP-22944]
  [jchandelle]

- Add national register number to corporation form [SUP-27165]
  [jchandelle]

- Add an external method to update task delay [SUP-28870]
  [jchandelle]

- Add external method to fix broken environmental declarations [SUP-29587]
  [ndemonte]

- Fix export data with c.exportimport [URB-2733]
  [jchandelle]


2.5.1 (2023-04-06)
------------------

- Added 'retired' transition to 'deposit' and 'incomplete' states for codt_buildlicence_workflow
  [fngaha]

- Manage the display of licences linked to several applicants
  [fngaha]

- Add an import step to activate 'announcementArticlesText' optional field
  [fngaha]

- Fix external method [SUP-28740]
  [jchandelle]

- Add external method for fixing corrupted description. [SUP-28740]
  [jchandelle]

- Allow to encode dates going back to 1930
  [fngaha]

- Update MailingPersistentDocumentGenerationView call with generated_doc_title param. [URB-1862]
  [jjaumotte]

- Fix 0 values Bis & Puissance format for get_parcels [SUP-16626]
  [jjaumotte]

- Fix 0 values Bis & Puissance format for getPortionOutText
  [jjaumotte]

- Remove 'provincial' in folderroadtypes vocabulary [URB-2129]
  [jjaumotte]

- Remove locality name in default text [URB-2124]
  [jjaumotte]

- Remove/disable natura2000 folderzone [URB-2052]
  [jjaumotte]

- Add notaries mailing [URB-2110]
  [jjaumotte]

- Add copy to claymant action for recipient_cadastre in inquiry event
  [sdelcourt / jjaumotte]

- Fix liste_220 title encoding error + translation [SUP-15084]
  [jjaumotte]

- provides organizations to consult based on external directions
  [fngaha]

- Add an Ultimate date field in the list of activatable fields
  [fngaha]

- provide the add company feature to the CU1 process
  [fngaha]

- Update documentation with cadastre downloading
  [fngaha]

- Translate liste_220 errors
  [fngaha]

- Provide the add company feature to the CU1 process
  [fngaha]

- Improve mailing. Add the possibility to delay mailing during the night [SUP-12289]
  [sdelcourt]

- Fix default schedule config for CODT Buildlicence [SUP-12344]
  [sdelcourt]

- Allow shortcut transition to 'inacceptable' state for CODT licence wofklow. [SUP-6385]
  [sdelcourt]

- Set default foldermanagers view to sort the folder with z3c.table on title [URB-1151]
  [jjaumotte]

- Add some applicants infos on urban_description schemata. [URB-1171]
  [jjaumotte]

- Improve default reference expression for licence references. [URB-2046]
  [sdelcourt]

- Add search filter on public config folders (geometricians, notaries, architects, parcellings). [SUP-10537]
  [sdelcourt]

- Migrate PortionOut (Archetype) type to Parcel (dexterity) type. [URB-2009]
  [sdelcourt]

- Fix add permissions for Inquiries. [SUP-13679]
  [sdelcourt]

- Add custom division 99999 for unreferenced parcels. [SUP-13835]
  [sdelcourt]

- Migrate ParcellingTerm (Archetype) type to Parcelling (dexterity) type.
  [sdelcourt]

- Pre-check all manageable licences for foldermanager creation. [URB-1935]
  [jjaumotte]

- Add field to define final states closing all the urban events on a licence. [URB-2082]
  [sdelcourt]

- Refactor key date display to include urban event custom titles. [SUP-13982]
  [sdelcourt]

- Add Basebuildlicence reference field reprensentativeContacts + tests [URB-2335]
  [jjaumotte]

- Licences can created as a copy of another licence (fields, applicants and parcels can be copied). [URB-1934]
  [sdelcourt]

- Add collective.quickupload to do multiple file upload on licences and events.
  [sdelcourt]

- Fix empty value display on select fields. [URB-2073]
  [sdelcourt]

- Add new value 'simple procedure' for CODT BuildLicence procedure choice. [SUP-6566]
  [sdelcourt]

- Allow multiple parcel add from the 'search parcel' view. [URB-2126]
  [sdelcourt]

- Complete codt buildlicence config with 'college repport' event. [URB-2074]
  [sdelcourt]

- Complete codt buildlicence schedule.
  [sdelcourt]

- Add default codt notary letters schedule.
  [sdelcourt]

- Add parking infos fields on road tab.
  [sdelcourt]

- Remove pod templates styles form urban. [URB-2080]
  [sdelcourt]

- Add authority default values to CODT_integrated_licence, CODT_unique_licence, EnvClassBordering. [URB-2269]
  [mdhyne]

- Add default person title when creating applicant from a parcel search. [URB-2227]
  [mdhyne]
  [sdelcourt]

- Update vocabularies CODT Build Licence (folder categories, missing parts)
  [lmertens]

- Add dashboard template 'listing permis'
  [lmertens]

- Add translations [URB-1997]
  [mdhyne]

-add boolean field 'isModificationParceloutLicence'. [URB-2250]
  [mdhyne]

- Add logo urban to the tab, overriding the favicon.ico viewlet. [URB-2209]
  [mdhyne]

- Add all applicants to licence title. [URB-2298]
  [mdhyne]

- Add mailing loop for geometricians. [URB-2327]
  [mdhyne]

- Add parcel address to parcel's identity card.[SUP-20438]
  [mdhyne]

- Adapt ComputeInquiryDelay for EnvClassOne licences and Announcements events.[SUP20443]
  [mdhyne]

- Include parcels owners partner in cadastral queries.[SUP-20092]
  [sdelcourt]

- Add fields trail, watercourse, trailDetails, watercourseCategory and add vocabulary in global config for the fields.[MURBECAA-51]
  [mdhyne]

- To use 50m radius in announcement : changes setLinkedInquiry getAllInquiries() call by getAllInquiriesAndAnnouncements() and changes condition in template urbaneventinquiryview.pt. [MURBWANAA-23]
  [mdhyne]

- add new 'other' tax vocabulary entry and new linked TextField taxDetails
  [jjaumotte]

- Add contact couples.
  [sdelcourt]

2.4 (2019-03-25)
----------------
- add tax field in GenericLicence
  [fngaha]

- add communalReference field in ParcellingTerm
  [fngaha]

- Fix format_date
  [fngaha]

- Update getLimitDate
  [fngaha]

- Fix translations
- Update the mailing merge fields in all the mailing templates
  [fngaha]

- Specify at installation the mailing source of the models that can be mailed via the context variable
  [fngaha]

- Select at the installation the mailing template in all models succeptible to be mailed
  [fngaha]

- Referencing the mailing template in the general templates configuration (urban and environment)
  [fngaha]

- Allow content type 'MailingLoopTemplate' in general templates
  [fngaha]

- added the mailing template
  [fngaha]

- add mailing_list method
  [fngaha]

- add a z3c.table column for mailing with his icon
  [fngaha]

- fix translations
  [fngaha]

- update signaletic for corporation's applicant
  [fngaha]

- fix the creation of an applicant from a parcel
  [fngaha]

- add generic "Permis Publics" templates and linked event configuration
  [jjaumotte]

- add generic "Notary Letters" template and linked event configuration
  [jjaumotte]

- fix advanced searching Applicant field for all licences, and not just 'all'
  [jjaumotte]

2.3.0
-----
- Add attributes SCT, sctDetails
  [fngaha]

- Add translations for SCT, sctDetails
  [fngaha]

- Add vocabularies configuration for SCT
  [fngaha]

- Add migration source code
  [fngaha]

2.3.x (unreleased)
-------------------
- Update MultipleContactCSV methods with an optional number_street_inverted (#17811)
  [jjaumotte]

1.11.1 (unknown release date)
-----------------------------
- add query_parcels_in_radius method to view
  [fngaha]

- add get_work_location method to view
  [fngaha]

- add gsm field in contact
  [fngaha]

- improve removeItems utils
  [fngaha]

- Refactor rename natura2000 field because of conflict name in thee
  [fngaha]

- Refactor getFirstAdministrativeSfolderManager to getFirstGradeIdSfolderManager
  The goal is to use one method to get any ids
  [fngaha]

- Add generic SEVESO optional fields
  [fngaha]

- Fix concentratedRunoffSRisk and details optional fields
  [fngaha]

- Add getFirstAdministrativeSfolderManager method
  [fngaha]

- Add removeItems utils and listSolicitOpinionsTo method
  [fngaha]

- Add getFirstDeposit and _getFirstEvent method
  [fngaha]

- remove the character 'à' in the address signaletic
  [fngaha]

- use RichWidget for 'missingPartsDetails', 'roadMissingPartsDetails', 'locationMissingPartsDetails'
  [fngaha]

- Fix local workday's method"
  [fngaha]

- Add a workday method from collective.delaycalculator
  refactor getUrbanEvents by adding UrbanEventOpinionRequest
  rename getUrbanEventOpinionRequest to getUrbanEvent
  rename containsUrbanEventOpinionRequest to containsUrbanEvent
  [fngaha]

- Add methods
  getUrbanEventOpinionRequests
  getUrbanEventOpinionRequest
  containsUrbanEventOpinionRequest
  [fngaha]

- Update askFD() method
  [fngaha]

- Add generic Natura2000 optional fields
  [fngaha]

- Fix codec in getMultipleClaimantsCSV (when use a claimant contat)
  [fngaha]

- Add generic concentratedRunoffSRisk and details optional fields
  [fngaha]

- Add generic karstConstraint field and details optional fields
  [fngaha]


1.11.0 (2015-10-01)
-------------------

- Nothing changed yet.


1.10.0 (2015-02-24)
-------------------

- Can add attachments directly on the licence (#10351).


1.9.0 (2015-02-17)
------------------

- Add environment licence class two.

- Use extra value for person title signaletic in mail address.


1.8.0 (2015-02-16)
------------------

- Add environment licence class one.

- Bug fix: config folder are not allowed anymore to be selected as values
  for the field 'additionalLegalConditions'.


1.7.0
-----

- Add optional field RGBSR.

- Add field "deposit type" for UrbanEvent (#10263).


1.6.0
-----

- Use sphinx to generate documentation

- Add field "Périmètre de Rénovation urbaine"

- Add field "Périmètre de Revitalisation urbaine"

- Add field "Zones de bruit de l'aéroport"


1.5.0
-----

- Update rubrics and integral/sectorial conditions vocabularies


1.4.0
-----

- Add schedule view


1.3.0
-----

- Use plonetheme.imioapps as theme rather than urbasnkin

- Add fields "pm Title" and "pm Description" on urban events to map the fields "Title"
  and "Description" on plonemeeting items (#7147).

- Add a richer context for python expression in urbanEvent default text.

- Factorise all licence views through a new generic, extendable and customisable view (#6942).
  The fields display order is now given by the licence class schemata and thus this order
  is always consistent between the edit form and the view form.


1.2.0
------

- Added search on parcel Historic and fixed search on old parcels (#6681).


1.1.9
-----

- Opinion request fields are now active for MiscDemand licences (#5933).

- Added custom view for urban config and licence configs (#5892).

- Fixed urban formtabbing for plone 4.2.5 (#6423).

- Python expression can now be used in urbanEvent default text (#6406).

- "Deliberation college" documents are now disabled when using pm.wsclient (#6407).

- Added configuration step for pm.wsclient (#6400).

- Added rubrics and conditions config values for environment procedures (#5027).

- Fixed search on parcel historic (#6681).

- Added popup to see all licences related to a parcel historic (#5858).

- Generate mailing lists from contacts folder (architects, notaries, geometrcicians) (#6378).

- Adds pm.wsclient dependency.


1.1.8
-----

- Converted all urban listings into z3c tables.

- Simplified the opinion request configuration system (#5711).

- Added more columns on search result listing (#5535).

- Vocabulary term now have a the possibility to have a custom numbering that will only be displayed in forms but
  not in generated documents (#5408).

- An alternative name of divisions can be configured for generated documents (#5507).

- Address names of mailing documents can now be inverted (#4763).

- [bugfix] Create the correct link for UrbanDoc in the urban events when the licence is not
  in 'edit' state anymore.


1.1.7
-----

- Added options bar to licences listing (#5476, #5250).

- Use events rather than archetype built-in default method system to fill licence fields with default values
  because of performance issues (#5423).

- Parcels can be added on ParcellingTerm objects. Now, parcellingterm objects can be found by parcel references (#5537).

- A helper popup is now available on specific features datagrid to edit related fields without navigating through the
  edit form (#5576).

- Default text can be defined for urban event text fields as well (#5508).

bugfixes:
- Folder search by parcel reference is now working with lowercase inputs.


1.1.6
-----

- Added field Transparence on class Layer (#5197).

- Added style 'UrbanAdress' used to customize style in the adress field of documents (#4764).

- Added beta version of licence type 'Environmental Declaration'.

- Use an autocomplete for the licence search by street (#5163).

- Text of the specificFeatures fields are now editable within a licence (CU1, CU2, notaryletter) (#5280).

- Added an optional field 'architects' on MiscDemand class (#5286).

- Added field 'represented by society' on applicant/proprietary (#5282).

- Now, the licence search works with old parcels references and also works with incomplete parcels references as well (#5099).

- Urban editors can now add parcels manually (#5285).

- Added validator on reference field to check that each reference is unique (#5430).

- Show historic of old parcels on licences "map" tab and allow to show the location of their "children" (#4754).

- Urban editors can now add parcel owner manually on inquiry events (#5289).

- Added search by "folder reference" in urban folder search (#4878).

- Licences tabs can be renamed and reordered (#5465).

bugfixes:
- UrbanEvent view doesnt crash anymore when a wrong TAL condition is defined on an UrbanDoc.
- corrected template "accuse de reception d'une reclamation" (#5168, #5198).
- corrected the display of the specificFeatures for notary letters.
- The "50m area" used in inquiries doesnt crash anymore when finding parcel owner without address (#5376).
- Added warning on inquiry event when parcel owners without adress are found (#5289).

            

Raw data

            {
    "_id": null,
    "home_page": "http://www.communesplone.org/les-outils/applications-metier/gestion-des-permis-durbanisme",
    "name": "Products.urban",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Urban IMIO",
    "author": "Simon Delcourt",
    "author_email": "simon.delcourt@imio.be",
    "download_url": "https://files.pythonhosted.org/packages/7b/b2/7567e892ab079924892eae644614976c9313270682e775a4893aa74db5dc/Products.urban-2.7.11.tar.gz",
    "platform": null,
    "description": "*****\nUrban\n*****\n\n.. topic:: Pr\u00e9sentation\n\n    Urban est un logiciel de gestion des proc\u00e9dures d'urbanisme et d'environnement.\n    Il se concentre sur trois grand aspects:\n    \n    1. L'encodage structur\u00e9 des dossiers. Ce qui permet:\n\n    - de g\u00e9n\u00e9rer automatiquement les documents li\u00e9s aux diverses proc\u00e9dures.\n    - faire des liens entre dossiers \u00e0 partir de r\u00e9fer\u00e9nces cadastrales communes.\n    - de retrouver un dossier facilement suivant divers crit\u00e8res de recherches.\n\n    2. La cartographie. Celle-ci permet(tra):\n\n    - de visualiser les diff\u00e9rentes couches de la r\u00e9gion wallone.\n    - d'int\u00e9grer les propres couches cwsp\u00e9cifiques \u00e0 chaque pouvoir local.\n    - de pr\u00e9-remplir les donn\u00e9es d'un dossier en fonction des couches trouv\u00e9es depuis\n      ses r\u00e9f\u00e9rences cadastrales.\n\n    3. La gestion des dossiers au jour le jour via un \u00e9ch\u00e9ancier qui permet en seul coup \n       d'oeil, d'embrasser les \u00e9tapes prioritaires des dossiers en cours.\n    \n* `Documentation @ urban.imio.be <http://urban.imio.be>`_\n* `Code source @ svn <http://svn.communesplone.org/svn/communesplone/Products.urban/>`_\n* `Probl\u00e8mes @ trac <http://trac.imio.be/>`_\n\nChangelog\n=========\n\n.. You should *NOT* be adding new change log entries to this file.\n   You should create a file in the news directory instead.\n   For helpful instructions, please see:\n   https://github.com/plone/plone.releaser/blob/master/ADD-A-NEWS-ITEM.rst\n\n.. towncrier release notes start\n\n2.7.11 (2024-04-25)\n-------------------\n\nBug fixes:\n\n\n- Add event sub file in export content\n  Add missing portal_type to export sub content\n  [jchandelle] (MURBMONA-48)\n\n\nInternal:\n\n\n- Add `withtitle` parameter to the getApplicantsSignaletic method\n  [fngaha] (SUP-33759)\n- Improve merge fields\n  Provide a merge field that only returns streets\n  Adapt the getStreetAndNumber method field to be able to receive a separation parameter between the street and the number\n  [fngaha] (SUP-34184)\n- Update the translation of empty fields\n  [fngaha] (URB-3079)\n\n\n2.7.10 (2024-04-10)\n-------------------\n\nNew features:\n\n\n- Add view for import urban config\n  [jchandelle] (SUP-36419)\n\n\n2.7.9 (2024-04-07)\n------------------\n\nBug fixes:\n\n\n- Avoid an error if a vocabulary term was removed\n  [mpeeters] (SUP-36403,SUP-36406)\n- Fix logic on some methods to exclude invalid vocabulary entries\n  [mpeeters] (URB-3002)\n\n\nInternal:\n\n\n- Add tests for new vocabulary logic (start and end validity)\n  [mpeeters] (URB-3002)\n\n\n2.7.8 (2024-04-02)\n------------------\n\nBug fixes:\n\n\n- Add `state` optional parameter to `getLastAcknowledgment` method to fix an issue with schedule start date\n  [mpeeters] (SUP-36274)\n- Avoid an error if an advice was not defined\n  [mpeeters] (SUP-36276)\n\n\n2.7.7 (2024-04-01)\n------------------\n\nBug fixes:\n\n\n- Fix an error in calculation of prorogated delays\n  [mpeeters] (URB-3008)\n\n\nInternal:\n\n\n- Add tests for buildlicence and CU2 completion schedule\n  [mpeeters] (URB-3005)\n\n\n2.7.6 (2024-03-25)\n------------------\n\nBug fixes:\n\n\n- Fix an issue with upgrade step numbers\n  [mpeeters] (URB-3002)\n\n\n2.7.5 (2024-03-24)\n------------------\n\nNew features:\n\n\n- Add caduc workflow state\n  [jchandelle] (URB-3007)\n- Add `getIntentionToSubmitAmendedPlans` method for documents\n  [mpeeters] (URB-3008)\n- Add a link field on CODT build licences\n  [mpeeters] (URB-3046)\n\n\nBug fixes:\n\n\n- Move methods to be available for every events.\n  Change `is_CODT2024` to be true if there is no deposit but current date is greater than 2024-03-31.\n  [mpeeters] (URB-3008)\n\n\n2.7.4 (2024-03-20)\n------------------\n\nBug fixes:\n\n\n- Invert Refer FD delay 30 <-> 40 days\n  [mpeeters] (URB-3008)\n\n\n2.7.3 (2024-03-20)\n------------------\n\nNew features:\n\n\n- Add `is_not_CODT2024` method that can be used in templates\n  [mpeeters] (URB-3008)\n\n\nBug fixes:\n\n\n- Fix update of vocabularies\n  [mpeeters] (URB-3002)\n\n\n2.7.2 (2024-03-18)\n------------------\n\nNew features:\n\n\n- Add `getCompletenessDelay`, `getReferFDDelay` and `getFDAdviceDelay` methods that can be used in templates\n  [mpeeters] (URB-3008)\n\n\n2.7.1 (2024-03-14)\n------------------\n\nBug fixes:\n\n\n- Fix delay vocabularies value order\n  [mpeeters] (URB-3003)\n\n\n2.7.0 (2024-03-14)\n------------------\n\nNew features:\n\n\n- Add `is_CODT2024` and `getProrogationDelay` methods that can be used in template\n  [mpeeters] (URB-2956)\n- Adapt vocabulary logic to include start and end validity dates\n  [mpeeters] (URB-3002)\n- Adapt vocabulary terms for 2024 CODT reform\n  [daggelpop] (URB-3003)\n- Add `urban.schedule` dependency\n  [mpeeters] (URB-3005)\n- Add event fields `videoConferenceDate`, `validityEndDate` & marker `IIntentionToSubmitAmendedPlans`\n  [daggelpop] (URB-3006)\n\n\nBug fixes:\n\n\n- Avoid an error if the closing state is not a valid transition\n  [mpeeters] (SUP-35736)\n\n\nInternal:\n\n\n- Provided prorogation field for environment license\n  [fngaha] (URB-2924)\n- Update applicant mailing codes :\n  Replace mailed_data.getPersonTitleValue(short=True), mailed_data.name1, mailed_data.name2 by mailed_data.getSignaletic()\n  [fngaha] (URB-2947)\n\n\n2.6.25 (2024-02-13)\n-------------------\n\nBug fixes:\n\n\n- Fix an issue with installation through collective.bigbang\n  [mpeeters] (URB-3016)\n\n\n2.6.24 (2024-02-13)\n-------------------\n\nBug fixes:\n\n\n- Add upgrade step to reindex uid catalog\n  [jchandelle] (URB-3015)\n\n\n2.6.23 (2024-02-09)\n-------------------\n\nBug fixes:\n\n\n- Fix reference validator for similar ref\n  [jchandelle] (URB-3012)\n\n\n2.6.22 (2024-02-05)\n-------------------\n\nNew features:\n\n\n- Add index for street code\n  [jchandelle] (MURBFMAA-20)\n\n\n2.6.21 (2023-12-26)\n-------------------\n\nNew features:\n\n\n- Add prosecution ref and ticket ref to Inspection\n  [ndemonte] (SUP-27127)\n- Underline close due dates\n  [ndemonte] (URB-2515)\n- Add stop worksite option to inspection report\n  [jchandelle] (URB-2827)\n- Remove reference FD field from preliminary notice\n  [jchandelle] (URB-2831)\n\n\nBug fixes:\n\n\n- Validate CSV before claimant import\n  [daggelpop] (SUP-33538)\n- Fix an issue with Postgis `ST_MemUnion` by using `ST_Union` instead that also improve performances\n  [mpeeters] (SUP-34226)\n- Fix integrated licence creation by using unicode for regional authorities vocabulary\n  [jchandelle] (URB-2869)\n\n\n2.6.20 (2023-12-12)\n-------------------\n\nBug fixes:\n\n\n- Fix street number with specia character in unicode\n  [jchandelle] (URB-2948)\n\n\n2.6.19 (2023-12-04)\n-------------------\n\nBug fixes:\n\n\n- Fix an issue with Products.ZCTextIndex that was interpreting `NOT` as token instead of a word for notary letter references\n  [mpeeters] (MURBARLA-25)\n\n\n2.6.18 (2023-11-23)\n-------------------\n\nBug fixes:\n\n\n- Add `fix_schedule_config` external method ta fix class of condition objects\n  [mpeeters] (SUP-33739)\n\n\n2.6.17 (2023-11-16)\n-------------------\n\nBug fixes:\n\n\n- Adapt opinion request worklflow to bypass guard check for managers\n  [mpeeters] (SUP-33308)\n\n\nInternal:\n\n\n- Provide getFirstAcknowledgment method\n  [fngaha] (SUP-32215)\n\n\n2.6.16 (2023-11-06)\n-------------------\n\nBug fixes:\n\n\n- Fix serializer to include disable street in uid resolver\n  [jchandelle] (MURBMSGA-37)\n- Fix street search to include disable street\n  [jchandelle] (URB-2696)\n\n\n2.6.15 (2023-10-12)\n-------------------\n\nInternal:\n\n\n- Fix tests\n  [mpeeters] (URB-2855)\n- Improve performances for add views\n  [mpeeters] (URB-2903)\n\n\n2.6.14 (2023-09-13)\n-------------------\n\nBug fixes:\n\n\n- Avoid an error if a vocabulary value was removed, instead log the removed value and display the key to the user\n  [mpeeters] (SUP-32338)\n\n\nInternal:\n\n\n- Reduce logging for sql queries\n  [mpeeters] (URB-2788)\n- Fix tests\n  [mpeeters] (URB-2855)\n\n\n2.6.13 (2023-09-05)\n-------------------\n\nBug fixes:\n\n\n- Move catalog import in urban type profile\n  [jchandelle] (URB-2868)\n- Fix facet config xml\n  [jchandelle] (URB-2870)\n\n\n2.6.12 (2023-09-01)\n-------------------\n\nBug fixes:\n\n\n- Fix new urban instance install\n  [jchandelle] (URB-2868)\n- Fix facet xml configuration\n  [jchandelle] (URB-2870)\n\n\n2.6.11 (2023-08-29)\n-------------------\n\nBug fixes:\n\n\n- Fix icon tag in table\n  [jchandelle] (SUP-31983)\n\n\n2.6.10 (2023-08-28)\n-------------------\n\nBug fixes:\n\n\n- Avoid an error if a task was not correctly removed from catalog\n  [mpeeters] (URB-2873)\n\n\n2.6.9 (2023-08-27)\n------------------\n\nBug fixes:\n\n\n- Fix UnicodeDecodeError on getFolderManagersSignaletic(withGrade=True)\n  [fngaha] (URB-2871)\n\n\n2.6.8 (2023-08-24)\n------------------\n\nBug fixes:\n\n\n- fix select2 widget on folder manager\n  [jchandelle] (SUP-31898)\n- Fix opinion schedules assigned user column\n  [mpeeters] (URB-2819)\n\n\n2.6.7 (2023-08-14)\n------------------\n\nBug fixes:\n\n\n- Hide old document generation links viewlet\n  [mpeeters] (URB-2864)\n\n\n2.6.6 (2023-08-10)\n------------------\n\nBug fixes:\n\n\n- Fix an issue with autocomplete view results format that was generating javascript errors\n  [mpeeters] (SUP-31682)\n\n\n2.6.5 (2023-07-27)\n------------------\n\nBug fixes:\n\n\n- Avoid errors on inexpected values on licences and log them\n  [mpeeters] (SUP-31554)\n- Fix translation for road adaptation vocabulary values\n  [mpeeters] (URB-2575)\n- Avoid an error if a vocabulary does not exist, this can happen when multiple upgrade steps interract with vocabularies\n  [mpeeters] (URB-2835)\n\n\n2.6.4 (2023-07-24)\n------------------\n\nNew features:\n\n\n- Add parameter to autocomplete to search with exact match\n  [jchandelle] (URB-2696)\n\n\nBug fixes:\n\n\n- Fix an issue with some urban instances with lists that contains empty strings or `None`\n  [mpeeters] (URB-2575)\n- Fix inspection title\n  [jchandelle] (URB-2830)\n- Add an external method to set profile version for Products.urban\n  [mpeeters] (URB-2835)\n\n\n2.6.3 (2023-07-18)\n------------------\n\n- Add missing translations [URB-2823]\n  [mpeeters, anagant]\n\n- Fix different type of vocabulary [URB-2575]\n  [jchandelle]\n\n- Change NN field position [SUP-27165]\n  [jchandelle]\n\n- Add Couple to Preliminary Notice [URB-2824]\n  [ndemonte]\n\n- Fix Select2 view display [URB-2575]\n  [jchandelle]\n\n- Provide getLastAcknowledgment method for all urbancertificates [SUP-30852]\n  [fngaha]\n\n- Fix encoding error [URB-2805]\n  [fngaha]\n\n- Add a explicit dependency to collective.exportimport\n  [mpeeters]\n\n- Cadastral historic memory error [SUP-30310]\n  [sdelcourt]\n\n- Add option to POST endpoint when creating a licence to disable check ref format [SUP-31043]\n  [jchandelle]\n\n\n2.6.2 (2023-07-04)\n------------------\n\n- Explicitly include `urban.restapi` zcml dependency [URB-2790]\n  [mpeeters]\n\n\n2.6.1 (2023-07-04)\n------------------\n\n- Fix zcml for migrations\n  [mpeeters]\n\n\n2.6.0 (2023-07-03)\n------------------\n\n- Fix `hidealloption` and `hide_category` parameters for dashboard collections\n  [mpeeters]\n\n- Fix render of columns with escape parameter\n  [mpeeters, sdelcourt]\n\n- Avoid a traceback if an UID was not found for inquiry cron [URB-2721]\n  [mpeeters]\n\n- Migrate to the latest version of `imio.dashboard`\n  [mpeeters]\n\n\n2.5.4 (2023-07-03)\n------------------\n\n- Change collection column name [URB-1537]\n  [jchandelle]\n\n- Fix class name in external method fix_labruyere_envclassthrees [SUP-29587]\n  [ndemonte]\n\n\n2.5.3 (2023-06-23)\n------------------\n\n- Add parcel and applicants contents to export content [URB-2733]\n  [jchandelle]\n\n\n2.5.2 (2023-06-15)\n------------------\n\n- Fix tests and update package metadata\n  [sdelcourt, mpeeters]\n\n- Add CSV import of recipients to an inquiry [URB-2573]\n  [ndemonte]\n\n- Fix bound licence allowed type [SUP-27062]\n  [jchandelle]\n\n- Add vat field to notary [SUP-29450]\n  [jchandelle]\n\n- Change MultiSelectionWidget to MultiSelect2Widget [URB-2575]\n  [jchandelle]\n\n- Add fields to legal aspect of generic licence [SUP-22944]\n  [jchandelle]\n\n- Add national register number to corporation form [SUP-27165]\n  [jchandelle]\n\n- Add an external method to update task delay [SUP-28870]\n  [jchandelle]\n\n- Add external method to fix broken environmental declarations [SUP-29587]\n  [ndemonte]\n\n- Fix export data with c.exportimport [URB-2733]\n  [jchandelle]\n\n\n2.5.1 (2023-04-06)\n------------------\n\n- Added 'retired' transition to 'deposit' and 'incomplete' states for codt_buildlicence_workflow\n  [fngaha]\n\n- Manage the display of licences linked to several applicants\n  [fngaha]\n\n- Add an import step to activate 'announcementArticlesText' optional field\n  [fngaha]\n\n- Fix external method [SUP-28740]\n  [jchandelle]\n\n- Add external method for fixing corrupted description. [SUP-28740]\n  [jchandelle]\n\n- Allow to encode dates going back to 1930\n  [fngaha]\n\n- Update MailingPersistentDocumentGenerationView call with generated_doc_title param. [URB-1862]\n  [jjaumotte]\n\n- Fix 0 values Bis & Puissance format for get_parcels [SUP-16626]\n  [jjaumotte]\n\n- Fix 0 values Bis & Puissance format for getPortionOutText\n  [jjaumotte]\n\n- Remove 'provincial' in folderroadtypes vocabulary [URB-2129]\n  [jjaumotte]\n\n- Remove locality name in default text [URB-2124]\n  [jjaumotte]\n\n- Remove/disable natura2000 folderzone [URB-2052]\n  [jjaumotte]\n\n- Add notaries mailing [URB-2110]\n  [jjaumotte]\n\n- Add copy to claymant action for recipient_cadastre in inquiry event\n  [sdelcourt / jjaumotte]\n\n- Fix liste_220 title encoding error + translation [SUP-15084]\n  [jjaumotte]\n\n- provides organizations to consult based on external directions\n  [fngaha]\n\n- Add an Ultimate date field in the list of activatable fields\n  [fngaha]\n\n- provide the add company feature to the CU1 process\n  [fngaha]\n\n- Update documentation with cadastre downloading\n  [fngaha]\n\n- Translate liste_220 errors\n  [fngaha]\n\n- Provide the add company feature to the CU1 process\n  [fngaha]\n\n- Improve mailing. Add the possibility to delay mailing during the night [SUP-12289]\n  [sdelcourt]\n\n- Fix default schedule config for CODT Buildlicence [SUP-12344]\n  [sdelcourt]\n\n- Allow shortcut transition to 'inacceptable' state for CODT licence wofklow. [SUP-6385]\n  [sdelcourt]\n\n- Set default foldermanagers view to sort the folder with z3c.table on title [URB-1151]\n  [jjaumotte]\n\n- Add some applicants infos on urban_description schemata. [URB-1171]\n  [jjaumotte]\n\n- Improve default reference expression for licence references. [URB-2046]\n  [sdelcourt]\n\n- Add search filter on public config folders (geometricians, notaries, architects, parcellings). [SUP-10537]\n  [sdelcourt]\n\n- Migrate PortionOut (Archetype) type to Parcel (dexterity) type. [URB-2009]\n  [sdelcourt]\n\n- Fix add permissions for Inquiries. [SUP-13679]\n  [sdelcourt]\n\n- Add custom division 99999 for unreferenced parcels. [SUP-13835]\n  [sdelcourt]\n\n- Migrate ParcellingTerm (Archetype) type to Parcelling (dexterity) type.\n  [sdelcourt]\n\n- Pre-check all manageable licences for foldermanager creation. [URB-1935]\n  [jjaumotte]\n\n- Add field to define final states closing all the urban events on a licence. [URB-2082]\n  [sdelcourt]\n\n- Refactor key date display to include urban event custom titles. [SUP-13982]\n  [sdelcourt]\n\n- Add Basebuildlicence reference field reprensentativeContacts + tests [URB-2335]\n  [jjaumotte]\n\n- Licences can created as a copy of another licence (fields, applicants and parcels can be copied). [URB-1934]\n  [sdelcourt]\n\n- Add collective.quickupload to do multiple file upload on licences and events.\n  [sdelcourt]\n\n- Fix empty value display on select fields. [URB-2073]\n  [sdelcourt]\n\n- Add new value 'simple procedure' for CODT BuildLicence procedure choice. [SUP-6566]\n  [sdelcourt]\n\n- Allow multiple parcel add from the 'search parcel' view. [URB-2126]\n  [sdelcourt]\n\n- Complete codt buildlicence config with 'college repport' event. [URB-2074]\n  [sdelcourt]\n\n- Complete codt buildlicence schedule.\n  [sdelcourt]\n\n- Add default codt notary letters schedule.\n  [sdelcourt]\n\n- Add parking infos fields on road tab.\n  [sdelcourt]\n\n- Remove pod templates styles form urban. [URB-2080]\n  [sdelcourt]\n\n- Add authority default values to CODT_integrated_licence, CODT_unique_licence, EnvClassBordering. [URB-2269]\n  [mdhyne]\n\n- Add default person title when creating applicant from a parcel search. [URB-2227]\n  [mdhyne]\n  [sdelcourt]\n\n- Update vocabularies CODT Build Licence (folder categories, missing parts)\n  [lmertens]\n\n- Add dashboard template 'listing permis'\n  [lmertens]\n\n- Add translations [URB-1997]\n  [mdhyne]\n\n-add boolean field 'isModificationParceloutLicence'. [URB-2250]\n  [mdhyne]\n\n- Add logo urban to the tab, overriding the favicon.ico viewlet. [URB-2209]\n  [mdhyne]\n\n- Add all applicants to licence title. [URB-2298]\n  [mdhyne]\n\n- Add mailing loop for geometricians. [URB-2327]\n  [mdhyne]\n\n- Add parcel address to parcel's identity card.[SUP-20438]\n  [mdhyne]\n\n- Adapt ComputeInquiryDelay for EnvClassOne licences and Announcements events.[SUP20443]\n  [mdhyne]\n\n- Include parcels owners partner in cadastral queries.[SUP-20092]\n  [sdelcourt]\n\n- Add fields trail, watercourse, trailDetails, watercourseCategory and add vocabulary in global config for the fields.[MURBECAA-51]\n  [mdhyne]\n\n- To use 50m radius in announcement : changes setLinkedInquiry getAllInquiries() call by getAllInquiriesAndAnnouncements() and changes condition in template urbaneventinquiryview.pt. [MURBWANAA-23]\n  [mdhyne]\n\n- add new 'other' tax vocabulary entry and new linked TextField taxDetails\n  [jjaumotte]\n\n- Add contact couples.\n  [sdelcourt]\n\n2.4 (2019-03-25)\n----------------\n- add tax field in GenericLicence\n  [fngaha]\n\n- add communalReference field in ParcellingTerm\n  [fngaha]\n\n- Fix format_date\n  [fngaha]\n\n- Update getLimitDate\n  [fngaha]\n\n- Fix translations\n- Update the mailing merge fields in all the mailing templates\n  [fngaha]\n\n- Specify at installation the mailing source of the models that can be mailed via the context variable\n  [fngaha]\n\n- Select at the installation the mailing template in all models succeptible to be mailed\n  [fngaha]\n\n- Referencing the mailing template in the general templates configuration (urban and environment)\n  [fngaha]\n\n- Allow content type 'MailingLoopTemplate' in general templates\n  [fngaha]\n\n- added the mailing template\n  [fngaha]\n\n- add mailing_list method\n  [fngaha]\n\n- add a z3c.table column for mailing with his icon\n  [fngaha]\n\n- fix translations\n  [fngaha]\n\n- update signaletic for corporation's applicant\n  [fngaha]\n\n- fix the creation of an applicant from a parcel\n  [fngaha]\n\n- add generic \"Permis Publics\" templates and linked event configuration\n  [jjaumotte]\n\n- add generic \"Notary Letters\" template and linked event configuration\n  [jjaumotte]\n\n- fix advanced searching Applicant field for all licences, and not just 'all'\n  [jjaumotte]\n\n2.3.0\n-----\n- Add attributes SCT, sctDetails\n  [fngaha]\n\n- Add translations for SCT, sctDetails\n  [fngaha]\n\n- Add vocabularies configuration for SCT\n  [fngaha]\n\n- Add migration source code\n  [fngaha]\n\n2.3.x (unreleased)\n-------------------\n- Update MultipleContactCSV methods with an optional number_street_inverted (#17811)\n  [jjaumotte]\n\n1.11.1 (unknown release date)\n-----------------------------\n- add query_parcels_in_radius method to view\n  [fngaha]\n\n- add get_work_location method to view\n  [fngaha]\n\n- add gsm field in contact\n  [fngaha]\n\n- improve removeItems utils\n  [fngaha]\n\n- Refactor rename natura2000 field because of conflict name in thee\n  [fngaha]\n\n- Refactor getFirstAdministrativeSfolderManager to getFirstGradeIdSfolderManager\n  The goal is to use one method to get any ids\n  [fngaha]\n\n- Add generic SEVESO optional fields\n  [fngaha]\n\n- Fix concentratedRunoffSRisk and details optional fields\n  [fngaha]\n\n- Add getFirstAdministrativeSfolderManager method\n  [fngaha]\n\n- Add removeItems utils and listSolicitOpinionsTo method\n  [fngaha]\n\n- Add getFirstDeposit and _getFirstEvent method\n  [fngaha]\n\n- remove the character '\u00e0' in the address signaletic\n  [fngaha]\n\n- use RichWidget for 'missingPartsDetails', 'roadMissingPartsDetails', 'locationMissingPartsDetails'\n  [fngaha]\n\n- Fix local workday's method\"\n  [fngaha]\n\n- Add a workday method from collective.delaycalculator\n  refactor getUrbanEvents by adding UrbanEventOpinionRequest\n  rename getUrbanEventOpinionRequest to getUrbanEvent\n  rename containsUrbanEventOpinionRequest to containsUrbanEvent\n  [fngaha]\n\n- Add methods\n  getUrbanEventOpinionRequests\n  getUrbanEventOpinionRequest\n  containsUrbanEventOpinionRequest\n  [fngaha]\n\n- Update askFD() method\n  [fngaha]\n\n- Add generic Natura2000 optional fields\n  [fngaha]\n\n- Fix codec in getMultipleClaimantsCSV (when use a claimant contat)\n  [fngaha]\n\n- Add generic concentratedRunoffSRisk and details optional fields\n  [fngaha]\n\n- Add generic karstConstraint field and details optional fields\n  [fngaha]\n\n\n1.11.0 (2015-10-01)\n-------------------\n\n- Nothing changed yet.\n\n\n1.10.0 (2015-02-24)\n-------------------\n\n- Can add attachments directly on the licence (#10351).\n\n\n1.9.0 (2015-02-17)\n------------------\n\n- Add environment licence class two.\n\n- Use extra value for person title signaletic in mail address.\n\n\n1.8.0 (2015-02-16)\n------------------\n\n- Add environment licence class one.\n\n- Bug fix: config folder are not allowed anymore to be selected as values\n  for the field 'additionalLegalConditions'.\n\n\n1.7.0\n-----\n\n- Add optional field RGBSR.\n\n- Add field \"deposit type\" for UrbanEvent (#10263).\n\n\n1.6.0\n-----\n\n- Use sphinx to generate documentation\n\n- Add field \"P\u00e9rim\u00e8tre de R\u00e9novation urbaine\"\n\n- Add field \"P\u00e9rim\u00e8tre de Revitalisation urbaine\"\n\n- Add field \"Zones de bruit de l'a\u00e9roport\"\n\n\n1.5.0\n-----\n\n- Update rubrics and integral/sectorial conditions vocabularies\n\n\n1.4.0\n-----\n\n- Add schedule view\n\n\n1.3.0\n-----\n\n- Use plonetheme.imioapps as theme rather than urbasnkin\n\n- Add fields \"pm Title\" and \"pm Description\" on urban events to map the fields \"Title\"\n  and \"Description\" on plonemeeting items (#7147).\n\n- Add a richer context for python expression in urbanEvent default text.\n\n- Factorise all licence views through a new generic, extendable and customisable view (#6942).\n  The fields display order is now given by the licence class schemata and thus this order\n  is always consistent between the edit form and the view form.\n\n\n1.2.0\n------\n\n- Added search on parcel Historic and fixed search on old parcels (#6681).\n\n\n1.1.9\n-----\n\n- Opinion request fields are now active for MiscDemand licences (#5933).\n\n- Added custom view for urban config and licence configs (#5892).\n\n- Fixed urban formtabbing for plone 4.2.5 (#6423).\n\n- Python expression can now be used in urbanEvent default text (#6406).\n\n- \"Deliberation college\" documents are now disabled when using pm.wsclient (#6407).\n\n- Added configuration step for pm.wsclient (#6400).\n\n- Added rubrics and conditions config values for environment procedures (#5027).\n\n- Fixed search on parcel historic (#6681).\n\n- Added popup to see all licences related to a parcel historic (#5858).\n\n- Generate mailing lists from contacts folder (architects, notaries, geometrcicians) (#6378).\n\n- Adds pm.wsclient dependency.\n\n\n1.1.8\n-----\n\n- Converted all urban listings into z3c tables.\n\n- Simplified the opinion request configuration system (#5711).\n\n- Added more columns on search result listing (#5535).\n\n- Vocabulary term now have a the possibility to have a custom numbering that will only be displayed in forms but\n  not in generated documents (#5408).\n\n- An alternative name of divisions can be configured for generated documents (#5507).\n\n- Address names of mailing documents can now be inverted (#4763).\n\n- [bugfix] Create the correct link for UrbanDoc in the urban events when the licence is not\n  in 'edit' state anymore.\n\n\n1.1.7\n-----\n\n- Added options bar to licences listing (#5476, #5250).\n\n- Use events rather than archetype built-in default method system to fill licence fields with default values\n  because of performance issues (#5423).\n\n- Parcels can be added on ParcellingTerm objects. Now, parcellingterm objects can be found by parcel references (#5537).\n\n- A helper popup is now available on specific features datagrid to edit related fields without navigating through the\n  edit form (#5576).\n\n- Default text can be defined for urban event text fields as well (#5508).\n\nbugfixes:\n- Folder search by parcel reference is now working with lowercase inputs.\n\n\n1.1.6\n-----\n\n- Added field Transparence on class Layer (#5197).\n\n- Added style 'UrbanAdress' used to customize style in the adress field of documents (#4764).\n\n- Added beta version of licence type 'Environmental Declaration'.\n\n- Use an autocomplete for the licence search by street (#5163).\n\n- Text of the specificFeatures fields are now editable within a licence (CU1, CU2, notaryletter) (#5280).\n\n- Added an optional field 'architects' on MiscDemand class (#5286).\n\n- Added field 'represented by society' on applicant/proprietary (#5282).\n\n- Now, the licence search works with old parcels references and also works with incomplete parcels references as well (#5099).\n\n- Urban editors can now add parcels manually (#5285).\n\n- Added validator on reference field to check that each reference is unique (#5430).\n\n- Show historic of old parcels on licences \"map\" tab and allow to show the location of their \"children\" (#4754).\n\n- Urban editors can now add parcel owner manually on inquiry events (#5289).\n\n- Added search by \"folder reference\" in urban folder search (#4878).\n\n- Licences tabs can be renamed and reordered (#5465).\n\nbugfixes:\n- UrbanEvent view doesnt crash anymore when a wrong TAL condition is defined on an UrbanDoc.\n- corrected template \"accuse de reception d'une reclamation\" (#5168, #5198).\n- corrected the display of the specificFeatures for notary letters.\n- The \"50m area\" used in inquiries doesnt crash anymore when finding parcel owner without address (#5376).\n- Added warning on inquiry event when parcel owners without adress are found (#5289).\n",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "Urban Certificate Management",
    "version": "2.7.11",
    "project_urls": {
        "Homepage": "http://www.communesplone.org/les-outils/applications-metier/gestion-des-permis-durbanisme"
    },
    "split_keywords": [
        "urban",
        "imio"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7bb27567e892ab079924892eae644614976c9313270682e775a4893aa74db5dc",
                "md5": "e540e21b2bed6140605034e76669f253",
                "sha256": "0b6d881f1f64c75006a495e51f7a3f151a495a0ce06f9e6607dadff2218834c6"
            },
            "downloads": -1,
            "filename": "Products.urban-2.7.11.tar.gz",
            "has_sig": false,
            "md5_digest": "e540e21b2bed6140605034e76669f253",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 20172907,
            "upload_time": "2024-04-25T09:41:31",
            "upload_time_iso_8601": "2024-04-25T09:41:31.462224Z",
            "url": "https://files.pythonhosted.org/packages/7b/b2/7567e892ab079924892eae644614976c9313270682e775a4893aa74db5dc/Products.urban-2.7.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-25 09:41:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "products.urban"
}
        
Elapsed time: 0.26074s