forked from Yaltik/golem
[TYPO]GOLEM Resource : name form groups
This commit is contained in:
parent
64607e5758
commit
942975e187
@ -20,7 +20,7 @@
|
|||||||
'name': 'GOLEM non-profit resources',
|
'name': 'GOLEM non-profit resources',
|
||||||
'summary': 'GOLEM resources management',
|
'summary': 'GOLEM resources management',
|
||||||
'description': ''' GOLEM resources management ''',
|
'description': ''' GOLEM resources management ''',
|
||||||
'version': '10.0.1.10.0',
|
'version': '10.0.1.10.1',
|
||||||
'category': 'GOLEM',
|
'category': 'GOLEM',
|
||||||
'author': 'Youssef El Ouahby, Fabien Bourgeois',
|
'author': 'Youssef El Ouahby, Fabien Bourgeois',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
|
@ -70,7 +70,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
</header>
|
</header>
|
||||||
<sheet>
|
<sheet>
|
||||||
<group>
|
<group>
|
||||||
<group string="Resource">
|
<group name="resource" string="Resource">
|
||||||
<field name="id" invisible="1" />
|
<field name="id" invisible="1" />
|
||||||
<field name="resource_id" options="{'no_create': True}" />
|
<field name="resource_id" options="{'no_create': True}" />
|
||||||
<field name="resource_avaibility_24_7" readonly="1" />
|
<field name="resource_avaibility_24_7" readonly="1" />
|
||||||
@ -79,7 +79,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
<field name="resource_timetable_ids" readonly="1"
|
<field name="resource_timetable_ids" readonly="1"
|
||||||
attrs="{'invisible': [('resource_avaibility_24_7', '=', True)]}" />
|
attrs="{'invisible': [('resource_avaibility_24_7', '=', True)]}" />
|
||||||
</group>
|
</group>
|
||||||
<group string="Reservation">
|
<group name="reservation" string="Reservation">
|
||||||
<group>
|
<group>
|
||||||
<field name="date_start" />
|
<field name="date_start" />
|
||||||
<field name="date_stop" />
|
<field name="date_stop" />
|
||||||
|
Loading…
Reference in New Issue
Block a user