Начальное наполнение
This commit is contained in:
parent
0e9b26034b
commit
b9a112f17b
5
__init__.py
Normal file
5
__init__.py
Normal file
@ -0,0 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from . import models # noqa
|
||||
from . import report # noqa
|
23
__manifest__.py
Normal file
23
__manifest__.py
Normal file
@ -0,0 +1,23 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
{
|
||||
'name': 'Margins in Sales Orders',
|
||||
'version':'1.0',
|
||||
'category': 'Sales/Sales',
|
||||
'description': """
|
||||
This module adds the 'Margin' on sales order.
|
||||
=============================================
|
||||
|
||||
This gives the profitability by calculating the difference between the Unit
|
||||
Price and Cost Price.
|
||||
""",
|
||||
'depends':['sale_management'],
|
||||
'demo':[
|
||||
'data/sale_margin_demo.xml',
|
||||
],
|
||||
'data':[
|
||||
'views/sale_order_views.xml',
|
||||
],
|
||||
'license': 'LGPL-3',
|
||||
}
|
36
data/sale_margin_demo.xml
Normal file
36
data/sale_margin_demo.xml
Normal file
@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo noupdate="1">
|
||||
|
||||
<record id="sale.sale_order_line_1" model="sale.order.line">
|
||||
<field name="purchase_price">2870.00</field>
|
||||
</record>
|
||||
|
||||
<record id="sale.sale_order_line_2" model="sale.order.line">
|
||||
<field name="purchase_price">126.00</field>
|
||||
</record>
|
||||
|
||||
<record id="sale.sale_order_line_3" model="sale.order.line">
|
||||
<field name="purchase_price">60.00</field>
|
||||
</record>
|
||||
|
||||
<record id="sale.sale_order_line_12" model="sale.order.line">
|
||||
<field name="purchase_price">390.00</field>
|
||||
</record>
|
||||
|
||||
<record id="sale.sale_order_line_16" model="sale.order.line">
|
||||
<field name="purchase_price">2870.00</field>
|
||||
</record>
|
||||
|
||||
<record id="sale.sale_order_line_17" model="sale.order.line">
|
||||
<field name="purchase_price">155.00</field>
|
||||
</record>
|
||||
|
||||
<record id="sale.sale_order_line_18" model="sale.order.line">
|
||||
<field name="purchase_price">35.00</field>
|
||||
</record>
|
||||
|
||||
<record id="sale.sale_order_line_19" model="sale.order.line">
|
||||
<field name="purchase_price">13.00</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
49
i18n/af.po
Normal file
49
i18n/af.po
Normal file
@ -0,0 +1,49 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~14.4\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Language-Team: Afrikaans (https://www.transifex.com/odoo/teams/41243/af/)\n"
|
||||
"Language: af\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_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Koste"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr ""
|
49
i18n/am.po
Normal file
49
i18n/am.po
Normal file
@ -0,0 +1,49 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~14.4\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Language-Team: Amharic (https://app.transifex.com/odoo/teams/41243/am/)\n"
|
||||
"Language: am\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_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "የመግዣ ዋጋ"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr ""
|
53
i18n/ar.po
Normal file
53
i18n/ar.po
Normal file
@ -0,0 +1,53 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# 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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "التكلفة"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "الهامش"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr "الهامش (%) "
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "تقرير المبيعات التحليلي"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "أمر البيع"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "بند أمر المبيعات"
|
53
i18n/az.po
Normal file
53
i18n/az.po
Normal file
@ -0,0 +1,53 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
# erpgo translator <jumshud@erpgo.az>, 2022
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~14.4\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: erpgo translator <jumshud@erpgo.az>, 2022\n"
|
||||
"Language-Team: Azerbaijani (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Maya dəyəri"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Satış Sifarişi"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Satış Sifarişi Sətri"
|
55
i18n/bg.po
Normal file
55
i18n/bg.po
Normal file
@ -0,0 +1,55 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
# Albena Mincheva <albena_vicheva@abv.bg>, 2023
|
||||
# Igor Sheludko <igor.sheludko@gmail.com>, 2023
|
||||
# Maria Boyadjieva <marabo2000@gmail.com>, 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 <marabo2000@gmail.com>, 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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Цена"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Марж"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Поръчка"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Ред на поръчка за продажби"
|
52
i18n/bs.po
Normal file
52
i18n/bs.po
Normal file
@ -0,0 +1,52 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~11.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2018\n"
|
||||
"Language-Team: Bosnian (https://www.transifex.com/odoo/teams/41243/bs/)\n"
|
||||
"Language: bs\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"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Cijena (Koštanje)"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Marža"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Stavka prodajne narudžbe"
|
55
i18n/ca.po
Normal file
55
i18n/ca.po
Normal file
@ -0,0 +1,55 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
# José Cabrera Lozano <jose.cabrera@edukative.es>, 2023
|
||||
# Óscar Fonseca <tecnico@pyming.com>, 2023
|
||||
# Manel Fernandez Ramirez <manelfera@outlook.com>, 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: Manel Fernandez Ramirez <manelfera@outlook.com>, 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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Cost"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Marge"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr "Marge (%)"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "Informe d'anàlisi de vendes"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Comanda"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Línia comanda de venda"
|
54
i18n/cs.po
Normal file
54
i18n/cs.po
Normal file
@ -0,0 +1,54 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Náklady"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Marže"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr "Marže (%)"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "Analýza prodejů"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Prodejní objednávka"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Položka prodejní objednávky"
|
53
i18n/da.po
Normal file
53
i18n/da.po
Normal file
@ -0,0 +1,53 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# 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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Kostpris"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Avance"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr "Margin (%)"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "Analytisk salgsrapport"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Salgsordre"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Salgsordrelinje"
|
53
i18n/de.po
Normal file
53
i18n/de.po
Normal file
@ -0,0 +1,53 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# 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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Kosten"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Marge"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr "Marge (%)"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "Verkaufsanalysebericht"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Verkaufsauftrag"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Verkaufsauftragszeile"
|
53
i18n/el.po
Normal file
53
i18n/el.po
Normal file
@ -0,0 +1,53 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
# Kostas Goutoudis <goutoudis@gmail.com>, 2018
|
||||
# Martin Trigaux, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~11.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2018\n"
|
||||
"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Κόστος"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Περιθώριο"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Γραμμή Παραγγελίας"
|
51
i18n/en_AU.po
Normal file
51
i18n/en_AU.po
Normal file
@ -0,0 +1,51 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2015-09-08 08:01+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: English (Australia) (http://www.transifex.com/odoo/odoo-9/language/en_AU/)\n"
|
||||
"Language: en_AU\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_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Sales Order"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Sales Order Line"
|
51
i18n/en_GB.po
Normal file
51
i18n/en_GB.po
Normal file
@ -0,0 +1,51 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2015-09-08 08:01+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: English (United Kingdom) (http://www.transifex.com/odoo/odoo-9/language/en_GB/)\n"
|
||||
"Language: en_GB\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_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Sales Order"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Sales Order Line"
|
54
i18n/es.po
Normal file
54
i18n/es.po
Normal file
@ -0,0 +1,54 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# 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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Coste"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Margen"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr "Margen (%)"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "Informe de análisis de ventas"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Orden de venta"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Línea de orden de venta"
|
53
i18n/es_419.po
Normal file
53
i18n/es_419.po
Normal file
@ -0,0 +1,53 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# 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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Costo"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Margen"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr "Margen (%)"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "Reporte del análisis de ventas"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Orden de venta"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Línea de la orden de venta"
|
51
i18n/es_BO.po
Normal file
51
i18n/es_BO.po
Normal file
@ -0,0 +1,51 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2015-08-25 10:24+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Spanish (Bolivia) (http://www.transifex.com/odoo/odoo-9/language/es_BO/)\n"
|
||||
"Language: es_BO\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_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Coste"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Pedido de Venta"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr ""
|
51
i18n/es_CL.po
Normal file
51
i18n/es_CL.po
Normal file
@ -0,0 +1,51 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2015-09-08 08:02+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Spanish (Chile) (http://www.transifex.com/odoo/odoo-9/language/es_CL/)\n"
|
||||
"Language: es_CL\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_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Coste"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Margen"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Pedido de venta"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Línea de pedido de venta"
|
63
i18n/es_CO.po
Normal file
63
i18n/es_CO.po
Normal file
@ -0,0 +1,63 @@
|
||||
# #-#-#-#-# es_CO.po (Odoo 9.0) #-#-#-#-#
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
# Mateo Tibaquirá <nestormateo@gmail.com>, 2015
|
||||
# #-#-#-#-# es_CO.po (Odoo 9.0) #-#-#-#-#
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2015-10-23 21:08+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Spanish (Colombia) (http://www.transifex.com/odoo/odoo-9/language/es_CO/)\n"
|
||||
"Language: es_CO\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"#-#-#-#-# es_CO.po (Odoo 9.0) #-#-#-#-#\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"#-#-#-#-# es_CO.po (Odoo 9.0) #-#-#-#-#\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Costo"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Margen"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr ""
|
51
i18n/es_CR.po
Normal file
51
i18n/es_CR.po
Normal file
@ -0,0 +1,51 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2015-09-08 08:02+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/odoo/odoo-9/language/es_CR/)\n"
|
||||
"Language: es_CR\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_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Coste"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Margen"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Pedido de venta"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Línea pedido de venta"
|
51
i18n/es_DO.po
Normal file
51
i18n/es_DO.po
Normal file
@ -0,0 +1,51 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2016-03-22 15:03+0000\n"
|
||||
"Last-Translator: Juliano Henriquez <juliano@consultoriahenca.com>\n"
|
||||
"Language-Team: Spanish (Dominican Republic) (http://www.transifex.com/odoo/odoo-9/language/es_DO/)\n"
|
||||
"Language: es_DO\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_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Coste"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Margen"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Pedido de venta"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Línea pedido de venta"
|
52
i18n/es_EC.po
Normal file
52
i18n/es_EC.po
Normal file
@ -0,0 +1,52 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
# Rick Hunter <rick_hunter_ec@yahoo.com>, 2015
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2015-10-13 05:29+0000\n"
|
||||
"Last-Translator: Rick Hunter <rick_hunter_ec@yahoo.com>\n"
|
||||
"Language-Team: Spanish (Ecuador) (http://www.transifex.com/odoo/odoo-9/language/es_EC/)\n"
|
||||
"Language: es_EC\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_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Costo"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Margen"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Pedido de Venta"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Línea pedido de venta"
|
51
i18n/es_PA.po
Normal file
51
i18n/es_PA.po
Normal file
@ -0,0 +1,51 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2015-09-08 08:02+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Spanish (Panama) (http://www.transifex.com/odoo/odoo-9/language/es_PA/)\n"
|
||||
"Language: es_PA\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_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Pedido de venta"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr ""
|
52
i18n/es_PE.po
Normal file
52
i18n/es_PE.po
Normal file
@ -0,0 +1,52 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
# Carlos Eduardo Rodriguez Rossi <crodriguez@samemotion.com>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2016-06-16 19:54+0000\n"
|
||||
"Last-Translator: Carlos Eduardo Rodriguez Rossi <crodriguez@samemotion.com>\n"
|
||||
"Language-Team: Spanish (Peru) (http://www.transifex.com/odoo/odoo-9/language/es_PE/)\n"
|
||||
"Language: es_PE\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_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Costo"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Márgen"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Órdenes de venta"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Línea de Pedido de Venta"
|
51
i18n/es_PY.po
Normal file
51
i18n/es_PY.po
Normal file
@ -0,0 +1,51 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2015-09-08 08:02+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Spanish (Paraguay) (http://www.transifex.com/odoo/odoo-9/language/es_PY/)\n"
|
||||
"Language: es_PY\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_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Costo"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Pedido de venta"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Línea pedido de venta"
|
51
i18n/es_VE.po
Normal file
51
i18n/es_VE.po
Normal file
@ -0,0 +1,51 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2015-09-08 08:02+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Spanish (Venezuela) (http://www.transifex.com/odoo/odoo-9/language/es_VE/)\n"
|
||||
"Language: es_VE\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_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Coste"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Margen"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Pedido de venta"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Línea pedido de venta"
|
57
i18n/et.po
Normal file
57
i18n/et.po
Normal file
@ -0,0 +1,57 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
# Martin Aavastik <martin@avalah.ee>, 2023
|
||||
# Helen Sulaoja <helen@avalah.ee>, 2023
|
||||
# Piia Paurson <piia@avalah.ee>, 2023
|
||||
# Algo Kärp <algokarp@gmail.com>, 2023
|
||||
# Eneli Õigus <enelioigus@gmail.com>, 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: Eneli Õigus <enelioigus@gmail.com>, 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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Kulu"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Marginaal"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr "Marginaal (%)"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "Müükide analüüsiraport"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Müügitellimus"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Müügitellimuse rida"
|
51
i18n/eu.po
Normal file
51
i18n/eu.po
Normal file
@ -0,0 +1,51 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2015-09-09 11:19+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Basque (http://www.transifex.com/odoo/odoo-9/language/eu/)\n"
|
||||
"Language: eu\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_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Salmenta eskaria"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Salmenta lerroa"
|
56
i18n/fa.po
Normal file
56
i18n/fa.po
Normal file
@ -0,0 +1,56 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
# Hanna Kheradroosta, 2023
|
||||
# Hamed Mohammadi <hamed@dehongi.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Hamid Darabi, 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: Hamid Darabi, 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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "هزینه"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "حاشیه سود"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr "حاشیه سود (%)"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "گزارش تحلیل فروش"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "سفارش فروش"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "سطر سفارشفروش"
|
57
i18n/fi.po
Normal file
57
i18n/fi.po
Normal file
@ -0,0 +1,57 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2023
|
||||
# Kari Lindgren <kari.lindgren@emsystems.fi>, 2023
|
||||
# Tuomo Aura <tuomo.aura@web-veistamo.fi>, 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: Tuomo Aura <tuomo.aura@web-veistamo.fi>, 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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Kustannushinta"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Myyntikate"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr "Kate (%)"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "Myyntianalyysi"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Myyntitilaus"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Myyntitilausrivi"
|
51
i18n/fo.po
Normal file
51
i18n/fo.po
Normal file
@ -0,0 +1,51 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2015-08-25 10:24+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Faroese (http://www.transifex.com/odoo/odoo-9/language/fo/)\n"
|
||||
"Language: fo\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_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Søluordri"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Søluordra-linja"
|
53
i18n/fr.po
Normal file
53
i18n/fr.po
Normal file
@ -0,0 +1,53 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# 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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Coût"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Marge"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr "Marge (%)"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "Rapport d'analyse des ventes"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Bon de commande"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Ligne de commande"
|
51
i18n/fr_BE.po
Normal file
51
i18n/fr_BE.po
Normal file
@ -0,0 +1,51 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2015-08-25 10:24+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: French (Belgium) (http://www.transifex.com/odoo/odoo-9/language/fr_BE/)\n"
|
||||
"Language: fr_BE\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_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Ligne du bon de commande"
|
51
i18n/fr_CA.po
Normal file
51
i18n/fr_CA.po
Normal file
@ -0,0 +1,51 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2015-08-25 10:24+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: French (Canada) (http://www.transifex.com/odoo/odoo-9/language/fr_CA/)\n"
|
||||
"Language: fr_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"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Bon de vente"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr ""
|
51
i18n/gl.po
Normal file
51
i18n/gl.po
Normal file
@ -0,0 +1,51 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2015-09-08 08:02+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Galician (http://www.transifex.com/odoo/odoo-9/language/gl/)\n"
|
||||
"Language: gl\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_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Pedido de venda"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Liña de ordes de venda"
|
52
i18n/gu.po
Normal file
52
i18n/gu.po
Normal file
@ -0,0 +1,52 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
# Turkesh Patel <turkesh4friends@gmail.com>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~11.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
|
||||
"Last-Translator: Turkesh Patel <turkesh4friends@gmail.com>, 2018\n"
|
||||
"Language-Team: Gujarati (https://www.transifex.com/odoo/teams/41243/gu/)\n"
|
||||
"Language: gu\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_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "પડતર-કિંમત"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr ""
|
55
i18n/he.po
Normal file
55
i18n/he.po
Normal file
@ -0,0 +1,55 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
# ExcaliberX <excaliberx@gmail.com>, 2023
|
||||
# Lilach Gilliam <lilach.gilliam@gmail.com>, 2023
|
||||
# ZVI BLONDER <ZVIBLONDER@gmail.com>, 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: ZVI BLONDER <ZVIBLONDER@gmail.com>, 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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "עלות"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "מרווח"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr "רווח (%)"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "דוח נתוני מכירות"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "הזמנת לקוח"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "שורת הזמנת לקוח"
|
54
i18n/hr.po
Normal file
54
i18n/hr.po
Normal file
@ -0,0 +1,54 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Bole <bole@dajmi5.com>, 2022
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~14.4\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Bole <bole@dajmi5.com>, 2022\n"
|
||||
"Language-Team: Croatian (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Trošak"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "RUC"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "Izvještaj analize prodaje"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Prodajni nalog"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Stavka prodajnog naloga"
|
55
i18n/hu.po
Normal file
55
i18n/hu.po
Normal file
@ -0,0 +1,55 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# Ákos Nagy <akos.nagy@oregional.hu>, 2023
|
||||
# Gergő Kertész <gergo.kertesz@maxflow.hu>, 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: Gergő Kertész <gergo.kertesz@maxflow.hu>, 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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Költség"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Árrés"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "Értékesítési elemzés riport"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Megrendelések"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Vevői megrendelés sor"
|
53
i18n/id.po
Normal file
53
i18n/id.po
Normal file
@ -0,0 +1,53 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# 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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Modal"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Margin"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr "Margin (%)"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "Analisis Laporan Sales"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Order Penjualan"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Baris Pesanan Penjualan"
|
49
i18n/is.po
Normal file
49
i18n/is.po
Normal file
@ -0,0 +1,49 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~14.4\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n"
|
||||
"Language: is\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Kostnaðarverð"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Margin"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Sales Order Line"
|
53
i18n/it.po
Normal file
53
i18n/it.po
Normal file
@ -0,0 +1,53 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# 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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Costo"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Margine"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr "Margine (%)"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "Resoconto di analisi vendite"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Ordine di vendita"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Riga ordine di vendita"
|
53
i18n/ja.po
Normal file
53
i18n/ja.po
Normal file
@ -0,0 +1,53 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# 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: 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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "原価"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "粗利益"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr "マージン (%)"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "販売分析レポート"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "販売オーダ"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "販売オーダ明細"
|
51
i18n/ka.po
Normal file
51
i18n/ka.po
Normal file
@ -0,0 +1,51 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2015-08-25 10:24+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Georgian (http://www.transifex.com/odoo/odoo-9/language/ka/)\n"
|
||||
"Language: ka\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"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "ღირებულება"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "მარჟა"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "გაყიდვის ორდერი"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "გაყიდვის ორდერის ხაზი"
|
51
i18n/kab.po
Normal file
51
i18n/kab.po
Normal file
@ -0,0 +1,51 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2015-09-08 08:02+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Kabyle (http://www.transifex.com/odoo/odoo-9/language/kab/)\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_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Tasqamt"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Taladna n uznuzu"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Izirig n tladna n uznuzu"
|
52
i18n/km.po
Normal file
52
i18n/km.po
Normal file
@ -0,0 +1,52 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
# Sengtha Chay <sengtha@gmail.com>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~11.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
|
||||
"Last-Translator: Sengtha Chay <sengtha@gmail.com>, 2018\n"
|
||||
"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n"
|
||||
"Language: km\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"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "តំលៃ"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr ""
|
53
i18n/ko.po
Normal file
53
i18n/ko.po
Normal file
@ -0,0 +1,53 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# 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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "비용"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "이윤"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr "마진 (%)"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "판매 분석 보고서"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "판매 주문"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "판매 주문 내역"
|
49
i18n/lb.po
Normal file
49
i18n/lb.po
Normal file
@ -0,0 +1,49 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~12.4\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2019-08-26 09:14+0000\n"
|
||||
"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n"
|
||||
"Language: lb\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_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr ""
|
51
i18n/lo.po
Normal file
51
i18n/lo.po
Normal file
@ -0,0 +1,51 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2015-08-25 10:24+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Lao (http://www.transifex.com/odoo/odoo-9/language/lo/)\n"
|
||||
"Language: lo\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"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "ໃບສັ່ງຊື້"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "ລາຍການສິນຄ້າທີ່ສັ່ງຊື້"
|
57
i18n/lt.po
Normal file
57
i18n/lt.po
Normal file
@ -0,0 +1,57 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
# Arunas V. <arunas@devoro.com>, 2023
|
||||
# Anatolij, 2023
|
||||
# Linas Versada <linaskrisiukenas@gmail.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Aurelija Vitkauskiene, 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: Aurelija Vitkauskiene, 2024\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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Savikaina"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Marža"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr "Marža, %"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "Pardavimų analizės ataskaita"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Pardavimo užsakymas"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Pardavimo užsakymo eilutė"
|
54
i18n/lv.po
Normal file
54
i18n/lv.po
Normal file
@ -0,0 +1,54 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# Will Sensors, 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: Will Sensors, 2023\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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Izmaksa"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Peļņa"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "Pārdošanas analīzes atskaite"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Pasūtījums"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Pārdošanas pasūtījuma rinda"
|
51
i18n/mk.po
Normal file
51
i18n/mk.po
Normal file
@ -0,0 +1,51 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2015-09-08 08:02+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Macedonian (http://www.transifex.com/odoo/odoo-9/language/mk/)\n"
|
||||
"Language: mk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Трошок"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Маржа"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Налог за продажба"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Ставка од налог за продажба"
|
55
i18n/mn.po
Normal file
55
i18n/mn.po
Normal file
@ -0,0 +1,55 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Baskhuu Lodoikhuu <baskhuujacara@gmail.com>, 2022
|
||||
# Batmunkh Ganbat <batmunkh.g@bumanit.mn>, 2022
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~14.4\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Batmunkh Ganbat <batmunkh.g@bumanit.mn>, 2022\n"
|
||||
"Language-Team: Mongolian (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Өртөг"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Бохир ашиг"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "Борлуулалтын шинжилгээ тайлан"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Борлуулалтын захиалга"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Борлуулалтын захиалгын мөр"
|
54
i18n/nb.po
Normal file
54
i18n/nb.po
Normal file
@ -0,0 +1,54 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
# Marius Stedjan <marius@stedjan.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~14.4\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Norwegian Bokmål (https://app.transifex.com/odoo/teams/41243/nb/)\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"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Kostnad"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Margin"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "Salgsanalyserapport"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Salgsordre"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Salgsordrelinje"
|
53
i18n/nl.po
Normal file
53
i18n/nl.po
Normal file
@ -0,0 +1,53 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# 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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Kostprijs"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Marge"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr "Marge (%)"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "Verkoopanalyserapport"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Verkooporder"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Verkooporderregel"
|
53
i18n/pl.po
Normal file
53
i18n/pl.po
Normal file
@ -0,0 +1,53 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# 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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Koszt"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Marża"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr "Marża (%)"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "Raport analityczny sprzedaży"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Zamówienie sprzedaży"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Pozycja zamówienia sprzedaży"
|
53
i18n/pt.po
Normal file
53
i18n/pt.po
Normal file
@ -0,0 +1,53 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# 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: 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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Custo"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Margem"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "Relatório de Análise de Vendas"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Ordem de Vendas"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Linhas da Ordem de Vendas"
|
53
i18n/pt_BR.po
Normal file
53
i18n/pt_BR.po
Normal file
@ -0,0 +1,53 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# 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: 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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Custo"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Margem"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr "Margem (%)"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "Relatório de análise de vendas"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Pedido de venda"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Linha do pedido de venda"
|
55
i18n/ro.po
Normal file
55
i18n/ro.po
Normal file
@ -0,0 +1,55 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
# Foldi Robert <foldirobert@nexterp.ro>, 2022
|
||||
# Cozmin Candea <office@terrabit.ro>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~14.4\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Romanian (https://app.transifex.com/odoo/teams/41243/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%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Cost"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Marja"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr "Marjă (%)"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "Raport de analiză a vânzărilor"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Comandă de vânzare"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Linie comandă vânzare"
|
56
i18n/ru.po
Normal file
56
i18n/ru.po
Normal file
@ -0,0 +1,56 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# Константин Коровин <korovin74@gmail.com>, 2023
|
||||
# Сергей Шебанин <sergey@shebanin.ru>, 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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Стоимость"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Отступ"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr "Маржа (%)"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "Отчет об анализе продаж"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Заказ на продажу"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Позиция заказа на продажу"
|
49
i18n/sale_margin.pot
Normal file
49
i18n/sale_margin.pot
Normal file
@ -0,0 +1,49 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr ""
|
53
i18n/sk.po
Normal file
53
i18n/sk.po
Normal file
@ -0,0 +1,53 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# 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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Náklady"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Marža"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "Report analýzy predaja"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Objednávka "
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Položka objednávok"
|
56
i18n/sl.po
Normal file
56
i18n/sl.po
Normal file
@ -0,0 +1,56 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
# Matjaz Mozetic <m.mozetic@matmoz.si>, 2023
|
||||
# Tadej Lupšina <tadej@hbs.si>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Tomaž Jug <tomaz@editor.si>, 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: Tomaž Jug <tomaz@editor.si>, 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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Lastna cena"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Razlika v ceni"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "Poročilo o analizi prodaje"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Prodajni nalog"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Postavka naročila"
|
55
i18n/sr.po
Normal file
55
i18n/sr.po
Normal file
@ -0,0 +1,55 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
# Dragan Vukosavljevic <dragan.vukosavljevic@gmail.com>, 2023
|
||||
# Milan Bojovic <mbojovic@outlook.com>, 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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Trošak"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Marža"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr "Margin (%)"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "Izveštaj Analiza prodaje"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Porudžbenica"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Linija porudžbenice"
|
54
i18n/sr@latin.po
Normal file
54
i18n/sr@latin.po
Normal file
@ -0,0 +1,54 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
# Nemanja Dragovic <nemanjadragovic94@gmail.com>, 2017
|
||||
# Djordje Marjanovic <djordje_m@yahoo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2017-10-02 11:26+0000\n"
|
||||
"Last-Translator: Djordje Marjanovic <djordje_m@yahoo.com>, 2017\n"
|
||||
"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr%40latin/)\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"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Cijena koštanja"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Marza"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Stavka naloga za prodaju"
|
55
i18n/sv.po
Normal file
55
i18n/sv.po
Normal file
@ -0,0 +1,55 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
# Simon S, 2023
|
||||
# Chrille Hedberg <hedberg.chrille@gmail.com>, 2023
|
||||
# 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: 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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Kostnad"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Marginal"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr "Marginal (%)"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "Rapport försäljningsanalys"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Order"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Orderrad"
|
51
i18n/ta.po
Normal file
51
i18n/ta.po
Normal file
@ -0,0 +1,51 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2016-02-11 10:14+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Tamil (http://www.transifex.com/odoo/odoo-9/language/ta/)\n"
|
||||
"Language: ta\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_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "செலவு"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr ""
|
53
i18n/th.po
Normal file
53
i18n/th.po
Normal file
@ -0,0 +1,53 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# 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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "ต้นทุน"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "กำไร"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr "กำไร (%)"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "รายงานวิเคราะห์การขาย"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "คำสั่งขาย"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "รายการคำสั่งขาย"
|
56
i18n/tr.po
Normal file
56
i18n/tr.po
Normal file
@ -0,0 +1,56 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# Translators:
|
||||
# Murat Kaplan <muratk@projetgrup.com>, 2023
|
||||
# abc Def <hdogan1974@gmail.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Ediz Duman <neps1192@gmail.com>, 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: Ediz Duman <neps1192@gmail.com>, 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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Maliyet"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Marj"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr "Marj (%)"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "Satış Analizi Raporu"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Satış Siparişi"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Satış Sipariş Satırı"
|
53
i18n/uk.po
Normal file
53
i18n/uk.po
Normal file
@ -0,0 +1,53 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# 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: 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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Вартість"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Маржа"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr "Маржа (%)"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "Звіт аналізу продажів"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Замовлення на продаж"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Рядок замовлення"
|
53
i18n/vi.po
Normal file
53
i18n/vi.po
Normal file
@ -0,0 +1,53 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# 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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "Chi phí"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "Biên lợi nhuận"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr "Biên lợi nhuận (%)"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "Báo cáo phân tích bán hàng"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Đơn bán hàng"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Dòng đơn bán hàng"
|
53
i18n/zh_CN.po
Normal file
53
i18n/zh_CN.po
Normal file
@ -0,0 +1,53 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# 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 (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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "成本"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "毛利"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr "毛利率(%)"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "销售分析报告"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "销售订单"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "销售订单行"
|
53
i18n/zh_TW.po
Normal file
53
i18n/zh_TW.po
Normal file
@ -0,0 +1,53 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_margin
|
||||
#
|
||||
# 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: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__purchase_price
|
||||
msgid "Cost"
|
||||
msgstr "成本"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_report__margin
|
||||
msgid "Margin"
|
||||
msgstr "毛利"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order__margin_percent
|
||||
#: model:ir.model.fields,field_description:sale_margin.field_sale_order_line__margin_percent
|
||||
msgid "Margin (%)"
|
||||
msgstr "毛利 (%)"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_report
|
||||
msgid "Sales Analysis Report"
|
||||
msgstr "銷售分析報告"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "銷售訂單"
|
||||
|
||||
#. module: sale_margin
|
||||
#: model:ir.model,name:sale_margin.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "銷售訂單資料行"
|
5
models/__init__.py
Normal file
5
models/__init__.py
Normal file
@ -0,0 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from . import sale_order
|
||||
from . import sale_order_line
|
31
models/sale_order.py
Normal file
31
models/sale_order.py
Normal file
@ -0,0 +1,31 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from odoo import api, fields, models
|
||||
|
||||
|
||||
class SaleOrder(models.Model):
|
||||
_inherit = "sale.order"
|
||||
|
||||
margin = fields.Monetary("Margin", compute='_compute_margin', store=True)
|
||||
margin_percent = fields.Float("Margin (%)", compute='_compute_margin', store=True, group_operator="avg")
|
||||
|
||||
@api.depends('order_line.margin', 'amount_untaxed')
|
||||
def _compute_margin(self):
|
||||
if not all(self._ids):
|
||||
for order in self:
|
||||
order.margin = sum(order.order_line.mapped('margin'))
|
||||
order.margin_percent = order.amount_untaxed and order.margin/order.amount_untaxed
|
||||
else:
|
||||
# On batch records recomputation (e.g. at install), compute the margins
|
||||
# with a single read_group query for better performance.
|
||||
# This isn't done in an onchange environment because (part of) the data
|
||||
# may not be stored in database (new records or unsaved modifications).
|
||||
grouped_order_lines_data = self.env['sale.order.line']._read_group(
|
||||
[
|
||||
('order_id', 'in', self.ids),
|
||||
], ['order_id'], ['margin:sum'])
|
||||
mapped_data = {order.id: margin for order, margin in grouped_order_lines_data}
|
||||
for order in self:
|
||||
order.margin = mapped_data.get(order.id, 0.0)
|
||||
order.margin_percent = order.amount_untaxed and order.margin/order.amount_untaxed
|
42
models/sale_order_line.py
Normal file
42
models/sale_order_line.py
Normal file
@ -0,0 +1,42 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from odoo import api, fields, models
|
||||
|
||||
|
||||
class SaleOrderLine(models.Model):
|
||||
_inherit = "sale.order.line"
|
||||
|
||||
margin = fields.Float(
|
||||
"Margin", compute='_compute_margin',
|
||||
digits='Product Price', store=True, groups="base.group_user", precompute=True)
|
||||
margin_percent = fields.Float(
|
||||
"Margin (%)", compute='_compute_margin', store=True, groups="base.group_user", precompute=True)
|
||||
purchase_price = fields.Float(
|
||||
string="Cost", compute="_compute_purchase_price",
|
||||
digits='Product Price', store=True, readonly=False, copy=False, precompute=True,
|
||||
groups="base.group_user")
|
||||
|
||||
@api.depends('product_id', 'company_id', 'currency_id', 'product_uom')
|
||||
def _compute_purchase_price(self):
|
||||
for line in self:
|
||||
if not line.product_id:
|
||||
line.purchase_price = 0.0
|
||||
continue
|
||||
line = line.with_company(line.company_id)
|
||||
|
||||
# Convert the cost to the line UoM
|
||||
product_cost = line.product_id.uom_id._compute_price(
|
||||
line.product_id.standard_price,
|
||||
line.product_uom,
|
||||
)
|
||||
|
||||
line.purchase_price = line._convert_to_sol_currency(
|
||||
product_cost,
|
||||
line.product_id.cost_currency_id)
|
||||
|
||||
@api.depends('price_subtotal', 'product_uom_qty', 'purchase_price')
|
||||
def _compute_margin(self):
|
||||
for line in self:
|
||||
line.margin = line.price_subtotal - (line.purchase_price * line.product_uom_qty)
|
||||
line.margin_percent = line.price_subtotal and line.margin/line.price_subtotal
|
4
report/__init__.py
Normal file
4
report/__init__.py
Normal file
@ -0,0 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from . import sale_report
|
18
report/sale_report.py
Normal file
18
report/sale_report.py
Normal file
@ -0,0 +1,18 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class SaleReport(models.Model):
|
||||
_inherit = 'sale.report'
|
||||
|
||||
margin = fields.Float('Margin')
|
||||
|
||||
def _select_additional_fields(self):
|
||||
res = super()._select_additional_fields()
|
||||
res['margin'] = f"""SUM(l.margin
|
||||
/ {self._case_value_or_one('s.currency_rate')}
|
||||
* {self._case_value_or_one('currency_table.rate')})
|
||||
"""
|
||||
return res
|
4
tests/__init__.py
Normal file
4
tests/__init__.py
Normal file
@ -0,0 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from . import test_sale_margin
|
126
tests/test_sale_margin.py
Normal file
126
tests/test_sale_margin.py
Normal file
@ -0,0 +1,126 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from odoo.fields import Command
|
||||
from odoo.addons.sale.tests.common import SaleCommon
|
||||
|
||||
|
||||
class TestSaleMargin(SaleCommon):
|
||||
|
||||
def test_sale_margin(self):
|
||||
""" Test the sale_margin module in Odoo. """
|
||||
self.product.standard_price = 700.0
|
||||
order = self.empty_order
|
||||
|
||||
order.order_line = [
|
||||
Command.create({
|
||||
'price_unit': 1000.0,
|
||||
'product_uom_qty': 10.0,
|
||||
'product_id': self.product.id,
|
||||
}),
|
||||
]
|
||||
# Confirm the sales order.
|
||||
order.action_confirm()
|
||||
# Verify that margin field gets bind with the value.
|
||||
self.assertEqual(order.margin, 3000.00, "Sales order profit should be 6000.00")
|
||||
self.assertEqual(order.margin_percent, 0.3, "Sales order margin should be 30%")
|
||||
|
||||
def test_negative_margin(self):
|
||||
""" Test the margin when sales price is less then cost."""
|
||||
order = self.empty_order
|
||||
self.service_product.standard_price = 40.0
|
||||
|
||||
order.order_line = [
|
||||
Command.create({
|
||||
'price_unit': 20.0,
|
||||
'product_uom_qty': 1.0,
|
||||
'state': 'draft',
|
||||
'product_id': self.service_product.id,
|
||||
}),
|
||||
Command.create({
|
||||
'price_unit': -100.0,
|
||||
'purchase_price': 0.0,
|
||||
'product_uom_qty': 1.0,
|
||||
'state': 'draft',
|
||||
'product_id': self.product.id,
|
||||
}),
|
||||
]
|
||||
# Confirm the sales order.
|
||||
order.action_confirm()
|
||||
# Verify that margin field of Sale Order Lines gets bind with the value.
|
||||
self.assertEqual(order.order_line[0].margin, -20.00, "Sales order profit should be -20.00")
|
||||
self.assertEqual(order.order_line[0].margin_percent, -1, "Sales order margin percentage should be -100%")
|
||||
self.assertEqual(order.order_line[1].margin, -100.00, "Sales order profit should be -100.00")
|
||||
self.assertEqual(order.order_line[1].margin_percent, 1.00, "Sales order margin should be 100% when the cost is zero and price defined")
|
||||
# Verify that margin field gets bind with the value.
|
||||
self.assertEqual(order.margin, -120.00, "Sales order margin should be -120.00")
|
||||
self.assertEqual(order.margin_percent, 1.5, "Sales order margin should be 150%")
|
||||
|
||||
def test_margin_no_cost(self):
|
||||
""" Test the margin when cost is 0 margin percentage should always be 100%."""
|
||||
order = self.empty_order
|
||||
order.order_line = [Command.create({
|
||||
'product_id': self.product.id,
|
||||
'price_unit': 70.0,
|
||||
'product_uom_qty': 1.0,
|
||||
})]
|
||||
|
||||
# Verify that margin field of Sale Order Lines gets bind with the value.
|
||||
self.assertEqual(order.order_line[0].margin, 70.00, "Sales order profit should be 70.00")
|
||||
self.assertEqual(order.order_line[0].margin_percent, 1.0, "Sales order margin percentage should be 100.00")
|
||||
# Verify that margin field gets bind with the value.
|
||||
self.assertEqual(order.margin, 70.00, "Sales order profit should be 70.00")
|
||||
self.assertEqual(order.margin_percent, 1.00, "Sales order margin percentage should be 100.00")
|
||||
|
||||
def test_margin_considering_product_qty(self):
|
||||
""" Test the margin and margin percentage when product with multiple quantity"""
|
||||
order = self.empty_order
|
||||
self.service_product.standard_price = 50.0
|
||||
|
||||
order.order_line = [
|
||||
Command.create({
|
||||
'price_unit': 100.0,
|
||||
'product_uom_qty': 3.0,
|
||||
'product_id': self.service_product.id,
|
||||
}),
|
||||
Command.create({
|
||||
'price_unit': -50.0,
|
||||
'product_uom_qty': 1.0,
|
||||
'product_id': self.product.id,
|
||||
}),
|
||||
]
|
||||
|
||||
# Confirm the sales order.
|
||||
order.action_confirm()
|
||||
# Verify that margin field of Sale Order Lines gets bind with the value.
|
||||
self.assertEqual(order.order_line[0].margin, 150.00, "Sales order profit should be 150.00")
|
||||
self.assertEqual(order.order_line[0].margin_percent, 0.5, "Sales order margin should be 100%")
|
||||
self.assertEqual(order.order_line[1].margin, -50.00, "Sales order profit should be -50.00")
|
||||
self.assertEqual(order.order_line[1].margin_percent, 1.0, "Sales order margin should be 100%")
|
||||
# Verify that margin field gets bind with the value.
|
||||
self.assertEqual(order.margin, 100.00, "Sales order profit should be 100.00")
|
||||
self.assertEqual(order.margin_percent, 0.4, "Sales order margin should be 40%")
|
||||
|
||||
def test_sale_margin_order_copy(self):
|
||||
"""When we copy a sales order, its margins should be update to meet the current costs"""
|
||||
order = self.empty_order
|
||||
self.pricelist.currency_id = self.env.company.currency_id
|
||||
# We buy at a specific price today and our margins go according to that
|
||||
self.product.standard_price = 500.0
|
||||
order.order_line = [
|
||||
Command.create({
|
||||
'price_unit': 1000.0,
|
||||
'product_uom_qty': 10.0,
|
||||
'product_id': self.product.id,
|
||||
}),
|
||||
]
|
||||
self.assertAlmostEqual(500.0, order.order_line.purchase_price)
|
||||
self.assertAlmostEqual(5000.0, order.order_line.margin)
|
||||
self.assertAlmostEqual(.5, order.order_line.margin_percent)
|
||||
# Later on, the cost of our product changes and so will the following sale
|
||||
# margins do.
|
||||
self.product.standard_price = 750.0
|
||||
following_sale = order.copy()
|
||||
self.assertAlmostEqual(750.0, following_sale.order_line.purchase_price)
|
||||
self.assertAlmostEqual(2500.0, following_sale.order_line.margin)
|
||||
self.assertAlmostEqual(.25, following_sale.order_line.margin_percent)
|
72
views/sale_order_views.xml
Normal file
72
views/sale_order_views.xml
Normal file
@ -0,0 +1,72 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<record model="ir.ui.view" id="sale_margin_sale_order">
|
||||
<field name="name">sale.order.margin.view.form</field>
|
||||
<field name="model">sale.order</field>
|
||||
<field name="inherit_id" ref="sale.view_order_form"/>
|
||||
<field name="priority" eval="15"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//field[@name='tax_totals']" position="after">
|
||||
<label for="margin" groups="base.group_user"/>
|
||||
<div class="text-nowrap" groups="base.group_user">
|
||||
<field name="margin" class="oe_inline"/>
|
||||
<field name="amount_untaxed" invisible="1"/>
|
||||
<span class="oe_inline" invisible="amount_untaxed == 0">
|
||||
(<field name="margin_percent" nolabel="1" class="oe_inline" widget="percentage"/>)
|
||||
</span>
|
||||
</div>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<record model="ir.ui.view" id="sale_margin_sale_order_line">
|
||||
<field name="name">sale.order.line.margin.view.form</field>
|
||||
<field name="model">sale.order</field>
|
||||
<field name="inherit_id" ref="sale.view_order_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//field[@name='order_line']/form//field[@name='price_unit']" position="after">
|
||||
<field name="purchase_price" groups="base.group_user"/>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<record model="ir.ui.view" id="sale_margin_sale_order_line_form">
|
||||
<field name="name">sale.order.line.tree.margin.view.form</field>
|
||||
<field name="model">sale.order</field>
|
||||
<field name="inherit_id" ref="sale.view_order_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//field[@name='order_line']/tree//field[@name='price_unit']" position="after">
|
||||
<field name="price_subtotal" column_invisible="True"/>
|
||||
<field name="purchase_price" optional="hide"/>
|
||||
<field name="margin" optional="hide"/>
|
||||
<field name="margin_percent"
|
||||
invisible="price_subtotal == 0"
|
||||
optional="hide" widget="percentage"/>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<record model="ir.ui.view" id="sale_margin_sale_order_pivot">
|
||||
<field name="name">sale.order.margin.view.pivot</field>
|
||||
<field name="model">sale.order</field>
|
||||
<field name="inherit_id" ref="sale.view_sale_order_pivot"/>
|
||||
<field name="arch" type="xml">
|
||||
<pivot position="inside">
|
||||
<field name="margin_percent" invisible="1"/>
|
||||
</pivot>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<record model="ir.ui.view" id="sale_margin_sale_order_graph">
|
||||
<field name="name">sale.order.margin.view.graph</field>
|
||||
<field name="model">sale.order</field>
|
||||
<field name="inherit_id" ref="sale.view_sale_order_graph"/>
|
||||
<field name="arch" type="xml">
|
||||
<graph position="inside">
|
||||
<field name="margin_percent" invisible="1"/>
|
||||
</graph>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
Loading…
x
Reference in New Issue
Block a user