-
-
Notifications
You must be signed in to change notification settings - Fork 719
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by rousseldenis
- Loading branch information
Showing
59 changed files
with
2,573 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,86 @@ | ||
============================ | ||
Account Move Line Stock 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%2Fstock--logistics--warehouse-lightgray.png?logo=github | ||
:target: https://github.com/OCA/stock-logistics-warehouse/tree/15.0/account_move_line_stock_info | ||
:alt: OCA/stock-logistics-warehouse | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-15-0/stock-logistics-warehouse-15-0-account_move_line_stock_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/153/15.0 | ||
:alt: Try me on Runbot | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This module adds the stock move to the account move lines that it generates. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Usage | ||
===== | ||
|
||
* The stock manager can check the journal items by accessing to 'Inventory > | ||
Reports > Stock moves'. | ||
|
||
* A user belonging to the group 'Show Full Accounting Features' can review the | ||
details of a move that is associated to a journal item through | ||
'Invoicing > Accounting > Journal Entries (or Journal items)'. | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-warehouse/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/stock-logistics-warehouse/issues/new?body=module:%20account_move_line_stock_info%0Aversion:%2015.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 | ||
~~~~~~~ | ||
|
||
* ForgeFlow | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
* Jordi Ballester Alomar <jordi.ballester@forgeflow.com> | ||
* Lois Rilo <lois.rilo@forgeflow.com> | ||
* Pimolnat Suntian <pimolnats@ecosoft.co.th> | ||
* Joan Mateu <joan.mateu@forgeflow.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/stock-logistics-warehouse <https://github.com/OCA/stock-logistics-warehouse/tree/15.0/account_move_line_stock_info>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
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 (http://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,17 @@ | ||
# © 2016 ForgeFlow S.L. | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
{ | ||
"name": "Account Move Line Stock Info", | ||
"version": "16.0.1.0.0", | ||
"depends": ["stock_account"], | ||
"author": "ForgeFlow," "Odoo Community Association (OCA)", | ||
"website": "https://github.com/OCA/stock-logistics-warehouse", | ||
"category": "Warehouse Management", | ||
"installable": True, | ||
"license": "AGPL-3", | ||
"data": [ | ||
"security/ir.model.access.csv", | ||
"views/account_move_line_view.xml", | ||
"views/stock_move_view.xml", | ||
], | ||
} |
37 changes: 37 additions & 0 deletions
37
account_move_line_stock_info/i18n/account_move_line_stock_info.pot
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,37 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_move_line_stock_info | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 15.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_stock_info | ||
#: model:ir.model.fields,field_description:account_move_line_stock_info.field_stock_move__account_move_line_ids | ||
#: model:ir.model.fields,field_description:account_move_line_stock_info.field_stock_reservation__account_move_line_ids | ||
msgid "Account Move Line" | ||
msgstr "" | ||
|
||
#. module: account_move_line_stock_info | ||
#: model:ir.model,name:account_move_line_stock_info.model_account_move_line | ||
msgid "Journal Item" | ||
msgstr "" | ||
|
||
#. module: account_move_line_stock_info | ||
#: model_terms:ir.ui.view,arch_db:account_move_line_stock_info.view_move_form | ||
#: model_terms:ir.ui.view,arch_db:account_move_line_stock_info.view_picking_form | ||
msgid "Journal Items" | ||
msgstr "" | ||
|
||
#. module: account_move_line_stock_info | ||
#: model:ir.model,name:account_move_line_stock_info.model_stock_move | ||
#: model:ir.model.fields,field_description:account_move_line_stock_info.field_account_move_line__stock_move_id | ||
msgid "Stock Move" | ||
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,43 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_move_line_stock_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-01-21 02:12+0000\n" | ||
"PO-Revision-Date: 2017-01-21 02:12+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_stock_info | ||
#: model:ir.model.fields,field_description:account_move_line_stock_info.field_stock_move__account_move_line_ids | ||
#: model:ir.model.fields,field_description:account_move_line_stock_info.field_stock_reservation__account_move_line_ids | ||
msgid "Account Move Line" | ||
msgstr "" | ||
|
||
#. module: account_move_line_stock_info | ||
#: model:ir.model,name:account_move_line_stock_info.model_account_move_line | ||
msgid "Journal Item" | ||
msgstr "" | ||
|
||
#. module: account_move_line_stock_info | ||
#: model_terms:ir.ui.view,arch_db:account_move_line_stock_info.view_move_form | ||
#: model_terms:ir.ui.view,arch_db:account_move_line_stock_info.view_picking_form | ||
msgid "Journal Items" | ||
msgstr "عناصر دفتر اليومية" | ||
|
||
#. module: account_move_line_stock_info | ||
#: model:ir.model,name:account_move_line_stock_info.model_stock_move | ||
#: model:ir.model.fields,field_description:account_move_line_stock_info.field_account_move_line__stock_move_id | ||
msgid "Stock Move" | ||
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,43 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_move_line_stock_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-01-21 02:12+0000\n" | ||
"PO-Revision-Date: 2017-01-21 02:12+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_stock_info | ||
#: model:ir.model.fields,field_description:account_move_line_stock_info.field_stock_move__account_move_line_ids | ||
#: model:ir.model.fields,field_description:account_move_line_stock_info.field_stock_reservation__account_move_line_ids | ||
msgid "Account Move Line" | ||
msgstr "" | ||
|
||
#. module: account_move_line_stock_info | ||
#: model:ir.model,name:account_move_line_stock_info.model_account_move_line | ||
msgid "Journal Item" | ||
msgstr "" | ||
|
||
#. module: account_move_line_stock_info | ||
#: model_terms:ir.ui.view,arch_db:account_move_line_stock_info.view_move_form | ||
#: model_terms:ir.ui.view,arch_db:account_move_line_stock_info.view_picking_form | ||
msgid "Journal Items" | ||
msgstr "Stavke dnevnika" | ||
|
||
#. module: account_move_line_stock_info | ||
#: model:ir.model,name:account_move_line_stock_info.model_stock_move | ||
#: model:ir.model.fields,field_description:account_move_line_stock_info.field_account_move_line__stock_move_id | ||
msgid "Stock Move" | ||
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_stock_info | ||
# | ||
# Translators: | ||
# Carles Antoli <carlesantoli@hotmail.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-01-21 02:12+0000\n" | ||
"PO-Revision-Date: 2022-08-17 12:07+0000\n" | ||
"Last-Translator: jabelchi <jabelchi@gmail.com>\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" | ||
"X-Generator: Weblate 4.3.2\n" | ||
|
||
#. module: account_move_line_stock_info | ||
#: model:ir.model.fields,field_description:account_move_line_stock_info.field_stock_move__account_move_line_ids | ||
#: model:ir.model.fields,field_description:account_move_line_stock_info.field_stock_reservation__account_move_line_ids | ||
msgid "Account Move Line" | ||
msgstr "Línia d'assentament comptable" | ||
|
||
#. module: account_move_line_stock_info | ||
#: model:ir.model,name:account_move_line_stock_info.model_account_move_line | ||
msgid "Journal Item" | ||
msgstr "Apunt comptable" | ||
|
||
#. module: account_move_line_stock_info | ||
#: model_terms:ir.ui.view,arch_db:account_move_line_stock_info.view_move_form | ||
#: model_terms:ir.ui.view,arch_db:account_move_line_stock_info.view_picking_form | ||
msgid "Journal Items" | ||
msgstr "Apunts comptables" | ||
|
||
#. module: account_move_line_stock_info | ||
#: model:ir.model,name:account_move_line_stock_info.model_stock_move | ||
#: model:ir.model.fields,field_description:account_move_line_stock_info.field_account_move_line__stock_move_id | ||
msgid "Stock Move" | ||
msgstr "Moviments d'estoc" |
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,42 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_move_line_stock_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-01-21 02:12+0000\n" | ||
"PO-Revision-Date: 2017-01-21 02:12+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_stock_info | ||
#: model:ir.model.fields,field_description:account_move_line_stock_info.field_stock_move__account_move_line_ids | ||
#: model:ir.model.fields,field_description:account_move_line_stock_info.field_stock_reservation__account_move_line_ids | ||
msgid "Account Move Line" | ||
msgstr "" | ||
|
||
#. module: account_move_line_stock_info | ||
#: model:ir.model,name:account_move_line_stock_info.model_account_move_line | ||
msgid "Journal Item" | ||
msgstr "" | ||
|
||
#. module: account_move_line_stock_info | ||
#: model_terms:ir.ui.view,arch_db:account_move_line_stock_info.view_move_form | ||
#: model_terms:ir.ui.view,arch_db:account_move_line_stock_info.view_picking_form | ||
msgid "Journal Items" | ||
msgstr "Položky deníku" | ||
|
||
#. module: account_move_line_stock_info | ||
#: model:ir.model,name:account_move_line_stock_info.model_stock_move | ||
#: model:ir.model.fields,field_description:account_move_line_stock_info.field_account_move_line__stock_move_id | ||
msgid "Stock Move" | ||
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_stock_info | ||
# | ||
# Translators: | ||
# Lukáš Spurný <lukasspurny8@gmail.com>, 2018 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-02-27 11:37+0000\n" | ||
"PO-Revision-Date: 2018-02-27 11:37+0000\n" | ||
"Last-Translator: Lukáš Spurný <lukasspurny8@gmail.com>, 2018\n" | ||
"Language-Team: Czech (Czech Republic) (https://www.transifex.com/oca/" | ||
"teams/23907/cs_CZ/)\n" | ||
"Language: cs_CZ\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_stock_info | ||
#: model:ir.model.fields,field_description:account_move_line_stock_info.field_stock_move__account_move_line_ids | ||
#: model:ir.model.fields,field_description:account_move_line_stock_info.field_stock_reservation__account_move_line_ids | ||
#, fuzzy | ||
msgid "Account Move Line" | ||
msgstr "Identifikátory řádků přesunutí účtu" | ||
|
||
#. module: account_move_line_stock_info | ||
#: model:ir.model,name:account_move_line_stock_info.model_account_move_line | ||
msgid "Journal Item" | ||
msgstr "Položka žurnálu" | ||
|
||
#. module: account_move_line_stock_info | ||
#: model_terms:ir.ui.view,arch_db:account_move_line_stock_info.view_move_form | ||
#: model_terms:ir.ui.view,arch_db:account_move_line_stock_info.view_picking_form | ||
msgid "Journal Items" | ||
msgstr "Položky žurnálu" | ||
|
||
#. module: account_move_line_stock_info | ||
#: model:ir.model,name:account_move_line_stock_info.model_stock_move | ||
#: model:ir.model.fields,field_description:account_move_line_stock_info.field_account_move_line__stock_move_id | ||
msgid "Stock Move" | ||
msgstr "Přesunout zásoby" |
Oops, something went wrong.