mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP]pms: folio sale line sequences
This commit is contained in:
@@ -95,6 +95,7 @@ class BookingEngine(models.TransientModel):
|
||||
domain=[("channel_type", "=", "direct")],
|
||||
ondelete="restrict",
|
||||
compute="_compute_channel_type_id",
|
||||
required=True,
|
||||
)
|
||||
total_price_folio = fields.Float(
|
||||
string="Total Price",
|
||||
|
||||
Reference in New Issue
Block a user