Skip to content

[14.0][IMP] lrm_sale_custom: report quotation #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: 14.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lrm_sale_custom/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"license": "AGPL-3",
"author": "Escodoo",
"website": "https://github.com/Escodoo/lrm-addons",
"depends": ["sale"],
"data": ["views/sale_order.xml"],
"depends": ["l10n_br_sale"],
"data": ["views/sale_order.xml", "views/report_saleorder.xml"],
}
89 changes: 89 additions & 0 deletions lrm_sale_custom/i18n/lrm_sale_custom.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,118 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-03-20 18:59+0000\n"
"PO-Revision-Date: 2025-03-20 18:59+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: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid "CFOP"
msgstr ""

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid "CST"
msgstr ""

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid "DELIVERY TIME"
msgstr ""

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid "DISCOUNT VALUE"
msgstr ""

#. module: lrm_sale_custom
#: model:ir.model.fields,field_description:lrm_sale_custom.field_sale_order__display_name
msgid "Display Name"
msgstr ""

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid "ICMS %"
msgstr ""

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid "ICMS BASE"
msgstr ""

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid "ICMS VALUE"
msgstr ""

#. module: lrm_sale_custom
#: model:ir.model.fields,field_description:lrm_sale_custom.field_sale_order__id
msgid "ID"
msgstr ""

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid "IMAGE"
msgstr ""

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid "IPI %"
msgstr ""

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid "IPI VALUE"
msgstr ""

#. module: lrm_sale_custom
#: model:ir.model.fields,field_description:lrm_sale_custom.field_sale_order____last_update
msgid "Last Modified on"
msgstr ""

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid "NCM/SH"
msgstr ""

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid ""
"PRODUCT/SERVICE\n"
" DESCRIPTION"
msgstr ""

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid "QUANTITY"
msgstr ""

#. module: lrm_sale_custom
#: model:ir.model,name:lrm_sale_custom.model_sale_order
msgid "Sales Order"
msgstr ""

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid "TOTAL VALUE"
msgstr ""

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid "UNIT"
msgstr ""

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid "UNIT VALUE"
msgstr ""

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid "days"
msgstr ""
3 changes: 3 additions & 0 deletions lrm_sale_custom/i18n/lrm_sale_custom.pot:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=C:\Users\Kaynnan Lemes\Downloads\lrm_sale_custom.tgz
125 changes: 125 additions & 0 deletions lrm_sale_custom/i18n/pt_BR.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * lrm_sale_custom
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-03-20 18:59+0000\n"
"PO-Revision-Date: 2025-03-20 16:04-0300\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Poedit 3.5\n"

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid "CFOP"
msgstr "CFOP"

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid "CST"
msgstr "CST"

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid "DELIVERY TIME"
msgstr "PRAZO DE ENTREGA"

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid "DISCOUNT VALUE"
msgstr "VL. DESC"

#. module: lrm_sale_custom
#: model:ir.model.fields,field_description:lrm_sale_custom.field_sale_order__display_name
msgid "Display Name"
msgstr "Nome de Exibição"

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid "ICMS %"
msgstr "ICMS %"

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid "ICMS BASE"
msgstr "BC ICMS"

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid "ICMS VALUE"
msgstr "VL. ICMS"

#. module: lrm_sale_custom
#: model:ir.model.fields,field_description:lrm_sale_custom.field_sale_order__id
msgid "ID"
msgstr "ID"

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid "IMAGE"
msgstr "IMAGEM"

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid "IPI %"
msgstr "IPI %"

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid "IPI VALUE"
msgstr "VL. IPI"

#. module: lrm_sale_custom
#: model:ir.model.fields,field_description:lrm_sale_custom.field_sale_order____last_update
msgid "Last Modified on"
msgstr "Ultima modificação em"

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid "NCM/SH"
msgstr "NCM/SH"

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid ""
"PRODUCT/SERVICE\n"
" DESCRIPTION"
msgstr "DESC. PROD / SERV"

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid "QUANTITY"
msgstr "QTD"

#. module: lrm_sale_custom
#: model:ir.model,name:lrm_sale_custom.model_sale_order
msgid "Sales Order"
msgstr "Pedido de Venda"

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid "TOTAL VALUE"
msgstr "VL. TOTAL"

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid "UNIT"
msgstr "UNID"

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid "UNIT VALUE"
msgstr "VL. UNIT"

#. module: lrm_sale_custom
#: model_terms:ir.ui.view,arch_db:lrm_sale_custom.lrm_report_saleorder_document
msgid "days"
msgstr "dias"
Loading