Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
hide activity type in species list
Browse files Browse the repository at this point in the history
  • Loading branch information
emjay0921 committed Feb 2, 2024
1 parent 44e2a28 commit 7906e42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spp_farmer_registry_demo/views/group_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<field name="farm_crop_act_ids" domain="[('activity_type', '=', 'crop')]" context="{'default_activity_type': 'crop'}">
<tree editable="bottom">
<field name="crop_farm_id" column_invisible="1"/>
<field name="activity_type" readonly="1" force_save="1"/>
<field name="activity_type" column_invisible="1"/>
<field name="species_id" />
<field name="purpose" />
<field name="cultivation_production_system" />
Expand All @@ -161,7 +161,7 @@
<field name="farm_live_act_ids" domain="[('activity_type', '=', 'livestock')]" context="{'default_activity_type': 'livestock'}">
<tree editable="bottom">
<field name="live_farm_id" column_invisible="1"/>
<field name="activity_type" readonly="1" force_save="1"/>
<field name="activity_type" column_invisible="1"/>
<field name="species_id" />
<field name="livestock_production_system" />
<field name="livestock_feed_items" />
Expand Down Expand Up @@ -268,7 +268,7 @@
<field name="farm_aqua_act_ids" domain="[('activity_type', '=', 'aquaculture')]" context="{'default_activity_type': 'aquaculture'}">
<tree editable="bottom">
<field name="live_farm_id" column_invisible="1"/>
<field name="activity_type" readonly="1" force_save="1"/>
<field name="activity_type" column_invisible="1"/>
<field name="species_id" />
<field name="aquaculture_production_system" />
<field name="aquaculture_number_of_fingerlings" />
Expand Down

0 comments on commit 7906e42

Please sign in to comment.