Skip to content

Commit 74503b7

Browse files
committed
[IMP] process visibility and allow open of area
1 parent 951556d commit 74503b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spp_area/views/group_views.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<field
1212
name="area_id"
1313
placeholder="Area"
14-
options="{'no_open': True, 'no_create': True}"
14+
options="{'no_create': True}"
1515
readonly="disabled"
1616
/>
1717
</xpath>

spp_area/views/individual_views.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<field
1212
name="area_id"
1313
placeholder="Area"
14-
options="{'no_open': True, 'no_create': True}"
14+
options="{'no_create': True}"
1515
readonly="disabled"
1616
/>
1717
</xpath>

spp_area_base/views/area_import_views.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
type="object"
1515
string="Process"
1616
class="btn-primary"
17-
invisible="state not in ('New', 'Uploaded')"
17+
invisible="state != 'Uploaded'"
1818
/>
1919
<button
2020
name="save_to_area"

0 commit comments

Comments
 (0)