mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX] Compute shared room
This commit is contained in:
@@ -807,6 +807,8 @@ class PmsReservation(models.Model):
|
||||
lambda x: x.reservation_id.id != record.id
|
||||
)
|
||||
)
|
||||
else:
|
||||
record.shared_folio = False
|
||||
|
||||
def _autoassign(self):
|
||||
self.ensure_one()
|
||||
|
||||
@@ -198,7 +198,7 @@
|
||||
options="{'no_create': True}"
|
||||
/>
|
||||
</page>
|
||||
<!-- <page
|
||||
<!-- <page
|
||||
name="returns"
|
||||
string="Retun Payments"
|
||||
attrs="{'invisible': [('refund_amount','<=',0)]}"
|
||||
@@ -228,9 +228,9 @@
|
||||
</notebook>
|
||||
</sheet>
|
||||
<div class="oe_chatter">
|
||||
<field name="message_follower_ids"/>
|
||||
<field name="activity_ids"/>
|
||||
<field name="message_ids"/>
|
||||
<field name="message_follower_ids" />
|
||||
<field name="activity_ids" />
|
||||
<field name="message_ids" />
|
||||
</div>
|
||||
</form>
|
||||
</field>
|
||||
|
||||
Reference in New Issue
Block a user