Skip to content

Commit

Permalink
[IMP] spp_farmer_registry_default_ui: add season_id in the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
reichie020212 committed Jan 23, 2025
1 parent a97f1b0 commit 49836af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spp_farmer_registry_default_ui/views/group_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@
<field name="activity_type" column_invisible="1" />
<field name="species_id" context="{'default_species_type': 'crop'}" />
<field name="purpose" />
<field name="season_id" />
</tree>
</field>
</page>
Expand All @@ -259,6 +260,7 @@
<field name="live_farm_id" column_invisible="1" />
<field name="activity_type" column_invisible="1" />
<field name="species_id" context="{'default_species_type': 'livestock'}" />
<field name="season_id" />
</tree>
</field>
</page>
Expand All @@ -276,6 +278,7 @@
context="{'default_species_type': 'aquaculture'}"
width="50%"
/>
<field name="season_id" />
</tree>
</field>
<div name="div_production_system">
Expand Down

0 comments on commit 49836af

Please sign in to comment.