[IMP]pms: folio sale line sequences

This commit is contained in:
Darío Lodeiros
2022-11-20 00:36:12 +01:00
parent 41c0370334
commit f6b3314e9b
2 changed files with 12 additions and 8 deletions

View File

@@ -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",