Removed repeated decorators

This commit is contained in:
Jordi Esteve 2014-04-03 19:59:05 +02:00
parent 73d7d0a207
commit 17242b3671

View file

@ -151,8 +151,6 @@ class Invoice:
return super(Invoice, cls).create(vlist)
@classmethod
@ModelView.button
@Workflow.transition('posted')
def post(cls, invoices):
'''
Check up invoices that requires bank account because its payment type,