Skip to content
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

[MIG][16.0] altinkaya_excel_export #20

Open
wants to merge 10 commits into
base: 16.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: 4 additions & 0 deletions altinkaya_credit_control/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright 2022 Yiğit Budak (https://github.com/yibudak)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import models
from . import wizards
21 changes: 21 additions & 0 deletions altinkaya_credit_control/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 2022 Yiğit Budak (https://github.com/yibudak)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Altinkaya Credit Control Extensions",
"summary": "Adds custom reports and views for Credit Control",
"version": "12.0.1.0.0",
"category": "stock",
"website": "https://github.com/yibudak",
"author": "Yiğit Budak",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": ["account", "account_credit_control"],
"data": [
"views/credit_control_communication_views.xml",
"views/credit_control_run_views.xml",
"reports/credit_control_lines.xml",
"reports/bank_accounts.xml",
],
}
183 changes: 183 additions & 0 deletions altinkaya_credit_control/i18n/altinkaya_credit_control.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,183 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * altinkaya_credit_control
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-19 13:57+0000\n"
"PO-Revision-Date: 2023-06-19 13:57+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: altinkaya_credit_control
#: code:addons/altinkaya_credit_control/models/credit_control_communication.py:62
#, python-format
msgid "%s Invoice Notifying"
msgstr ""

#. module: altinkaya_credit_control
#: code:addons/altinkaya_credit_control/models/credit_control_run.py:38
#, python-format
msgid "Account Follow-up Phone Call"
msgstr ""

#. module: altinkaya_credit_control
#: model:ir.model.fields,field_description:altinkaya_credit_control.field_credit_control_run__activity_deadline
msgid "Activity Deadline"
msgstr ""

#. module: altinkaya_credit_control
#: model_terms:ir.ui.view,arch_db:altinkaya_credit_control.report_credit_control_lines
msgid "Amount"
msgstr ""

#. module: altinkaya_credit_control
#: model_terms:ir.ui.view,arch_db:altinkaya_credit_control.report_credit_control_lines
msgid "Amount Residual"
msgstr ""

#. module: altinkaya_credit_control
#: model_terms:ir.ui.view,arch_db:altinkaya_credit_control.view_communication_form_altinkaya
msgid "Are you sure to send an email with all the lines?"
msgstr ""

#. module: altinkaya_credit_control
#: model:ir.model.fields,field_description:altinkaya_credit_control.field_credit_control_communication__communication_channel
msgid "Channel"
msgstr ""

#. module: altinkaya_credit_control
#: model:ir.model.fields,field_description:altinkaya_credit_control.field_credit_control_communication__credit_control_lines_html
msgid "Credit Control Lines"
msgstr ""

#. module: altinkaya_credit_control
#: model:ir.model,name:altinkaya_credit_control.model_credit_control_communication
msgid "Credit control communication process"
msgstr ""

#. module: altinkaya_credit_control
#: model:ir.model,name:altinkaya_credit_control.model_credit_control_run
msgid "Credit control line generator"
msgstr ""

#. module: altinkaya_credit_control
#: model_terms:ir.ui.view,arch_db:altinkaya_credit_control.report_credit_control_lines
msgid "Date"
msgstr ""

#. module: altinkaya_credit_control
#: model:ir.model,name:altinkaya_credit_control.model_credit_control_policy
msgid "Define a reminder policy"
msgstr ""

#. module: altinkaya_credit_control
#: model_terms:ir.ui.view,arch_db:altinkaya_credit_control.report_credit_control_lines
msgid "Description"
msgstr ""

#. module: altinkaya_credit_control
#: selection:credit.control.communication,state:0
msgid "Done"
msgstr ""

#. module: altinkaya_credit_control
#: selection:credit.control.communication,state:0
msgid "Draft"
msgstr ""

#. module: altinkaya_credit_control
#: model_terms:ir.ui.view,arch_db:altinkaya_credit_control.report_credit_control_lines
msgid "Due Date"
msgstr ""

#. module: altinkaya_credit_control
#: code:addons/altinkaya_credit_control/models/credit_control_communication.py:97
#, python-format
msgid "Error while sending email: %s"
msgstr ""

#. module: altinkaya_credit_control
#: model:ir.model,name:altinkaya_credit_control.model_credit_control_emailer
msgid "Mass credit line emailer"
msgstr ""

#. module: altinkaya_credit_control
#: model:ir.model,name:altinkaya_credit_control.model_credit_control_marker
msgid "Mass marker"
msgstr ""

#. module: altinkaya_credit_control
#: model:ir.model,name:altinkaya_credit_control.model_credit_control_printer
msgid "Mass printer"
msgstr ""

#. module: altinkaya_credit_control
#: model:ir.model.fields,help:altinkaya_credit_control.field_credit_control_run__activity_deadline
msgid "Number of days to set as deadline for the activity"
msgstr ""

#. module: altinkaya_credit_control
#: code:addons/altinkaya_credit_control/models/credit_control_communication.py:78
#: code:addons/altinkaya_credit_control/models/credit_control_communication.py:81
#, python-format
msgid "Partner Statement"
msgstr ""

#. module: altinkaya_credit_control
#: model_terms:ir.ui.view,arch_db:altinkaya_credit_control.report_credit_control_lines
msgid "Ref"
msgstr ""

#. module: altinkaya_credit_control
#: model_terms:ir.ui.view,arch_db:altinkaya_credit_control.view_communication_form_altinkaya
msgid "Send Email"
msgstr ""

#. module: altinkaya_credit_control
#: selection:credit.control.communication,state:0
msgid "Sent"
msgstr ""

#. module: altinkaya_credit_control
#: model_terms:ir.ui.view,arch_db:altinkaya_credit_control.view_communication_form_altinkaya
msgid "Set to Done"
msgstr ""

#. module: altinkaya_credit_control
#: model:ir.model.fields,field_description:altinkaya_credit_control.field_credit_control_communication__state
msgid "Status"
msgstr ""

#. module: altinkaya_credit_control
#: code:addons/altinkaya_credit_control/models/credit_control_communication.py:49
#, python-format
msgid "There is no draft lines to send."
msgstr ""

#. module: altinkaya_credit_control
#: code:addons/altinkaya_credit_control/models/credit_control_communication.py:42
#, python-format
msgid "This communication is already sent."
msgstr ""

#. module: altinkaya_credit_control
#: code:addons/altinkaya_credit_control/wizards/credit_control_emailer.py:13
#: code:addons/altinkaya_credit_control/wizards/credit_control_marker.py:13
#: code:addons/altinkaya_credit_control/wizards/credit_control_printer.py:13
#, python-format
msgid "This method is restricted by Altinkaya Credit Control."
msgstr ""

#. module: altinkaya_credit_control
#: code:addons/altinkaya_credit_control/models/credit_control_communication.py:80
#, python-format
msgid "altinkaya_partner_statement.pdf"
msgstr ""

183 changes: 183 additions & 0 deletions altinkaya_credit_control/i18n/tr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,183 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * altinkaya_credit_control
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-19 13:57+0000\n"
"PO-Revision-Date: 2023-06-19 13:57+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: altinkaya_credit_control
#: code:addons/altinkaya_credit_control/models/credit_control_communication.py:62
#, python-format
msgid "%s Invoice Notifying"
msgstr "%s Fatura Bildirimi"

#. module: altinkaya_credit_control
#: code:addons/altinkaya_credit_control/models/credit_control_run.py:38
#, python-format
msgid "Account Follow-up Phone Call"
msgstr "Hesap Takibi Telefon Görüşmesi"

#. module: altinkaya_credit_control
#: model:ir.model.fields,field_description:altinkaya_credit_control.field_credit_control_run__activity_deadline
msgid "Activity Deadline"
msgstr "Etkinlik Son Tarihi"

#. module: altinkaya_credit_control
#: model_terms:ir.ui.view,arch_db:altinkaya_credit_control.report_credit_control_lines
msgid "Amount"
msgstr "Tutar"

#. module: altinkaya_credit_control
#: model_terms:ir.ui.view,arch_db:altinkaya_credit_control.report_credit_control_lines
msgid "Amount Residual"
msgstr "Açık Tutar"

#. module: altinkaya_credit_control
#: model_terms:ir.ui.view,arch_db:altinkaya_credit_control.view_communication_form_altinkaya
msgid "Are you sure to send an email with all the lines?"
msgstr "Taslak durumundaki bütün satırları içeren bir email göndermeyi onaylıyor musunuz?"

#. module: altinkaya_credit_control
#: model:ir.model.fields,field_description:altinkaya_credit_control.field_credit_control_communication__communication_channel
msgid "Channel"
msgstr "Kanal"

#. module: altinkaya_credit_control
#: model:ir.model.fields,field_description:altinkaya_credit_control.field_credit_control_communication__credit_control_lines_html
msgid "Credit Control Lines"
msgstr "Kredi Kontrol Hatları"

#. module: altinkaya_credit_control
#: model:ir.model,name:altinkaya_credit_control.model_credit_control_communication
msgid "Credit control communication process"
msgstr "Kredi kontrol iletişim süreci"

#. module: altinkaya_credit_control
#: model:ir.model,name:altinkaya_credit_control.model_credit_control_run
msgid "Credit control line generator"
msgstr "Kredi kontrol hattı oluşturucu"

#. module: altinkaya_credit_control
#: model_terms:ir.ui.view,arch_db:altinkaya_credit_control.report_credit_control_lines
msgid "Date"
msgstr "Tarih"

#. module: altinkaya_credit_control
#: model:ir.model,name:altinkaya_credit_control.model_credit_control_policy
msgid "Define a reminder policy"
msgstr "Bir hatırlatma politikası tanımlayın"

#. module: altinkaya_credit_control
#: model_terms:ir.ui.view,arch_db:altinkaya_credit_control.report_credit_control_lines
msgid "Description"
msgstr "Açıklama"

#. module: altinkaya_credit_control
#: selection:credit.control.communication,state:0
msgid "Done"
msgstr "Tamamlandı"

#. module: altinkaya_credit_control
#: selection:credit.control.communication,state:0
msgid "Draft"
msgstr "Taslak"

#. module: altinkaya_credit_control
#: model_terms:ir.ui.view,arch_db:altinkaya_credit_control.report_credit_control_lines
msgid "Due Date"
msgstr "Vade T."

#. module: altinkaya_credit_control
#: code:addons/altinkaya_credit_control/models/credit_control_communication.py:97
#, python-format
msgid "Error while sending email: %s"
msgstr "Mail gönderirken bir hata oluştu: %s"

#. module: altinkaya_credit_control
#: model:ir.model,name:altinkaya_credit_control.model_credit_control_emailer
msgid "Mass credit line emailer"
msgstr "Toplu kredi limiti e-posta göndericisi"

#. module: altinkaya_credit_control
#: model:ir.model,name:altinkaya_credit_control.model_credit_control_marker
msgid "Mass marker"
msgstr "Toplu işaretleyici"

#. module: altinkaya_credit_control
#: model:ir.model,name:altinkaya_credit_control.model_credit_control_printer
msgid "Mass printer"
msgstr "Toplu yazıcı"

#. module: altinkaya_credit_control
#: model:ir.model.fields,help:altinkaya_credit_control.field_credit_control_run__activity_deadline
msgid "Number of days to set as deadline for the activity"
msgstr "Etkinlik için son tarih olarak ayarlanacak gün sayısı"

#. module: altinkaya_credit_control
#: code:addons/altinkaya_credit_control/models/credit_control_communication.py:78
#: code:addons/altinkaya_credit_control/models/credit_control_communication.py:81
#, python-format
msgid "Partner Statement"
msgstr "Müşteri Ekstresi"

#. module: altinkaya_credit_control
#: model_terms:ir.ui.view,arch_db:altinkaya_credit_control.report_credit_control_lines
msgid "Ref"
msgstr "REF"

#. module: altinkaya_credit_control
#: model_terms:ir.ui.view,arch_db:altinkaya_credit_control.view_communication_form_altinkaya
msgid "Send Email"
msgstr "Email Gönder"

#. module: altinkaya_credit_control
#: selection:credit.control.communication,state:0
msgid "Sent"
msgstr "Gönderildi"

#. module: altinkaya_credit_control
#: model_terms:ir.ui.view,arch_db:altinkaya_credit_control.view_communication_form_altinkaya
msgid "Set to Done"
msgstr "Bitti olarak ayarla"

#. module: altinkaya_credit_control
#: model:ir.model.fields,field_description:altinkaya_credit_control.field_credit_control_communication__state
msgid "Status"
msgstr "Durum"

#. module: altinkaya_credit_control
#: code:addons/altinkaya_credit_control/models/credit_control_communication.py:49
#, python-format
msgid "There is no draft lines to send."
msgstr "Mail göndermek için taslak satır mevcut değil."

#. module: altinkaya_credit_control
#: code:addons/altinkaya_credit_control/models/credit_control_communication.py:42
#, python-format
msgid "This communication is already sent."
msgstr "Bu iletişim zaten gönderildi."

#. module: altinkaya_credit_control
#: code:addons/altinkaya_credit_control/wizards/credit_control_emailer.py:13
#: code:addons/altinkaya_credit_control/wizards/credit_control_marker.py:13
#: code:addons/altinkaya_credit_control/wizards/credit_control_printer.py:13
#, python-format
msgid "This method is restricted by Altinkaya Credit Control."
msgstr "Bu yöntemin kullanımı Altınkaya Kredi Kontrolü tarafından kısıtlanmıştır."

#. module: altinkaya_credit_control
#: code:addons/altinkaya_credit_control/models/credit_control_communication.py:80
#, python-format
msgid "altinkaya_partner_statement.pdf"
msgstr "altinkaya_cari_ekstresi.pdf"

Loading