diff --git a/folio.py b/folio.py index 9c38210..6c944d7 100644 --- a/folio.py +++ b/folio.py @@ -746,6 +746,7 @@ class Folio(ModelSQL, ModelView): "pending_total", "plan", "guests", + "charges", "booking.contact", "booking.party.name", "booking.number", @@ -923,7 +924,9 @@ class Folio(ModelSQL, ModelView): """ res = [] res.append(self.get_total_accommodation()) + print('total_accommodation > > > > ', self.get_total_accommodation()) res.append(self.get_total_products()) + print(' > > > > ', self.get_total_products()) res = round(sum(res), Folio.total_amount.digits[1]) return res diff --git a/tryton.cfg b/tryton.cfg index 0a72d7a..b84fe08 100644 --- a/tryton.cfg +++ b/tryton.cfg @@ -1,5 +1,5 @@ [tryton] -version=6.0.77 +version=6.0.78 depends: party company