Skip to content

Commit 0744340

Browse files
authored
Merge pull request #8 from hmalessa/master
fix vmpool.info
2 parents a591ad1 + a2c08b5 commit 0744340

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

oca/vm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ def update(self, template, merge=False):
396396

397397
class VirtualMachinePool(Pool):
398398
METHODS = {
399-
'info': 'vmpool.info',
399+
'info': 'vmpool.infoextended',
400400
}
401401

402402
def __init__(self, client):

0 commit comments

Comments
 (0)