Skip to content

Commit

Permalink
[IMP] POS : add api.multi
Browse files Browse the repository at this point in the history
  • Loading branch information
fmdl committed Feb 26, 2017
1 parent 3979a4f commit 52904b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/point_of_sale/models/pos_session.py
Expand Up @@ -16,6 +16,7 @@ class PosSession(models.Model):
('closed', 'Closed & Posted'),
]

@api.multi
def _confirm_orders(self):
for session in self:
company_id = session.config_id.journal_id.company_id.id
Expand Down

0 comments on commit 52904b1

Please sign in to comment.