소스 검색

This module allows to add comision en voucher.

SEBAS 3 달 전
부모
커밋
19cb29ca27
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      models/account_voucher.py

+ 0 - 2
models/account_voucher.py

@@ -2,8 +2,6 @@
 from openerp import models, fields, api
 import math
 
-from openerp import models, fields, api
-
 
 class AccountVoucher(models.Model):
     _inherit = 'account.voucher'