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

[13.0][MIG] migration of module stock_financial_risk #53

Merged
merged 11 commits into from
Oct 7, 2020
90 changes: 90 additions & 0 deletions stock_financial_risk/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
==================
Partner Stock Risk
==================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! 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%2Fcredit--control-lightgray.png?logo=github
:target: https://github.com/OCA/credit-control/tree/12.0/stock_financial_risk
:alt: OCA/credit-control
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/credit-control-12-0/credit-control-12-0-stock_financial_risk
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/262/12.0
:alt: Try me on Runbot

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

Extends Partner Financial Risk to manage stock moves.

If any limit is exceed the partner gets forbidden to transfer stock move.

**Table of contents**

.. contents::
:local:

Usage
=====

To use this module, you need to:

#. Go to *Customers > Financial Risk*
#. Set limits and choose options to compute in credit limit
#. Go to *Inventory > Operations > Transfers*
#. Try transfer a risk exceed partner picking

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/credit-control/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/credit-control/issues/new?body=module:%20stock_financial_risk%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
~~~~~~~

* Tecnativa

Contributors
~~~~~~~~~~~~

* `Tecnativa <https://www.tecnativa.com>`_:

* Carlos Dauden
* Pedro M. Baeza
* David Vidal
* Ernesto Tejeda

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/credit-control <https://github.com/OCA/credit-control/tree/12.0/stock_financial_risk>`_ 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_financial_risk/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
14 changes: 14 additions & 0 deletions stock_financial_risk/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright 2016 Carlos Dauden <carlos.dauden@tecnativa.com>
# Copyright 2017 David Vidal <david.vidal@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Partner Stock Risk",
"summary": "Manage partner risk in stock moves",
"version": "13.0.1.0.0",
"category": "Sales Management",
"license": "AGPL-3",
"author": "Tecnativa, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/credit-control",
"depends": ["stock", "account_financial_risk"],
"installable": True,
}
44 changes: 44 additions & 0 deletions stock_financial_risk/i18n/ca.po
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:
# * stock_financial_risk
#
# 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-06-02 00:47+0000\n"
"PO-Revision-Date: 2017-06-02 00:47+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_financial_risk
#: code:addons/stock_financial_risk/models/stock.py:30
#, python-format
msgid "Financial risk exceeded \n"
msgstr ""

#. module: stock_financial_risk
#: code:addons/stock_financial_risk/models/stock.py:19
#, python-format
msgid ""
"Financial risk exceeded in partner:\n"
"%s"
msgstr ""

#. module: stock_financial_risk
#: model:ir.model,name:stock_financial_risk.model_stock_move
msgid "Stock Move"
msgstr "Moviments d'estoc"

#. module: stock_financial_risk
#: model:ir.model,name:stock_financial_risk.model_stock_picking
msgid "Transfer"
msgstr "Transferència"
46 changes: 46 additions & 0 deletions stock_financial_risk/i18n/de.po
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:
# * stock_financial_risk
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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-06-02 00:47+0000\n"
"PO-Revision-Date: 2017-06-02 00:47+0000\n"
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>, 2017\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"

#. module: stock_financial_risk
#: code:addons/stock_financial_risk/models/stock.py:30
#, python-format
msgid "Financial risk exceeded \n"
msgstr "Finanzielles Risiko überschritten\n"

#. module: stock_financial_risk
#: code:addons/stock_financial_risk/models/stock.py:19
#, python-format
msgid ""
"Financial risk exceeded in partner:\n"
"%s"
msgstr ""
"Überschreitung des finanziellen Riskos beim Partner:\n"
"%s"

#. module: stock_financial_risk
#: model:ir.model,name:stock_financial_risk.model_stock_move
msgid "Stock Move"
msgstr "Lagerbewegung"

#. module: stock_financial_risk
#: model:ir.model,name:stock_financial_risk.model_stock_picking
msgid "Transfer"
msgstr "Umbuchung"
45 changes: 45 additions & 0 deletions stock_financial_risk/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * partner_sale_risk
#
# Translators:
# Carlos Dauden <carlos.dauden@tecnativa.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: partner-contact (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-29 15:53+0200\n"
"PO-Revision-Date: 2017-05-29 15:54+0200\n"
"Last-Translator: Carlos Dauden <carlos.dauden@tecnativa.com>\n"
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-partner-contact-9-0/"
"language/es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 1.8.7.1\n"

#. module: stock_financial_risk
#: code:addons/stock_financial_risk/models/stock.py:30
#, python-format
msgid "Financial risk exceeded \n"
msgstr "Riesgo financiero excedido.\n"

#. module: stock_financial_risk
#: code:addons/stock_financial_risk/models/stock.py:19
#, python-format
msgid ""
"Financial risk exceeded in partner:\n"
"%s"
msgstr "Riesgo financiero excedido en empresa: %s"

#. module: stock_financial_risk
#: model:ir.model,name:stock_financial_risk.model_stock_move
msgid "Stock Move"
msgstr "Movimiento de existencias"

#. module: stock_financial_risk
#: model:ir.model,name:stock_financial_risk.model_stock_picking
msgid "Transfer"
msgstr "Transferir"
44 changes: 44 additions & 0 deletions stock_financial_risk/i18n/es_AR.po
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:
# * stock_financial_risk
#
# 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-06-02 00:47+0000\n"
"PO-Revision-Date: 2017-06-02 00:47+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/"
"teams/23907/es_AR/)\n"
"Language: es_AR\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_financial_risk
#: code:addons/stock_financial_risk/models/stock.py:30
#, python-format
msgid "Financial risk exceeded \n"
msgstr ""

#. module: stock_financial_risk
#: code:addons/stock_financial_risk/models/stock.py:19
#, python-format
msgid ""
"Financial risk exceeded in partner:\n"
"%s"
msgstr ""

#. module: stock_financial_risk
#: model:ir.model,name:stock_financial_risk.model_stock_move
msgid "Stock Move"
msgstr "Movimiento de stock"

#. module: stock_financial_risk
#: model:ir.model,name:stock_financial_risk.model_stock_picking
msgid "Transfer"
msgstr ""
44 changes: 44 additions & 0 deletions stock_financial_risk/i18n/es_MX.po
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:
# * stock_financial_risk
#
# 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-06-02 00:47+0000\n"
"PO-Revision-Date: 2017-06-02 00:47+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: stock_financial_risk
#: code:addons/stock_financial_risk/models/stock.py:30
#, python-format
msgid "Financial risk exceeded \n"
msgstr ""

#. module: stock_financial_risk
#: code:addons/stock_financial_risk/models/stock.py:19
#, python-format
msgid ""
"Financial risk exceeded in partner:\n"
"%s"
msgstr ""

#. module: stock_financial_risk
#: model:ir.model,name:stock_financial_risk.model_stock_move
msgid "Stock Move"
msgstr "Movimiento bursátil"

#. module: stock_financial_risk
#: model:ir.model,name:stock_financial_risk.model_stock_picking
msgid "Transfer"
msgstr ""
43 changes: 43 additions & 0 deletions stock_financial_risk/i18n/fi.po
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:
# * stock_financial_risk
#
# 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-06-02 00:47+0000\n"
"PO-Revision-Date: 2017-06-02 00:47+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: stock_financial_risk
#: code:addons/stock_financial_risk/models/stock.py:30
#, python-format
msgid "Financial risk exceeded \n"
msgstr ""

#. module: stock_financial_risk
#: code:addons/stock_financial_risk/models/stock.py:19
#, python-format
msgid ""
"Financial risk exceeded in partner:\n"
"%s"
msgstr ""

#. module: stock_financial_risk
#: model:ir.model,name:stock_financial_risk.model_stock_move
msgid "Stock Move"
msgstr "Varastosiirto"

#. module: stock_financial_risk
#: model:ir.model,name:stock_financial_risk.model_stock_picking
msgid "Transfer"
msgstr ""
Loading