Merge pull request #740 from Eficent/12.0-mig-account_move_line_purchase_info

[12.0][MIG] account_move_line_purchase_info
This commit is contained in:
Jordi Ballester Alomar
2019-06-06 14:14:51 +02:00
committed by GitHub
62 changed files with 2956 additions and 0 deletions

View File

@@ -0,0 +1,87 @@
===============================
Account Move Line Purchase Info
===============================
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github
:target: https://github.com/OCA/account-financial-tools/tree/12.0/account_move_line_purchase_info
:alt: OCA/account-financial-tools
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/account-financial-tools-12-0/account-financial-tools-12-0-account_move_line_purchase_info
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/92/12.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
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.
**Table of contents**
.. contents::
:local:
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.
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 <https://github.com/OCA/account-financial-tools/issues/new?body=module:%20account_move_line_purchase_info%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Do not contact contributors directly about support or help with technical issues.
Credits
=======
Authors
~~~~~~~
* Eficent
Contributors
~~~~~~~~~~~~
* Jordi Ballester Alomar <jordi.ballester@eficent.com>
Maintainers
~~~~~~~~~~~
This module is maintained by the OCA.
.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org
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.
This module is part of the `OCA/account-financial-tools <https://github.com/OCA/account-financial-tools/tree/12.0/account_move_line_purchase_info>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

View File

@@ -0,0 +1,3 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from . import models

View File

@@ -0,0 +1,20 @@
# Copyright 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": "12.0.1.0.0",
"author": "Eficent, "
"Odoo Community Association (OCA)",
"website": "https://www.github.com/OCA/account-financial-tools",
"category": "Generic",
"depends": ["purchase_stock"],
"license": "AGPL-3",
"data": [
"security/account_security.xml",
"views/account_move_view.xml",
],
'installable': True,
}

View File

@@ -0,0 +1,40 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_line_purchase_info
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: account_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_move
msgid "Stock Move"
msgstr ""

View 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
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"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && 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_move
msgid "Stock Move"
msgstr ""

View 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"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. 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_move
msgid "Stock Move"
msgstr ""

View 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
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"
"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: 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_move
msgid "Stock Move"
msgstr ""

View 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"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. 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_move
msgid "Stock Move"
msgstr ""

View 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"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. 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_move
msgid "Stock Move"
msgstr ""

View File

@@ -0,0 +1,50 @@
# 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: 2018-10-11 10:45+0000\n"
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>\n"
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.1.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 "Einkaufsinfo in Journalposten"
#. module: account_move_line_purchase_info
#: model:ir.model,name:account_move_line_purchase_info.model_stock_move
msgid "Stock Move"
msgstr "Lagerbuchung"
#~ msgid "Quants"
#~ msgstr "Quanten"

View 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
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"
"Language: el_GR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: 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_move
msgid "Stock Move"
msgstr ""

View 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
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"
"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: 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_move
msgid "Stock Move"
msgstr ""

View File

@@ -0,0 +1,47 @@
# 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"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. 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_move
msgid "Stock Move"
msgstr ""
#~ msgid "Quants"
#~ msgstr "Quants"

View 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
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"
"Language: es_CR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: 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_move
msgid "Stock Move"
msgstr ""

View 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
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"
"Language: es_EC\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: 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_move
msgid "Stock Move"
msgstr ""

View File

@@ -0,0 +1,46 @@
# 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"
"Language: es_MX\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: 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_move
msgid "Stock Move"
msgstr ""

View 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"
"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. 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_move
msgid "Stock Move"
msgstr ""

View File

@@ -0,0 +1,48 @@
# 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"
"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. 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_move
msgid "Stock Move"
msgstr ""
#~ msgid "Quants"
#~ msgstr "Määrät"

View File

@@ -0,0 +1,48 @@
# 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"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. 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_move
msgid "Stock Move"
msgstr ""
#~ msgid "Quants"
#~ msgstr "Quants"

View 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
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"
"Language: fr_CA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: 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_move
msgid "Stock Move"
msgstr ""

View 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
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"
"Language: fr_CH\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: 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_move
msgid "Stock Move"
msgstr ""

View 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"
"Language: gl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: 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_move
msgid "Stock Move"
msgstr ""

View 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
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"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: 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_move
msgid "Stock Move"
msgstr ""

View File

@@ -0,0 +1,47 @@
# 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"
"Language: hr_HR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: 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_move
msgid "Stock Move"
msgstr ""

View 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"
"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. 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_move
msgid "Stock Move"
msgstr ""

View 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"
"Language: id\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. 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_move
msgid "Stock Move"
msgstr ""

View File

@@ -0,0 +1,48 @@
# 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"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. 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_move
msgid "Stock Move"
msgstr ""
#~ msgid "Quants"
#~ msgstr "Quantità"

View 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"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. 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_move
msgid "Stock Move"
msgstr ""

View 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
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"
"Language: lt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 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_move
msgid "Stock Move"
msgstr ""

View 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"
"Language: mk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
#. module: 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_move
msgid "Stock Move"
msgstr ""

View 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"
"Language: mn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: 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_move
msgid "Stock Move"
msgstr ""

View 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
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"
"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: 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_move
msgid "Stock Move"
msgstr ""

View 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
# 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"
"Language: nb_NO\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: 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_move
msgid "Stock Move"
msgstr ""

View 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"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. 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_move
msgid "Stock Move"
msgstr ""

View 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
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"
"Language: nl_BE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: 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_move
msgid "Stock Move"
msgstr ""

View 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
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"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%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_move
msgid "Stock Move"
msgstr ""

View 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"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. 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_move
msgid "Stock Move"
msgstr ""

View File

@@ -0,0 +1,50 @@
# 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"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. 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_move
msgid "Stock Move"
msgstr ""
#~ msgid "Quants"
#~ msgstr "Quants"

View File

@@ -0,0 +1,46 @@
# 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"
"Language: pt_PT\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. 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_move
msgid "Stock Move"
msgstr ""

View File

@@ -0,0 +1,49 @@
# 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"
"Language: ro\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
"2:1));\n"
#. module: 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_move
msgid "Stock Move"
msgstr ""
#~ msgid "Quants"
#~ msgstr "Poziții de stoc"

View 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
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"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
"%100>=11 && n%100<=14)? 2 : 3);\n"
#. 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_move
msgid "Stock Move"
msgstr ""

View 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
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"
"Language: sk_SK\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. 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_move
msgid "Stock Move"
msgstr ""

View File

@@ -0,0 +1,49 @@
# 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"
"Language: sl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
"%100==4 ? 2 : 3);\n"
#. 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_move
msgid "Stock Move"
msgstr ""
#~ msgid "Quants"
#~ msgstr "Kvant"

View 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"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. 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_move
msgid "Stock Move"
msgstr ""

View 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"
"Language: th\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. 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_move
msgid "Stock Move"
msgstr ""

View 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"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. 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_move
msgid "Stock Move"
msgstr ""

View File

@@ -0,0 +1,45 @@
# 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"
"Language: tr_TR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: 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_move
msgid "Stock Move"
msgstr ""

View 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
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"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. 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_move
msgid "Stock Move"
msgstr ""

View 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
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"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. 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_move
msgid "Stock Move"
msgstr ""

View File

@@ -0,0 +1,5 @@
# 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

View File

@@ -0,0 +1,29 @@
# Copyright 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

View File

@@ -0,0 +1,16 @@
# Copyright 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(
comodel_name='purchase.order.line',
string='Purchase Order Line',
ondelete='set null', index=True,
)

View File

@@ -0,0 +1,18 @@
# Copyright 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

View File

@@ -0,0 +1 @@
* Jordi Ballester Alomar <jordi.ballester@eficent.com>

View File

@@ -0,0 +1,4 @@
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.

View File

@@ -0,0 +1,7 @@
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.

View File

@@ -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_hidden"/>
<field name="users" eval="[(4, ref('base.user_admin'))]"/>
</record>
</odoo>

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@@ -0,0 +1,410 @@
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.12: http://docutils.sourceforge.net/" />
<title>Account Move Line Purchase Info</title>
<style type="text/css">
/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 7614 2013-02-21 15:55:51Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
customize this style sheet.
*/
/* used to remove borders from tables and images */
.borderless, table.borderless td, table.borderless th {
border: 0 }
table.borderless td, table.borderless th {
/* Override padding for "table.docutils td" with "! important".
The right padding separates the table cells. */
padding: 0 0.5em 0 0 ! important }
.first {
/* Override more specific margin styles with "! important". */
margin-top: 0 ! important }
.last, .with-subtitle {
margin-bottom: 0 ! important }
.hidden {
display: none }
a.toc-backref {
text-decoration: none ;
color: black }
blockquote.epigraph {
margin: 2em 5em ; }
dl.docutils dd {
margin-bottom: 0.5em }
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
overflow: hidden;
}
/* Uncomment (and remove this text!) to get bold-faced definition list terms
dl.docutils dt {
font-weight: bold }
*/
div.abstract {
margin: 2em 5em }
div.abstract p.topic-title {
font-weight: bold ;
text-align: center }
div.admonition, div.attention, div.caution, div.danger, div.error,
div.hint, div.important, div.note, div.tip, div.warning {
margin: 2em ;
border: medium outset ;
padding: 1em }
div.admonition p.admonition-title, div.hint p.admonition-title,
div.important p.admonition-title, div.note p.admonition-title,
div.tip p.admonition-title {
font-weight: bold ;
font-family: sans-serif }
div.attention p.admonition-title, div.caution p.admonition-title,
div.danger p.admonition-title, div.error p.admonition-title,
div.warning p.admonition-title, .code .error {
color: red ;
font-weight: bold ;
font-family: sans-serif }
/* Uncomment (and remove this text!) to get reduced vertical space in
compound paragraphs.
div.compound .compound-first, div.compound .compound-middle {
margin-bottom: 0.5em }
div.compound .compound-last, div.compound .compound-middle {
margin-top: 0.5em }
*/
div.dedication {
margin: 2em 5em ;
text-align: center ;
font-style: italic }
div.dedication p.topic-title {
font-weight: bold ;
font-style: normal }
div.figure {
margin-left: 2em ;
margin-right: 2em }
div.footer, div.header {
clear: both;
font-size: smaller }
div.line-block {
display: block ;
margin-top: 1em ;
margin-bottom: 1em }
div.line-block div.line-block {
margin-top: 0 ;
margin-bottom: 0 ;
margin-left: 1.5em }
div.sidebar {
margin: 0 0 0.5em 1em ;
border: medium outset ;
padding: 1em ;
background-color: #ffffee ;
width: 40% ;
float: right ;
clear: right }
div.sidebar p.rubric {
font-family: sans-serif ;
font-size: medium }
div.system-messages {
margin: 5em }
div.system-messages h1 {
color: red }
div.system-message {
border: medium outset ;
padding: 1em }
div.system-message p.system-message-title {
color: red ;
font-weight: bold }
div.topic {
margin: 2em }
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
margin-top: 0.4em }
h1.title {
text-align: center }
h2.subtitle {
text-align: center }
hr.docutils {
width: 75% }
img.align-left, .figure.align-left, object.align-left {
clear: left ;
float: left ;
margin-right: 1em }
img.align-right, .figure.align-right, object.align-right {
clear: right ;
float: right ;
margin-left: 1em }
img.align-center, .figure.align-center, object.align-center {
display: block;
margin-left: auto;
margin-right: auto;
}
.align-left {
text-align: left }
.align-center {
clear: both ;
text-align: center }
.align-right {
text-align: right }
/* reset inner alignment in figures */
div.align-right {
text-align: inherit }
/* div.align-center * { */
/* text-align: left } */
ol.simple, ul.simple {
margin-bottom: 1em }
ol.arabic {
list-style: decimal }
ol.loweralpha {
list-style: lower-alpha }
ol.upperalpha {
list-style: upper-alpha }
ol.lowerroman {
list-style: lower-roman }
ol.upperroman {
list-style: upper-roman }
p.attribution {
text-align: right ;
margin-left: 50% }
p.caption {
font-style: italic }
p.credits {
font-style: italic ;
font-size: smaller }
p.label {
white-space: nowrap }
p.rubric {
font-weight: bold ;
font-size: larger ;
color: maroon ;
text-align: center }
p.sidebar-title {
font-family: sans-serif ;
font-weight: bold ;
font-size: larger }
p.sidebar-subtitle {
font-family: sans-serif ;
font-weight: bold }
p.topic-title {
font-weight: bold }
pre.address {
margin-bottom: 0 ;
margin-top: 0 ;
font: inherit }
pre.literal-block, pre.doctest-block, pre.math, pre.code {
margin-left: 2em ;
margin-right: 2em }
pre.code .ln { color: grey; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
pre.code .literal.string, code .literal.string { color: #0C5404 }
pre.code .name.builtin, code .name.builtin { color: #352B84 }
pre.code .deleted, code .deleted { background-color: #DEB0A1}
pre.code .inserted, code .inserted { background-color: #A3D289}
span.classifier {
font-family: sans-serif ;
font-style: oblique }
span.classifier-delimiter {
font-family: sans-serif ;
font-weight: bold }
span.interpreted {
font-family: sans-serif }
span.option {
white-space: nowrap }
span.pre {
white-space: pre }
span.problematic {
color: red }
span.section-subtitle {
/* font-size relative to parent (h1..h6 element) */
font-size: 80% }
table.citation {
border-left: solid 1px gray;
margin-left: 1px }
table.docinfo {
margin: 2em 4em }
table.docutils {
margin-top: 0.5em ;
margin-bottom: 0.5em }
table.footnote {
border-left: solid 1px black;
margin-left: 1px }
table.docutils td, table.docutils th,
table.docinfo td, table.docinfo th {
padding-left: 0.5em ;
padding-right: 0.5em ;
vertical-align: top }
table.docutils th.field-name, table.docinfo th.docinfo-name {
font-weight: bold ;
text-align: left ;
white-space: nowrap ;
padding-left: 0 }
/* "booktabs" style (no vertical lines) */
table.docutils.booktabs {
border: 0px;
border-top: 2px solid;
border-bottom: 2px solid;
border-collapse: collapse;
}
table.docutils.booktabs * {
border: 0px;
}
table.docutils.booktabs th {
border-bottom: thin solid;
text-align: left;
}
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
font-size: 100% }
ul.auto-toc {
list-style-type: none }
</style>
</head>
<body>
<div class="document" id="account-move-line-purchase-info">
<h1 class="title">Account Move Line Purchase Info</h1>
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/account-financial-tools/tree/12.0/account_move_line_purchase_info"><img alt="OCA/account-financial-tools" src="https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/account-financial-tools-12-0/account-financial-tools-12-0-account_move_line_purchase_info"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/92/12.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
<p>This module will add the purchase order line to journal items.</p>
<p>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.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#usage" id="id1">Usage</a></li>
<li><a class="reference internal" href="#bug-tracker" id="id2">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="id3">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="id4">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="id5">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="id6">Maintainers</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="usage">
<h1><a class="toc-backref" href="#id1">Usage</a></h1>
<p>The purchase order line will be automatically copied to the journal items.</p>
<ul class="simple">
<li>When a supplier invoice is created referencing purchase orders, the
purchase order line will be copied to the corresponding journal item.</li>
<li>When a stock move is validated and generates a journal entry, the purchase
order line is copied to the account move line.</li>
</ul>
</div>
<div class="section" id="bug-tracker">
<h1><a class="toc-backref" href="#id2">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/account-financial-tools/issues">GitHub Issues</a>.
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
<a class="reference external" href="https://github.com/OCA/account-financial-tools/issues/new?body=module:%20account_move_line_purchase_info%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
<h1><a class="toc-backref" href="#id3">Credits</a></h1>
<div class="section" id="authors">
<h2><a class="toc-backref" href="#id4">Authors</a></h2>
<ul class="simple">
<li>Eficent</li>
</ul>
</div>
<div class="section" id="contributors">
<h2><a class="toc-backref" href="#id5">Contributors</a></h2>
<ul class="simple">
<li>Jordi Ballester Alomar &lt;<a class="reference external" href="mailto:jordi.ballester&#64;eficent.com">jordi.ballester&#64;eficent.com</a>&gt;</li>
</ul>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#id6">Maintainers</a></h2>
<p>This module is maintained by the OCA.</p>
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
<p>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.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/account-financial-tools/tree/12.0/account_move_line_purchase_info">OCA/account-financial-tools</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,3 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from . import test_account_move_line_purchase_info

View File

@@ -0,0 +1,201 @@
# Copyright 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.action_confirm()
picking.move_lines.write({'quantity_done': 1.0})
picking.button_validate()
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.action_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.')

View File

@@ -0,0 +1,54 @@
<?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_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>