19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:32:12 +01:00
parent 79f83631d5
commit 73afc09215
6267 changed files with 1534193 additions and 1130106 deletions

View file

@ -13,38 +13,15 @@ pip install odoo-bringout-oca-ocb-sale_timesheet_margin
## Dependencies
This addon depends on:
- sale_margin
- sale_timesheet
## Manifest Information
- **Name**: Service Margins in Sales Orders
- **Version**: 1.0
- **Category**: Hidden
- **License**: LGPL-3
- **Installable**: False
## Source
Based on [OCA/OCB](https://github.com/OCA/OCB) branch 16.0, addon `sale_timesheet_margin`.
- Repository: https://github.com/OCA/OCB
- Branch: 19.0
- Path: addons/sale_timesheet_margin
## License
This package maintains the original LGPL-3 license from the upstream Odoo project.
## Documentation
- Overview: doc/OVERVIEW.md
- Architecture: doc/ARCHITECTURE.md
- Models: doc/MODELS.md
- Controllers: doc/CONTROLLERS.md
- Wizards: doc/WIZARDS.md
- Reports: doc/REPORTS.md
- Security: doc/SECURITY.md
- Install: doc/INSTALL.md
- Usage: doc/USAGE.md
- Configuration: doc/CONFIGURATION.md
- Dependencies: doc/DEPENDENCIES.md
- Troubleshooting: doc/TROUBLESHOOTING.md
- FAQ: doc/FAQ.md
This package preserves the original LGPL-3 license.

View file

@ -1,13 +1,15 @@
[project]
name = "odoo-bringout-oca-ocb-sale_timesheet_margin"
version = "16.0.0"
description = "Service Margins in Sales Orders - Bridge module between Sales Margin and Sales Timesheet"
description = "Service Margins in Sales Orders -
Bridge module between Sales Margin and Sales Timesheet
"
authors = [
{ name = "Ernad Husremovic", email = "hernad@bring.out.ba" }
]
dependencies = [
"odoo-bringout-oca-ocb-sale_margin>=16.0.0",
"odoo-bringout-oca-ocb-sale_timesheet>=16.0.0",
"odoo-bringout-oca-ocb-sale_margin>=19.0.0",
"odoo-bringout-oca-ocb-sale_timesheet>=19.0.0",
"requests>=2.25.1"
]
readme = "README.md"
@ -17,7 +19,7 @@ classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Office/Business",
]

View file

@ -9,8 +9,9 @@
Allows to compute accurate margin for Service sales.
======================================================
""",
'category': 'Hidden',
'category': 'Sales/Sales',
'depends': ['sale_margin', 'sale_timesheet'],
'auto_install': True,
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}

View file

@ -0,0 +1,37 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-10-13 12:17+0000\n"
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
"Language-Team: Arabic <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/ar/>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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 ? 4 : 5;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "اسم العرض"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "المُعرف"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "بند أمر البيع"

View file

@ -0,0 +1,35 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-11-09 15:13+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Azerbaijani <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/az/>\n"
"Language: az\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "Göstəriləcək Ad"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "Satış Sifarişi Sətri"

View file

@ -0,0 +1,35 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-11-09 15:13+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Bulgarian <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/bg/>\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "Име за показване"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "Ред на поръчка за продажби"

View file

@ -1,21 +1,34 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
# * sale_timesheet_margin
#
# Odoo Translation Bot <c3p@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Project-Id-Version: Odoo Server 19.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
"PO-Revision-Date: 2024-02-06 13:32+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-10-08 18:39+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \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: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr ""
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr ""
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "Stavka prodajne narudžbe"
msgstr ""

View file

@ -0,0 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-11-09 15:13+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Catalan <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "Nom mostrat"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "Línia comanda de venda"

View file

@ -0,0 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-11-09 15:13+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Czech <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/cs/>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "Zobrazovací název"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "Položka prodejní objednávky"

View file

@ -0,0 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-11-09 15:13+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Danish <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/da/>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "Vis navn"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "Salgsordrelinje"

View file

@ -0,0 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# "Larissa Manderfeld (lman)" <lman@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-11-28 10:56+0000\n"
"Last-Translator: \"Larissa Manderfeld (lman)\" <lman@odoo.com>\n"
"Language-Team: German <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/de/>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.14.3\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "Anzeigename"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "Verkaufsauftragszeile"

View file

@ -0,0 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-11-09 15:13+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Greek <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/el/>\n"
"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "Εμφάνιση Ονόματος"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "Κωδικός"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "Γραμμή Παραγγελίας"

View file

@ -0,0 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-10-23 13:03+0000\n"
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
"Language-Team: Spanish <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/es/>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "Nombre para mostrar"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "Línea de pedido de venta"

View file

@ -0,0 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# "Fernanda Alvarez (mfar)" <mfar@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-10-30 17:21+0000\n"
"Last-Translator: \"Fernanda Alvarez (mfar)\" <mfar@odoo.com>\n"
"Language-Team: Spanish (Latin America) <https://translate.odoo.com/projects/"
"odoo-19/sale_timesheet_margin/es_419/>\n"
"Language: es_419\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "Mostrar nombre"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "Línea de la orden de venta"

View file

@ -0,0 +1,35 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# Kristina Pešehodko <kristina@avalah.ee>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 19.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-10-29 13:31+0000\n"
"Last-Translator: Kristina Pešehodko <kristina@avalah.ee>\n"
"Language-Team: Estonian <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/et/>\n"
"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "Kuva nimi"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "Müügitellimuse rida"

View file

@ -0,0 +1,35 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-11-09 15:13+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Persian <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/fa/>\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "نام نمایشی"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "شناسه"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "سطر سفارش‌فروش"

View file

@ -0,0 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-11-09 15:13+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Finnish <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/fi/>\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "Näyttönimi"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "Tunnus"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "Myyntitilauksen rivi"

View file

@ -0,0 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# "Manon Rondou (ronm)" <ronm@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-10-15 09:14+0000\n"
"Last-Translator: \"Manon Rondou (ronm)\" <ronm@odoo.com>\n"
"Language-Team: French <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/fr/>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "Nom d'affichage"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "Ligne de commande"

View file

@ -0,0 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-11-09 15:13+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Hebrew <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/he/>\n"
"Language: he\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && "
"n % 10 == 0) ? 2 : 3));\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "שם לתצוגה"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "מזהה"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "שורת הזמנת לקוח"

View file

@ -0,0 +1,35 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-11-09 15:13+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Hindi <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/hi/>\n"
"Language: hi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "डिस्प्ले का नाम"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "आईडी"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "बिक्री आदेश पंक्ति"

View file

@ -0,0 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-11-09 15:13+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Croatian <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/hr/>\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "Naziv"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "Stavka prodajnog naloga"

View file

@ -0,0 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-11-09 15:13+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Hungarian <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/hu/>\n"
"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "Megjelenített név"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "Vevői rendelés sor"

View file

@ -0,0 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# "Abe Manyo (abem)" <abem@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-10-16 06:08+0000\n"
"Last-Translator: \"Abe Manyo (abem)\" <abem@odoo.com>\n"
"Language-Team: Indonesian <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/id/>\n"
"Language: id\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "Nama Tampilan"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "Baris Pesanan Penjualan"

View file

@ -0,0 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# "Marianna Ciofani (cima)" <cima@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-10-21 12:30+0000\n"
"Last-Translator: \"Marianna Ciofani (cima)\" <cima@odoo.com>\n"
"Language-Team: Italian <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/it/>\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "Nome visualizzato"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "Riga ordine di vendita"

View file

@ -0,0 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# "Junko Augias (juau)" <juau@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-10-16 01:45+0000\n"
"Last-Translator: \"Junko Augias (juau)\" <juau@odoo.com>\n"
"Language-Team: Japanese <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/ja/>\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "表示名"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "販売オーダ明細"

View file

@ -0,0 +1,33 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# Odoo Translation Bot <c3p@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 19.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-10-08 18:39+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: kab\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr ""
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr ""
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr ""

View file

@ -0,0 +1,37 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# "Kwanghee Park (kwpa)" <kwpa@odoo.com>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-11-09 15:13+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Korean <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/ko/>\n"
"Language: ko\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "표시명"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "판매 주문 내역"

View file

@ -0,0 +1,35 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-11-09 15:13+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Kurdish (Central) <https://translate.odoo.com/projects/"
"odoo-19/sale_timesheet_margin/ckb/>\n"
"Language: ku\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr ""
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr ""

View file

@ -0,0 +1,37 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-11-09 15:13+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Lithuanian <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/lt/>\n"
"Language: lt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > "
"19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? "
"1 : 2);\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "Rodomas pavadinimas"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "Pardavimo užsakymo eilutė"

View file

@ -0,0 +1,32 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 19.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-10-08 18:39+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr ""
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr ""
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr ""

View file

@ -0,0 +1,35 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-11-09 15:13+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Mongolian <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/mn/>\n"
"Language: mn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "Дэлгэрэнгүй нэр"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "Борлуулалтын захиалгын мөр"

View file

@ -0,0 +1,35 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-11-09 15:13+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Burmese <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/my/>\n"
"Language: my\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "ပြသသော အမည်"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "နံပါတ်"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "အရောင်း အော်ဒါလိုင်း"

View file

@ -0,0 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-11-09 15:13+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Norwegian Bokmål <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/nb_NO/>\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "Visningsnavn"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "Salgsordrelinje"

View file

@ -0,0 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# Bren Driesen <brdri@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-10-23 09:17+0000\n"
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
"Language-Team: Dutch <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/nl/>\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "Weergavenaam"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "Verkooporderregel"

View file

@ -0,0 +1,37 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-10-17 12:45+0000\n"
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
"Language-Team: Polish <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/pl/>\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "Nazwa wyświetlana"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "Pozycja zamówienia sprzedaży"

View file

@ -0,0 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-11-09 15:14+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Portuguese <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/pt/>\n"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "Nome"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "Linha do pedido de venda"

View file

@ -0,0 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# "Maitê Dietze (madi)" <madi@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-10-27 14:19+0000\n"
"Last-Translator: \"Maitê Dietze (madi)\" <madi@odoo.com>\n"
"Language-Team: Portuguese (Brazil) <https://translate.odoo.com/projects/"
"odoo-19/sale_timesheet_margin/pt_BR/>\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "Exibir nome"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "Linha do pedido de venda"

View file

@ -0,0 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-11-09 15:14+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Romanian <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/ro/>\n"
"Language: ro\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
"20)) ? 1 : 2;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "Nume afișat"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "Linie comandă vânzare"

View file

@ -0,0 +1,39 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# Translators:
# "Anastasiia Koroleva (koan)" <koan@odoo.com>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-11-09 15:11+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Russian <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/ru/>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "Display Name"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "Позиция заказа на продажу"

View file

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Project-Id-Version: Odoo Server 19.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
"PO-Revision-Date: 2024-02-06 13:32+0000\n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2026-01-25 18:37+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -15,6 +15,16 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr ""
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr ""
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"

View file

@ -0,0 +1,32 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 19.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-10-08 18:39+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr ""
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr ""
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr ""

View file

@ -0,0 +1,37 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-11-09 15:14+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Slovenian <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/sl/>\n"
"Language: sl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || "
"n%100==4 ? 2 : 3;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "Prikazani naziv"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "Postavka prodajnega naloga"

View file

@ -0,0 +1,32 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 19.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-12-30 18:37+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr ""
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr ""
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr ""

View file

@ -0,0 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-11-09 15:14+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Serbian (Latin script) <https://translate.odoo.com/projects/"
"odoo-19/sale_timesheet_margin/sr_Latn/>\n"
"Language: sr@latin\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "Naziv za prikaz"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "Linija porudžbenice"

View file

@ -0,0 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-11-09 15:14+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Swedish <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/sv/>\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "Visningsnamn"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "Orderrad"

View file

@ -0,0 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-11-09 15:14+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Thai <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/th/>\n"
"Language: th\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "แสดงชื่อ"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ไอดี"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "รายการคำสั่งขาย"

View file

@ -0,0 +1,35 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-11-07 21:08+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Turkish <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/tr/>\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "İsim Göster"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "Satış Sipariş Satırı"

View file

@ -0,0 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-11-09 15:14+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Ukrainian <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/uk/>\n"
"Language: uk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "Назва для відображення"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "Рядок замовлення"

View file

@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
#
# Translated by:
# Deepvision - info@deepvision.uz | +998 77-093-0007
# Amon Olimov - amon.bars@gmail.com
# Jonibek Yorqulov - j.yorqulov@deepvision.uz
# Mirzohidkhon Ulugkhujaev ulugkhujayevmirzohidxon@gmail.com
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 19.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-10-08 18:39+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: uz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
#, fuzzy
msgid "Display Name"
msgstr "Korsatilgan nom"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
#, fuzzy
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
#, fuzzy
msgid "Sales Order Line"
msgstr "Savdo buyurtmasi satri"

View file

@ -0,0 +1,37 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# "Thi Huong Nguyen (thng)" <thng@odoo.com>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-11-09 15:14+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Vietnamese <https://translate.odoo.com/projects/odoo-19/"
"sale_timesheet_margin/vi/>\n"
"Language: vi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "Tên hiển thị"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "Dòng đơn bán hàng"

View file

@ -0,0 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# "Chloe Wang (chwa)" <chwa@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-10-27 08:03+0000\n"
"Last-Translator: \"Chloe Wang (chwa)\" <chwa@odoo.com>\n"
"Language-Team: Chinese (Simplified Han script) <https://translate.odoo.com/"
"projects/odoo-19/sale_timesheet_margin/zh_Hans/>\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "显示名称"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "ID"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "销售订单明细"

View file

@ -0,0 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_timesheet_margin
#
# Translators:
# Wil Odoo, 2025
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~18.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-09-16 08:11+0000\n"
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
"Language-Team: Chinese (Traditional Han script) <https://translate.odoo.com/"
"projects/odoo-19/sale_timesheet_margin/zh_Hant/>\n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__display_name
msgid "Display Name"
msgstr "顯示名稱"
#. module: sale_timesheet_margin
#: model:ir.model.fields,field_description:sale_timesheet_margin.field_sale_order_line__id
msgid "ID"
msgstr "識別號"
#. module: sale_timesheet_margin
#: model:ir.model,name:sale_timesheet_margin.model_sale_order_line
msgid "Sales Order Line"
msgstr "銷售訂單資料行"

View file

@ -2,39 +2,42 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import api, models
class SaleOrderLine(models.Model):
_inherit = "sale.order.line"
@api.depends('analytic_line_ids.amount', 'qty_delivered_method')
def _compute_purchase_price(self):
timesheet_sols = self.filtered(
lambda sol: sol.qty_delivered_method == 'timesheet' and not sol.product_id.standard_price
)
# filter out the sale.order.lines called by this override of _compute_purchase_price for which
# we don't want the purchase price to be recomputed. Without filtring out the sale.order.lines
# for which the recomputation was triggered by a depency from another override of _compute_purchase_price
service_non_timesheet_sols = self.filtered(
lambda sol: not sol.is_expense and sol.is_service and
sol.product_id.service_policy == 'ordered_prepaid' and sol.state == 'sale'
sol.product_id.service_policy in ['ordered_prepaid', 'delivered_manual', 'delivered_milestones'] and
sol.state == 'sale' and sol.purchase_price != 0
)
timesheet_sols = self.filtered(
lambda sol: sol.qty_delivered_method == 'timesheet' and not sol.product_id.standard_price
)
super(SaleOrderLine, self - timesheet_sols - service_non_timesheet_sols)._compute_purchase_price()
if timesheet_sols:
group_amount = self.env['account.analytic.line'].read_group(
group_amount = self.env['account.analytic.line']._read_group(
[('so_line', 'in', timesheet_sols.ids), ('project_id', '!=', False)],
['so_line', 'amount:sum', 'unit_amount:sum'],
['so_line'])
['so_line'],
['amount:sum', 'unit_amount:sum'])
mapped_sol_timesheet_amount = {
amount['so_line'][0]: -amount['amount'] / amount['unit_amount'] if amount['unit_amount'] else 0.0
for amount in group_amount
so_line.id: - amount_sum / unit_amount_sum if unit_amount_sum else 0.0
for so_line, amount_sum, unit_amount_sum in group_amount
}
for line in timesheet_sols:
line = line.with_company(line.company_id)
product_cost = mapped_sol_timesheet_amount.get(line.id, line.product_id.standard_price)
product_uom = line.product_uom or line.product_id.uom_id
if product_uom != line.company_id.project_time_mode_id and\
product_uom.category_id.id == line.company_id.project_time_mode_id.category_id.id:
product_uom = line.product_uom_id or line.product_id.uom_id
if product_uom != line.company_id.project_time_mode_id:
product_cost = product_uom._compute_quantity(
product_cost,
line.company_id.project_time_mode_id
)
line.purchase_price = line._convert_price(product_cost, product_uom)
line.purchase_price = line._convert_to_sol_currency(
product_cost, line.product_id.cost_currency_id)

View file

@ -10,7 +10,7 @@ from odoo.tests import tagged
class TestSaleTimesheetMargin(TestCommonSaleTimesheet):
def setUp(self):
super(TestSaleTimesheetMargin, self).setUp()
super().setUp()
uom_day_id = self.ref('uom.product_uom_day')
self.uom_day = self.env['uom.uom'].browse(uom_day_id)
self.product_1 = self.env['product.product'].create({
@ -19,7 +19,30 @@ class TestSaleTimesheetMargin(TestCommonSaleTimesheet):
'type': 'service',
'invoice_policy': 'order',
'uom_id': uom_day_id,
'uom_po_id': uom_day_id,
'default_code': 'SERV-ORDERED-DAY',
'service_type': 'timesheet',
'service_tracking': 'task_in_project',
'project_id': False,
'taxes_id': False,
})
self.product_2 = self.env['product.product'].create({
'name': "Delivered Manual Service",
'list_price': 1.0,
'type': 'service',
'invoice_policy': 'order',
'uom_id': uom_day_id,
'default_code': 'SERV-ORDERED-DAY',
'service_type': 'timesheet',
'service_tracking': 'task_in_project',
'project_id': False,
'taxes_id': False,
})
self.product_3 = self.env['product.product'].create({
'name': "Delivered Milestones Service",
'list_price': 1.0,
'type': 'service',
'invoice_policy': 'order',
'uom_id': uom_day_id,
'default_code': 'SERV-ORDERED-DAY',
'service_type': 'timesheet',
'service_tracking': 'task_in_project',
@ -36,7 +59,7 @@ class TestSaleTimesheetMargin(TestCommonSaleTimesheet):
Command.create({
'product_id': self.product_1.id,
'price_unit': 1.0,
'product_uom': self.uom_day.id,
'product_uom_id': self.uom_day.id,
'product_uom_qty': 1.0,
})],
'partner_id': self.partner_b.id,
@ -65,25 +88,63 @@ class TestSaleTimesheetMargin(TestCommonSaleTimesheet):
self.assertEqual(sale_order.order_line.purchase_price, expected_cost, "Sale order line cost should be number of working hours on one day * timesheet cost of the employee set on the timesheet linked to the SOL.")
def test_no_recompute_purchase_price_not_timesheet(self):
"""
check that if a sale order line is linked to a task but the service is ordered_prepaid, delivered_manual
or delivered_milestones, adding a timesheet line does not trigger a recomputation of purchase_price.
We also check that the pruchase price of new sale order lines added after the confirmation
is computed correctly.
"""
project = self.env['project.project'].create({
'name': "Test",
})
self.product_1.write({
'uom_id': self.ref('uom.product_uom_unit'),
'uom_po_id': self.ref('uom.product_uom_unit'),
'service_type': 'timesheet',
'service_policy': 'ordered_prepaid',
'service_tracking': 'task_global_project',
'project_id': project.id,
'standard_price': 2,
})
self.product_2.write({
'uom_id': self.ref('uom.product_uom_unit'),
'service_type': 'timesheet',
'service_policy': 'delivered_manual',
'service_tracking': 'task_global_project',
'project_id': project.id,
'standard_price': 2,
})
self.product_3.write({
'uom_id': self.ref('uom.product_uom_unit'),
'service_type': 'timesheet',
'service_policy': 'delivered_milestones',
'service_tracking': 'task_global_project',
'project_id': project.id,
'standard_price': 2,
})
simple_service = self.env['product.product'].create({
'name': "Simple service",
'list_price': 1.0,
'type': 'service',
'invoice_policy': 'order',
'service_type': 'timesheet',
'standard_price': 5,
})
sale_order = self.env['sale.order'].create({
'name': 'Test_SO0002',
'order_line': [
Command.create({
'product_id': self.product_1.id,
'price_unit': 1.0,
'product_uom': self.ref('uom.product_uom_unit'),
'product_uom_qty': 1.0,
}),
Command.create({
'product_id': self.product_2.id,
'price_unit': 1.0,
'product_uom_qty': 1.0,
}),
Command.create({
'product_id': self.product_3.id,
'price_unit': 1.0,
'product_uom_qty': 1.0,
})],
'partner_id': self.partner_b.id,
@ -93,7 +154,6 @@ class TestSaleTimesheetMargin(TestCommonSaleTimesheet):
sale_order.order_line.purchase_price = 3
# Confirm the sales order, create project and task.
sale_order.action_confirm()
# Add timesheet line
self.env['account.analytic.line'].create({
'name': 'Test Line 222',
@ -101,9 +161,37 @@ class TestSaleTimesheetMargin(TestCommonSaleTimesheet):
'amount': 1,
'employee_id': self.employee_manager.id,
'project_id': project.id,
'task_id': sale_order.order_line.task_id.id,
'task_id': sale_order.order_line[0].task_id.id,
'account_id': self.analytic_account_sale.id,
'so_line': sale_order.order_line.id,
'so_line': sale_order.order_line[0].id,
})
self.env['account.analytic.line'].create({
'name': 'Test Line 333',
'unit_amount': 2,
'amount': 1,
'employee_id': self.employee_manager.id,
'project_id': project.id,
'task_id': sale_order.order_line[1].task_id.id,
'account_id': self.analytic_account_sale.id,
'so_line': sale_order.order_line[1].id,
})
self.env['account.analytic.line'].create({
'name': 'Test Line 444',
'unit_amount': 2,
'amount': 1,
'employee_id': self.employee_manager.id,
'project_id': project.id,
'task_id': sale_order.order_line[2].task_id.id,
'account_id': self.analytic_account_sale.id,
'so_line': sale_order.order_line[2].id,
})
self.env.flush_all()
self.assertEqual(sale_order.order_line.purchase_price, 3)
self.assertEqual(sale_order.order_line.filtered(lambda sol: sol.product_id == self.product_1).purchase_price, 3)
self.assertEqual(sale_order.order_line.filtered(lambda sol: sol.product_id == self.product_2).purchase_price, 3)
self.assertEqual(sale_order.order_line.filtered(lambda sol: sol.product_id == self.product_3).purchase_price, 3)
sale_order.order_line = [Command.create({
'product_id': simple_service.id,
'price_unit': 1.0,
'product_uom_qty': 1.0,
})]
self.assertEqual(sale_order.order_line.filtered(lambda sol: sol.product_id == simple_service).purchase_price, 5)