mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] reservation state cancel key, improvement views and refactoring
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
'checkin': (DateTime.today() + timedelta(days=14)),
|
||||
'checkout': (DateTime.today() + timedelta(days=16)),
|
||||
'adults': 1,
|
||||
'state': 'cancelled',
|
||||
'state': 'cancel',
|
||||
})]"
|
||||
/>
|
||||
</record>
|
||||
@@ -388,7 +388,7 @@
|
||||
'checkin': (DateTime.today() + timedelta(days=22)),
|
||||
'checkout': (DateTime.today() + timedelta(days=23)),
|
||||
'adults': 1,
|
||||
'state': 'cancelled',
|
||||
'state': 'cancel',
|
||||
})]"
|
||||
/>
|
||||
</record>
|
||||
|
||||
Reference in New Issue
Block a user