浏览代码

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'