Skip to content

Commit

Permalink
[ADD] New module account_invoice_tax_breakdown_export
Browse files Browse the repository at this point in the history
  • Loading branch information
oihane committed Dec 30, 2024
1 parent 3cdeeba commit 409cd3e
Show file tree
Hide file tree
Showing 10 changed files with 536 additions and 0 deletions.
1 change: 1 addition & 0 deletions account_invoice_tax_breakdown_export/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import wizards
20 changes: 20 additions & 0 deletions account_invoice_tax_breakdown_export/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright 2024 Oihane Crucelaegui - AvanzOSC
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

{
"name": "Account Invoice export xlsx with Tax Breakdown",
"version": "14.0.1.0.0",
"category": "Hidden/Tools",
"license": "AGPL-3",
"author": "AvanzOSC",
"website": "https://github.com/avanzosc/odoo-addons",
"depends": [
"account",
],
"excludes": [],
"data": [
"security/ir.model.access.csv",
"wizards/account_invoice_xlsx_export_views.xml",
],
"installable": True,
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_tax_breakdown_export
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-04 10:01+0000\n"
"PO-Revision-Date: 2024-11-04 10:01+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: account_invoice_tax_breakdown_export
#: model_terms:ir.ui.view,arch_db:account_invoice_tax_breakdown_export.account_invoice_breakdown_export_view_form
msgid "Cancel"
msgstr ""

#. module: account_invoice_tax_breakdown_export
#: model:ir.model.fields,field_description:account_invoice_tax_breakdown_export.field_account_invoice_breakdown_export__create_uid
msgid "Created by"
msgstr ""

#. module: account_invoice_tax_breakdown_export
#: model:ir.model.fields,field_description:account_invoice_tax_breakdown_export.field_account_invoice_breakdown_export__create_date
msgid "Created on"
msgstr ""

#. module: account_invoice_tax_breakdown_export
#: model:ir.model.fields,field_description:account_invoice_tax_breakdown_export.field_account_invoice_breakdown_export__display_name
msgid "Display Name"
msgstr ""

#. module: account_invoice_tax_breakdown_export
#: model_terms:ir.ui.view,arch_db:account_invoice_tax_breakdown_export.account_invoice_breakdown_export_view_form
msgid "Export"
msgstr ""

#. module: account_invoice_tax_breakdown_export
#: model:ir.actions.act_window,name:account_invoice_tax_breakdown_export.account_invoice_breakdown_export_action
#: model_terms:ir.ui.view,arch_db:account_invoice_tax_breakdown_export.account_invoice_breakdown_export_view_form
msgid "Export Invoices with Tax Breakdown"
msgstr ""

#. module: account_invoice_tax_breakdown_export
#: model:ir.model.fields,field_description:account_invoice_tax_breakdown_export.field_account_invoice_breakdown_export__id
msgid "ID"
msgstr ""

#. module: account_invoice_tax_breakdown_export
#: model:ir.model.fields,field_description:account_invoice_tax_breakdown_export.field_account_invoice_breakdown_export__invoice_ids
msgid "Invoice"
msgstr ""

#. module: account_invoice_tax_breakdown_export
#: model:ir.model.fields,field_description:account_invoice_tax_breakdown_export.field_account_invoice_breakdown_export__invoice_count
msgid "Invoice Count"
msgstr ""

#. module: account_invoice_tax_breakdown_export
#: model_terms:ir.ui.view,arch_db:account_invoice_tax_breakdown_export.account_invoice_breakdown_export_view_form
msgid "Invoices XLSX file"
msgstr ""

#. module: account_invoice_tax_breakdown_export
#: model:ir.model.fields,field_description:account_invoice_tax_breakdown_export.field_account_invoice_breakdown_export____last_update
msgid "Last Modified on"
msgstr ""

#. module: account_invoice_tax_breakdown_export
#: model:ir.model.fields,field_description:account_invoice_tax_breakdown_export.field_account_invoice_breakdown_export__write_uid
msgid "Last Updated by"
msgstr ""

#. module: account_invoice_tax_breakdown_export
#: model:ir.model.fields,field_description:account_invoice_tax_breakdown_export.field_account_invoice_breakdown_export__write_date
msgid "Last Updated on"
msgstr ""

#. module: account_invoice_tax_breakdown_export
#: model_terms:ir.ui.view,arch_db:account_invoice_tax_breakdown_export.account_invoice_breakdown_export_view_form
msgid "This will create a XLSX file with a list of invoices."
msgstr ""

#. module: account_invoice_tax_breakdown_export
#: model:ir.model,name:account_invoice_tax_breakdown_export.model_account_invoice_breakdown_export
msgid "account.invoice.breakdown.export"
msgstr ""
92 changes: 92 additions & 0 deletions account_invoice_tax_breakdown_export/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_tax_breakdown_export
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-04 10:01+0000\n"
"PO-Revision-Date: 2024-11-04 10:01+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: account_invoice_tax_breakdown_export
#: model_terms:ir.ui.view,arch_db:account_invoice_tax_breakdown_export.account_invoice_breakdown_export_view_form
msgid "Cancel"
msgstr "Cancelar"

#. module: account_invoice_tax_breakdown_export
#: model:ir.model.fields,field_description:account_invoice_tax_breakdown_export.field_account_invoice_breakdown_export__create_uid
msgid "Created by"
msgstr "Creado por"

#. module: account_invoice_tax_breakdown_export
#: model:ir.model.fields,field_description:account_invoice_tax_breakdown_export.field_account_invoice_breakdown_export__create_date
msgid "Created on"
msgstr "Creado el"

#. module: account_invoice_tax_breakdown_export
#: model:ir.model.fields,field_description:account_invoice_tax_breakdown_export.field_account_invoice_breakdown_export__display_name
msgid "Display Name"
msgstr "Nombre mostrado"

#. module: account_invoice_tax_breakdown_export
#: model_terms:ir.ui.view,arch_db:account_invoice_tax_breakdown_export.account_invoice_breakdown_export_view_form
msgid "Export"
msgstr "Exportar"

#. module: account_invoice_tax_breakdown_export
#: model:ir.actions.act_window,name:account_invoice_tax_breakdown_export.account_invoice_breakdown_export_action
#: model_terms:ir.ui.view,arch_db:account_invoice_tax_breakdown_export.account_invoice_breakdown_export_view_form
msgid "Export Invoices with Tax Breakdown"
msgstr "Exportar facturas con desglose de impuestos"

#. module: account_invoice_tax_breakdown_export
#: model:ir.model.fields,field_description:account_invoice_tax_breakdown_export.field_account_invoice_breakdown_export__id
msgid "ID"
msgstr ""

#. module: account_invoice_tax_breakdown_export
#: model:ir.model.fields,field_description:account_invoice_tax_breakdown_export.field_account_invoice_breakdown_export__invoice_ids
msgid "Invoice"
msgstr "Factura"

#. module: account_invoice_tax_breakdown_export
#: model:ir.model.fields,field_description:account_invoice_tax_breakdown_export.field_account_invoice_breakdown_export__invoice_count
msgid "Invoice Count"
msgstr "Núm. facturas"

#. module: account_invoice_tax_breakdown_export
#: model_terms:ir.ui.view,arch_db:account_invoice_tax_breakdown_export.account_invoice_breakdown_export_view_form
msgid "Invoices XLSX file"
msgstr "Fichero XLSX de facturas"

#. module: account_invoice_tax_breakdown_export
#: model:ir.model.fields,field_description:account_invoice_tax_breakdown_export.field_account_invoice_breakdown_export____last_update
msgid "Last Modified on"
msgstr "Última modificación el"

#. module: account_invoice_tax_breakdown_export
#: model:ir.model.fields,field_description:account_invoice_tax_breakdown_export.field_account_invoice_breakdown_export__write_uid
msgid "Last Updated by"
msgstr "Última actualización por"

#. module: account_invoice_tax_breakdown_export
#: model:ir.model.fields,field_description:account_invoice_tax_breakdown_export.field_account_invoice_breakdown_export__write_date
msgid "Last Updated on"
msgstr "Última actualización el"

#. module: account_invoice_tax_breakdown_export
#: model_terms:ir.ui.view,arch_db:account_invoice_tax_breakdown_export.account_invoice_breakdown_export_view_form
msgid "This will create a XLSX file with a list of invoices."
msgstr "Esto creará un fichero XLSX con una lista de facturas."

#. module: account_invoice_tax_breakdown_export
#: model:ir.model,name:account_invoice_tax_breakdown_export.model_account_invoice_breakdown_export
msgid "account.invoice.breakdown.export"
msgstr ""
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_wiz_account_invoice_breakdown_export,account.invoice.breakdown.export,model_account_invoice_breakdown_export,account.group_account_invoice,1,1,1,1
1 change: 1 addition & 0 deletions account_invoice_tax_breakdown_export/wizards/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import account_invoice_xlsx_export
Loading

0 comments on commit 409cd3e

Please sign in to comment.