mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX]pms: invoice state reservation store
This commit is contained in:
@@ -140,6 +140,7 @@ class PmsReservation(models.Model):
|
||||
)
|
||||
channel_type_id = fields.Many2one(
|
||||
related="folio_id.channel_type_id",
|
||||
store=True,
|
||||
readonly=False,
|
||||
)
|
||||
partner_invoice_id = fields.Many2one(
|
||||
|
||||
@@ -840,7 +840,7 @@
|
||||
<searchpanel>
|
||||
<field name="room_type_id" string="Room Type" enable_counters="1" />
|
||||
<field name="pricelist_id" string="Pricelist" enable_counters="1" />
|
||||
<field
|
||||
<field
|
||||
name="channel_type_id"
|
||||
string="Channel"
|
||||
enable_counters="1"
|
||||
@@ -852,12 +852,12 @@
|
||||
enable_counters="1"
|
||||
select="multi"
|
||||
/>
|
||||
<field
|
||||
<!--<field
|
||||
name="folio_payment_state"
|
||||
string="Payment State"
|
||||
enable_counters="1"
|
||||
select="multi"
|
||||
/>
|
||||
/> -->
|
||||
</searchpanel>
|
||||
</search>
|
||||
</field>
|
||||
|
||||
Reference in New Issue
Block a user