mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
@@ -44,3 +44,8 @@ class ProductTemplate(models.Model):
|
||||
help="Indicates if that product is a extra bed, add +1 capacity in the room",
|
||||
default=False,
|
||||
)
|
||||
is_crib = fields.Boolean(
|
||||
string="Is a baby crib",
|
||||
help="Indicates if that product is a crib",
|
||||
default=False,
|
||||
)
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
options="{'no_create': True,'no_open': True}"
|
||||
/>
|
||||
<field name="is_extra_bed" />
|
||||
<field name="is_crib" />
|
||||
<field name="daily_limit" />
|
||||
</group>
|
||||
<group>
|
||||
|
||||
Reference in New Issue
Block a user