mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX] reservation line fix description model
This commit is contained in:
@@ -309,7 +309,7 @@ class ReservationSplitJoinSwapWizard(models.TransientModel):
|
||||
|
||||
class ReservationLinesToSplit(models.TransientModel):
|
||||
_name = "pms.wizard.reservation.lines.split"
|
||||
_decription = "Lines available to split"
|
||||
_description = "Lines available to split"
|
||||
|
||||
reservation_wizard_id = fields.Many2one(
|
||||
string="Reservation Wizard",
|
||||
|
||||
Reference in New Issue
Block a user