diff --git a/__init__.py b/__init__.py
new file mode 100644
index 0000000..dc5e6b6
--- /dev/null
+++ b/__init__.py
@@ -0,0 +1,4 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from . import models
diff --git a/__manifest__.py b/__manifest__.py
new file mode 100644
index 0000000..3d25997
--- /dev/null
+++ b/__manifest__.py
@@ -0,0 +1,17 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+{
+ 'name': 'Accounting/Fleet bridge',
+ 'category': 'Accounting/Accounting',
+ 'summary': 'Manage accounting with fleets',
+ 'version': '1.0',
+ 'depends': ['fleet', 'account'],
+ 'data': [
+ 'data/fleet_service_type_data.xml',
+ 'views/account_move_views.xml',
+ 'views/fleet_vehicle_views.xml',
+ ],
+ 'installable': True,
+ 'auto_install': True,
+ 'license': 'LGPL-3',
+}
diff --git a/data/fleet_service_type_data.xml b/data/fleet_service_type_data.xml
new file mode 100644
index 0000000..baeb520
--- /dev/null
+++ b/data/fleet_service_type_data.xml
@@ -0,0 +1,7 @@
+
+
+
+ Vendor Bill
+ service
+
+
diff --git a/i18n/account_fleet.pot b/i18n/account_fleet.pot
new file mode 100644
index 0000000..839f01c
--- /dev/null
+++ b/i18n/account_fleet.pot
@@ -0,0 +1,74 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 21:55+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_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr ""
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr ""
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr ""
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr ""
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr ""
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr ""
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr ""
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr ""
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr ""
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr ""
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr ""
diff --git a/i18n/ar.po b/i18n/ar.po
new file mode 100644
index 0000000..9071b83
--- /dev/null
+++ b/i18n/ar.po
@@ -0,0 +1,78 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Wil Odoo, 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Wil Odoo, 2023\n"
+"Language-Team: Arabic (https://app.transifex.com/odoo/teams/41243/ar/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ar\n"
+"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr "حركة الحساب"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "الفواتير"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr "عدد الفواتير "
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "تاريخ الإنشاء"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "قيد اليومية"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "عنصر اليومية"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr "بحاجة إلى مركبة "
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr "فاتورة خدمة المورّد: %s "
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "المركبة"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "فاتورة المورد"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr "إظهار فواتير المورد لهذه المركبة "
diff --git a/i18n/bg.po b/i18n/bg.po
new file mode 100644
index 0000000..ec4b988
--- /dev/null
+++ b/i18n/bg.po
@@ -0,0 +1,80 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Martin Trigaux, 2023
+# KeyVillage, 2023
+# Maria Boyadjieva , 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Maria Boyadjieva , 2023\n"
+"Language-Team: Bulgarian (https://app.transifex.com/odoo/teams/41243/bg/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: bg\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr ""
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "Фактури за Покупка"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr ""
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "Дата на създаване"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "Записи в Дневника"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "Счетоводна Операция"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr ""
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr ""
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "Превозно средство"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "Фактура за покупка"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr ""
diff --git a/i18n/ca.po b/i18n/ca.po
new file mode 100644
index 0000000..4663018
--- /dev/null
+++ b/i18n/ca.po
@@ -0,0 +1,83 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Martin Trigaux, 2023
+# Ivan Espinola, 2023
+# Arnau Ros, 2023
+# AncesLatino2004, 2023
+# Josep Anton Belchi, 2023
+# Quim - eccit , 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Quim - eccit , 2023\n"
+"Language-Team: Catalan (https://app.transifex.com/odoo/teams/41243/ca/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ca\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr "Moviment comptable"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "Factures"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr "Nombre de factures"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "Data de creació"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "Assentament comptable"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "Apunt comptable"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr "Necessita vehicle"
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr "Factura del proveïdor del servei: %s"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "Vehicle"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "Factura de proveïdor "
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr "mostrar les factures del venedor d'aquest vehicle"
diff --git a/i18n/cs.po b/i18n/cs.po
new file mode 100644
index 0000000..727b50e
--- /dev/null
+++ b/i18n/cs.po
@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Wil Odoo, 2023
+# Ivana Bartonkova, 2023
+# Rastislav Brencic , 2023
+# Jakub Smolka, 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Jakub Smolka, 2023\n"
+"Language-Team: Czech (https://app.transifex.com/odoo/teams/41243/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: cs\n"
+"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr "Účetní záznam"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "Přijaté faktury"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr "Počet přijatých faktur"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "Datum vytvoření"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "Účetní záznam"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "Účetní položka"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr "Potřebuje vozidlo"
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr "Dodavatelská faktura služeb: %s"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "Vozidlo"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "Přijatá faktura"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr "ukázat dodavatelské faktury pro toto vozidlo"
diff --git a/i18n/da.po b/i18n/da.po
new file mode 100644
index 0000000..0288904
--- /dev/null
+++ b/i18n/da.po
@@ -0,0 +1,78 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Martin Trigaux, 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Martin Trigaux, 2023\n"
+"Language-Team: Danish (https://app.transifex.com/odoo/teams/41243/da/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: da\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr "Kontobevægelse"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "Fakturaer"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr "Antal Regninger"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "Oprettelsesdato"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "Postering"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "Journalpost"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr "Behov for Køretøj"
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr ""
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "Køretøj"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "Leverandørfaktura"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr "vis leverandørregninger for dette køretøj"
diff --git a/i18n/de.po b/i18n/de.po
new file mode 100644
index 0000000..a33332c
--- /dev/null
+++ b/i18n/de.po
@@ -0,0 +1,78 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Wil Odoo, 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Wil Odoo, 2023\n"
+"Language-Team: German (https://app.transifex.com/odoo/teams/41243/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr "Kontobuchung"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "Rechnungen"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr "Anzahl der Rechnungen"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "Erstellungsdatum"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "Journalbuchung"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "Buchungszeile"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr "Fahrzeug benötigt"
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr "Lieferantenrechnungen für Dienstleistung: %s"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "Fahrzeug"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "Lieferantenrechnung"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr "die Lieferantenrechnungen für dieses Fahrzeug anzeigen"
diff --git a/i18n/es.po b/i18n/es.po
new file mode 100644
index 0000000..beb157b
--- /dev/null
+++ b/i18n/es.po
@@ -0,0 +1,79 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Wil Odoo, 2023
+# Larissa Manderfeld, 2024
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Larissa Manderfeld, 2024\n"
+"Language-Team: Spanish (https://app.transifex.com/odoo/teams/41243/es/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es\n"
+"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr "Movimiento de cuenta"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "Facturas"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr "Número de facturas"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "Fecha de creación"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "Asiento contable"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "Apunte contable"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr "Necesita vehículo"
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr "Factura de servicio del proveedor: %s"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "Vehículo"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "Factura de proveedor"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr "mostrar las facturas del proveedor para este vehículo"
diff --git a/i18n/es_419.po b/i18n/es_419.po
new file mode 100644
index 0000000..c5e01b1
--- /dev/null
+++ b/i18n/es_419.po
@@ -0,0 +1,78 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Wil Odoo, 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Wil Odoo, 2023\n"
+"Language-Team: Spanish (Latin America) (https://app.transifex.com/odoo/teams/41243/es_419/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_419\n"
+"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr "Movimiento de cuenta"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "Facturas"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr "Número de facturas"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "Fecha de creación"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "Asiento contable"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "Apunte contable"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr "Necesita vehículo"
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr "Factura de servicio del proveedor: %s"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "Vehículo"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "Factura de proveedor"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr "mostrar las facturas del proveedor de este vehículo"
diff --git a/i18n/et.po b/i18n/et.po
new file mode 100644
index 0000000..10087e6
--- /dev/null
+++ b/i18n/et.po
@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Rivo Zängov , 2023
+# Leaanika Randmets, 2023
+# Eneli Õigus , 2023
+# Anna, 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Anna, 2023\n"
+"Language-Team: Estonian (https://app.transifex.com/odoo/teams/41243/et/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: et\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr "Laoliikumine"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "Ostuarved"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr "Ostuarvete arv"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "Loomise kuupäev"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "Andmiku kanne"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "Andmiku kanderida"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr "Vajalik sõiduk"
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr "Teenuse ostuarve: %s"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "Sõiduk"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "Tarnija arve"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr "näita selle sõiduki ostuarveid"
diff --git a/i18n/fa.po b/i18n/fa.po
new file mode 100644
index 0000000..0e7ed2c
--- /dev/null
+++ b/i18n/fa.po
@@ -0,0 +1,82 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Martin Trigaux, 2023
+# Yousef Shadmanesh , 2023
+# Hamed Mohammadi , 2023
+# Hanna Kheradroosta, 2023
+# Mohsen Mohammadi , 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Mohsen Mohammadi , 2023\n"
+"Language-Team: Persian (https://app.transifex.com/odoo/teams/41243/fa/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: fa\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr "جابجایی حساب"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "صورتحساب"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr "شمارش صورت حسابها"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "تاریخ ایجاد"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "سند دفترروزنامه"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "آیتم دفترروزنامه"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr "وسایل نقلیه مورد نیاز"
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr ""
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "خودرو"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "صورتحساب فروشنده"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr "نشان دادن صورت حساب فروشنده برای این خودرو"
diff --git a/i18n/fi.po b/i18n/fi.po
new file mode 100644
index 0000000..df45ee8
--- /dev/null
+++ b/i18n/fi.po
@@ -0,0 +1,82 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Eino Mäkitalo , 2023
+# Svante Suominen , 2023
+# Tuomo Aura , 2023
+# Jarmo Kortetjärvi , 2023
+# Ossi Mantylahti , 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Ossi Mantylahti , 2023\n"
+"Language-Team: Finnish (https://app.transifex.com/odoo/teams/41243/fi/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: fi\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr "Kirjanpitovienti"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "Laskut"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr "Laskujen määrä"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "Luontipäivä"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "Päiväkirjan kirjaus"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "Päiväkirjatapahtuma"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr "Tarvitaan ajoneuvo"
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr "Lähetä ostolasku: %s"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "Ajoneuvo"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "Ostolasku"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr "Näytä tämän ajoneuvon ostolasku"
diff --git a/i18n/fr.po b/i18n/fr.po
new file mode 100644
index 0000000..6623dc1
--- /dev/null
+++ b/i18n/fr.po
@@ -0,0 +1,78 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Wil Odoo, 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Wil Odoo, 2023\n"
+"Language-Team: French (https://app.transifex.com/odoo/teams/41243/fr/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: fr\n"
+"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr "Écriture comptable"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "Factures fournisseurs"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr "Nombre de factures"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "Date de création"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "Pièce comptable"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "Écriture comptable"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr "Besoin d'un véhicule"
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr "Facture du fournisseur de services : %s"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "Véhicule"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "Facture fournisseur"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr "afficher la facture fournisseur pour ce véhicule."
diff --git a/i18n/he.po b/i18n/he.po
new file mode 100644
index 0000000..eda8125
--- /dev/null
+++ b/i18n/he.po
@@ -0,0 +1,80 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# ZVI BLONDER , 2023
+# NoaFarkash, 2023
+# Ha Ketem , 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Ha Ketem , 2023\n"
+"Language-Team: Hebrew (https://app.transifex.com/odoo/teams/41243/he/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: he\n"
+"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr "תנועת חשבון"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "חשבוניות"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr "מספר חשבוניות"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "תאריך יצירה"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "פקודת יומן"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "תנועת יומן"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr "צריך רכב"
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr ""
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "רכב"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "חשבונית ספק"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr "הצגת חשבוניות ספק עבור רכב זה"
diff --git a/i18n/hu.po b/i18n/hu.po
new file mode 100644
index 0000000..b352005
--- /dev/null
+++ b/i18n/hu.po
@@ -0,0 +1,80 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Tamás Németh , 2023
+# Martin Trigaux, 2023
+# gezza , 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: gezza , 2023\n"
+"Language-Team: Hungarian (https://app.transifex.com/odoo/teams/41243/hu/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: hu\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr "Főkönyvi mozgás"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "Szállítói számlák"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr ""
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "Létrehozás dátuma"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "Könyvelési tétel"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "Napló tétel"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr ""
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr ""
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "Jármű"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "Beszállítói számla"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr ""
diff --git a/i18n/id.po b/i18n/id.po
new file mode 100644
index 0000000..563305c
--- /dev/null
+++ b/i18n/id.po
@@ -0,0 +1,78 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Wil Odoo, 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Wil Odoo, 2023\n"
+"Language-Team: Indonesian (https://app.transifex.com/odoo/teams/41243/id/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: id\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr "Account Move"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "Tagihan"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr "Jumlah Tagihan"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "Tanggal Pembuatan"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "Entri Jurnal"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "Item Jurnal"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr "Butuh Kendaraan"
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr "Tagihan Layanan Vendor: %s"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "Kendaraan"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "Tagihan Vendor"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr "tunjukkan tagihan vendor untuk kendaraan ini"
diff --git a/i18n/it.po b/i18n/it.po
new file mode 100644
index 0000000..02878f4
--- /dev/null
+++ b/i18n/it.po
@@ -0,0 +1,78 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Wil Odoo, 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Wil Odoo, 2023\n"
+"Language-Team: Italian (https://app.transifex.com/odoo/teams/41243/it/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: it\n"
+"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr "Movimento contabile"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "Fatture"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr "Numero fatture"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "Data creazione"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "Registrazione contabile"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "Movimento contabile"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr "Veicolo richiesto"
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr "Fattura fornitore servizio: %s"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "Veicolo"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "Fattura fornitore"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr "mostra le fatture fornitore per il veicolo"
diff --git a/i18n/ja.po b/i18n/ja.po
new file mode 100644
index 0000000..e785dbc
--- /dev/null
+++ b/i18n/ja.po
@@ -0,0 +1,79 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Wil Odoo, 2023
+# Ryoko Tsuda , 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Ryoko Tsuda , 2023\n"
+"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ja\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr "会計仕訳"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "請求書"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr "請求件数"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "作成日"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "仕訳"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "仕訳項目"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr "車両が必要"
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr "サービス仕入先請求書:%s"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "車両"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "仕入先請求書"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr "この車両のための仕入先の請求書を表示する"
diff --git a/i18n/ko.po b/i18n/ko.po
new file mode 100644
index 0000000..a4c41c5
--- /dev/null
+++ b/i18n/ko.po
@@ -0,0 +1,78 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Wil Odoo, 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Wil Odoo, 2023\n"
+"Language-Team: Korean (https://app.transifex.com/odoo/teams/41243/ko/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ko\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr "회계 이동"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "공급업체 청구서"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr "청구서 수"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "작성일자"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "전표 입력"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "전표 항목"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr "차량 필요"
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr "서비스 공급업체 청구서: %s"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "차량"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "공급업체 청구서"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr "이 차량의 공급업체 청구서 표시"
diff --git a/i18n/lt.po b/i18n/lt.po
new file mode 100644
index 0000000..79ca9a4
--- /dev/null
+++ b/i18n/lt.po
@@ -0,0 +1,80 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Silvija Butko , 2023
+# Martin Trigaux, 2023
+# Linas Versada , 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Linas Versada , 2023\n"
+"Language-Team: Lithuanian (https://app.transifex.com/odoo/teams/41243/lt/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: lt\n"
+"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr "DK įrašai"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "Sąskaitos"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr ""
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "Sukūrimo data"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "Žurnalo įrašas"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "Žurnalo įrašas"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr ""
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr ""
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "Automobilis"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "Tiekėjo sąskaita"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr ""
diff --git a/i18n/lv.po b/i18n/lv.po
new file mode 100644
index 0000000..71d8f66
--- /dev/null
+++ b/i18n/lv.po
@@ -0,0 +1,79 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Martin Trigaux, 2023
+# Will Sensors, 2024
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Will Sensors, 2024\n"
+"Language-Team: Latvian (https://app.transifex.com/odoo/teams/41243/lv/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: lv\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr ""
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "Rēķini"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr "Rēķinu skaits"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "Izveidošanas datums"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "Grāmatojumi"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "Kontējums"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr ""
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr "Pakalpojuma rēķins: %s"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "Transportlīdzeklis"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "Iepirkumu rēķins"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr "parādīt iepirkumu rēķinus šim tranportlīdzeklim"
diff --git a/i18n/nl.po b/i18n/nl.po
new file mode 100644
index 0000000..7b16d8b
--- /dev/null
+++ b/i18n/nl.po
@@ -0,0 +1,78 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Wil Odoo, 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Wil Odoo, 2023\n"
+"Language-Team: Dutch (https://app.transifex.com/odoo/teams/41243/nl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: nl\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr "Boeking"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "Leveranciersfacturen"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr "Aantal facturen"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "Aanmaakdatum"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "Boeking"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "Boekingsregel"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr "Voertuig nodig"
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr "Dienstverlener factuur: %s"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "Voertuig"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "Leveranciersfactuur"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr "toon de leveranciersfactuur voor dit voertuig"
diff --git a/i18n/pl.po b/i18n/pl.po
new file mode 100644
index 0000000..af052f6
--- /dev/null
+++ b/i18n/pl.po
@@ -0,0 +1,78 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Wil Odoo, 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Wil Odoo, 2023\n"
+"Language-Team: Polish (https://app.transifex.com/odoo/teams/41243/pl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: pl\n"
+"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr "Konto przesunięcia"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "Faktury zakupu"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr "Liczba rachunków"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "Data utworzenia"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "Zapis dziennika"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "Pozycja zapisu"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr "Potrzebny pojazd"
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr "Faktury zakupu: %s"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "Pojazd"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "Faktura zakupu"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr "pokaż faktury zakupu dla tego pojazdu"
diff --git a/i18n/pt.po b/i18n/pt.po
new file mode 100644
index 0000000..55c9ca1
--- /dev/null
+++ b/i18n/pt.po
@@ -0,0 +1,79 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Manuela Silva , 2023
+# Wil Odoo, 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Wil Odoo, 2023\n"
+"Language-Team: Portuguese (https://app.transifex.com/odoo/teams/41243/pt/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: pt\n"
+"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr "Movimento de Conta"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "Contas"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr ""
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "Data de Criação"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "Entrada do Diário"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "Item do Diário"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr ""
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr ""
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "Veículo"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "Fatura de Fornecedor"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr ""
diff --git a/i18n/pt_BR.po b/i18n/pt_BR.po
new file mode 100644
index 0000000..094db10
--- /dev/null
+++ b/i18n/pt_BR.po
@@ -0,0 +1,79 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Wil Odoo, 2023
+# Maitê Dietze, 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Maitê Dietze, 2023\n"
+"Language-Team: Portuguese (Brazil) (https://app.transifex.com/odoo/teams/41243/pt_BR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: pt_BR\n"
+"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr "Movimentação de conta"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "Faturas"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr "Total de faturas"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "Data de criação"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "Lançamento de diário"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "Item de diário"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr "Precisa de veículo"
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr "Fatura do fornecedor de serviços: %s"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "Veículo"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "Fatura de fornecedor"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr "mostrar as faturas de fornecedor para este veículo"
diff --git a/i18n/ru.po b/i18n/ru.po
new file mode 100644
index 0000000..9ab09f7
--- /dev/null
+++ b/i18n/ru.po
@@ -0,0 +1,79 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Martin Trigaux, 2023
+# Wil Odoo, 2024
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Wil Odoo, 2024\n"
+"Language-Team: Russian (https://app.transifex.com/odoo/teams/41243/ru/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ru\n"
+"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr "Бухгалтерская Проводка"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "Счета"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr "Счет счетов"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "Дата создания"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "Запись в журнале"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "Наименование в журнале"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr "Нужный автомобиль"
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr "Счет поставщика услуг: %s"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "Транспортное средство"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "Счет от Поставщика"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr "покажите счета продавца за этот автомобиль"
diff --git a/i18n/sk.po b/i18n/sk.po
new file mode 100644
index 0000000..efc14d9
--- /dev/null
+++ b/i18n/sk.po
@@ -0,0 +1,78 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Wil Odoo, 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Wil Odoo, 2023\n"
+"Language-Team: Slovak (https://app.transifex.com/odoo/teams/41243/sk/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: sk\n"
+"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr "Pohyb účtu"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "Dodávateľské faktúry"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr "Počet prijatých faktúr"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "Dátum vytvorenia"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "Vstup účtovnej knihy"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "Položka účtovnej knihy"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr "Potrebujete vozidlo"
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr ""
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "Vozidlo"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "Dodávateľský doklad"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr "ukázať faktúry dodávateľa za toto vozidlo"
diff --git a/i18n/sl.po b/i18n/sl.po
new file mode 100644
index 0000000..4892f7e
--- /dev/null
+++ b/i18n/sl.po
@@ -0,0 +1,79 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Martin Trigaux, 2023
+# Matjaz Mozetic , 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Matjaz Mozetic , 2023\n"
+"Language-Team: Slovenian (https://app.transifex.com/odoo/teams/41243/sl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: sl\n"
+"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr ""
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "Računi"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr ""
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "Datum nastanka"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "Temeljnica"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "Postavka"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr ""
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr ""
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "Vozilo"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "Prejeti račun"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr ""
diff --git a/i18n/sr.po b/i18n/sr.po
new file mode 100644
index 0000000..c48c456
--- /dev/null
+++ b/i18n/sr.po
@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Milan Bojovic , 2023
+# Đorđe Cvijanović , 2023
+# Dragan Vukosavljevic , 2023
+# コフスタジオ, 2024
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: コフスタジオ, 2024\n"
+"Language-Team: Serbian (https://app.transifex.com/odoo/teams/41243/sr/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: sr\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr "Prenos računa"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "Računi"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr "Broj računa"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "Datum kreiranja"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "Sadržaj dnevnika"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "Stavka izveštaja"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr "Potrebno je vozilo."
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr "Servisni račun dobavljača: %s"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "Vozilo"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "Dobavljačka faktura"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr "prikaži račune dobavljača za ovo vozilo"
diff --git a/i18n/sv.po b/i18n/sv.po
new file mode 100644
index 0000000..299001e
--- /dev/null
+++ b/i18n/sv.po
@@ -0,0 +1,84 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Chrille Hedberg , 2023
+# Kim Asplund , 2023
+# Simon S, 2023
+# Lasse L, 2023
+# Frida E, 2023
+# Anders Wallenquist , 2023
+# lynnliuying , 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: lynnliuying , 2023\n"
+"Language-Team: Swedish (https://app.transifex.com/odoo/teams/41243/sv/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: sv\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr "Konto Flytt"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "Leverantörsfakturor"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr ""
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "Skapad datum"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "Journalanteckning"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "Transaktion"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr ""
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr ""
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "Fordon"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "Leverantörsfaktura"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr ""
diff --git a/i18n/th.po b/i18n/th.po
new file mode 100644
index 0000000..6aa00f2
--- /dev/null
+++ b/i18n/th.po
@@ -0,0 +1,78 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Wil Odoo, 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Wil Odoo, 2023\n"
+"Language-Team: Thai (https://app.transifex.com/odoo/teams/41243/th/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: th\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr "ย้ายบัญชี"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "ใบเรียกเก็บเงิน"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr "จำนวนใบเรียกเก็บเงิน"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "วันที่สร้าง"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "รายการสมุดรายวัน"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "รายการสมุดรายวัน"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr "ต้องการยานพาหนะ"
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr "ใบเรียกเก็บเงินผู้ให้บริการ: %s"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "ยานพาหนะ"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "ใบเรียกเก็บเงินของผู้ขาย"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr "แสดงใบเรียกเก็บเงินผู้ขายสำหรับยานพาหนะคันนี้"
diff --git a/i18n/tr.po b/i18n/tr.po
new file mode 100644
index 0000000..afd3f46
--- /dev/null
+++ b/i18n/tr.po
@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Levent Karakaş , 2023
+# Martin Trigaux, 2023
+# Ertuğrul Güreş , 2023
+# Murat Kaplan , 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Murat Kaplan , 2023\n"
+"Language-Team: Turkish (https://app.transifex.com/odoo/teams/41243/tr/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: tr\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr "Yevmiye Kaydı"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "Tedarikçi Faturaları"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr "Fatura Sayısı"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "Oluşturulma Tarihi"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "Yevmiye Kaydı"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "Yevmiye Kalemi"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr "Araç İhtiyacı"
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr "Hizmet Tedarikçi Faturası: %s"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "Araç"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "Tedarikçi Faturası"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr "bu aracın tedarikçi faturalarını göster"
diff --git a/i18n/uk.po b/i18n/uk.po
new file mode 100644
index 0000000..dd0326e
--- /dev/null
+++ b/i18n/uk.po
@@ -0,0 +1,79 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Alina Lisnenko , 2023
+# Wil Odoo, 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Wil Odoo, 2023\n"
+"Language-Team: Ukrainian (https://app.transifex.com/odoo/teams/41243/uk/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: uk\n"
+"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr "Бухгалтерське проведення"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "Рахунки"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr "Підрахунок рахунків"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "Дата створення"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "Запис у журналі"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "Елемент журналу"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr "Потрібен транспортний засіб"
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr "Рахунок постачальника на послуги: %s"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "Транспортний засіб"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "Рахунок від постачальника"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr "показати рахунки постачальника для цього транспортного засобу"
diff --git a/i18n/vi.po b/i18n/vi.po
new file mode 100644
index 0000000..dba1ad8
--- /dev/null
+++ b/i18n/vi.po
@@ -0,0 +1,78 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Wil Odoo, 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Wil Odoo, 2023\n"
+"Language-Team: Vietnamese (https://app.transifex.com/odoo/teams/41243/vi/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: vi\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr "Bút toán kế toán"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "Hoá đơn"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr "Số hoá đơn"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "Ngày tạo"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "Bút toán"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "Hạng mục bút toán"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr "Cần phương tiện"
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr "Hoá đơn mua dịch vụ: %s"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "Phương tiện"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "Hóa đơn mua hàng"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr "hiển thị hoá đơn mua hàng cho phương tiện này"
diff --git a/i18n/zh_CN.po b/i18n/zh_CN.po
new file mode 100644
index 0000000..3a363cb
--- /dev/null
+++ b/i18n/zh_CN.po
@@ -0,0 +1,79 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Wil Odoo, 2023
+# Jeffery CHEN , 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Jeffery CHEN , 2023\n"
+"Language-Team: Chinese (China) (https://app.transifex.com/odoo/teams/41243/zh_CN/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: zh_CN\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr "科目转移"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "账单"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr "账单计数"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "创建日期"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "日记账分录"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "日记账项目"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr "需要车辆"
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr "服务供应商账单:%s"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "车辆"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "供应商账单"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr "显示该车辆的供应商帐单"
diff --git a/i18n/zh_TW.po b/i18n/zh_TW.po
new file mode 100644
index 0000000..f44ef44
--- /dev/null
+++ b/i18n/zh_TW.po
@@ -0,0 +1,78 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_fleet
+#
+# Translators:
+# Wil Odoo, 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-10-26 21:55+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Wil Odoo, 2023\n"
+"Language-Team: Chinese (Taiwan) (https://app.transifex.com/odoo/teams/41243/zh_TW/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: zh_TW\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__account_move_ids
+msgid "Account Move"
+msgstr "會計憑證"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "Bills"
+msgstr "帳單"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_fleet_vehicle__bill_count
+msgid "Bills Count"
+msgstr "帳單計數"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.account_move_view_tree
+msgid "Creation Date"
+msgstr "建立日期"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move
+msgid "Journal Entry"
+msgstr "日記賬記項"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_account_move_line
+msgid "Journal Item"
+msgstr "日記賬項目"
+
+#. module: account_fleet
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__need_vehicle
+msgid "Need Vehicle"
+msgstr "需要車輛"
+
+#. module: account_fleet
+#. odoo-python
+#: code:addons/account_fleet/models/account_move.py:0
+#, python-format
+msgid "Service Vendor Bill: %s"
+msgstr "服務商賬單: %s"
+
+#. module: account_fleet
+#: model:ir.model,name:account_fleet.model_fleet_vehicle
+#: model:ir.model.fields,field_description:account_fleet.field_account_move_line__vehicle_id
+msgid "Vehicle"
+msgstr "車輛"
+
+#. module: account_fleet
+#: model:fleet.service.type,name:account_fleet.data_fleet_service_type_vendor_bill
+msgid "Vendor Bill"
+msgstr "供應商應付憑單"
+
+#. module: account_fleet
+#: model_terms:ir.ui.view,arch_db:account_fleet.fleet_vehicle_view_form
+msgid "show the vendor bills for this vehicle"
+msgstr "顯示此車輛的供應商帳單。"
diff --git a/models/__init__.py b/models/__init__.py
new file mode 100644
index 0000000..7e3c6e7
--- /dev/null
+++ b/models/__init__.py
@@ -0,0 +1,5 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from . import account_move
+from . import fleet_vehicle
diff --git a/models/account_move.py b/models/account_move.py
new file mode 100644
index 0000000..5bfe311
--- /dev/null
+++ b/models/account_move.py
@@ -0,0 +1,48 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from odoo import models, fields, api, _
+
+
+class AccountMove(models.Model):
+ _inherit = 'account.move'
+
+ def _post(self, soft=True):
+ vendor_bill_service = self.env.ref('account_fleet.data_fleet_service_type_vendor_bill', raise_if_not_found=False)
+ if not vendor_bill_service:
+ return super()._post(soft)
+
+ val_list = []
+ log_list = []
+ not_posted_before = self.filtered(lambda r: not r.posted_before)
+ posted = super()._post(soft) # We need the move name to be set, but we also need to know which move are posted for the first time.
+ for line in (not_posted_before & posted).line_ids.filtered(lambda ml: ml.vehicle_id and ml.move_id.move_type == 'in_invoice'):
+ val = line._prepare_fleet_log_service()
+ log = _('Service Vendor Bill: %s', line.move_id._get_html_link())
+ val_list.append(val)
+ log_list.append(log)
+ log_service_ids = self.env['fleet.vehicle.log.services'].create(val_list)
+ for log_service_id, log in zip(log_service_ids, log_list):
+ log_service_id.message_post(body=log)
+ return posted
+
+
+class AccountMoveLine(models.Model):
+ _inherit = 'account.move.line'
+
+ vehicle_id = fields.Many2one('fleet.vehicle', string='Vehicle', index='btree_not_null')
+ # used to decide whether the vehicle_id field is editable
+ need_vehicle = fields.Boolean(compute='_compute_need_vehicle')
+
+ def _compute_need_vehicle(self):
+ self.need_vehicle = False
+
+ def _prepare_fleet_log_service(self):
+ vendor_bill_service = self.env.ref('account_fleet.data_fleet_service_type_vendor_bill', raise_if_not_found=False)
+ return {
+ 'service_type_id': vendor_bill_service.id,
+ 'vehicle_id': self.vehicle_id.id,
+ 'amount': self.price_subtotal,
+ 'vendor_id': self.partner_id.id,
+ 'description': self.name,
+ }
diff --git a/models/fleet_vehicle.py b/models/fleet_vehicle.py
new file mode 100644
index 0000000..f610d32
--- /dev/null
+++ b/models/fleet_vehicle.py
@@ -0,0 +1,44 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from odoo import Command, models, fields
+
+
+class FleetVehicle(models.Model):
+ _inherit = 'fleet.vehicle'
+
+ bill_count = fields.Integer(compute='_compute_move_ids', string="Bills Count")
+ account_move_ids = fields.One2many('account.move', compute='_compute_move_ids')
+
+ def _compute_move_ids(self):
+ if not self.env.user.has_group('account.group_account_readonly'):
+ self.account_move_ids = False
+ self.bill_count = 0
+ return
+
+ moves = self.env['account.move.line']._read_group(
+ domain=[
+ ('vehicle_id', 'in', self.ids),
+ ('parent_state', '!=', 'cancel'),
+ ('move_id.move_type', 'in', self.env['account.move'].get_purchase_types())
+ ],
+ groupby=['vehicle_id'],
+ aggregates=['move_id:array_agg'],
+ )
+ vehicle_move_mapping = {vehicle.id: set(move_ids) for vehicle, move_ids in moves}
+ for vehicle in self:
+ vehicle.account_move_ids = [Command.set(vehicle_move_mapping.get(vehicle.id, []))]
+ vehicle.bill_count = len(vehicle.account_move_ids)
+
+ def action_view_bills(self):
+ self.ensure_one()
+
+ form_view_ref = self.env.ref('account.view_move_form', False)
+ tree_view_ref = self.env.ref('account_fleet.account_move_view_tree', False)
+
+ result = self.env['ir.actions.act_window']._for_xml_id('account.action_move_in_invoice_type')
+ result.update({
+ 'domain': [('id', 'in', self.account_move_ids.ids)],
+ 'views': [(tree_view_ref.id, 'tree'), (form_view_ref.id, 'form')],
+ })
+ return result
diff --git a/views/account_move_views.xml b/views/account_move_views.xml
new file mode 100644
index 0000000..0fa1255
--- /dev/null
+++ b/views/account_move_views.xml
@@ -0,0 +1,46 @@
+
+
+
+
+ account.move.form
+ account.move
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ account.move.tree.inherit.fleet
+ account.move
+
+ primary
+
+
+ Creation Date
+
+
+
+
+
+
+
+
+ view.move.line.tree.fleet
+ account.move.line
+
+
+
+
+
+
+
+
+
diff --git a/views/fleet_vehicle_views.xml b/views/fleet_vehicle_views.xml
new file mode 100644
index 0000000..2dbfb90
--- /dev/null
+++ b/views/fleet_vehicle_views.xml
@@ -0,0 +1,20 @@
+
+
+
+ fleet.vehicle.form
+ fleet.vehicle
+
+
+
+
+
+
+
+