mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Merge pull request #459 from Eficent/10.0-mig-account_move_line_purchase_info
[10.0] [mig] account_move_line_purchase_info
This commit is contained in:
65
account_move_line_purchase_info/README.rst
Normal file
65
account_move_line_purchase_info/README.rst
Normal file
@@ -0,0 +1,65 @@
|
||||
.. image:: https://img.shields.io/badge/license-AGPLv3-blue.svg
|
||||
:target: https://www.gnu.org/licenses/agpl.html
|
||||
:alt: License: AGPL-3
|
||||
|
||||
===============================
|
||||
Account Move Line Purchase Info
|
||||
===============================
|
||||
|
||||
This module will add the purchase order line to journal items.
|
||||
|
||||
The ultimate goal is to establish the purchase order line as one of the key
|
||||
fields to reconcile the Goods Received Not Invoiced accrual account.
|
||||
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
||||
The purchase order line will be automatically copied to the journal items.
|
||||
|
||||
* When a supplier invoice is created referencing purchase orders, the
|
||||
purchase order line will be copied to the corresponding journal item.
|
||||
|
||||
* When a stock move is validated and generates a journal entry, the purchase
|
||||
order line is copied to the account move line.
|
||||
|
||||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
|
||||
:alt: Try me on Runbot
|
||||
:target: https://runbot.odoo-community.org/runbot/92/9.0
|
||||
|
||||
Bug Tracker
|
||||
===========
|
||||
|
||||
Bugs are tracked on `GitHub Issues
|
||||
<https://github.com/OCA/account-financial-tools/issues>`_. In case of trouble, please
|
||||
check there if your issue has already been reported. If you spotted it first,
|
||||
help us smashing it by providing a detailed and welcomed feedback.
|
||||
|
||||
|
||||
Credits
|
||||
=======
|
||||
|
||||
Images
|
||||
------
|
||||
|
||||
* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
|
||||
|
||||
Contributors
|
||||
------------
|
||||
|
||||
* Jordi Ballester Alomar <jordi.ballester@eficent.com>
|
||||
|
||||
Maintainer
|
||||
----------
|
||||
|
||||
.. image:: https://odoo-community.org/logo.png
|
||||
:alt: Odoo Community Association
|
||||
:target: https://odoo-community.org
|
||||
|
||||
This module is maintained by the OCA.
|
||||
|
||||
OCA, or the Odoo Community Association, is a nonprofit organization whose
|
||||
mission is to support the collaborative development of Odoo features and
|
||||
promote its widespread use.
|
||||
|
||||
To contribute to this module, please visit https://odoo-community.org.
|
||||
5
account_move_line_purchase_info/__init__.py
Normal file
5
account_move_line_purchase_info/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# © 2017 Eficent Business and IT Consulting Services S.L. (www.eficent.com)
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from . import models
|
||||
20
account_move_line_purchase_info/__manifest__.py
Normal file
20
account_move_line_purchase_info/__manifest__.py
Normal file
@@ -0,0 +1,20 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# © 2017 Eficent Business and IT Consulting Services S.L. (www.eficent.com)
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
{
|
||||
"name": "Account Move Line Purchase Info",
|
||||
"summary": "Introduces the purchase order line to the journal items",
|
||||
"version": "10.0.1.0.0",
|
||||
"author": "Eficent, "
|
||||
"Odoo Community Association (OCA)",
|
||||
"website": "http://www.github.com/OCA/account-financial-tools",
|
||||
"category": "Generic",
|
||||
"depends": ["account_accountant", "purchase"],
|
||||
"license": "AGPL-3",
|
||||
"data": [
|
||||
"security/account_security.xml",
|
||||
"views/account_move_view.xml",
|
||||
],
|
||||
'installable': True,
|
||||
}
|
||||
44
account_move_line_purchase_info/i18n/ar.po
Normal file
44
account_move_line_purchase_info/i18n/ar.po
Normal file
@@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ar\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "فاتورة"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
44
account_move_line_purchase_info/i18n/bg.po
Normal file
44
account_move_line_purchase_info/i18n/bg.po
Normal file
@@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: bg\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Фактура"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
44
account_move_line_purchase_info/i18n/bs.po
Normal file
44
account_move_line_purchase_info/i18n/bs.po
Normal file
@@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: bs\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Faktura"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
44
account_move_line_purchase_info/i18n/ca.po
Normal file
44
account_move_line_purchase_info/i18n/ca.po
Normal file
@@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ca\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Factura"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
44
account_move_line_purchase_info/i18n/cs.po
Normal file
44
account_move_line_purchase_info/i18n/cs.po
Normal file
@@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Faktura"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
46
account_move_line_purchase_info/i18n/de.po
Normal file
46
account_move_line_purchase_info/i18n/de.po
Normal file
@@ -0,0 +1,46 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# Ermin Trevisan <trevi@twanda.com>, 2017
|
||||
# Rudolf Schnapka <rs@techno-flex.de>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>, 2017\n"
|
||||
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: de\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Rechnung"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Journalbuchung"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr "Bestellposition"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr "Quanten"
|
||||
44
account_move_line_purchase_info/i18n/el_GR.po
Normal file
44
account_move_line_purchase_info/i18n/el_GR.po
Normal file
@@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: el_GR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Τιμολόγιο"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
44
account_move_line_purchase_info/i18n/en_GB.po
Normal file
44
account_move_line_purchase_info/i18n/en_GB.po
Normal file
@@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/en_GB/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: en_GB\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Invoice"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
44
account_move_line_purchase_info/i18n/es.po
Normal file
44
account_move_line_purchase_info/i18n/es.po
Normal file
@@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/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=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Factura"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Apunte contable"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr "Línea orden de compra"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr "Quants"
|
||||
44
account_move_line_purchase_info/i18n/es_CR.po
Normal file
44
account_move_line_purchase_info/i18n/es_CR.po
Normal file
@@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_CR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Factura"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
44
account_move_line_purchase_info/i18n/es_EC.po
Normal file
44
account_move_line_purchase_info/i18n/es_EC.po
Normal file
@@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/es_EC/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_EC\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Factura"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
45
account_move_line_purchase_info/i18n/es_MX.po
Normal file
45
account_move_line_purchase_info/i18n/es_MX.po
Normal file
@@ -0,0 +1,45 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# Juan González <bifomania@protonmail.com>, 2017
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_MX\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Factura"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr "Línea de orden de compra"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
44
account_move_line_purchase_info/i18n/et.po
Normal file
44
account_move_line_purchase_info/i18n/et.po
Normal file
@@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: et\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Arve"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
45
account_move_line_purchase_info/i18n/fi.po
Normal file
45
account_move_line_purchase_info/i18n/fi.po
Normal file
@@ -0,0 +1,45 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# Timo Talvitie <timo.talvitie@vizucom.com>, 2017
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fi\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Lasku"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr "Ostotilausrivi"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr "Määrät"
|
||||
45
account_move_line_purchase_info/i18n/fr.po
Normal file
45
account_move_line_purchase_info/i18n/fr.po
Normal file
@@ -0,0 +1,45 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# Sébastien LANGE (SYLEAM) <sebastien.lange@syleam.fr>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: Sébastien LANGE (SYLEAM) <sebastien.lange@syleam.fr>, 2017\n"
|
||||
"Language-Team: French (https://www.transifex.com/oca/teams/23907/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=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Facture"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Écriture comptable"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr "Ligne de commande d'achat"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr "Quants"
|
||||
44
account_move_line_purchase_info/i18n/fr_CA.po
Normal file
44
account_move_line_purchase_info/i18n/fr_CA.po
Normal file
@@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/fr_CA/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fr_CA\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Facture"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
44
account_move_line_purchase_info/i18n/fr_CH.po
Normal file
44
account_move_line_purchase_info/i18n/fr_CH.po
Normal file
@@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fr_CH\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Facture"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
44
account_move_line_purchase_info/i18n/gl.po
Normal file
44
account_move_line_purchase_info/i18n/gl.po
Normal file
@@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: gl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Factura"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
44
account_move_line_purchase_info/i18n/hr.po
Normal file
44
account_move_line_purchase_info/i18n/hr.po
Normal file
@@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hr\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Račun"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
45
account_move_line_purchase_info/i18n/hr_HR.po
Normal file
45
account_move_line_purchase_info/i18n/hr_HR.po
Normal file
@@ -0,0 +1,45 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# Bole <bole@dajmi5.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: Bole <bole@dajmi5.com>, 2017\n"
|
||||
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hr_HR\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Račun"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Stavka devnika"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
44
account_move_line_purchase_info/i18n/hu.po
Normal file
44
account_move_line_purchase_info/i18n/hu.po
Normal file
@@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Számla"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
44
account_move_line_purchase_info/i18n/id.po
Normal file
44
account_move_line_purchase_info/i18n/id.po
Normal file
@@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: id\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Faktur"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
45
account_move_line_purchase_info/i18n/it.po
Normal file
45
account_move_line_purchase_info/i18n/it.po
Normal file
@@ -0,0 +1,45 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# Paolo Valier <paolo.valier@hotmail.it>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: Paolo Valier <paolo.valier@hotmail.it>, 2017\n"
|
||||
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/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=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Fattura"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr "Riga Ordine d'Acquisto"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr "Quantità"
|
||||
44
account_move_line_purchase_info/i18n/ja.po
Normal file
44
account_move_line_purchase_info/i18n/ja.po
Normal file
@@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ja\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "請求書"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
44
account_move_line_purchase_info/i18n/lt.po
Normal file
44
account_move_line_purchase_info/i18n/lt.po
Normal file
@@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/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=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Sąskaita faktūra"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
44
account_move_line_purchase_info/i18n/mk.po
Normal file
44
account_move_line_purchase_info/i18n/mk.po
Normal file
@@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: mk\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Фактура"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
44
account_move_line_purchase_info/i18n/mn.po
Normal file
44
account_move_line_purchase_info/i18n/mn.po
Normal file
@@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: mn\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Нэхэмжлэл"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
44
account_move_line_purchase_info/i18n/nb.po
Normal file
44
account_move_line_purchase_info/i18n/nb.po
Normal file
@@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/nb/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nb\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Faktura"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
45
account_move_line_purchase_info/i18n/nb_NO.po
Normal file
45
account_move_line_purchase_info/i18n/nb_NO.po
Normal file
@@ -0,0 +1,45 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# Imre Kristoffer Eilertsen <imreeil42@gmail.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: Imre Kristoffer Eilertsen <imreeil42@gmail.com>, 2017\n"
|
||||
"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/teams/23907/nb_NO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nb_NO\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Innmelding"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Journalgjenstand"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
45
account_move_line_purchase_info/i18n/nl.po
Normal file
45
account_move_line_purchase_info/i18n/nl.po
Normal file
@@ -0,0 +1,45 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# Erwin van der Ploeg <erwin@odooexperts.nl>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: Erwin van der Ploeg <erwin@odooexperts.nl>, 2017\n"
|
||||
"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Factuur"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Boekingsregel"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
44
account_move_line_purchase_info/i18n/nl_BE.po
Normal file
44
account_move_line_purchase_info/i18n/nl_BE.po
Normal file
@@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/nl_BE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nl_BE\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Factuur"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
44
account_move_line_purchase_info/i18n/pl.po
Normal file
44
account_move_line_purchase_info/i18n/pl.po
Normal file
@@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pl\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Faktura"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
45
account_move_line_purchase_info/i18n/pt.po
Normal file
45
account_move_line_purchase_info/i18n/pt.po
Normal file
@@ -0,0 +1,45 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# Pedro Castro Silva <pedrocs@sossia.pt>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: Pedro Castro Silva <pedrocs@sossia.pt>, 2017\n"
|
||||
"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/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=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Fatura"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Item do Diário"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
45
account_move_line_purchase_info/i18n/pt_BR.po
Normal file
45
account_move_line_purchase_info/i18n/pt_BR.po
Normal file
@@ -0,0 +1,45 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# Claudio Araujo Santos <claudioaraujosantos@gmail.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: Claudio Araujo Santos <claudioaraujosantos@gmail.com>, 2017\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/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=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Fatura"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Diário Item"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr "Linha da Ordem de Compra"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr "Quants"
|
||||
45
account_move_line_purchase_info/i18n/pt_PT.po
Normal file
45
account_move_line_purchase_info/i18n/pt_PT.po
Normal file
@@ -0,0 +1,45 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# Pedro Castro Silva <pedrocs@sossia.pt>, 2017
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pt_PT\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Fatura"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Item do Diário"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr "Linha de Encomenda de Compra"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
45
account_move_line_purchase_info/i18n/ro.po
Normal file
45
account_move_line_purchase_info/i18n/ro.po
Normal file
@@ -0,0 +1,45 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# Dorin Hongu <dhongu@gmail.com>, 2017
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ro\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Factura"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr "Linie comandă achiziție"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr "Poziții de stoc"
|
||||
44
account_move_line_purchase_info/i18n/ru.po
Normal file
44
account_move_line_purchase_info/i18n/ru.po
Normal file
@@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ru\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Счет"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
44
account_move_line_purchase_info/i18n/sk_SK.po
Normal file
44
account_move_line_purchase_info/i18n/sk_SK.po
Normal file
@@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Slovak (Slovakia) (https://www.transifex.com/oca/teams/23907/sk_SK/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sk_SK\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Faktúra"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
45
account_move_line_purchase_info/i18n/sl.po
Normal file
45
account_move_line_purchase_info/i18n/sl.po
Normal file
@@ -0,0 +1,45 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>, 2017\n"
|
||||
"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sl\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Račun"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Dnevniška postavka"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr "Postavka nabavnega naloga"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr "Kvant"
|
||||
44
account_move_line_purchase_info/i18n/sv.po
Normal file
44
account_move_line_purchase_info/i18n/sv.po
Normal file
@@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sv\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Faktura"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
44
account_move_line_purchase_info/i18n/th.po
Normal file
44
account_move_line_purchase_info/i18n/th.po
Normal file
@@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: th\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "ใบแจ้งหนี้"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
44
account_move_line_purchase_info/i18n/tr.po
Normal file
44
account_move_line_purchase_info/i18n/tr.po
Normal file
@@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: tr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Fatura"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
44
account_move_line_purchase_info/i18n/tr_TR.po
Normal file
44
account_move_line_purchase_info/i18n/tr_TR.po
Normal file
@@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# Ozge Altinisik <ozge@altinkaya.com.tr>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: Ozge Altinisik <ozge@altinkaya.com.tr>, 2017\n"
|
||||
"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: tr_TR\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "Fatura"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
44
account_move_line_purchase_info/i18n/zh_CN.po
Normal file
44
account_move_line_purchase_info/i18n/zh_CN.po
Normal file
@@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: zh_CN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "发票"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
44
account_move_line_purchase_info/i18n/zh_TW.po
Normal file
44
account_move_line_purchase_info/i18n/zh_TW.po
Normal file
@@ -0,0 +1,44 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_line_purchase_info
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-01 04:03+0000\n"
|
||||
"PO-Revision-Date: 2017-03-01 04:03+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/zh_TW/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: zh_TW\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice
|
||||
msgid "Invoice"
|
||||
msgstr "發票"
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id
|
||||
msgid "Purchase Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info
|
||||
msgid "Purchase info in Journal Items"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_line_purchase_info
|
||||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant
|
||||
msgid "Quants"
|
||||
msgstr ""
|
||||
7
account_move_line_purchase_info/models/__init__.py
Normal file
7
account_move_line_purchase_info/models/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# © 2017 Eficent Business and IT Consulting Services S.L. (www.eficent.com)
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from . import account_move
|
||||
from . import account_invoice
|
||||
from . import stock_move
|
||||
29
account_move_line_purchase_info/models/account_invoice.py
Normal file
29
account_move_line_purchase_info/models/account_invoice.py
Normal file
@@ -0,0 +1,29 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# © 2017 Eficent Business and IT Consulting Services S.L. (www.eficent.com)
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from odoo import api, models
|
||||
|
||||
|
||||
class AccountInvoice(models.Model):
|
||||
|
||||
_inherit = 'account.invoice'
|
||||
|
||||
@api.model
|
||||
def invoice_line_move_line_get(self):
|
||||
res = super(AccountInvoice, self).invoice_line_move_line_get()
|
||||
|
||||
invoice_line_model = self.env['account.invoice.line']
|
||||
for move_line_dict in res:
|
||||
if 'invl_id' in move_line_dict:
|
||||
line = invoice_line_model.browse(move_line_dict['invl_id'])
|
||||
move_line_dict['purchase_line_id'] = line.purchase_line_id.id
|
||||
|
||||
return res
|
||||
|
||||
@api.model
|
||||
def line_get_convert(self, line, part):
|
||||
res = super(AccountInvoice, self).line_get_convert(line, part)
|
||||
if line.get('purchase_line_id', False):
|
||||
res['purchase_line_id'] = line.get('purchase_line_id')
|
||||
return res
|
||||
14
account_move_line_purchase_info/models/account_move.py
Normal file
14
account_move_line_purchase_info/models/account_move.py
Normal file
@@ -0,0 +1,14 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# © 2017 Eficent Business and IT Consulting Services S.L. (www.eficent.com)
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class AccountMoveLine(models.Model):
|
||||
|
||||
_inherit = 'account.move.line'
|
||||
|
||||
purchase_line_id = fields.Many2one('purchase.order.line',
|
||||
'Purchase Order Line',
|
||||
ondelete='set null', index=True)
|
||||
18
account_move_line_purchase_info/models/stock_move.py
Normal file
18
account_move_line_purchase_info/models/stock_move.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# © 2017 Eficent Business and IT Consulting Services S.L. (www.eficent.com)
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from odoo import api, models
|
||||
|
||||
|
||||
class StockMove(models.Model):
|
||||
_inherit = "stock.move"
|
||||
|
||||
@api.model
|
||||
def _prepare_account_move_line(self, qty, cost,
|
||||
credit_account_id, debit_account_id):
|
||||
res = super(StockMove, self)._prepare_account_move_line(
|
||||
qty, cost, credit_account_id, debit_account_id)
|
||||
for line in res:
|
||||
line[2]['purchase_line_id'] = self.purchase_line_id.id
|
||||
return res
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<record id="group_account_move_purchase_info" model="res.groups">
|
||||
<field name="name">Purchase info in Journal Items</field>
|
||||
<field name="category_id" ref="base.module_category_accounting_and_finance"/>
|
||||
<field name="users" eval="[(4, ref('base.user_root'))]"/>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
BIN
account_move_line_purchase_info/static/description/icon.png
Normal file
BIN
account_move_line_purchase_info/static/description/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.2 KiB |
5
account_move_line_purchase_info/tests/__init__.py
Normal file
5
account_move_line_purchase_info/tests/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# © 2017 Eficent - Jordi Ballester Alomar
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from . import test_account_move_line_purchase_info
|
||||
@@ -0,0 +1,201 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# © 2017 Eficent Business and IT Consulting Services S.L. (www.eficent.com)
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from odoo.tests import common
|
||||
from odoo import fields
|
||||
|
||||
|
||||
class TestAccountMoveLinePurchaseInfo(common.TransactionCase):
|
||||
|
||||
def setUp(self):
|
||||
super(TestAccountMoveLinePurchaseInfo, self).setUp()
|
||||
self.purchase_model = self.env['purchase.order']
|
||||
self.purchase_line_model = self.env['purchase.order.line']
|
||||
self.invoice_model = self.env['account.invoice']
|
||||
self.invoice_line_model = self.env['account.invoice.line']
|
||||
self.product_model = self.env['product.product']
|
||||
self.product_ctg_model = self.env['product.category']
|
||||
self.acc_type_model = self.env['account.account.type']
|
||||
self.account_model = self.env['account.account']
|
||||
self.aml_model = self.env['account.move.line']
|
||||
self.res_users_model = self.env['res.users']
|
||||
|
||||
self.partner1 = self.env.ref('base.res_partner_1')
|
||||
self.location_stock = self.env.ref('stock.stock_location_stock')
|
||||
self.company = self.env.ref('base.main_company')
|
||||
self.group_purchase_user = self.env.ref('purchase.group_purchase_user')
|
||||
self.group_account_invoice = self.env.ref(
|
||||
'account.group_account_invoice')
|
||||
self.group_account_manager = self.env.ref(
|
||||
'account.group_account_manager')
|
||||
|
||||
# Create account for Goods Received Not Invoiced
|
||||
acc_type = self._create_account_type('equity', 'other')
|
||||
name = 'Goods Received Not Invoiced'
|
||||
code = 'grni'
|
||||
self.account_grni = self._create_account(acc_type, name, code,
|
||||
self.company)
|
||||
|
||||
# Create account for Cost of Goods Sold
|
||||
acc_type = self._create_account_type('expense', 'other')
|
||||
name = 'Cost of Goods Sold'
|
||||
code = 'cogs'
|
||||
self.account_cogs = self._create_account(acc_type, name, code,
|
||||
self.company)
|
||||
# Create account for Inventory
|
||||
acc_type = self._create_account_type('asset', 'other')
|
||||
name = 'Inventory'
|
||||
code = 'inventory'
|
||||
self.account_inventory = self._create_account(acc_type, name, code,
|
||||
self.company)
|
||||
# Create Product
|
||||
self.product = self._create_product()
|
||||
|
||||
# Create users
|
||||
self.purchase_user = self._create_user('purchase_user',
|
||||
[self.group_purchase_user,
|
||||
self.group_account_invoice],
|
||||
self.company)
|
||||
self.account_invoice = self._create_user('account_invoice',
|
||||
[self.group_account_invoice],
|
||||
self.company)
|
||||
self.account_manager = self._create_user('account_manager',
|
||||
[self.group_account_manager],
|
||||
self.company)
|
||||
|
||||
def _create_user(self, login, groups, company):
|
||||
""" Create a user."""
|
||||
group_ids = [group.id for group in groups]
|
||||
user = \
|
||||
self.res_users_model.with_context(
|
||||
{'no_reset_password': True}).create({
|
||||
'name': 'Test User',
|
||||
'login': login,
|
||||
'password': 'demo',
|
||||
'email': 'test@yourcompany.com',
|
||||
'company_id': company.id,
|
||||
'company_ids': [(4, company.id)],
|
||||
'groups_id': [(6, 0, group_ids)]
|
||||
})
|
||||
return user.id
|
||||
|
||||
def _create_account_type(self, name, type):
|
||||
acc_type = self.acc_type_model.create({
|
||||
'name': name,
|
||||
'type': type
|
||||
})
|
||||
return acc_type
|
||||
|
||||
def _create_account(self, acc_type, name, code, company):
|
||||
"""Create an account."""
|
||||
account = self.account_model.create({
|
||||
'name': name,
|
||||
'code': code,
|
||||
'user_type_id': acc_type.id,
|
||||
'company_id': company.id
|
||||
})
|
||||
return account
|
||||
|
||||
def _create_product(self):
|
||||
"""Create a Product."""
|
||||
# group_ids = [group.id for group in groups]
|
||||
product_ctg = self.product_ctg_model.create({
|
||||
'name': 'test_product_ctg',
|
||||
'property_stock_valuation_account_id': self.account_inventory.id,
|
||||
'property_valuation': 'real_time',
|
||||
'property_stock_account_input_categ_id': self.account_grni.id,
|
||||
'property_stock_account_output_categ_id': self.account_cogs.id,
|
||||
})
|
||||
product = self.product_model.create({
|
||||
'name': 'test_product',
|
||||
'categ_id': product_ctg.id,
|
||||
'type': 'product',
|
||||
'standard_price': 1.0,
|
||||
'list_price': 1.0,
|
||||
})
|
||||
return product
|
||||
|
||||
def _create_purchase(self, line_products):
|
||||
""" Create a purchase order.
|
||||
|
||||
``line_products`` is a list of tuple [(product, qty)]
|
||||
"""
|
||||
lines = []
|
||||
for product, qty in line_products:
|
||||
line_values = {
|
||||
'name': product.name,
|
||||
'product_id': product.id,
|
||||
'product_qty': qty,
|
||||
'product_uom': product.uom_id.id,
|
||||
'price_unit': 500,
|
||||
'date_planned': fields.datetime.now()
|
||||
}
|
||||
lines.append(
|
||||
(0, 0, line_values)
|
||||
)
|
||||
return self.purchase_model.create({
|
||||
'partner_id': self.partner1.id,
|
||||
'order_line': lines
|
||||
})
|
||||
|
||||
def _get_balance(self, domain):
|
||||
"""
|
||||
Call read_group method and return the balance of particular account.
|
||||
"""
|
||||
aml_rec = self.aml_model.read_group(domain,
|
||||
['debit', 'credit', 'account_id'],
|
||||
['account_id'])
|
||||
if aml_rec:
|
||||
return aml_rec[0].get('debit', 0) - aml_rec[0].get('credit', 0)
|
||||
else:
|
||||
return 0.0
|
||||
|
||||
def _check_account_balance(self, account_id, purchase_line=None,
|
||||
expected_balance=0.0):
|
||||
"""
|
||||
Check the balance of the account
|
||||
"""
|
||||
domain = [('account_id', '=', account_id)]
|
||||
if purchase_line:
|
||||
domain.extend([('purchase_line_id', '=', purchase_line.id)])
|
||||
|
||||
balance = self._get_balance(domain)
|
||||
if purchase_line:
|
||||
self.assertEqual(balance, expected_balance,
|
||||
'Balance is not %s for Purchase Line %s.'
|
||||
% (str(expected_balance), purchase_line.name))
|
||||
|
||||
def test_purchase_invoice(self):
|
||||
"""Test that the po line moves from the purchase order to the
|
||||
account move line and to the invoice line.
|
||||
"""
|
||||
purchase = self._create_purchase([(self.product, 1)])
|
||||
po_line = False
|
||||
for line in purchase.order_line:
|
||||
po_line = line
|
||||
break
|
||||
purchase.button_confirm()
|
||||
picking = purchase.picking_ids[0]
|
||||
picking.force_assign()
|
||||
picking.pack_operation_product_ids.write({'qty_done': 1.0})
|
||||
picking.do_new_transfer()
|
||||
|
||||
expected_balance = 1.0
|
||||
self._check_account_balance(self.account_inventory.id,
|
||||
purchase_line=po_line,
|
||||
expected_balance=expected_balance)
|
||||
|
||||
invoice = self.invoice_model.create({
|
||||
'partner_id': self.partner1.id,
|
||||
'purchase_id': purchase.id,
|
||||
'account_id': purchase.partner_id.property_account_payable_id.id,
|
||||
})
|
||||
invoice.purchase_order_change()
|
||||
invoice.signal_workflow('invoice_open')
|
||||
|
||||
for aml in invoice.move_id.line_ids:
|
||||
if aml.product_id == po_line.product_id and aml.invoice_id:
|
||||
self.assertEqual(aml.purchase_line_id, po_line,
|
||||
'Purchase Order line has not been copied '
|
||||
'from the invoice to the account move line.')
|
||||
66
account_move_line_purchase_info/views/account_move_view.xml
Normal file
66
account_move_line_purchase_info/views/account_move_view.xml
Normal file
@@ -0,0 +1,66 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<record id="view_move_line_form" model="ir.ui.view">
|
||||
<field name="name">account.move.line.form</field>
|
||||
<field name="model">account.move.line</field>
|
||||
<field name="inherit_id" ref="account.view_move_line_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<field name="quantity" position="before">
|
||||
<field name="purchase_line_id"
|
||||
groups="account_move_line_purchase_info.group_account_move_purchase_info"/>
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<record id="view_move_line_form2" model="ir.ui.view">
|
||||
<field name="name">account.move.line.form2</field>
|
||||
<field name="model">account.move.line</field>
|
||||
<field name="inherit_id" ref="account.view_move_line_form2"/>
|
||||
<field name="arch" type="xml">
|
||||
<field name="quantity" position="before">
|
||||
<field name="purchase_line_id"
|
||||
groups="account_move_line_purchase_info.group_account_move_purchase_info"/>
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<record id="view_move_line_tree" model="ir.ui.view">
|
||||
<field name="name">account.move.line.tree</field>
|
||||
<field name="model">account.move.line</field>
|
||||
<field name="inherit_id" ref="account.view_move_line_tree"/>
|
||||
<field name="arch" type="xml">
|
||||
<field name="partner_id" position="after">
|
||||
<field name="purchase_line_id"
|
||||
groups="account_move_line_purchase_info.group_account_move_purchase_info"/>
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<record id="view_account_move_line_filter" model="ir.ui.view">
|
||||
<field name="name">Journal Items</field>
|
||||
<field name="model">account.move.line</field>
|
||||
<field name="inherit_id" ref="account.view_account_move_line_filter"/>
|
||||
<field name="arch" type="xml">
|
||||
<field name="partner_id" position="after">
|
||||
<field name="purchase_line_id"
|
||||
groups="account_move_line_purchase_info.group_account_move_purchase_info"/>
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
|
||||
<record id="view_move_form" model="ir.ui.view">
|
||||
<field name="name">account.move.form</field>
|
||||
<field name="model">account.move</field>
|
||||
<field name="inherit_id" ref="account.view_move_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath
|
||||
expr="//field[@name='line_ids']/tree//field[@name='partner_id']" position="after">
|
||||
<field name="purchase_line_id"
|
||||
groups="account_move_line_purchase_info.group_account_move_purchase_info"/>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user