Skip to content

Commit 1bc1ab3

Browse files
committed
[ADD] clog_account_payment_order_custom: add new module
1 parent 051eb7b commit 1bc1ab3

File tree

16 files changed

+1570
-0
lines changed

16 files changed

+1570
-0
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
=====================================
2+
CLOG - Account Payment Order - Custom
3+
=====================================
4+
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:e5fe250657bcf6d01fc520cc90b6922b4c3b264a2f7744b3170bf191d7db3d6f
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12+
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
14+
:target: https://odoo-community.org/page/development-status
15+
:alt: Beta
16+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
17+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18+
:alt: License: AGPL-3
19+
.. |badge3| image:: https://img.shields.io/badge/github-Escodoo%2Fclog--addons-lightgray.png?logo=github
20+
:target: https://github.com/Escodoo/clog-addons/tree/14.0/clog_account_payment_order_custom
21+
:alt: Escodoo/clog-addons
22+
23+
|badge1| |badge2| |badge3|
24+
25+
26+
**Table of contents**
27+
28+
.. contents::
29+
:local:
30+
31+
Bug Tracker
32+
===========
33+
34+
Bugs are tracked on `GitHub Issues <https://github.com/Escodoo/clog-addons/issues>`_.
35+
In case of trouble, please check there if your issue has already been reported.
36+
If you spotted it first, help us to smash it by providing a detailed and welcomed
37+
`feedback <https://github.com/Escodoo/clog-addons/issues/new?body=module:%20clog_account_payment_order_custom%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
38+
39+
Do not contact contributors directly about support or help with technical issues.
40+
41+
Credits
42+
=======
43+
44+
Authors
45+
~~~~~~~
46+
47+
* Escodoo
48+
49+
Maintainers
50+
~~~~~~~~~~~
51+
52+
This module is part of the `Escodoo/clog-addons <https://github.com/Escodoo/clog-addons/tree/14.0/clog_account_payment_order_custom>`_ project on GitHub.
53+
54+
You are welcome to contribute.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from . import models
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Copyright 2025 - TODAY, Escodoo
2+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
3+
4+
{
5+
"name": "CLOG - Account Payment Order - Custom",
6+
"version": "14.0.1.0.0",
7+
"license": "AGPL-3",
8+
"author": "Escodoo",
9+
"website": "https://github.com/Escodoo/clog-addons",
10+
"depends": ["account_payment_order"],
11+
"data": [
12+
"report/account_payment_order.xml",
13+
"report/print_account_payment_order.xml",
14+
],
15+
}
Lines changed: 205 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,205 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * clog_account_payment_order_custom
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 14.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"POT-Creation-Date: 2025-04-14 16:58+0000\n"
10+
"PO-Revision-Date: 2025-04-14 16:58+0000\n"
11+
"Last-Translator: \n"
12+
"Language-Team: \n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: \n"
17+
18+
#. module: clog_account_payment_order_custom
19+
#: model_terms:ir.ui.view,arch_db:clog_account_payment_order_custom.print_pay_invoice_simple_document
20+
msgid "- IE:"
21+
msgstr ""
22+
23+
#. module: clog_account_payment_order_custom
24+
#: model_terms:ir.ui.view,arch_db:clog_account_payment_order_custom.print_pay_invoice_simple_document
25+
msgid "<strong style=\"font-size: 14px;\">DOCUMENT NUMBER</strong>"
26+
msgstr ""
27+
28+
#. module: clog_account_payment_order_custom
29+
#: model_terms:ir.ui.view,arch_db:clog_account_payment_order_custom.print_pay_invoice_simple_document
30+
msgid "<strong style=\"font-size: 14px;\">TOTAL AMOUNT</strong>"
31+
msgstr ""
32+
33+
#. module: clog_account_payment_order_custom
34+
#: model_terms:ir.ui.view,arch_db:clog_account_payment_order_custom.print_pay_invoice_simple_document
35+
msgid "<strong>TOTAL VALUE</strong>"
36+
msgstr ""
37+
38+
#. module: clog_account_payment_order_custom
39+
#: model_terms:ir.ui.view,arch_db:clog_account_payment_order_custom.print_pay_invoice_simple_document
40+
msgid ""
41+
"<strong>The processing of personal data may be carried out for\n"
42+
" the execution of the transport contract (LGPD art. 7, V).</strong>"
43+
msgstr ""
44+
45+
#. module: clog_account_payment_order_custom
46+
#: model_terms:ir.ui.view,arch_db:clog_account_payment_order_custom.print_pay_invoice_simple_document
47+
msgid ""
48+
"Additional\n"
49+
" Freight/Discounts Value"
50+
msgstr ""
51+
52+
#. module: clog_account_payment_order_custom
53+
#: model_terms:ir.ui.view,arch_db:clog_account_payment_order_custom.print_pay_invoice_simple_document
54+
msgid "CNPJ/CPF:"
55+
msgstr ""
56+
57+
#. module: clog_account_payment_order_custom
58+
#: model_terms:ir.ui.view,arch_db:clog_account_payment_order_custom.print_pay_invoice_simple_document
59+
msgid ""
60+
"CT-e / RPS /\n"
61+
" NFS-e"
62+
msgstr ""
63+
64+
#. module: clog_account_payment_order_custom
65+
#: model:ir.model.fields,field_description:clog_account_payment_order_custom.field_account_payment_order__display_name
66+
msgid "Display Name"
67+
msgstr ""
68+
69+
#. module: clog_account_payment_order_custom
70+
#: model_terms:ir.ui.view,arch_db:clog_account_payment_order_custom.print_pay_invoice_simple_document
71+
msgid "Due Date"
72+
msgstr ""
73+
74+
#. module: clog_account_payment_order_custom
75+
#: model_terms:ir.ui.view,arch_db:clog_account_payment_order_custom.print_pay_invoice_simple_document
76+
msgid ""
77+
"Exempt\n"
78+
" Freight/Service Value"
79+
msgstr ""
80+
81+
#. module: clog_account_payment_order_custom
82+
#: model_terms:ir.ui.view,arch_db:clog_account_payment_order_custom.print_pay_invoice_simple_document
83+
msgid ""
84+
"Fiscal Doc.\n"
85+
" No."
86+
msgstr ""
87+
88+
#. module: clog_account_payment_order_custom
89+
#: model_terms:ir.ui.view,arch_db:clog_account_payment_order_custom.print_pay_invoice_simple_document
90+
msgid "Freight (R$)"
91+
msgstr ""
92+
93+
#. module: clog_account_payment_order_custom
94+
#: model_terms:ir.ui.view,arch_db:clog_account_payment_order_custom.print_pay_invoice_simple_document
95+
msgid ""
96+
"Freight/Service\n"
97+
" ICMS Value (12.00% Rate)"
98+
msgstr ""
99+
100+
#. module: clog_account_payment_order_custom
101+
#: model_terms:ir.ui.view,arch_db:clog_account_payment_order_custom.print_pay_invoice_simple_document
102+
msgid ""
103+
"Goods\n"
104+
" Value of CTRCs"
105+
msgstr ""
106+
107+
#. module: clog_account_payment_order_custom
108+
#: model_terms:ir.ui.view,arch_db:clog_account_payment_order_custom.print_pay_invoice_simple_document
109+
msgid "ICMS (R$)"
110+
msgstr ""
111+
112+
#. module: clog_account_payment_order_custom
113+
#: model:ir.model.fields,field_description:clog_account_payment_order_custom.field_account_payment_order__id
114+
msgid "ID"
115+
msgstr ""
116+
117+
#. module: clog_account_payment_order_custom
118+
#: model_terms:ir.ui.view,arch_db:clog_account_payment_order_custom.print_pay_invoice_simple_document
119+
msgid "ISS (R$)"
120+
msgstr ""
121+
122+
#. module: clog_account_payment_order_custom
123+
#: model:ir.actions.report,name:clog_account_payment_order_custom.clog_action_pay_invoice_simple
124+
msgid "Invoice Simple"
125+
msgstr ""
126+
127+
#. module: clog_account_payment_order_custom
128+
#: model_terms:ir.ui.view,arch_db:clog_account_payment_order_custom.print_pay_invoice_simple_document
129+
msgid "Issue Date"
130+
msgstr ""
131+
132+
#. module: clog_account_payment_order_custom
133+
#: model:ir.model.fields,field_description:clog_account_payment_order_custom.field_account_payment_order____last_update
134+
msgid "Last Modified on"
135+
msgstr ""
136+
137+
#. module: clog_account_payment_order_custom
138+
#: model_terms:ir.ui.view,arch_db:clog_account_payment_order_custom.print_pay_invoice_simple_document
139+
msgid ""
140+
"Market Value\n"
141+
" (R$)"
142+
msgstr ""
143+
144+
#. module: clog_account_payment_order_custom
145+
#: model_terms:ir.ui.view,arch_db:clog_account_payment_order_custom.print_pay_invoice_simple_document
146+
msgid ""
147+
"Number of\n"
148+
" Documents"
149+
msgstr ""
150+
151+
#. module: clog_account_payment_order_custom
152+
#: model_terms:ir.ui.view,arch_db:clog_account_payment_order_custom.print_pay_invoice_simple_document
153+
msgid "PHONE:"
154+
msgstr ""
155+
156+
#. module: clog_account_payment_order_custom
157+
#: model_terms:ir.ui.view,arch_db:clog_account_payment_order_custom.print_pay_invoice_simple_document
158+
msgid "Payer's Receipt"
159+
msgstr ""
160+
161+
#. module: clog_account_payment_order_custom
162+
#: model:ir.model,name:clog_account_payment_order_custom.model_account_payment_order
163+
msgid "Payment Order"
164+
msgstr ""
165+
166+
#. module: clog_account_payment_order_custom
167+
#: model_terms:ir.ui.view,arch_db:clog_account_payment_order_custom.print_pay_invoice_simple_document
168+
msgid ""
169+
"Return/Redelivery\n"
170+
" Freight Value"
171+
msgstr ""
172+
173+
#. module: clog_account_payment_order_custom
174+
#: model_terms:ir.ui.view,arch_db:clog_account_payment_order_custom.print_pay_invoice_simple_document
175+
msgid "ST (R$)"
176+
msgstr ""
177+
178+
#. module: clog_account_payment_order_custom
179+
#: model_terms:ir.ui.view,arch_db:clog_account_payment_order_custom.print_pay_invoice_simple_document
180+
msgid "Sender"
181+
msgstr ""
182+
183+
#. module: clog_account_payment_order_custom
184+
#: model_terms:ir.ui.view,arch_db:clog_account_payment_order_custom.print_pay_invoice_simple_document
185+
msgid "Tax Base (R$)"
186+
msgstr ""
187+
188+
#. module: clog_account_payment_order_custom
189+
#: model_terms:ir.ui.view,arch_db:clog_account_payment_order_custom.print_pay_invoice_simple_document
190+
msgid ""
191+
"Toll Value\n"
192+
" of CTRCs"
193+
msgstr ""
194+
195+
#. module: clog_account_payment_order_custom
196+
#: model_terms:ir.ui.view,arch_db:clog_account_payment_order_custom.print_pay_invoice_simple_document
197+
msgid ""
198+
"Total\n"
199+
" Documents:"
200+
msgstr ""
201+
202+
#. module: clog_account_payment_order_custom
203+
#: model_terms:ir.ui.view,arch_db:clog_account_payment_order_custom.print_pay_invoice_simple_document
204+
msgid "Weight (Kg)"
205+
msgstr ""

0 commit comments

Comments
 (0)