Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[12.0][MIG] stock_inventory_chatter #553

Merged
merged 7 commits into from
Mar 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
75 changes: 75 additions & 0 deletions stock_inventory_chatter/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
=======================
Stock Inventory Chatter
=======================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
:target: https://odoo-community.org/page/development-status
:alt: Mature
.. |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/12.0/stock_inventory_chatter
: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-12-0/stock-logistics-warehouse-12-0-stock_inventory_chatter
: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/12.0
:alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5|

This module adds the capability to log the changes being done in Inventory Adjustments.

**Table of contents**

.. contents::
:local:

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:%20stock_inventory_chatter%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
~~~~~~~~~~~~

* Miquel Raïch <miquel.raich@eficent.com>
* Xavier Jimenez <xavier.jimenez@qubiq.es>
* Lois Rilo <lois.rilo@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/stock-logistics-warehouse <https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_inventory_chatter>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions stock_inventory_chatter/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
22 changes: 22 additions & 0 deletions stock_inventory_chatter/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Copyright 2017-19 Eficent Business and IT Consulting Services S.L.
# (http://www.eficent.com)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

{
'name': 'Stock Inventory Chatter',
'version': '12.0.1.0.0',
'author': "Eficent, "
"Odoo Community Association (OCA)",
'development_status': 'Mature',
"website": "https://github.com/OCA/stock-logistics-warehouse",
'category': 'Warehouse',
'summary': "Log changes being done in Inventory Adjustments",
'depends': ['stock'],
"data": [
'data/stock_data.xml',
'views/stock_inventory_view.xml',
],
'license': 'AGPL-3',
'installable': True,
'application': False,
}
21 changes: 21 additions & 0 deletions stock_inventory_chatter/data/stock_data.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>

<!-- Stock-related subtypes for messaging / Chatter -->
<record id="mt_inventory_canceled" model="mail.message.subtype">
<field name="name">Inventory Canceled</field>
<field name="res_model">stock.inventory</field>
<field name="default" eval="False"/>
</record>
<record id="mt_inventory_confirmed" model="mail.message.subtype">
<field name="name">Inventory Confirmed</field>
<field name="res_model">stock.inventory</field>
<field name="default" eval="False"/>
</record>
<record id="mt_inventory_done" model="mail.message.subtype">
<field name="name">Inventory Done</field>
<field name="res_model">stock.inventory</field>
<field name="default" eval="False"/>
</record>

</odoo>
58 changes: 58 additions & 0 deletions stock_inventory_chatter/i18n/ar.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_inventory_chatter
#
# 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-07-05 00:45+0000\n"
"PO-Revision-Date: 2017-07-05 00:45+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: stock_inventory_chatter
#: model:ir.model,name:stock_inventory_chatter.model_stock_inventory
msgid "Inventory"
msgstr ""

#. module: stock_inventory_chatter
#: model:mail.message.subtype,name:stock_inventory_chatter.mt_inventory_canceled
msgid "Inventory Canceled"
msgstr ""

#. module: stock_inventory_chatter
#: model:mail.message.subtype,name:stock_inventory_chatter.mt_inventory_confirmed
msgid "Inventory Confirmed"
msgstr ""

#. module: stock_inventory_chatter
#: model:mail.message.subtype,name:stock_inventory_chatter.mt_inventory_done
msgid "Inventory Done"
msgstr ""

#~ msgid "Date of the last message posted on the record."
#~ msgstr "تاريخ آخر رسالة في هذا السجل."

#~ msgid "Followers"
#~ msgstr "المتابعون"

#~ msgid "If checked new messages require your attention."
#~ msgstr "إذا حددته، ستتطلب الرسائل الجديدة انتباهك"

#~ msgid "Last Message Date"
#~ msgstr "تاريخ آخر رسالة"

#~ msgid "Messages"
#~ msgstr "الرسائل"

#~ msgid "Unread Messages"
#~ msgstr "رسائل غير مقروءة"
57 changes: 57 additions & 0 deletions stock_inventory_chatter/i18n/bg.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_inventory_chatter
#
# 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-07-05 00:45+0000\n"
"PO-Revision-Date: 2017-07-05 00:45+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: stock_inventory_chatter
#: model:ir.model,name:stock_inventory_chatter.model_stock_inventory
msgid "Inventory"
msgstr ""

#. module: stock_inventory_chatter
#: model:mail.message.subtype,name:stock_inventory_chatter.mt_inventory_canceled
msgid "Inventory Canceled"
msgstr ""

#. module: stock_inventory_chatter
#: model:mail.message.subtype,name:stock_inventory_chatter.mt_inventory_confirmed
msgid "Inventory Confirmed"
msgstr ""

#. module: stock_inventory_chatter
#: model:mail.message.subtype,name:stock_inventory_chatter.mt_inventory_done
msgid "Inventory Done"
msgstr ""

#~ msgid "Date of the last message posted on the record."
#~ msgstr "Дата на последното съобщение, публикувано на записа."

#~ msgid "Followers"
#~ msgstr "Последователи"

#~ msgid "If checked new messages require your attention."
#~ msgstr "Ако е отбелязано, новите съобщения ще изискват внимание."

#~ msgid "Last Message Date"
#~ msgstr "Дата на последното съобщение"

#~ msgid "Messages"
#~ msgstr "Съобщения"

#~ msgid "Unread Messages"
#~ msgstr "Непрочетени съобщения"
58 changes: 58 additions & 0 deletions stock_inventory_chatter/i18n/bs.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_inventory_chatter
#
# 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-07-05 00:45+0000\n"
"PO-Revision-Date: 2017-07-05 00:45+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: stock_inventory_chatter
#: model:ir.model,name:stock_inventory_chatter.model_stock_inventory
msgid "Inventory"
msgstr ""

#. module: stock_inventory_chatter
#: model:mail.message.subtype,name:stock_inventory_chatter.mt_inventory_canceled
msgid "Inventory Canceled"
msgstr ""

#. module: stock_inventory_chatter
#: model:mail.message.subtype,name:stock_inventory_chatter.mt_inventory_confirmed
msgid "Inventory Confirmed"
msgstr ""

#. module: stock_inventory_chatter
#: model:mail.message.subtype,name:stock_inventory_chatter.mt_inventory_done
msgid "Inventory Done"
msgstr ""

#~ msgid "Date of the last message posted on the record."
#~ msgstr "Datum posljednje poruke ostavljene na unos."

#~ msgid "Followers"
#~ msgstr "Pratioci"

#~ msgid "If checked new messages require your attention."
#~ msgstr "Ako je označeno nove poruke će zahtjevati vašu pažnju."

#~ msgid "Last Message Date"
#~ msgstr "Datum zadnje poruke"

#~ msgid "Messages"
#~ msgstr "Poruke"

#~ msgid "Unread Messages"
#~ msgstr "Nepročitane poruke"
85 changes: 85 additions & 0 deletions stock_inventory_chatter/i18n/ca.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_inventory_chatter
#
# Translators:
# Marc Tormo i Bochaca <mtbochaca@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-07-05 00:45+0000\n"
"PO-Revision-Date: 2017-07-05 00:45+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: stock_inventory_chatter
#: model:ir.model,name:stock_inventory_chatter.model_stock_inventory
msgid "Inventory"
msgstr ""

#. module: stock_inventory_chatter
#: model:mail.message.subtype,name:stock_inventory_chatter.mt_inventory_canceled
msgid "Inventory Canceled"
msgstr ""

#. module: stock_inventory_chatter
#: model:mail.message.subtype,name:stock_inventory_chatter.mt_inventory_confirmed
msgid "Inventory Confirmed"
msgstr ""

#. module: stock_inventory_chatter
#: model:mail.message.subtype,name:stock_inventory_chatter.mt_inventory_done
msgid "Inventory Done"
msgstr ""

#~ msgid "Action Needed"
#~ msgstr "Acció necessària "

#~ msgid "Date of the last message posted on the record."
#~ msgstr "Data del darrer missatge annexat al registre"

#~ msgid "Followers"
#~ msgstr "Seguidors"

#~ msgid "Followers (Channels)"
#~ msgstr "Seguidors (Canals) "

#~ msgid "Followers (Partners)"
#~ msgstr "Seguidors (Empreses) "

#~ msgid "If checked new messages require your attention."
#~ msgstr "Si està marcat, hi ha nous missatges "

#~ msgid "If checked, new messages require your attention."
#~ msgstr "Si està marcat, els nous missatges volen la vostra atenció. "

#~ msgid "Is Follower"
#~ msgstr "És seguidor"

#~ msgid "Last Message Date"
#~ msgstr "Data darrer missatge"

#~ msgid "Messages"
#~ msgstr "Missatges"

#~ msgid "Number of Actions"
#~ msgstr "Número d'accions "

#~ msgid "Number of messages which requires an action"
#~ msgstr "Número de missatges que requereixen una acció "

#~ msgid "Number of unread messages"
#~ msgstr "Número de missatges no llegits "

#~ msgid "Unread Messages"
#~ msgstr "Missatges sense llegir"

#~ msgid "Unread Messages Counter"
#~ msgstr "Comptador de missatges sense llegir"