[FIX]GOLEM Resource Reservation : dot not allow edit on avaibility fields from reservation form
This commit is contained in:
parent
6933755fdd
commit
a5d4e5feb3
@ -74,8 +74,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
<group string="Resource">
|
||||
<field name="id" invisible="1" />
|
||||
<field name="resource_id" options="{'no_create': True}" />
|
||||
<field name="resource_avaibility_start" />
|
||||
<field name="resource_avaibility_stop" />
|
||||
<field name="resource_avaibility_start" readonly="1" />
|
||||
<field name="resource_avaibility_stop" readonly="1" />
|
||||
<field name="resource_timetable_ids" readonly="1" />
|
||||
</group>
|
||||
<group string="Reservation">
|
||||
|
Loading…
Reference in New Issue
Block a user