diff --git a/bi_professional_reports_templates/LICENSE b/bi_professional_reports_templates/LICENSE new file mode 100755 index 00000000..de7bcc64 --- /dev/null +++ b/bi_professional_reports_templates/LICENSE @@ -0,0 +1,28 @@ +Odoo Proprietary License v1.0 + +This software and associated files (the "Software") may only be used (executed, +modified, executed after modifications) if you have purchased a valid license +from the authors, typically via Odoo Apps, or if you have received a written +agreement from the authors of the Software (see the COPYRIGHT file). + +You may develop Odoo modules that use the Software as a library (typically +by depending on it, importing it and using its resources), but without copying +any source code or material from the Software. You may distribute those +modules under the license of your choice, provided that this license is +compatible with the terms of the Odoo Proprietary License (For example: +LGPL, MIT, or proprietary licenses similar to this one). + +It is forbidden to publish, distribute, sublicense, or sell copies of the Software +or modified copies of the Software. + +The above copyright notice and this permission notice must be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + diff --git a/bi_professional_reports_templates/Readme.txt b/bi_professional_reports_templates/Readme.txt new file mode 100755 index 00000000..e69de29b diff --git a/bi_professional_reports_templates/__init__.py b/bi_professional_reports_templates/__init__.py new file mode 100755 index 00000000..86882d23 --- /dev/null +++ b/bi_professional_reports_templates/__init__.py @@ -0,0 +1,5 @@ +# -*- coding: utf-8 -*- +# Part of BrowseInfo. See LICENSE file for full copyright and licensing details. + +from . import res_company + diff --git a/bi_professional_reports_templates/__manifest__.py b/bi_professional_reports_templates/__manifest__.py new file mode 100755 index 00000000..0d142e4b --- /dev/null +++ b/bi_professional_reports_templates/__manifest__.py @@ -0,0 +1,56 @@ +# -*- coding: utf-8 -*- +# Part of BrowseInfo. See LICENSE file for full copyright and licensing details. + +{ + 'name': 'Odoo Professional Report Templates', + 'version': '15.0.0.0', + 'category': 'Tools', + 'license': 'OPL-1', + 'summary': 'Easily Customizable Report Template for Quotation/SO/Sales, Invoice, Picking/Delivery Order,RFQ/PO/Purchases', + 'description': """ + Customize report, customize pdf report, customize template report, Customize Sales Order report,Customize Purchase Order report, Customize invoice report, Customize delivery Order report, Accounting Reports, Easy reports, Flexible report,Fancy Report template. + + """, + 'license':'OPL-1', + 'author': 'BrowseInfo', + 'live_test_url':'https://youtu.be/_aihFWW4a5E', + 'website': 'https://www.browseinfo.in', + 'depends': ['base', 'account', 'sale', 'purchase', 'stock', 'sale_stock', 'base_vat','sale_management','purchase_stock'], + 'data': [ + + "res_company.xml", + + "invoice_report/fency_report_account.xml", + "invoice_report/fency_report_invoice.xml", + "invoice_report/report_invoice_classic.xml", + "invoice_report/report_invoice_modern.xml", + "invoice_report/report_invoice_odoo_standard.xml", + + "delivery_report/stock_report_classic.xml", + "delivery_report/fency_report_deliveryslip.xml", + "delivery_report/modern_report_deliveryslip.xml", + "delivery_report/odoo_standard_report_deliveryslip.xml", + "delivery_report/report_deliveryslip_classic.xml", + + + "purchase_report/classic_report_purchaseorder.xml", + "purchase_report/classic_report_purchasequotation.xml", + "purchase_report/fency_report_purchaseorder.xml", + "purchase_report/fency_report_purchasequotation.xml", + "purchase_report/modern_report_purchaseorder.xml", + "purchase_report/modern_report_purchasequotation.xml", + "purchase_report/odoo_standard_report_purchaseorder.xml", + "purchase_report/odoo_standard_report_purchasequotation.xml", + + "sale_report/classic_report_saleorder.xml", + "sale_report/fency_report_saleorder.xml", + "sale_report/modern_report_saleorder.xml", + "sale_report/odoo_standard_report_saleorder.xml", + ], + 'demo': [], + 'test': [], + 'installable': True, + 'auto_install': False, + 'live_test_url':'https://youtu.be/_aihFWW4a5E', + "images":['static/description/Banner.png'], +} diff --git a/bi_professional_reports_templates/delivery_report/fency_report_deliveryslip.xml b/bi_professional_reports_templates/delivery_report/fency_report_deliveryslip.xml new file mode 100755 index 00000000..54a89d56 --- /dev/null +++ b/bi_professional_reports_templates/delivery_report/fency_report_deliveryslip.xml @@ -0,0 +1,232 @@ + + + + + + + diff --git a/bi_professional_reports_templates/delivery_report/modern_report_deliveryslip.xml b/bi_professional_reports_templates/delivery_report/modern_report_deliveryslip.xml new file mode 100755 index 00000000..760a7370 --- /dev/null +++ b/bi_professional_reports_templates/delivery_report/modern_report_deliveryslip.xml @@ -0,0 +1,247 @@ + + + + + + + diff --git a/bi_professional_reports_templates/delivery_report/odoo_standard_report_deliveryslip.xml b/bi_professional_reports_templates/delivery_report/odoo_standard_report_deliveryslip.xml new file mode 100755 index 00000000..304d0939 --- /dev/null +++ b/bi_professional_reports_templates/delivery_report/odoo_standard_report_deliveryslip.xml @@ -0,0 +1,237 @@ + + + + + + diff --git a/bi_professional_reports_templates/delivery_report/report_deliveryslip_classic.xml b/bi_professional_reports_templates/delivery_report/report_deliveryslip_classic.xml new file mode 100755 index 00000000..c76ef411 --- /dev/null +++ b/bi_professional_reports_templates/delivery_report/report_deliveryslip_classic.xml @@ -0,0 +1,295 @@ + + + + + + + + diff --git a/bi_professional_reports_templates/delivery_report/stock_report_classic.xml b/bi_professional_reports_templates/delivery_report/stock_report_classic.xml new file mode 100755 index 00000000..493cfa22 --- /dev/null +++ b/bi_professional_reports_templates/delivery_report/stock_report_classic.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/bi_professional_reports_templates/i18n/es.po b/bi_professional_reports_templates/i18n/es.po new file mode 100755 index 00000000..aaec4c5a --- /dev/null +++ b/bi_professional_reports_templates/i18n/es.po @@ -0,0 +1,1171 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * bi_professional_reports_templates +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 14.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-10-12 15:28+0000\n" +"PO-Revision-Date: 2021-10-14 23:43+0530\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: \n" +"Language: es\n" +"X-Generator: Poedit 3.0\n" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +msgid "" +"
\n" +" \n" +" Bank Name :\n" +" " +msgstr "" +"
\n" +"\n" +" Nombre del banco: \n" +"" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +msgid "" +"
\n" +" \n" +" Branch Name/Address :\n" +" " +msgstr "" +"
\n" +"\n" +" Nombre/dirección de la sucursal:\n" +"" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +msgid "" +"
\n" +" \n" +" IFSC Code :\n" +" " +msgstr "" +"
\n" +"\n" +" Código IFSC :\n" +"" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +msgid "" +"
\n" +" \n" +" Swift Code :\n" +" " +msgstr "" +"
\n" +" \n" +" Código Swift: \n" +" " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +msgid "" +"
\n" +" Bank Name : " +msgstr "" +"
\n" +" Nombre del banco: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +msgid "" +"
\n" +" Branch Name/Address : " +msgstr "" +"
\n" +" Nombre/dirección de la sucursal: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +msgid "" +"
\n" +" IFSC Code : " +msgstr "" +"
\n" +" Código IFSC: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +msgid "" +"
\n" +" Swift Code : " +msgstr "" +"
\n" +" Código Swift : " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +msgid "" +"
\n" +" Bank Name :" +msgstr "" +"
\n" +" Nombre del banco :" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +msgid "" +"
\n" +" Branch Name/Address :" +msgstr "" +"
\n" +" Nombre / dirección de la sucursal:" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +msgid "" +"
\n" +" IFSC Code :" +msgstr "" +"
\n" +" Código IFSC:" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +msgid "" +"
\n" +" Swift Code :" +msgstr "" +"
\n" +" Código SWIFT :" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "" +"
\n" +" Bank Name : " +msgstr "" +"
\n" +" Nombre del banco : " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "" +"
\n" +" Branch Name/Address : " +msgstr "" +"
\n" +" Nombre / dirección de la sucursal: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "" +"
\n" +" IFSC Code : " +msgstr "" +"
\n" +" Código IFSC:" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "" +"
\n" +" Swift Code : " +msgstr "" +"
\n" +" Código SWIFT :" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "Cancelled Invoice" +msgstr "Factura cancelada" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_deliveryslip_document +msgid "Delivery Note #" +msgstr "Nota de entrega #" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "Draft Invoice" +msgstr "Proyecto de factura" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "Invoice" +msgstr "Factura" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_deliveryslip_document +msgid "Origin:" +msgstr "Origen:" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "PRO-FORMA" +msgstr "PRO-FORMA" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "Refund" +msgstr "Reembolso" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_deliveryslip_document +msgid "Scheduled Date:" +msgstr "Cita agendada:" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "Vendor Bill" +msgstr "Factura del proveedor" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "Vendor Refund" +msgstr "Reembolso del proveedor" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_deliveryslip_document +msgid "" +"Customer Address\n" +"
" +msgstr "" +"Dirección del cliente\n" +"
" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_deliveryslip_document +msgid "Delivery Address" +msgstr "Dirección de entrega" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_deliveryslip_document +msgid "" +"\n" +" Customer Address\n" +" \n" +"
" +msgstr "" +"\n" +" Dirección del cliente\n" +" \n" +"
" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_deliveryslip_document +msgid "" +"\n" +" Delivery Address\n" +" " +msgstr "" +"\n" +" Dirección de entrega\n" +" " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_saleorder_document +msgid "Order# " +msgstr "Pedido# " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +msgid "" +"Bank Account Details\n" +"
\n" +" Account Id :" +msgstr "" +"Detalles de cuenta bancaria\n" +"
\n" +" ID de la cuenta :" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +msgid "" +"Paypal Account Details\n" +"
\n" +" Paypal Id :" +msgstr "" +"Detalles de la cuenta de Paypal\n" +"
\n" +" Identificación de Paypal::" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +msgid "" +"Bank Account Details\n" +"
\n" +" \n" +" Account Id :\n" +" " +msgstr "" +"Detalles de cuenta bancaria\n" +"
\n" +" \n" +" ID de la cuenta ::\n" +" " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +msgid "" +"Bank Account Details
\n" +" Account Id : " +msgstr "" +"Detalles de cuenta bancaria
\n" +" ID de la cuenta : " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +msgid "" +"Paypal Account Details\n" +"
\n" +" \n" +" Paypal Id :\n" +" " +msgstr "" +" Detalles de la cuenta de Paypal \n" +"
\n" +" \n" +" Identificación de Paypal: \n" +" " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +msgid "" +"Paypal Account Details
\n" +" Paypal Id : " +msgstr "" +" Detalles de la cuenta de Paypal \n" +"
\n" +" \n" +" Identificación de Paypal: \n" +" " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchasequotation_document +msgid "Shipping address:" +msgstr "Dirección de Envío:" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_standard_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_purchasequotation_document +msgid "Vendor address:
" +msgstr "Dirección del proveedor:
" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_saleorder_document +msgid " Payment Term :" +msgstr " Plazo de pago: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +msgid " Payment Term:" +msgstr " Plazo de pago: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +msgid "Note: " +msgstr "Nota: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "Comments: " +msgstr " Comentarios: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_standard_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_saleorder_document +msgid "Note: " +msgstr " Nota: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "Amount Due" +msgstr " Importe adeudado " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "" +"Bank Account Details
\n" +" Account Id : " +msgstr "" +" Detalles de la cuenta bancaria
\n" +" ID de cuenta: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +msgid "Comment:" +msgstr " Comentario: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +msgid "Customer Address:
" +msgstr " Dirección del cliente:
" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +msgid "" +"Customer Address\n" +"
" +msgstr "" +" Dirección del cliente \n" +"
" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +msgid "Date Req." +msgstr " Solicitud de fecha " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_deliveryslip_document +msgid "Delivered Quantity" +msgstr " Cantidad entregada " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +msgid "Description" +msgstr " Descripción " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +msgid "Due Date:" +msgstr " Fecha de vencimiento: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "Fiscal Position Remark:" +msgstr " Comentario sobre la posición fiscal: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "Invoice Date:" +msgstr " Fecha de la factura: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_saleorder_document +msgid "Invoicing And Shipping Address" +msgstr " Dirección de facturación y envío " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +msgid "Net Price" +msgstr " Precio neto " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +msgid "Order Date:" +msgstr " Fecha de pedido: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_deliveryslip_document +msgid "Ordered Quantity" +msgstr " Cantidad pedida " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +msgid "Payment Term:" +msgstr " Plazo de pago: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "" +"Paypal Account Details
\n" +" Paypal Id : " +msgstr "" +"Detalles de la cuenta de Paypal
\n" +" Identificación de Paypal : " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_deliveryslip_document +msgid "Product" +msgstr " Producto " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +msgid "Qty" +msgstr " Cant. " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +msgid "Sales Person:" +msgstr " Vendedor: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +msgid "SalesPerson:" +msgstr " SalesPerson: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +msgid "Shipping Address:
" +msgstr " Dirección de envío:
" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "Subtotal" +msgstr " Subtotal " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +msgid "Taxes" +msgstr " Impuestos " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_standard_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_saleorder_document +msgid "Total Without Taxes" +msgstr " Total sin impuestos " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_standard_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_saleorder_document +msgid "Total" +msgstr " Total " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +msgid "Unit Price" +msgstr " Precio unitario " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +msgid "Your Reference:" +msgstr " Su referencia: " + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_company__account_template +msgid "Account" +msgstr "Account" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.res_partner_bank_inherit_form_view +msgid "Address" +msgstr "Dirección" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_deliveryslip_document +msgid "" +"All items couldn't be shipped, the remaining ones will be shipped as soon as they become\n" +" available." +msgstr "" +"No se pudieron enviar todos los artículos, los restantes se enviarán tan pronto como se conviertan en\n" +" disponible." + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchasequotation_document +msgid "Approval Date" +msgstr "Fecha de aprobación" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_company__bank_account_id +msgid "Bank Account" +msgstr "Cuenta bancaria" + +#. module: bi_professional_reports_templates +#: model:ir.model,name:bi_professional_reports_templates.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Cuentas bancarias" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_setup_bank_manual_config__branch_name +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_partner_bank__branch_name +msgid "Branch Name" +msgstr "Nombre de la sucursal" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_setup_bank_manual_config__city +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_partner_bank__city +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.res_partner_bank_inherit_form_view +msgid "City" +msgstr "Ciudad" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields.selection,name:bi_professional_reports_templates.selection__res_company__account_template__classic +#: model:ir.model.fields.selection,name:bi_professional_reports_templates.selection__res_company__purchase_template__classic +#: model:ir.model.fields.selection,name:bi_professional_reports_templates.selection__res_company__sale_template__classic +#: model:ir.model.fields.selection,name:bi_professional_reports_templates.selection__res_company__stock_template__classic +msgid "Classic" +msgstr "Clásica" + +#. module: bi_professional_reports_templates +#: model:ir.model,name:bi_professional_reports_templates.model_res_company +msgid "Companies" +msgstr "Compañías" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_deliveryslip_document +msgid "Contact Address" +msgstr "dirección de contacto" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_setup_bank_manual_config__country_id +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_partner_bank__country_id +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.res_partner_bank_inherit_form_view +msgid "Country" +msgstr "País" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_saleorder_document +msgid "Customer" +msgstr "Cliente" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_deliveryslip_document +msgid "Customer Address" +msgstr "Dirección del cliente" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_standard_report_purchaseorder_document +msgid "Date Req." +msgstr "Fecha Req." + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_deliveryslip_document +msgid "Delevery #" +msgstr "Entrega #" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_deliveryslip_document +msgid "Delivered Quantity" +msgstr "Cantidad entregada" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +msgid "Delivery Address" +msgstr "Dirección de entrega" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_standard_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_saleorder_document +msgid "Description" +msgstr "Descripción" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_saleorder_document +msgid "Disc.(%)" +msgstr "Desct.(%)" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_move__display_name +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_purchase_order__display_name +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_company__display_name +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_partner_bank__display_name +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_sale_order__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +msgid "Draft Invoice" +msgstr "Proyecto de factura" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +msgid "Due Date" +msgstr "Fecha de vencimiento" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_purchasequotation_document +msgid "Expected Date" +msgstr "Fecha esperada" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields.selection,name:bi_professional_reports_templates.selection__res_company__account_template__fency +#: model:ir.model.fields.selection,name:bi_professional_reports_templates.selection__res_company__purchase_template__fency +#: model:ir.model.fields.selection,name:bi_professional_reports_templates.selection__res_company__sale_template__fency +#: model:ir.model.fields.selection,name:bi_professional_reports_templates.selection__res_company__stock_template__fency +msgid "Fency" +msgstr "Fency" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_move__id +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_purchase_order__id +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_company__id +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_partner_bank__id +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_sale_order__id +msgid "ID" +msgstr "IDENTIFICACIÓN" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_setup_bank_manual_config__ifsc +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_partner_bank__ifsc +msgid "IFSC" +msgstr "IFSC" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +msgid "Invoice #" +msgstr "Factura #" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +msgid "Invoice Date" +msgstr "Fecha de la factura" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_saleorder_document +msgid "Invoicing and Shipping Address" +msgstr "Dirección de facturación y envío" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_saleorder_document +msgid "Invoicing and shipping address" +msgstr "Dirección de facturación y envío" + +#. module: bi_professional_reports_templates +#: model:ir.model,name:bi_professional_reports_templates.model_account_move +msgid "Journal Entry" +msgstr "Asiento contable" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_move____last_update +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_purchase_order____last_update +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_company____last_update +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_partner_bank____last_update +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_deliveryslip_document +msgid "Lot/Serial Number" +msgstr "Número de lote / serie" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields.selection,name:bi_professional_reports_templates.selection__res_company__account_template__modern +#: model:ir.model.fields.selection,name:bi_professional_reports_templates.selection__res_company__purchase_template__modern +#: model:ir.model.fields.selection,name:bi_professional_reports_templates.selection__res_company__sale_template__modern +#: model:ir.model.fields.selection,name:bi_professional_reports_templates.selection__res_company__stock_template__modern +msgid "Modern" +msgstr "Moderna" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_standard_report_purchaseorder_document +msgid "Net Price" +msgstr "Precio neto" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields.selection,name:bi_professional_reports_templates.selection__res_company__account_template__odoo_standard +#: model:ir.model.fields.selection,name:bi_professional_reports_templates.selection__res_company__purchase_template__odoo_standard +#: model:ir.model.fields.selection,name:bi_professional_reports_templates.selection__res_company__sale_template__odoo_standard +#: model:ir.model.fields.selection,name:bi_professional_reports_templates.selection__res_company__stock_template__odoo_standard +msgid "Odoo Standard" +msgstr "Estándar de Odoo" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchasequotation_document +msgid "Order Date" +msgstr "Fecha de orden" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_saleorder_document +msgid "Order Date:" +msgstr "Fecha de orden:" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_deliveryslip_document +msgid "" +"Ordered\n" +" Quantity" +msgstr "" +"Ordenado\n" +" Cantidad" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_deliveryslip_document +msgid "Ordered Quantity" +msgstr "Cantidad ordenada" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_deliveryslip_document +msgid "Origin" +msgstr "Origen" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +msgid "PRO-FORMA" +msgstr "PRO-FORMA" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_saleorder_document +msgid "Payment Term" +msgstr "Plazo de pago" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_saleorder_document +msgid "Payment Term :" +msgstr "Plazo de pago :" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_bank_statement_line__paypal_chk +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_move__paypal_chk +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_payment__paypal_chk +msgid "Paypal" +msgstr "Paypal" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_bank_statement_line__paypal_id +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_move__paypal_id +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_payment__paypal_id +msgid "Paypal Id" +msgstr "Identificación de Paypal" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_saleorder_document +msgid "Price" +msgstr "Precio" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_deliveryslip_document +msgid "Product" +msgstr "Producto" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_company__purchase_template +msgid "Purchase" +msgstr "Compra" + +#. module: bi_professional_reports_templates +#: model:ir.model,name:bi_professional_reports_templates.model_purchase_order +msgid "Purchase Order" +msgstr "Pedido de compra" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +msgid "Purchase Order #" +msgstr "Orden de compra #" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchaseorder_document +msgid "Purchase Order:" +msgstr "Orden de compra:" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_standard_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_purchasequotation_document +msgid "Qty" +msgstr "Cant." + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_saleorder_document +msgid "Quantity" +msgstr "Cantidad" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_saleorder_document +msgid "Quotation #" +msgstr "Cotización #" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_saleorder_document +msgid "Quotation Date" +msgstr "Fecha de cotización" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchasequotation_document +msgid "Reference/Description" +msgstr "Referencia / Descripción" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchasequotation_document +msgid "Request For Quatation #" +msgstr "Solicitud de Quatation #" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_standard_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_purchasequotation_document +msgid "Request for Quotation" +msgstr "Solicitud de presupuesto" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +msgid "Request for Quotation #" +msgstr "Solicitud de presupuesto #" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_company__sale_template +msgid "Sale" +msgstr "Venta" + +#. module: bi_professional_reports_templates +#: model:ir.model,name:bi_professional_reports_templates.model_sale_order +msgid "Sales Order" +msgstr "Pedido de venta" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_saleorder_document +msgid "SalesPerson" +msgstr "SalesPerson" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchasequotation_document +msgid "Scheduled Date" +msgstr "Cita agendada" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchasequotation_document +msgid "Shipping Address" +msgstr "Dirección de Envío" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_setup_bank_manual_config__state_id +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_partner_bank__state_id +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.res_partner_bank_inherit_form_view +msgid "State" +msgstr "Estado" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_company__stock_template +msgid "Stock" +msgstr "Existencias" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_setup_bank_manual_config__street +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_partner_bank__street +msgid "Street" +msgstr "calle" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.res_partner_bank_inherit_form_view +msgid "Street 2..." +msgstr "Calle # 2..." + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.res_partner_bank_inherit_form_view +msgid "Street..." +msgstr "Calle..." + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_setup_bank_manual_config__street2 +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_partner_bank__street2 +msgid "Street2" +msgstr "Calle # 2" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_setup_bank_manual_config__swift_code +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_partner_bank__swift_code +msgid "Swift Code" +msgstr "código SWIFT" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_standard_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_saleorder_document +msgid "Taxes" +msgstr "Impuestos" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_deliveryslip_document +msgid "This shipment is a backorder of" +msgstr "Este envío es un pedido pendiente de" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_standard_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_saleorder_document +msgid "Unit Price" +msgstr "Precio unitario" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchasequotation_document +msgid "Vendor" +msgstr "Vendedora" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_saleorder_document +msgid "Your Reference:" +msgstr "Tu referencia:" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.res_partner_bank_inherit_form_view +msgid "ZIP" +msgstr "CÓDIGO POSTAL" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_setup_bank_manual_config__zip +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_partner_bank__zip +msgid "Zip" +msgstr "Cremallera" diff --git a/bi_professional_reports_templates/i18n/es_CO.po b/bi_professional_reports_templates/i18n/es_CO.po new file mode 100755 index 00000000..8cd4c50d --- /dev/null +++ b/bi_professional_reports_templates/i18n/es_CO.po @@ -0,0 +1,1168 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * bi_professional_reports_templates +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 14.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-10-11 07:50+0000\n" +"PO-Revision-Date: 2021-10-18 16:23+0530\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: \n" +"Language: es_CO\n" +"X-Generator: Poedit 3.0\n" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +msgid "" +"
\n" +" \n" +" Bank Name :\n" +" " +msgstr "" +"
\n" +" \n" +" Nombre del banco ::\n" +" " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +msgid "" +"
\n" +" \n" +" Branch Name/Address :\n" +" " +msgstr "" +"
\n" +" \n" +" Nombre / dirección de la sucursal: \n" +" " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +msgid "" +"
\n" +" \n" +" IFSC Code :\n" +" " +msgstr "" +"
\n" +" \n" +" Código IFSC: \n" +" " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +msgid "" +"
\n" +" \n" +" Swift Code :\n" +" " +msgstr "" +"
\n" +" \n" +" Código Swift: \n" +" " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +msgid "" +"
\n" +" Bank Name : " +msgstr "" +"
\n" +" Nombre del banco: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +msgid "" +"
\n" +" Branch Name/Address : " +msgstr "" +"
\n" +" Nombre / dirección de la sucursal: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +msgid "" +"
\n" +" IFSC Code : " +msgstr "" +"
\n" +" Código IFSC: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +msgid "" +"
\n" +" Swift Code : " +msgstr "" +"
\n" +" Código Swift: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +msgid "" +"
\n" +" Bank Name :" +msgstr "" +"
\n" +" Nombre del banco: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +msgid "" +"
\n" +" Branch Name/Address :" +msgstr "" +"
\n" +" Nombre / dirección de la sucursal: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +msgid "" +"
\n" +" IFSC Code :" +msgstr "" +"
\n" +" Código IFSC: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +msgid "" +"
\n" +" Swift Code :" +msgstr "" +"
\n" +" Código Swift: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "" +"
\n" +" Bank Name : " +msgstr "" +"
\n" +" Nombre del banco: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "" +"
\n" +" Branch Name/Address : " +msgstr "" +"
\n" +" Branch Name/Address : " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "" +"
\n" +" IFSC Code : " +msgstr "" +"
\n" +" Código IFSC: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "" +"
\n" +" Swift Code : " +msgstr "" +"
\n" +" Código Swift: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "Cancelled Invoice" +msgstr "Factura cancelada" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_deliveryslip_document +msgid "Delivery Note #" +msgstr "Nota de entrega #" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "Draft Invoice" +msgstr "Proyecto de factura" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "Invoice" +msgstr "Factura" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_deliveryslip_document +msgid "Origin:" +msgstr "Origen:" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "PRO-FORMA" +msgstr "PRO-FORMA" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "Refund" +msgstr "Reembolso" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_deliveryslip_document +msgid "Scheduled Date:" +msgstr "Cita agendada:" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "Vendor Bill" +msgstr "Factura del proveedor" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "Vendor Refund" +msgstr "Reembolso del proveedor" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_deliveryslip_document +msgid "" +"Customer Address\n" +"
" +msgstr "" +" Dirección del cliente \n" +"
" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_deliveryslip_document +msgid "Delivery Address" +msgstr "Dirección de entrega" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_deliveryslip_document +msgid "" +"\n" +" Customer Address\n" +" \n" +"
" +msgstr "" +"\n" +" Dirección del cliente\n" +" \n" +"
" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_deliveryslip_document +msgid "" +"\n" +" Delivery Address\n" +" " +msgstr "" +"\n" +" Dirección de entrega\n" +" " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_saleorder_document +msgid "Order# " +msgstr "Pedido# " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +msgid "" +"Bank Account Details\n" +"
\n" +" Account Id :" +msgstr "" +" Detalles de la cuenta bancaria \n" +"
\n" +" ID de cuenta: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +msgid "" +"Paypal Account Details\n" +"
\n" +" Paypal Id :" +msgstr "" +" Detalles de la cuenta de Paypal \n" +"
\n" +" Identificación de Paypal: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +msgid "" +"Bank Account Details\n" +"
\n" +" \n" +" Account Id :\n" +" " +msgstr "" +" Detalles de la cuenta bancaria \n" +"
\n" +" \n" +" ID de cuenta: \n" +" " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +msgid "" +"Bank Account Details
\n" +" Account Id : " +msgstr "" +" Detalles de la cuenta bancaria
\n" +" ID de cuenta: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +msgid "" +"Paypal Account Details\n" +"
\n" +" \n" +" Paypal Id :\n" +" " +msgstr "" +" Detalles de la cuenta de Paypal \n" +"
\n" +" \n" +" Identificación de Paypal: \n" +" " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +msgid "" +"Paypal Account Details
\n" +" Paypal Id : " +msgstr "" +" Detalles de la cuenta de Paypal
\n" +" Identificación de Paypal: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchasequotation_document +msgid "Shipping address:" +msgstr "Dirección de Envío:" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_standard_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_purchasequotation_document +msgid "Vendor address:
" +msgstr "Dirección del proveedor:
" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_saleorder_document +msgid " Payment Term :" +msgstr " Plazo de pago :" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +msgid " Payment Term:" +msgstr " Plazo de pago:" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +msgid "Note: " +msgstr "Nota: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "Comments: " +msgstr "Comentarios: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_standard_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_saleorder_document +msgid "Note: " +msgstr "Nota: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "Amount Due" +msgstr "Monto adeudado" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "" +"Bank Account Details
\n" +" Account Id : " +msgstr "" +" Detalles de la cuenta bancaria
\n" +" ID de cuenta: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +msgid "Comment:" +msgstr "Comentario:" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +msgid "Customer Address:
" +msgstr "Dirección del cliente:
" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +msgid "" +"Customer Address\n" +"
" +msgstr "" +" Dirección del cliente \n" +"
" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +msgid "Date Req." +msgstr "Fecha requerida." + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_deliveryslip_document +msgid "Delivered Quantity" +msgstr "Cantidad entregada" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +msgid "Description" +msgstr "Descripción" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +msgid "Due Date:" +msgstr " Fecha de vencimiento: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "Fiscal Position Remark:" +msgstr " Comentario sobre la posición fiscal: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "Invoice Date:" +msgstr " Fecha de la factura: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_saleorder_document +msgid "Invoicing And Shipping Address" +msgstr " Dirección de facturación y envío " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +msgid "Net Price" +msgstr " Precio neto " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +msgid "Order Date:" +msgstr " Fecha de pedido: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_deliveryslip_document +msgid "Ordered Quantity" +msgstr " Cantidad pedida " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +msgid "Payment Term:" +msgstr " Plazo de pago: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "" +"Paypal Account Details
\n" +" Paypal Id : " +msgstr "" +" Detalles de la cuenta de Paypal
\n" +" Identificación de Paypal: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_deliveryslip_document +msgid "Product" +msgstr " Producto " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +msgid "Qty" +msgstr " Cant. " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +msgid "Sales Person:" +msgstr " Vendedor: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +msgid "SalesPerson:" +msgstr " SalesPerson: " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +msgid "Shipping Address:
" +msgstr " Dirección de envío:
" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +msgid "Subtotal" +msgstr " Total parcial " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +msgid "Taxes" +msgstr " Impuestos " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_standard_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_saleorder_document +msgid "Total Without Taxes" +msgstr " Total sin impuestos " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_standard_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_saleorder_document +msgid "Total" +msgstr " Total " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +msgid "Unit Price" +msgstr " Precio unitario " + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +msgid "Your Reference:" +msgstr " Su referencia: " + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_company__account_template +msgid "Account" +msgstr "Cuenta" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.res_partner_bank_inherit_form_view +msgid "Address" +msgstr "Dirección" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_deliveryslip_document +msgid "" +"All items couldn't be shipped, the remaining ones will be shipped as soon as they become\n" +" available." +msgstr "" +"No se pudieron enviar todos los artículos, los restantes se enviarán tan pronto como se conviertan en\n" +" disponible." + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchasequotation_document +msgid "Approval Date" +msgstr "Fecha de aprobación" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_company__bank_account_id +msgid "Bank Account" +msgstr "Cuenta bancaria" + +#. module: bi_professional_reports_templates +#: model:ir.model,name:bi_professional_reports_templates.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Cuentas bancarias" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_setup_bank_manual_config__branch_name +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_partner_bank__branch_name +msgid "Branch Name" +msgstr "Nombre de la sucursal" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_setup_bank_manual_config__city +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_partner_bank__city +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.res_partner_bank_inherit_form_view +msgid "City" +msgstr "Ciudad" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields.selection,name:bi_professional_reports_templates.selection__res_company__account_template__classic +#: model:ir.model.fields.selection,name:bi_professional_reports_templates.selection__res_company__purchase_template__classic +#: model:ir.model.fields.selection,name:bi_professional_reports_templates.selection__res_company__sale_template__classic +#: model:ir.model.fields.selection,name:bi_professional_reports_templates.selection__res_company__stock_template__classic +msgid "Classic" +msgstr "Clásica" + +#. module: bi_professional_reports_templates +#: model:ir.model,name:bi_professional_reports_templates.model_res_company +msgid "Companies" +msgstr "Compañías" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_deliveryslip_document +msgid "Contact Address" +msgstr "dirección de contacto" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_setup_bank_manual_config__country_id +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_partner_bank__country_id +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.res_partner_bank_inherit_form_view +msgid "Country" +msgstr "País" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_saleorder_document +msgid "Customer" +msgstr "Cliente" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_deliveryslip_document +msgid "Customer Address" +msgstr "Dirección del cliente" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_standard_report_purchaseorder_document +msgid "Date Req." +msgstr "Fecha Req." + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_deliveryslip_document +msgid "Delevery #" +msgstr "Entrega #" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_deliveryslip_document +msgid "Delivered Quantity" +msgstr "Cantidad entregada" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +msgid "Delivery Address" +msgstr "Dirección de entrega" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_standard_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_saleorder_document +msgid "Description" +msgstr "Descripción" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_saleorder_document +msgid "Disc.(%)" +msgstr "Desct.(%)" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_move__display_name +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_purchase_order__display_name +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_company__display_name +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_partner_bank__display_name +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_sale_order__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +msgid "Draft Invoice" +msgstr "Proyecto de factura" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +msgid "Due Date" +msgstr "Fecha de vencimiento" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_purchasequotation_document +msgid "Expected Date" +msgstr "Fecha esperada" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields.selection,name:bi_professional_reports_templates.selection__res_company__account_template__fency +#: model:ir.model.fields.selection,name:bi_professional_reports_templates.selection__res_company__purchase_template__fency +#: model:ir.model.fields.selection,name:bi_professional_reports_templates.selection__res_company__sale_template__fency +#: model:ir.model.fields.selection,name:bi_professional_reports_templates.selection__res_company__stock_template__fency +msgid "Fency" +msgstr "Fency" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_move__id +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_purchase_order__id +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_company__id +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_partner_bank__id +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_sale_order__id +msgid "ID" +msgstr "IDENTIFICACIÓN" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_setup_bank_manual_config__ifsc +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_partner_bank__ifsc +msgid "IFSC" +msgstr "IFSC" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +msgid "Invoice #" +msgstr "Factura #" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +msgid "Invoice Date" +msgstr "Fecha de la factura" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_saleorder_document +msgid "Invoicing and Shipping Address" +msgstr "Dirección de facturación y envío" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_saleorder_document +msgid "Invoicing and shipping address" +msgstr "Dirección de facturación y envío" + +#. module: bi_professional_reports_templates +#: model:ir.model,name:bi_professional_reports_templates.model_account_move +msgid "Journal Entry" +msgstr "Asiento contable" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_move____last_update +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_purchase_order____last_update +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_company____last_update +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_partner_bank____last_update +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_sale_order____last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_deliveryslip_document +msgid "Lot/Serial Number" +msgstr "Número de lote / serie" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields.selection,name:bi_professional_reports_templates.selection__res_company__account_template__modern +#: model:ir.model.fields.selection,name:bi_professional_reports_templates.selection__res_company__purchase_template__modern +#: model:ir.model.fields.selection,name:bi_professional_reports_templates.selection__res_company__sale_template__modern +#: model:ir.model.fields.selection,name:bi_professional_reports_templates.selection__res_company__stock_template__modern +msgid "Modern" +msgstr "Moderna" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_standard_report_purchaseorder_document +msgid "Net Price" +msgstr "Precio neto" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields.selection,name:bi_professional_reports_templates.selection__res_company__account_template__odoo_standard +#: model:ir.model.fields.selection,name:bi_professional_reports_templates.selection__res_company__purchase_template__odoo_standard +#: model:ir.model.fields.selection,name:bi_professional_reports_templates.selection__res_company__sale_template__odoo_standard +#: model:ir.model.fields.selection,name:bi_professional_reports_templates.selection__res_company__stock_template__odoo_standard +msgid "Odoo Standard" +msgstr "Estándar de Odoo" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchasequotation_document +msgid "Order Date" +msgstr "Fecha de orden" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_saleorder_document +msgid "Order Date:" +msgstr "Fecha de orden:" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_deliveryslip_document +msgid "" +"Ordered\n" +" Quantity" +msgstr "" +"Ordenado\n" +" Cantidad" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_deliveryslip_document +msgid "Ordered Quantity" +msgstr "Cantidad ordenada" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_deliveryslip_document +msgid "Origin" +msgstr "Origen" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +msgid "PRO-FORMA" +msgstr "PRO-FORMA" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_saleorder_document +msgid "Payment Term" +msgstr "Plazo de pago" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_saleorder_document +msgid "Payment Term :" +msgstr "Plazo de pago :" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_bank_statement_line__paypal_chk +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_move__paypal_chk +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_payment__paypal_chk +msgid "Paypal" +msgstr "Paypal" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_bank_statement_line__paypal_id +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_move__paypal_id +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_payment__paypal_id +msgid "Paypal Id" +msgstr "Identificación de Paypal" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_saleorder_document +msgid "Price" +msgstr "Precio" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_deliveryslip_document +msgid "Product" +msgstr "Producto" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_company__purchase_template +msgid "Purchase" +msgstr "Compra" + +#. module: bi_professional_reports_templates +#: model:ir.model,name:bi_professional_reports_templates.model_purchase_order +msgid "Purchase Order" +msgstr "Pedido de compra" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +msgid "Purchase Order #" +msgstr "Orden de compra #" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchaseorder_document +msgid "Purchase Order:" +msgstr "Orden de compra:" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_standard_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_purchasequotation_document +msgid "Qty" +msgstr "Cant." + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_saleorder_document +msgid "Quantity" +msgstr "Cantidad" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_saleorder_document +msgid "Quotation #" +msgstr "Cotización #" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_saleorder_document +msgid "Quotation Date" +msgstr "Fecha de cotización" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchasequotation_document +msgid "Reference/Description" +msgstr "Referencia / Descripción" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchasequotation_document +msgid "Request For Quatation #" +msgstr "Solicitud de Quatation #" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_standard_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_purchasequotation_document +msgid "Request for Quotation" +msgstr "Solicitud de presupuesto" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +msgid "Request for Quotation #" +msgstr "Solicitud de presupuesto #" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_company__sale_template +msgid "Sale" +msgstr "Venta" + +#. module: bi_professional_reports_templates +#: model:ir.model,name:bi_professional_reports_templates.model_sale_order +msgid "Sales Order" +msgstr "Pedido de venta" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_saleorder_document +msgid "SalesPerson" +msgstr "SalesPerson" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchasequotation_document +msgid "Scheduled Date" +msgstr "Cita agendada" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchasequotation_document +msgid "Shipping Address" +msgstr "Dirección de Envío" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_setup_bank_manual_config__state_id +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_partner_bank__state_id +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.res_partner_bank_inherit_form_view +msgid "State" +msgstr "Estado" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_company__stock_template +msgid "Stock" +msgstr "Existencias" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_setup_bank_manual_config__street +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_partner_bank__street +msgid "Street" +msgstr "calle" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.res_partner_bank_inherit_form_view +msgid "Street 2..." +msgstr "Calle # 2..." + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.res_partner_bank_inherit_form_view +msgid "Street..." +msgstr "Calle..." + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_setup_bank_manual_config__street2 +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_partner_bank__street2 +msgid "Street2" +msgstr "Street2" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_setup_bank_manual_config__swift_code +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_partner_bank__swift_code +msgid "Swift Code" +msgstr "código SWIFT" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_standard_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_saleorder_document +msgid "Taxes" +msgstr "Impuestos" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_deliveryslip_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_deliveryslip_document +msgid "This shipment is a backorder of" +msgstr "Este envío es un pedido pendiente de" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.fency_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_saleorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_standard_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_invoice_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_saleorder_document +msgid "Unit Price" +msgstr "Precio unitario" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.classic_report_purchasequotation_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchaseorder_document +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.modern_report_purchasequotation_document +msgid "Vendor" +msgstr "Vendedora" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.odoo_std_report_saleorder_document +msgid "Your Reference:" +msgstr "Tu referencia:" + +#. module: bi_professional_reports_templates +#: model_terms:ir.ui.view,arch_db:bi_professional_reports_templates.res_partner_bank_inherit_form_view +msgid "ZIP" +msgstr "CÓDIGO POSTAL" + +#. module: bi_professional_reports_templates +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_account_setup_bank_manual_config__zip +#: model:ir.model.fields,field_description:bi_professional_reports_templates.field_res_partner_bank__zip +msgid "Zip" +msgstr "Cremallera" diff --git a/bi_professional_reports_templates/invoice_report/fency_report_account.xml b/bi_professional_reports_templates/invoice_report/fency_report_account.xml new file mode 100755 index 00000000..927b7d6f --- /dev/null +++ b/bi_professional_reports_templates/invoice_report/fency_report_account.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/bi_professional_reports_templates/invoice_report/fency_report_invoice.xml b/bi_professional_reports_templates/invoice_report/fency_report_invoice.xml new file mode 100755 index 00000000..10fe660a --- /dev/null +++ b/bi_professional_reports_templates/invoice_report/fency_report_invoice.xml @@ -0,0 +1,308 @@ + + + + + + + + + + + + + + + diff --git a/bi_professional_reports_templates/invoice_report/report_invoice_classic.xml b/bi_professional_reports_templates/invoice_report/report_invoice_classic.xml new file mode 100755 index 00000000..6fc68e22 --- /dev/null +++ b/bi_professional_reports_templates/invoice_report/report_invoice_classic.xml @@ -0,0 +1,318 @@ + + + + + + + diff --git a/bi_professional_reports_templates/invoice_report/report_invoice_modern.xml b/bi_professional_reports_templates/invoice_report/report_invoice_modern.xml new file mode 100755 index 00000000..ebd7e797 --- /dev/null +++ b/bi_professional_reports_templates/invoice_report/report_invoice_modern.xml @@ -0,0 +1,236 @@ + + + + + + + + diff --git a/bi_professional_reports_templates/invoice_report/report_invoice_odoo_standard.xml b/bi_professional_reports_templates/invoice_report/report_invoice_odoo_standard.xml new file mode 100755 index 00000000..fa273014 --- /dev/null +++ b/bi_professional_reports_templates/invoice_report/report_invoice_odoo_standard.xml @@ -0,0 +1,179 @@ + + + + + + + + diff --git a/bi_professional_reports_templates/purchase_report/classic_report_purchaseorder.xml b/bi_professional_reports_templates/purchase_report/classic_report_purchaseorder.xml new file mode 100755 index 00000000..2456c595 --- /dev/null +++ b/bi_professional_reports_templates/purchase_report/classic_report_purchaseorder.xml @@ -0,0 +1,219 @@ + + + + + + + + diff --git a/bi_professional_reports_templates/purchase_report/classic_report_purchasequotation.xml b/bi_professional_reports_templates/purchase_report/classic_report_purchasequotation.xml new file mode 100755 index 00000000..7b575998 --- /dev/null +++ b/bi_professional_reports_templates/purchase_report/classic_report_purchasequotation.xml @@ -0,0 +1,222 @@ + + + + + + + + + diff --git a/bi_professional_reports_templates/purchase_report/fency_report_purchaseorder.xml b/bi_professional_reports_templates/purchase_report/fency_report_purchaseorder.xml new file mode 100755 index 00000000..86aac1fb --- /dev/null +++ b/bi_professional_reports_templates/purchase_report/fency_report_purchaseorder.xml @@ -0,0 +1,144 @@ + + + + + + + \ No newline at end of file diff --git a/bi_professional_reports_templates/purchase_report/fency_report_purchasequotation.xml b/bi_professional_reports_templates/purchase_report/fency_report_purchasequotation.xml new file mode 100755 index 00000000..41ef3832 --- /dev/null +++ b/bi_professional_reports_templates/purchase_report/fency_report_purchasequotation.xml @@ -0,0 +1,106 @@ + + + + + + + + diff --git a/bi_professional_reports_templates/purchase_report/modern_report_purchaseorder.xml b/bi_professional_reports_templates/purchase_report/modern_report_purchaseorder.xml new file mode 100755 index 00000000..d2a66db4 --- /dev/null +++ b/bi_professional_reports_templates/purchase_report/modern_report_purchaseorder.xml @@ -0,0 +1,199 @@ + + + + + + diff --git a/bi_professional_reports_templates/purchase_report/modern_report_purchasequotation.xml b/bi_professional_reports_templates/purchase_report/modern_report_purchasequotation.xml new file mode 100755 index 00000000..ecf1dca9 --- /dev/null +++ b/bi_professional_reports_templates/purchase_report/modern_report_purchasequotation.xml @@ -0,0 +1,154 @@ + + + + + + + + diff --git a/bi_professional_reports_templates/purchase_report/odoo_standard_report_purchaseorder.xml b/bi_professional_reports_templates/purchase_report/odoo_standard_report_purchaseorder.xml new file mode 100755 index 00000000..fd724e99 --- /dev/null +++ b/bi_professional_reports_templates/purchase_report/odoo_standard_report_purchaseorder.xml @@ -0,0 +1,143 @@ + + + + + + + + diff --git a/bi_professional_reports_templates/purchase_report/odoo_standard_report_purchasequotation.xml b/bi_professional_reports_templates/purchase_report/odoo_standard_report_purchasequotation.xml new file mode 100755 index 00000000..58d101b2 --- /dev/null +++ b/bi_professional_reports_templates/purchase_report/odoo_standard_report_purchasequotation.xml @@ -0,0 +1,103 @@ + + + + + + + + diff --git a/bi_professional_reports_templates/res_company.py b/bi_professional_reports_templates/res_company.py new file mode 100755 index 00000000..39862685 --- /dev/null +++ b/bi_professional_reports_templates/res_company.py @@ -0,0 +1,85 @@ +# -*- coding: utf-8 -*- +# Part of BrowseInfo. See LICENSE file for full copyright and licensing details. + +from odoo import models, fields, api, _ + +class res_company(models.Model): + _inherit = "res.company" + + sale_template = fields.Selection([ + ('fency', 'Fency'), + ('classic', 'Classic'), + ('modern', 'Modern'), + ('odoo_standard', 'Odoo Standard'), + ], 'Sale') + purchase_template = fields.Selection([ + ('fency', 'Fency'), + ('classic', 'Classic'), + ('modern', 'Modern'), + ('odoo_standard', 'Odoo Standard'), + ], 'Purchase') + stock_template = fields.Selection([ + ('fency', 'Fency'), + ('classic', 'Classic'), + ('modern', 'Modern'), + ('odoo_standard', 'Odoo Standard'), + ], 'Stock') + account_template = fields.Selection([ + ('fency', 'Fency'), + ('classic', 'Classic'), + ('modern', 'Modern'), + ('odoo_standard', 'Odoo Standard'), + ], 'Account') + + +class account_invoice(models.Model): + _inherit = "account.move" + + paypal_chk = fields.Boolean("Paypal") + paypal_id = fields.Char("Paypal Id") + + + def invoice_print(self): + """ Print the invoice and mark it as sent, so that we can see more + easily the next step of the workflow + """ + self.ensure_one() + self.sent = True + return self.env.ref('bi_professional_reports_templates.custom_account_invoices').report_action(self) + + +class res_company(models.Model): + _inherit = "res.company" + + bank_account_id = fields.Many2one('res.partner.bank', 'Bank Account') + +class res_partner_bank(models.Model): + _inherit = "res.partner.bank" + + street = fields.Char('Street') + street2 = fields.Char('Street2') + zip = fields.Char('Zip', size=24, change_default=True) + city = fields.Char('City') + state_id = fields.Many2one("res.country.state", 'State') + country_id = fields.Many2one('res.country', 'Country') + swift_code = fields.Char('Swift Code') + ifsc = fields.Char('IFSC') + branch_name = fields.Char('Branch Name') + + +class sale_order(models.Model): + _inherit = 'sale.order' + + + def print_quotation(self): + self.filtered(lambda s: s.state == 'draft').write({'state': 'sent'}) + return self.env.ref('bi_professional_reports_templates.custom_report_sale_order').report_action(self) + + +class PurchaseOrder(models.Model): + _inherit = "purchase.order" + + def print_quotation(self): + self.write({'state': "sent"}) + return self.env.ref('bi_professional_reports_templates.custom_report_purchase_quotation').report_action(self) + diff --git a/bi_professional_reports_templates/res_company.xml b/bi_professional_reports_templates/res_company.xml new file mode 100755 index 00000000..fecb8410 --- /dev/null +++ b/bi_professional_reports_templates/res_company.xml @@ -0,0 +1,70 @@ + + + + + + res_company_inherit.inherit_form_view + res.company + + form + + + + + + + + + + + + + account_invoice_inherit.inherit_form_view + account.move + + form + + + + + + + + + + res_company_inherit.inherit_form_view + res.company + + form + + + + + + + + + res_partner_bank_inherit.inherit_form_view + res.partner.bank + + form + + + + + + + \ No newline at end of file diff --git a/bi_professional_reports_templates/sale_report/classic_report_saleorder.xml b/bi_professional_reports_templates/sale_report/classic_report_saleorder.xml new file mode 100755 index 00000000..06628311 --- /dev/null +++ b/bi_professional_reports_templates/sale_report/classic_report_saleorder.xml @@ -0,0 +1,212 @@ + + + + + + + + + + diff --git a/bi_professional_reports_templates/sale_report/fency_report_saleorder.xml b/bi_professional_reports_templates/sale_report/fency_report_saleorder.xml new file mode 100755 index 00000000..e1577897 --- /dev/null +++ b/bi_professional_reports_templates/sale_report/fency_report_saleorder.xml @@ -0,0 +1,189 @@ + + + + + + + + diff --git a/bi_professional_reports_templates/sale_report/modern_report_saleorder.xml b/bi_professional_reports_templates/sale_report/modern_report_saleorder.xml new file mode 100755 index 00000000..bd4e7431 --- /dev/null +++ b/bi_professional_reports_templates/sale_report/modern_report_saleorder.xml @@ -0,0 +1,190 @@ + + + + + + + + diff --git a/bi_professional_reports_templates/sale_report/odoo_standard_report_saleorder.xml b/bi_professional_reports_templates/sale_report/odoo_standard_report_saleorder.xml new file mode 100755 index 00000000..94eaae2f --- /dev/null +++ b/bi_professional_reports_templates/sale_report/odoo_standard_report_saleorder.xml @@ -0,0 +1,208 @@ + + + + + + + + diff --git a/bi_professional_reports_templates/static/description/Banner.png b/bi_professional_reports_templates/static/description/Banner.png new file mode 100755 index 00000000..9aa98180 Binary files /dev/null and b/bi_professional_reports_templates/static/description/Banner.png differ diff --git a/bi_professional_reports_templates/static/description/bi_logo.png b/bi_professional_reports_templates/static/description/bi_logo.png new file mode 100755 index 00000000..e5d60b27 Binary files /dev/null and b/bi_professional_reports_templates/static/description/bi_logo.png differ diff --git a/bi_professional_reports_templates/static/description/cust_in_modern.png b/bi_professional_reports_templates/static/description/cust_in_modern.png new file mode 100755 index 00000000..b17786fd Binary files /dev/null and b/bi_professional_reports_templates/static/description/cust_in_modern.png differ diff --git a/bi_professional_reports_templates/static/description/cust_inv_fency.png b/bi_professional_reports_templates/static/description/cust_inv_fency.png new file mode 100755 index 00000000..69881cb7 Binary files /dev/null and b/bi_professional_reports_templates/static/description/cust_inv_fency.png differ diff --git a/bi_professional_reports_templates/static/description/cust_invoice_classic.png b/bi_professional_reports_templates/static/description/cust_invoice_classic.png new file mode 100755 index 00000000..f15827e2 Binary files /dev/null and b/bi_professional_reports_templates/static/description/cust_invoice_classic.png differ diff --git a/bi_professional_reports_templates/static/description/cust_invoice_odoo.png b/bi_professional_reports_templates/static/description/cust_invoice_odoo.png new file mode 100755 index 00000000..cf7ee88d Binary files /dev/null and b/bi_professional_reports_templates/static/description/cust_invoice_odoo.png differ diff --git a/bi_professional_reports_templates/static/description/delivery_classic.png b/bi_professional_reports_templates/static/description/delivery_classic.png new file mode 100755 index 00000000..1c674ddc Binary files /dev/null and b/bi_professional_reports_templates/static/description/delivery_classic.png differ diff --git a/bi_professional_reports_templates/static/description/delivery_fency.png b/bi_professional_reports_templates/static/description/delivery_fency.png new file mode 100755 index 00000000..82d32e3a Binary files /dev/null and b/bi_professional_reports_templates/static/description/delivery_fency.png differ diff --git a/bi_professional_reports_templates/static/description/delivery_modern.png b/bi_professional_reports_templates/static/description/delivery_modern.png new file mode 100755 index 00000000..28d496eb Binary files /dev/null and b/bi_professional_reports_templates/static/description/delivery_modern.png differ diff --git a/bi_professional_reports_templates/static/description/delivery_odoo.png b/bi_professional_reports_templates/static/description/delivery_odoo.png new file mode 100755 index 00000000..ce484611 Binary files /dev/null and b/bi_professional_reports_templates/static/description/delivery_odoo.png differ diff --git a/bi_professional_reports_templates/static/description/demanded/all_in_one_pos.png b/bi_professional_reports_templates/static/description/demanded/all_in_one_pos.png new file mode 100755 index 00000000..e51fc57b Binary files /dev/null and b/bi_professional_reports_templates/static/description/demanded/all_in_one_pos.png differ diff --git a/bi_professional_reports_templates/static/description/demanded/bi_generic_import.png b/bi_professional_reports_templates/static/description/demanded/bi_generic_import.png new file mode 100755 index 00000000..785b6579 Binary files /dev/null and b/bi_professional_reports_templates/static/description/demanded/bi_generic_import.png differ diff --git a/bi_professional_reports_templates/static/description/demanded/branch.png b/bi_professional_reports_templates/static/description/demanded/branch.png new file mode 100755 index 00000000..aecfc0a5 Binary files /dev/null and b/bi_professional_reports_templates/static/description/demanded/branch.png differ diff --git a/bi_professional_reports_templates/static/description/demanded/customer_overdue.png b/bi_professional_reports_templates/static/description/demanded/customer_overdue.png new file mode 100755 index 00000000..b9efae23 Binary files /dev/null and b/bi_professional_reports_templates/static/description/demanded/customer_overdue.png differ diff --git a/bi_professional_reports_templates/static/description/demanded/generic_excel_reports.png b/bi_professional_reports_templates/static/description/demanded/generic_excel_reports.png new file mode 100755 index 00000000..6b70c50a Binary files /dev/null and b/bi_professional_reports_templates/static/description/demanded/generic_excel_reports.png differ diff --git a/bi_professional_reports_templates/static/description/demanded/sale_commision.png b/bi_professional_reports_templates/static/description/demanded/sale_commision.png new file mode 100755 index 00000000..145289f7 Binary files /dev/null and b/bi_professional_reports_templates/static/description/demanded/sale_commision.png differ diff --git a/bi_professional_reports_templates/static/description/email.png b/bi_professional_reports_templates/static/description/email.png new file mode 100755 index 00000000..a2a57655 Binary files /dev/null and b/bi_professional_reports_templates/static/description/email.png differ diff --git a/bi_professional_reports_templates/static/description/features/all.png b/bi_professional_reports_templates/static/description/features/all.png new file mode 100755 index 00000000..98661b7c Binary files /dev/null and b/bi_professional_reports_templates/static/description/features/all.png differ diff --git a/bi_professional_reports_templates/static/description/features/cl.png b/bi_professional_reports_templates/static/description/features/cl.png new file mode 100755 index 00000000..4e1153d5 Binary files /dev/null and b/bi_professional_reports_templates/static/description/features/cl.png differ diff --git a/bi_professional_reports_templates/static/description/features/fc.png b/bi_professional_reports_templates/static/description/features/fc.png new file mode 100755 index 00000000..2bdfd405 Binary files /dev/null and b/bi_professional_reports_templates/static/description/features/fc.png differ diff --git a/bi_professional_reports_templates/static/description/features/it.png b/bi_professional_reports_templates/static/description/features/it.png new file mode 100755 index 00000000..404b0879 Binary files /dev/null and b/bi_professional_reports_templates/static/description/features/it.png differ diff --git a/bi_professional_reports_templates/static/description/features/m.png b/bi_professional_reports_templates/static/description/features/m.png new file mode 100755 index 00000000..0e28aac6 Binary files /dev/null and b/bi_professional_reports_templates/static/description/features/m.png differ diff --git a/bi_professional_reports_templates/static/description/features/mail.png b/bi_professional_reports_templates/static/description/features/mail.png new file mode 100755 index 00000000..580156ca Binary files /dev/null and b/bi_professional_reports_templates/static/description/features/mail.png differ diff --git a/bi_professional_reports_templates/static/description/features/st.png b/bi_professional_reports_templates/static/description/features/st.png new file mode 100755 index 00000000..8e8adabe Binary files /dev/null and b/bi_professional_reports_templates/static/description/features/st.png differ diff --git a/bi_professional_reports_templates/static/description/features/user.png b/bi_professional_reports_templates/static/description/features/user.png new file mode 100755 index 00000000..7ef6e27e Binary files /dev/null and b/bi_professional_reports_templates/static/description/features/user.png differ diff --git a/bi_professional_reports_templates/static/description/icon.png b/bi_professional_reports_templates/static/description/icon.png new file mode 100755 index 00000000..fcda7333 Binary files /dev/null and b/bi_professional_reports_templates/static/description/icon.png differ diff --git a/bi_professional_reports_templates/static/description/index.html b/bi_professional_reports_templates/static/description/index.html new file mode 100755 index 00000000..49f257b6 --- /dev/null +++ b/bi_professional_reports_templates/static/description/index.html @@ -0,0 +1,486 @@ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+

+ Professional Report Template Odoo Apps +

+

+ Easily Customizable Report Template for Quotation/Sale Order/Sales, Invoice, Picking/Delivery Order,RFQ/Purchase Order/Purchases. We are provide various + Professional Report Templates like A Odoo Standard PDF Report Template, Modern PDF Report Template, Fancy PDF Report Template, Classic PDF Report Template. +
Also user can able to Set the Report Template in Company Configuration. +

+

Spanish Translation Available.

+
+
+
+ +
+
+
+

Features

+
+
+
+
+
+ +
+
+

Odoo Standard PDF Report

+ You can configure Odoo Standard template for specific report. Easily Customizable Standard Report Template for Quotation/Sale Order, Invoices, Picking/Delivery Order,RFQ/PO/Purchases. +
+
+
+
+
+
+ +
+
+

Fancy PDF Report

+ You can configure Fancy template for specific report. Easily Customizable Fancy Report Template for Quotation/Sale Order, Invoices, Picking/Delivery Order,RFQ/PO/Purchases. +
+
+
+
+
+
+
+
+ +
+
+

Modern PDF Report

+ You can configure Modern template for specific report. Easily Customizable Modern Report Template for Quotation/Sale Order, Invoices, Picking/Delivery Order,RFQ/PO/Purchases. +
+
+
+
+
+
+ +
+
+

Classic PDF Report

+ You can configure Classic template for specific report. Easily Customizable Classic Report Template for Quotation/Sale Order, Invoices, Picking/Delivery Order,RFQ/PO/Purchases. +
+
+
+
+
+
+
+
+ +
+
+

Individual Template For Each Company

+ User can select template for particular company. +
+
+
+
+
+
+ +
+
+

Useful for All type of Industries

+ As this module is the very useful for all type of Industries. You can contact us for any Query regarding this Module. +
+
+
+
+
+
+
+
+ +
+
+

User Configuration

+ User can easily company configuration for various Templates Report. +
+
+
+
+
+
+ +
+
+

Send Mail

+ User can easily Send Mail of various Templates Report. +
+
+
+
+
+
+ +
+
+ +
+
+ +
+
+
+

How to use this module

+

You Can Goto > Settings > Companies

+

You can set the Template in company Configuration.
you can set the template and set bank account information, Tax id, Company Registry number.

+
+ +
+
+
+ +
+
+
+

Print Report

+

User can easily Print Various Template Report.

+
+ +
+
+
+ +
+
+
+

Send Mail

+

User can easily Send Mail of Various Template Report.

+
+ +
+
+
+ +
+
+
+

Fancy Report Template

+

Sale Order Fancy Report.

+
+ +
+
+
+ +
+
+
+

Delivery Order Fancy Report.

+
+ +
+
+
+ +
+
+
+

Purchase Order Fancy Report.

+
+ +
+
+
+ +
+
+
+

Invoice Fancy Report.

+
+ +
+
+
+ +
+
+
+

Classic Report Template

+

Sale Order Classic Report.

+
+ +
+
+
+ +
+
+
+

Delivery Order Classic Report.

+
+ +
+
+
+ +
+
+
+

Purchase Order Classic Report.

+
+ +
+
+
+ +
+
+
+

Invoice Classic Report.

+
+ +
+
+
+ +
+
+
+

Modern Report Template

+

Sale Order Modern Report.

+
+ +
+
+
+ +
+
+
+

Delivery Order Modern Report.

+
+ +
+
+
+ +
+
+
+

Purchase Order Modern Report.

+
+ +
+
+
+ +
+
+
+

Invoice Modern Report.

+
+ +
+
+
+ +
+
+
+

Odoo Standard Template

+

Sale Order Standard Report.

+
+ +
+
+
+ +
+
+
+

Delivery Order Standard Report.

+
+ +
+
+
+ +
+
+
+

Purchase Order Standard Report.

+
+ +
+
+
+ +
+
+
+

Invoice Standard Report.

+
+ +
+
+
+ +
+
+
+

Now also available in spanish.

+
+ +
+
+
+ +
+
+
+
+

Apps May You Like

+
+
+
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+
+
+ +
+
+
+
+

Most Demanded Apps

+
+
+
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+
+
+ +
+
+
+

Free Support

+

You will get 90 Days free support incase any bugs or issue (Except data recovery).

+

+ At BrowseInfo we offer end to end solution for Odoo services. Which includes analysis & consultation on the workflows and integration part. Please note that You're not allowed to distribute this module after purchase! Incase of any question regarding this module feel free to email us on ticket@browseinfo.in or raise a ticket on support. +

+
+
+
+ +
+
+
+
+ + + +
+
+ +
+
\ No newline at end of file diff --git a/bi_professional_reports_templates/static/description/main.png b/bi_professional_reports_templates/static/description/main.png new file mode 100755 index 00000000..4c12062c Binary files /dev/null and b/bi_professional_reports_templates/static/description/main.png differ diff --git a/bi_professional_reports_templates/static/description/print.png b/bi_professional_reports_templates/static/description/print.png new file mode 100755 index 00000000..b4ae8b52 Binary files /dev/null and b/bi_professional_reports_templates/static/description/print.png differ diff --git a/bi_professional_reports_templates/static/description/prt_translate.png b/bi_professional_reports_templates/static/description/prt_translate.png new file mode 100755 index 00000000..62d0daf6 Binary files /dev/null and b/bi_professional_reports_templates/static/description/prt_translate.png differ diff --git a/bi_professional_reports_templates/static/description/quotation_classic.png b/bi_professional_reports_templates/static/description/quotation_classic.png new file mode 100755 index 00000000..9806e84e Binary files /dev/null and b/bi_professional_reports_templates/static/description/quotation_classic.png differ diff --git a/bi_professional_reports_templates/static/description/quotation_fency.png b/bi_professional_reports_templates/static/description/quotation_fency.png new file mode 100755 index 00000000..315fd2de Binary files /dev/null and b/bi_professional_reports_templates/static/description/quotation_fency.png differ diff --git a/bi_professional_reports_templates/static/description/quotation_modern.png b/bi_professional_reports_templates/static/description/quotation_modern.png new file mode 100755 index 00000000..0c94cfe4 Binary files /dev/null and b/bi_professional_reports_templates/static/description/quotation_modern.png differ diff --git a/bi_professional_reports_templates/static/description/quotation_odoo.png b/bi_professional_reports_templates/static/description/quotation_odoo.png new file mode 100755 index 00000000..2c509481 Binary files /dev/null and b/bi_professional_reports_templates/static/description/quotation_odoo.png differ diff --git a/bi_professional_reports_templates/static/description/related/bi_financial_excel_reports.png b/bi_professional_reports_templates/static/description/related/bi_financial_excel_reports.png new file mode 100755 index 00000000..accbf6f9 Binary files /dev/null and b/bi_professional_reports_templates/static/description/related/bi_financial_excel_reports.png differ diff --git a/bi_professional_reports_templates/static/description/related/bi_inventory_report.png b/bi_professional_reports_templates/static/description/related/bi_inventory_report.png new file mode 100755 index 00000000..490aa21d Binary files /dev/null and b/bi_professional_reports_templates/static/description/related/bi_inventory_report.png differ diff --git a/bi_professional_reports_templates/static/description/related/bi_inventory_valuation_reports.png b/bi_professional_reports_templates/static/description/related/bi_inventory_valuation_reports.png new file mode 100755 index 00000000..1db12473 Binary files /dev/null and b/bi_professional_reports_templates/static/description/related/bi_inventory_valuation_reports.png differ diff --git a/bi_professional_reports_templates/static/description/related/bi_sale_margin_report.png b/bi_professional_reports_templates/static/description/related/bi_sale_margin_report.png new file mode 100755 index 00000000..9350d250 Binary files /dev/null and b/bi_professional_reports_templates/static/description/related/bi_sale_margin_report.png differ diff --git a/bi_professional_reports_templates/static/description/related/bi_stock_rotation_report.png b/bi_professional_reports_templates/static/description/related/bi_stock_rotation_report.png new file mode 100755 index 00000000..ecb07595 Binary files /dev/null and b/bi_professional_reports_templates/static/description/related/bi_stock_rotation_report.png differ diff --git a/bi_professional_reports_templates/static/description/related/outstanding_report.png b/bi_professional_reports_templates/static/description/related/outstanding_report.png new file mode 100755 index 00000000..4443cdfb Binary files /dev/null and b/bi_professional_reports_templates/static/description/related/outstanding_report.png differ diff --git a/bi_professional_reports_templates/static/description/rfq_classic.png b/bi_professional_reports_templates/static/description/rfq_classic.png new file mode 100755 index 00000000..a7946cab Binary files /dev/null and b/bi_professional_reports_templates/static/description/rfq_classic.png differ diff --git a/bi_professional_reports_templates/static/description/rfq_fency.png b/bi_professional_reports_templates/static/description/rfq_fency.png new file mode 100755 index 00000000..0ba23ff4 Binary files /dev/null and b/bi_professional_reports_templates/static/description/rfq_fency.png differ diff --git a/bi_professional_reports_templates/static/description/rfq_modern.png b/bi_professional_reports_templates/static/description/rfq_modern.png new file mode 100755 index 00000000..141ed787 Binary files /dev/null and b/bi_professional_reports_templates/static/description/rfq_modern.png differ diff --git a/bi_professional_reports_templates/static/description/rfq_odoo.png b/bi_professional_reports_templates/static/description/rfq_odoo.png new file mode 100755 index 00000000..eb703089 Binary files /dev/null and b/bi_professional_reports_templates/static/description/rfq_odoo.png differ