mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
Merge branch '11.0' of https://github.com/hootel/hootel into 11.0
This commit is contained in:
@@ -287,7 +287,7 @@ class FolioAdvancePaymentInv(models.TransientModel):
|
||||
|
||||
@api.onchange('reservation_ids')
|
||||
def prepare_invoice_lines(self):
|
||||
vals = []
|
||||
vals = [(5,0,0)]
|
||||
folios = self.folio_ids
|
||||
invoice_lines = {}
|
||||
for folio in folios:
|
||||
|
||||
Reference in New Issue
Block a user