-
-
Notifications
You must be signed in to change notification settings - Fork 779
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #609 from Eficent/11.0-mig-account_move_line_purch…
…ase_info [11.0][MIG] account_move_line_purchase_info
- Loading branch information
Showing
57 changed files
with
2,418 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
.. image:: https://img.shields.io/badge/license-AGPLv3-blue.svg | ||
:target: https://www.gnu.org/licenses/agpl.html | ||
:alt: License: AGPL-3 | ||
|
||
=============================== | ||
Account Move Line Purchase Info | ||
=============================== | ||
|
||
This module will add the purchase order line to journal items. | ||
|
||
The ultimate goal is to establish the purchase order line as one of the key | ||
fields to reconcile the Goods Received Not Invoiced accrual account. | ||
|
||
|
||
Usage | ||
===== | ||
|
||
The purchase order line will be automatically copied to the journal items. | ||
|
||
* When a supplier invoice is created referencing purchase orders, the | ||
purchase order line will be copied to the corresponding journal item. | ||
|
||
* When a stock move is validated and generates a journal entry, the purchase | ||
order line is copied to the account move line. | ||
|
||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas | ||
:alt: Try me on Runbot | ||
:target: https://runbot.odoo-community.org/runbot/92/11.0 | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues | ||
<https://github.com/OCA/account-financial-tools/issues>`_. In case of trouble, please | ||
check there if your issue has already been reported. If you spotted it first, | ||
help us smashing it by providing a detailed and welcomed feedback. | ||
|
||
|
||
Credits | ||
======= | ||
|
||
Images | ||
------ | ||
|
||
* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_. | ||
|
||
Contributors | ||
------------ | ||
|
||
* Jordi Ballester Alomar <jordi.ballester@eficent.com> | ||
|
||
Maintainer | ||
---------- | ||
|
||
.. image:: https://odoo-community.org/logo.png | ||
:alt: Odoo Community Association | ||
:target: https://odoo-community.org | ||
|
||
This module is maintained by the OCA. | ||
|
||
OCA, or the Odoo Community Association, is a nonprofit organization whose | ||
mission is to support the collaborative development of Odoo features and | ||
promote its widespread use. | ||
|
||
To contribute to this module, please visit https://odoo-community.org. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). | ||
|
||
from . import models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "11.0.1.0.0", | ||
"author": "Eficent, " | ||
"Odoo Community Association (OCA)", | ||
"website": "http://github.com/OCA/account-financial-tools", | ||
"category": "Generic", | ||
"depends": ["account", "purchase"], | ||
"license": "AGPL-3", | ||
"data": [ | ||
"security/account_security.xml", | ||
"views/account_move_view.xml", | ||
], | ||
'installable': True, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_move_line_purchase_info | ||
# | ||
# Translators: | ||
# OCA Transbot <transbot@odoo-community.org>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 9.0c\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-03-01 04:03+0000\n" | ||
"PO-Revision-Date: 2017-03-01 04:03+0000\n" | ||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" | ||
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: ar\n" | ||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" | ||
|
||
#. module: account_move_line_purchase_info | ||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice | ||
msgid "Invoice" | ||
msgstr "فاتورة" | ||
|
||
#. module: account_move_line_purchase_info | ||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line | ||
msgid "Journal Item" | ||
msgstr "" | ||
|
||
#. module: account_move_line_purchase_info | ||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id | ||
msgid "Purchase Order Line" | ||
msgstr "" | ||
|
||
#. module: account_move_line_purchase_info | ||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info | ||
msgid "Purchase info in Journal Items" | ||
msgstr "" | ||
|
||
#. module: account_move_line_purchase_info | ||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant | ||
msgid "Quants" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_move_line_purchase_info | ||
# | ||
# Translators: | ||
# OCA Transbot <transbot@odoo-community.org>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 9.0c\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-03-01 04:03+0000\n" | ||
"PO-Revision-Date: 2017-03-01 04:03+0000\n" | ||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" | ||
"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: bg\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: account_move_line_purchase_info | ||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice | ||
msgid "Invoice" | ||
msgstr "Фактура" | ||
|
||
#. module: account_move_line_purchase_info | ||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line | ||
msgid "Journal Item" | ||
msgstr "" | ||
|
||
#. module: account_move_line_purchase_info | ||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id | ||
msgid "Purchase Order Line" | ||
msgstr "" | ||
|
||
#. module: account_move_line_purchase_info | ||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info | ||
msgid "Purchase info in Journal Items" | ||
msgstr "" | ||
|
||
#. module: account_move_line_purchase_info | ||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant | ||
msgid "Quants" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_move_line_purchase_info | ||
# | ||
# Translators: | ||
# OCA Transbot <transbot@odoo-community.org>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 9.0c\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-03-01 04:03+0000\n" | ||
"PO-Revision-Date: 2017-03-01 04:03+0000\n" | ||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" | ||
"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: bs\n" | ||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" | ||
|
||
#. module: account_move_line_purchase_info | ||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice | ||
msgid "Invoice" | ||
msgstr "Faktura" | ||
|
||
#. module: account_move_line_purchase_info | ||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line | ||
msgid "Journal Item" | ||
msgstr "" | ||
|
||
#. module: account_move_line_purchase_info | ||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id | ||
msgid "Purchase Order Line" | ||
msgstr "" | ||
|
||
#. module: account_move_line_purchase_info | ||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info | ||
msgid "Purchase info in Journal Items" | ||
msgstr "" | ||
|
||
#. module: account_move_line_purchase_info | ||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant | ||
msgid "Quants" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_move_line_purchase_info | ||
# | ||
# Translators: | ||
# OCA Transbot <transbot@odoo-community.org>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 9.0c\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-03-01 04:03+0000\n" | ||
"PO-Revision-Date: 2017-03-01 04:03+0000\n" | ||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" | ||
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: ca\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: account_move_line_purchase_info | ||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice | ||
msgid "Invoice" | ||
msgstr "Factura" | ||
|
||
#. module: account_move_line_purchase_info | ||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line | ||
msgid "Journal Item" | ||
msgstr "" | ||
|
||
#. module: account_move_line_purchase_info | ||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id | ||
msgid "Purchase Order Line" | ||
msgstr "" | ||
|
||
#. module: account_move_line_purchase_info | ||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info | ||
msgid "Purchase info in Journal Items" | ||
msgstr "" | ||
|
||
#. module: account_move_line_purchase_info | ||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant | ||
msgid "Quants" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_move_line_purchase_info | ||
# | ||
# Translators: | ||
# OCA Transbot <transbot@odoo-community.org>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 9.0c\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-03-01 04:03+0000\n" | ||
"PO-Revision-Date: 2017-03-01 04:03+0000\n" | ||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" | ||
"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: cs\n" | ||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" | ||
|
||
#. module: account_move_line_purchase_info | ||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice | ||
msgid "Invoice" | ||
msgstr "Faktura" | ||
|
||
#. module: account_move_line_purchase_info | ||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line | ||
msgid "Journal Item" | ||
msgstr "" | ||
|
||
#. module: account_move_line_purchase_info | ||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id | ||
msgid "Purchase Order Line" | ||
msgstr "" | ||
|
||
#. module: account_move_line_purchase_info | ||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info | ||
msgid "Purchase info in Journal Items" | ||
msgstr "" | ||
|
||
#. module: account_move_line_purchase_info | ||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant | ||
msgid "Quants" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_move_line_purchase_info | ||
# | ||
# Translators: | ||
# OCA Transbot <transbot@odoo-community.org>, 2017 | ||
# Ermin Trevisan <trevi@twanda.com>, 2017 | ||
# Rudolf Schnapka <rs@techno-flex.de>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 9.0c\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-03-01 04:03+0000\n" | ||
"PO-Revision-Date: 2017-03-01 04:03+0000\n" | ||
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>, 2017\n" | ||
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: de\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: account_move_line_purchase_info | ||
#: model:ir.model,name:account_move_line_purchase_info.model_account_invoice | ||
msgid "Invoice" | ||
msgstr "Rechnung" | ||
|
||
#. module: account_move_line_purchase_info | ||
#: model:ir.model,name:account_move_line_purchase_info.model_account_move_line | ||
msgid "Journal Item" | ||
msgstr "Journalbuchung" | ||
|
||
#. module: account_move_line_purchase_info | ||
#: model:ir.model.fields,field_description:account_move_line_purchase_info.field_account_move_line_purchase_line_id | ||
msgid "Purchase Order Line" | ||
msgstr "Bestellposition" | ||
|
||
#. module: account_move_line_purchase_info | ||
#: model:res.groups,name:account_move_line_purchase_info.group_account_move_purchase_info | ||
msgid "Purchase info in Journal Items" | ||
msgstr "" | ||
|
||
#. module: account_move_line_purchase_info | ||
#: model:ir.model,name:account_move_line_purchase_info.model_stock_quant | ||
msgid "Quants" | ||
msgstr "Quanten" |
Oops, something went wrong.