Bladeren bron

Módulo para imprimir nota común y nota de crédito para Swin Eas

SEBAS 1 jaar geleden
bovenliggende
commit
7ec634860b
2 gewijzigde bestanden met toevoegingen van 2 en 3 verwijderingen
  1. 1 1
      __init__.py
  2. 1 2
      __openerp__.py

+ 1 - 1
__init__.py

@@ -19,4 +19,4 @@
 ###################################################################################
 # Product Brand is an Openobject module wich enable Brand management for products #
 ###################################################################################
-from . import factura_venta_swineas, nota_credito_swineas, account_invoice, res_currency, factura_legal_swineas, models
+from . import factura_venta_swineas, nota_credito_swineas, account_invoice, res_currency, models

+ 1 - 2
__openerp__.py

@@ -32,11 +32,10 @@ Formato para imprimir la factura legal de Swin Eas
     """,
     'author': 'Eiru/Sebastian Penayo',
     'website': 'http://www.eiru.com',
-    'depends': ['base','account','set_paraguay'],
+    'depends': ['base','account'],
     'data': [
         'factura_venta_swineas.xml',
         'nota_credito_swineas.xml',
-        'factura_legal_swineas.xml',
         'views/account_invoice_view.xml',
         'account_invoice_view.xml',
         'res_currency_view.xml'