فهرست منبع

Modulo para imprimir factura venta de anillos

sebas 4 سال پیش
والد
کامیت
14ccae0e68
2فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 1 0
      __openerp__.py
  2. 2 2
      account_invoice_view.xml

+ 1 - 0
__openerp__.py

@@ -34,6 +34,7 @@ Formato para imprimir la factura legal de Apis
     'website': 'http://www.eiru.com',
     'depends': ['base','account'],
     'data': [
+        'account_invoice_view.xml',
         'factura_venta_anillos.xml',
         'res_currency_view.xml'
     ],

+ 2 - 2
account_invoice_view.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 
-<!-- <openerp>
+<openerp>
     <data>
         <record id="account_invoice_cred_cont" model="ir.ui.view">
             <field name="name">account.invoice.cred.cont</field>
@@ -14,4 +14,4 @@
             </field>
         </record>
     </data>
-</openerp> -->
+</openerp>