| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Discuss (mail)
• Invoicing (account) • Purchase (purchase) • Inventory (stock) |
| Community Apps Dependencies | Show |
| Lines of code | 14844 |
| Technical Name |
grev_od_farm_advisory |
| License | OPL-1 |
| Website | https://www.grevlin.com |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Discuss (mail)
• Invoicing (account) • Purchase (purchase) • Inventory (stock) |
| Community Apps Dependencies | Show |
| Lines of code | 14844 |
| Technical Name |
grev_od_farm_advisory |
| License | OPL-1 |
| Website | https://www.grevlin.com |
🌿 Farm Advisory ServicesAgronomy, GAP certification, soil intelligence and farmer training — in one connected workflow ✅ Odoo 19.0 Community / Enterprise | Add-on for Contract Farming |
|
|
|
Need Help?Email support@grevlin.com | X @GrevlinGlobal 🎁 30 days free support included |
Farm Advisory Services
The Farm Advisory Services module brings agronomy, GAP certification, soil intelligence, farmer training and agronomist KPI tracking to the Grevlin contract farming pipeline. It extends the farm registry with the tools an agronomist team needs to lift productivity and prepare farms for formal certification.
Overview
This module assumes Contract Farming is installed and uses the same grev.contract.farming.farm registry. It adds visit-based field advisory, weighted GAP scoring, soil-test-driven fertilizer recommendations, curriculum-based training and certification, and monthly agronomist KPI snapshots.
Key Features
- Agronomy Visits — crop-specific assessments with crop stage, plant health, pest detection, yield recommendations and overdue follow-up alerts.
- Crop Health Issues — pest/disease records with severity bands and resolution tracking.
- Advisory Visits — broader topics like biosecurity, water management, post-harvest handling, animal nutrition and financial literacy.
- GAP Standards & Assessments — GlobalG.A.P., Rainforest, Fairtrade, Organic EU/USDA, RTRS, UTZ and national standards with weighted requirements and computed maturity bands.
- Soil Tests — pH, organic matter, CEC, NPK and micronutrients with computed fertility rating.
- Fertilizer Recommendation Engine — soil test plus target yield produces NPK requirement, total kg, estimated cost and confidence score.
- Training Curriculums & Programs — curriculums with modules, programs with attendance tracking, and farmer certifications with validity windows.
- Agronomist KPIs — monthly snapshots with productivity formula and green/yellow/red rating.
Configuration
GAP Standards
Define the standards your farms will be assessed against:
- Navigate to :menuselection:`Farm Advisory --> Configuration --> GAP Standards`
- Click :guilabel:`Create`
- Enter the standard name, code and version
- Add weighted requirements grouped by category and severity
- Click :guilabel:`Save`
Training Curriculums
Define reusable curriculums for farmer training:
- Navigate to :menuselection:`Farm Advisory --> Configuration --> Training Curriculums`
- Click :guilabel:`Create`
- Enter the curriculum code, topic, pass score and validity months
- Add modules with sequence, assessment type and max score
- Click :guilabel:`Save`
Security
This module relies on multi-company record rules only — no custom security groups are defined. Access is controlled by company membership and the underlying contract farming groups inherited from grev_od_commodity_base.
Usage
Conducting an Agronomy Visit
- Navigate to :menuselection:`Farm Advisory --> Agronomy Visits`
- Click :guilabel:`Create`
- Select the farm and (optionally) the active farming contract
- Record crop stage, plant health and any pests detected
- Add crop health issue lines for each pest/disease finding
- Set the next visit date if a follow-up is needed
- Click :guilabel:`Submit` then :guilabel:`Review`
Tip
Set next_visit_date to receive an automatic activity reminder if the follow-up becomes overdue.
Running a GAP Assessment
- Navigate to :menuselection:`Farm Advisory --> GAP Assessments`
- Click :guilabel:`Create`
- Select the farm and the GAP standard
- Click :guilabel:`Load Requirements` to populate the assessment lines
- Mark each requirement as compliant / non-compliant with notes
- Click :guilabel:`Done` — the score and maturity band are computed automatically
Recording a Soil Test
- Navigate to :menuselection:`Farm Advisory --> Soil Tests`
- Click :guilabel:`Create`
- Select the farm and plot
- Enter pH, organic matter, CEC and macro/micronutrient values
- Save — the fertility rating is computed automatically
Generating a Fertilizer Recommendation
- Open a soil test and click :guilabel:`New Recommendation`
- Enter the target yield (tonnes/ha) and crop
- Save — the engine computes NPK requirement, total kg, cost and confidence
- Click :guilabel:`Propose`, then :guilabel:`Approve`, then :guilabel:`Apply` as the recommendation moves through review
Issuing Farmer Certifications
- Navigate to :menuselection:`Farm Advisory --> Training Programs`
- Open a completed program
- Click :guilabel:`Issue Certifications` — draft certifications are created for all farmers marked as attended
- Open each certification, record the score, and click :guilabel:`Certify`
- Validity is computed from the curriculum's validity_months
Note
grev.farm.farmer.certification.has_active_certification(partner_id, code) is a public API designed for integration — for example, blocking commodity deliveries from non-certified farmers.
Technical Details
Models
grev.farm.agronomy.visit
Crop-specific agronomist visit with health assessment and dual review.
grev.farm.advisory.visit
General advisory visit with topic and dual review.
grev.farm.crop.health
Pest/disease findings linked to agronomy visits.
grev.farm.gap.standard / grev.farm.gap.requirement
GAP standard master data and weighted requirements.
grev.farm.gap.assessment / grev.farm.gap.assessment.line
Per-farm assessments with computed score and maturity band.
grev.farm.soil.test
Soil sample with macro/micronutrient capture and computed fertility rating.
grev.farm.fertilizer.recommendation
NPK recommendation engine output with cost and confidence.
grev.farm.training.curriculum / grev.farm.training.module
Curriculum master data with modules and assessment types.
grev.farm.training.program / grev.farm.training.participant
Training program lifecycle and farmer attendance.
grev.farm.farmer.certification
Issued certifications with validity tracking and has_active_certification API.
grev.farm.agronomist.kpi
Monthly performance snapshot per agronomist with productivity formula.
Scheduled Actions
- Agronomy Follow-up Alerts — daily reminders for overdue follow-ups.
- Expire Certifications — daily cron sets expired certifications past their validity window.
- Build Agronomist KPIs — weekly snapshot rebuild.
See Also
- :doc:`../../grev_od_contract_farming/doc/index` — required dependency
- Farm Veterinary, Farm Infrastructure — sibling farm productivity modules
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module