Jeremi Joslin
Jeremi Joslin
**Summary:** Enhance the entitlement manager within the program management module to allow splitting the assigned amounts using either a percentage or a fixed amount. This split can be taken from...
This PR was automatically created by Snyk using the credentials of a real user. ### Snyk has created this PR to fix 11 vulnerabilities in the pip dependencies of this...
create an extra module that add 2 fields to Area: - coordinates = fields.GeoPoint() - geo_polygon = fields.GeoMultiPolygon() Update the importer to allow to import those.
Includes: - ID PASS card printing - ID PASS editor - Social Registry modules - Change Requests - Default config - Demo data We need to figure out how to...
- [x] Move agriculture related fields from spp_land_records to spp_farmer_registry_base - [x] Add fields to LandRecord: ** owner_id (res.partner) ** lessee_id (res.partner) ** lease_start (Date) ** lease_end (Date)
- We could have a parameter on the field that specifies this, and a daily cron that run the update - Add the recompute daily boolean field in the custom...
Without this option, the latest version of werkzeug fail: ``` File "/home/jeremi/.pyenv/versions/hq/lib/python3.9/site-packages/django_extensions/management/commands/runserver_plus.py", line 322, in make_environ del environ['werkzeug.server.shutdown'] KeyError: 'werkzeug.server.shutdown' ```