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

[17.0][UPG] viin_brand_account: upgrade to version 17.0 #525

Open
wants to merge 5 commits into
base: 17.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
1 change: 1 addition & 0 deletions viin_brand_account/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
from . import models
from . import wizard
7 changes: 5 additions & 2 deletions viin_brand_account/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,17 @@

# always loaded
'data': [
'views/res_config_settings_views.xml',
'data/digest_data.xml',
'views/account_move_views.xml',
'views/account_bank_statement_views.xml',
'views/partner_view.xml',
'views/report_invoice.xml',
'views/report_statement.xml',
'views/terms_template.xml',
'wizard/account_tour_upload_bill.xml'
],
'installable': False, # set auto_install True after upgrading for v17 after upgrading for v17
'installable': True,
'auto_install': True,
'price': 0.0,
'currency': 'EUR',
'license': 'OPL-1',
Expand Down
25 changes: 25 additions & 0 deletions viin_brand_account/data/digest_data.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<odoo>

<data>
<record id="account.digest_tip_account_0" model="digest.tip">
<field name="tip_description" type="html">
<div>
<p class="tip_title">Tip: No need to print, put in an envelop
and post your invoices</p>
<p class="tip_content">
Use the “
<i>Send by Post</i>
” option to post invoices automatically. For the
cost of a local stamp, we do all the manual
work: your invoice will be printed in the right
country, put in an envelop and sent by snail
mail. Use this feature from the list view to
post hundreds of invoices in bulk.
</p>
<img src="/account/static/src/img/invoice-stamps.png" width="540" class="illustration_border" />
</div>
</field>
</record>
</data>

</odoo>
127 changes: 98 additions & 29 deletions viin_brand_account/i18n/vi_VN.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-02-10 04:25+0000\n"
"PO-Revision-Date: 2023-02-10 04:25+0000\n"
"POT-Creation-Date: 2024-07-25 09:30+0000\n"
"PO-Revision-Date: 2024-07-25 09:30+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
Expand All @@ -18,18 +18,64 @@ msgstr ""
#. module: viin_brand_account
#: model_terms:ir.ui.view,arch_db:viin_brand_account.view_move_form
msgid ""
". The journal entries need to be computed by the system before being posted "
"in your company's currency."
". The journal entries need to be computed by Viindoo before being posted in "
"your company's currency."
msgstr ""
". Bút toán cần được tính bởi hệ thống trước khi thực hiện việc vào sổ theo "
"tiền tệ của công ty."

#. module: viin_brand_account
#: model:ir.model.fields,field_description:viin_brand_account.field_account_journal__alias_id
msgid "Alias"
msgstr "Bí danh"

#. module: viin_brand_account
#: model_terms:ir.ui.view,arch_db:viin_brand_account.report_statement
msgid "Bank of Viindoo"
msgstr "Ngân hàng của Hệ thống"

#. module: viin_brand_account
#: model_terms:ir.ui.view,arch_db:viin_brand_account.account_default_terms_and_conditions
msgid ""
"Below text serves as a suggestion and doesn’t engage Viindoo's "
"responsibility."
msgstr "Văn bản bên dưới đóng vai trò gợi ý và không liên quan đến trách nhiệm của Viindoo."
msgstr ""
"Văn bản bên dưới đóng vai trò gợi ý và không liên quan đến trách nhiệm của "
"Viindoo."

#. module: viin_brand_account
#: model:ir.model.fields,help:viin_brand_account.field_account_financial_year_op__opening_date
msgid ""
"Date from which the accounting is managed in Viindoo. It is the date of the "
"opening entry."
msgstr ""
"Ngày kể từ khi kế toán được quản lý bởi Viindoo. Nó là ngày của bút toán đầu "
"kì."

#. module: viin_brand_account
#: model_terms:ir.ui.view,arch_db:viin_brand_account.view_move_form
msgid "In order to validate this bill, you must"
msgstr "Để xác nhận hoá đơn này, bạn phải"

#. module: viin_brand_account
#: model_terms:ir.ui.view,arch_db:viin_brand_account.view_move_form
msgid "In order to validate this invoice, you must"
msgstr "Để xác nhận hoá đơn này, bạn phải"

#. module: viin_brand_account
#: model:ir.model.fields,field_description:viin_brand_account.field_account_journal__inbound_payment_method_line_ids
msgid "Inbound Payment Methods"
msgstr "Phương thức thanh toán thu tiền"

#. module: viin_brand_account
#: model:ir.model,name:viin_brand_account.model_account_journal
msgid "Journal"
msgstr "Sổ nhật ký"

#. module: viin_brand_account
#: model:ir.model,name:viin_brand_account.model_account_move
msgid "Journal Entry"
msgstr "Bút toán sổ nhật ký"

#. module: viin_brand_account
#: model:ir.model.fields,help:viin_brand_account.field_account_journal__inbound_payment_method_line_ids
Expand Down Expand Up @@ -57,6 +103,7 @@ msgstr ""

#. module: viin_brand_account
#: model:ir.model.fields,help:viin_brand_account.field_account_payment__payment_method_line_id
#: model:ir.model.fields,help:viin_brand_account.field_account_payment_register__payment_method_line_id
msgid ""
"Manual: Pay or Get paid by any method outside of Viindoo.\n"
"Payment Providers: Each payment provider has its own Payment Method. Request a transaction on/to a card thanks to a payment token saved by the partner when buying or subscribing online.\n"
Expand All @@ -72,6 +119,37 @@ msgstr ""
"Chuyển khoản tín dụng SEPA: Thanh toán trong khu vực SEPA bằng cách gửi một tệp Chuyển khoản tín dụng SEPA tới ngân hàng của bạn. Mô-đun account_sepa là bắt buộc.\n"
"Trực tiếp SEPA: Nhận thanh toán trong khu vực SEPA nhờ vào một giấy ủy quyền mà đối tác của bạn đã cấp cho bạn. Mô-đun account_sepa là bắt buộc."

#. module: viin_brand_account
#: model:ir.model,name:viin_brand_account.model_account_financial_year_op
msgid "Opening Balance of Financial Year"
msgstr "Số dư đầu kỳ của năm tài chính"

#. module: viin_brand_account
#: model:ir.model.fields,field_description:viin_brand_account.field_account_financial_year_op__opening_date
msgid "Opening Date"
msgstr "Ngày Đầu kỳ"

#. module: viin_brand_account
#: model:ir.model.fields,field_description:viin_brand_account.field_account_journal__outbound_payment_method_line_ids
msgid "Outbound Payment Methods"
msgstr "Phương thức thanh toán đi"

#. module: viin_brand_account
#: model:ir.model.fields,field_description:viin_brand_account.field_account_payment__payment_method_line_id
#: model:ir.model.fields,field_description:viin_brand_account.field_account_payment_register__payment_method_line_id
msgid "Payment Method"
msgstr "Phương thức thanh toán"

#. module: viin_brand_account
#: model:ir.model,name:viin_brand_account.model_account_payment
msgid "Payments"
msgstr "Thanh toán"

#. module: viin_brand_account
#: model:ir.model,name:viin_brand_account.model_account_payment_register
msgid "Register Payment"
msgstr "Ghi nhận thanh toán"

#. module: viin_brand_account
#: model:ir.model.fields,help:viin_brand_account.field_account_journal__alias_id
msgid ""
Expand All @@ -87,6 +165,13 @@ msgstr ""
"\n"
"Chỉ có các tệp PDF và XML sẽ được hiểu và xử lý bởi Viindoo."

#. module: viin_brand_account
#: model:ir.model.fields,field_description:viin_brand_account.field_account_bank_statement_line__quick_edit_total_amount
#: model:ir.model.fields,field_description:viin_brand_account.field_account_move__quick_edit_total_amount
#: model:ir.model.fields,field_description:viin_brand_account.field_account_payment__quick_edit_total_amount
msgid "Total (Tax inc.)"
msgstr "Tổng cộng (Kèm thuế)"

#. module: viin_brand_account
#: model:ir.model.fields,help:viin_brand_account.field_account_bank_statement_line__quick_edit_total_amount
#: model:ir.model.fields,help:viin_brand_account.field_account_move__quick_edit_total_amount
Expand All @@ -112,19 +197,7 @@ msgstr "kích hoạt đơn vị tiền tệ của hóa đơn"
#: model_terms:ir.ui.view,arch_db:viin_brand_account.view_move_form
msgid "activate the currency of the invoice"
msgstr "kích hoạt đơn vị tiền tệ của hóa đơn"

#. module: viin_brand_account
#: model_terms:ir.actions.act_window,help:account.action_bank_statement_tree
msgid ""
"A bank statement is a summary of all financial transactions\n"
" occurring over a given period of time on a bank account. You\n"
" should receive this periodically from your bank."
msgstr ""
"Sao kê ngân hàng là bản tóm tắt tất cả các giao dịch tài chính\n"
" xảy ra trong một khoảng thời gian nhất định trên một tài khoản ngân hàng. Bạn\n"
" sẽ nhận được điều này định kỳ từ ngân hàng của bạn."

#. module: viin_brand_account
#. module: account
#: model_terms:ir.actions.act_window,help:account.action_bank_statement_tree
msgid ""
"Viindoo allows you to reconcile a statement line directly with\n"
Expand All @@ -133,16 +206,12 @@ msgstr ""
"Hệ thống Viindoo cho phép bạn đối soát dòng sao kê trực tiếp với các\n"
" hóa đơn mua hoặc bán hàng liên quan."

#. module: viin_brand_account
#. module: account
#: model_terms:ir.actions.act_window,help:account.res_partner_action_customer
msgid ""
"Viindoo helps you easily track all activities related to a customer."
msgstr ""
"Viindoo giúp bạn dễ dàng theo dõi mọi hoạt động liên quan đến một khách hàng."
msgid "Viindoo helps you easily track all activities related to a customer."
msgstr "Viindoo giúp bạn dễ dàng theo dõi mọi hoạt động liên quan đến một khách hàng."

#. module: viin_brand_account
#. module: account
#: model_terms:ir.actions.act_window,help:account.res_partner_action_supplier
msgid ""
"Viindoo helps you easily track all activities related to a supplier."
msgstr ""
"Viindoo giúp bạn dễ dàng theo dõi mọi hoạt động liên quan đến nhà cung cấp."
msgid "Viindoo helps you easily track all activities related to a supplier."
msgstr "Viindoo giúp bạn dễ dàng theo dõi mọi hoạt động liên quan đến nhà cung cấp."
Loading