Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 21 additions & 12 deletions farm_pack/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,36 +1,45 @@
{
"name": "Farm Pack",
"summary": "Umbrella: website + ordering + delivery + accounting for small farms",
"version": "19.0.1.0.0",
"summary": "Umbrella: website + ordering + delivery + accounting + geo for small farms",
"version": "19.0.1.1.0",
"license": "AGPL-3",
"author": "Ledo Enterprises, Odoo Community Association (OCA)",
"website": "https://github.com/ledoent/farm-pack",
"category": "Vertical/Agriculture",
"depends": [
# ledoent — internal modules
# ledoent — internal modules (alphabetical for easy diff)
"farm_base",
"farm_egg_production",
"farm_crop",
"farm_csa",
# farm_csa_contract_glue is held back: odoo-addon-contract has no
# 19.0 wheel on the OCA wheelhouse yet (versions stop at 18.0.x).
# Re-enable when OCA publishes the 19.0 release.
"farm_delivery_routes",
"farm_delivery_route_orders",
"farm_delivery_routes",
"farm_egg_production",
"farm_fence",
"farm_field",
"farm_field_geo",
"farm_field_overlays",
"farm_harvest",
"farm_market_event",
"farm_market_event_website",
"farm_observation",
"farm_onboarding",
"farm_planting",
"farm_quickbooks_io",
"farm_water_source",
# Odoo CE — the four-jobs composition
"website",
"website_sale",
"sale_management",
"sale_stock",
"stock_picking_batch",
"delivery",
"account",
"crm",
"delivery",
"event",
"mass_mailing",
"crm",
"sale_management",
"sale_stock",
"stock_picking_batch",
"website",
"website_sale",
],
"data": [],
"demo": [],
Expand Down
Loading