Browse Source

quitar cálculo de formulario clientes

sebastian 5 years ago
parent
commit
b608777a47
3 changed files with 3 additions and 3 deletions
  1. 1 1
      __openerp__.py
  2. 1 1
      models/account_interest_config.py
  3. 1 1
      views/templates.xml

+ 1 - 1
__openerp__.py

@@ -1,4 +1,5 @@
 # -*- coding: utf-8 -*-
+#   'views/eiru_verify_interest.xml',
 {
     'name': 'Eiru Account Interests',
     'author':  'Adrielso Kunert',
@@ -16,7 +17,6 @@
         'views/data_decimal_precision_interest.xml',
         'views/account_interest.xml',
         'views/account_interest_config.xml',
-        'views/eiru_verify_interest.xml',
         'views/account_invoice_interst.xml',
     ],
     'qweb': [

+ 1 - 1
models/account_interest_config.py

@@ -22,7 +22,7 @@ class accountInterestConfig(models.Model):
 
     ## forma de calculo de interes
     # si  va calcular atomantico cunado entre en cliente
-    partner_calculate_automatic =  fields.Boolean('partner interest calculate',default=True, help = "Calcular interés de forma automática cuando entra el apartado del cliente")
+    # partner_calculate_automatic =  fields.Boolean('partner interest calculate',default=True, help = "Calcular interés de forma automática cuando entra el apartado del cliente")
     # si  va calcular atomantico cunado entre en Factura
     invoice_calculate_automatic = fields.Boolean('invoice interest calculate',default=True, help = "Calcular interés de forma automática cuando entra el apartado de la Factura")
 

+ 1 - 1
views/templates.xml

@@ -4,7 +4,7 @@
             <xpath expr="." position="inside">
                 <link rel="stylesheet" href="/eiru_account_interest/static/src/css/style.css"/>
                 <script type="text/javascript" src="/eiru_account_interest/static/src/js/account_interest_invoice.js"/>
-                <script type="text/javascript" src="/eiru_account_interest/static/src/js/verify_interest_partner.js"/>
+                <!-- <script type="text/javascript" src="/eiru_account_interest/static/src/js/verify_interest_partner.js"/> -->
                 <script type="text/javascript" src="/eiru_account_interest/static/src/js/verify_interest_invoice.js"/>
                 <script type="text/javascript" src="/eiru_account_interest/static/src/js/verify_interest_invoice_status.js"/>
             </xpath>