Skip to content

Commit

Permalink
Merge eedbb57 into 7e22682
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanSForgeFlow committed Jan 29, 2020
2 parents 7e22682 + eedbb57 commit 83391fa
Show file tree
Hide file tree
Showing 21 changed files with 1,459 additions and 0 deletions.
94 changes: 94 additions & 0 deletions stock_orderpoint_manual_procurement/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
===================================
Stock Orderpoint Manual Procurement
===================================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! 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/12.0/stock_orderpoint_manual_procurement
: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_orderpoint_manual_procurement
: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 allows users to manually start procurements from the list of reordering rules,
based on the quantity that is recommended to be procured.

**Table of contents**

.. contents::
:local:

Configuration
=============

If you want users to be able to change the recommended quantity to procure,
you should assign them to the security group
'Change quantity in manual procurements from reordering rules',
under 'Settings / Users / Users'.

Usage
=====

Go to 'Inventory > Master Data > Reordering Rules' and review the quantity recommended to be procured.
You can now start the procurement for a single or a list of reordering rules.

The recommended quantity to procure is adjusted to the
procurement unit of measure indicated in the reordering rule.

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_orderpoint_manual_procurement%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>
* Lois Rilo Antelo <lois.rilo@eficent.com>
* Bhavesh Odedra <bodedra@opensourceintegrators.com>
* Kitti Upariphutthiphong <kittiu@ecosoft.co.th>

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_orderpoint_manual_procurement>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
4 changes: 4 additions & 0 deletions stock_orderpoint_manual_procurement/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

from . import models
from . import wizards
22 changes: 22 additions & 0 deletions stock_orderpoint_manual_procurement/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Copyright 2016-20 ForgeFlow S.L. (https://www.forgeflow.com)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

{
"name": "Stock Orderpoint Manual Procurement",
"summary": "Allows to create procurement orders from orderpoints instead "
"of relying only on the scheduler.",
"version": "13.0.1.0.0",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Warehouse Management",
"depends": ["purchase_stock"],
"demo": ["demo/product.xml"],
"data": [
"security/stock_orderpoint_manual_procurement_security.xml",
"wizards/make_procurement_orderpoint_view.xml",
"views/stock_warehouse_orderpoint_view.xml",
],
"license": "AGPL-3",
"installable": True,
"application": False,
}
10 changes: 10 additions & 0 deletions stock_orderpoint_manual_procurement/demo/product.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0"?>
<odoo noupdate="1">
<record id="product_supplierinfo_product_7" model="product.supplierinfo">
<field name="product_tmpl_id" ref="product.product_product_7"/>
<field name="name" ref="base.res_partner_3"/>
<field name="delay">3</field>
<field name="min_qty">1</field>
<field name="price">72</field>
</record>
</odoo>
Original file line number Diff line number Diff line change
@@ -0,0 +1,190 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_orderpoint_manual_procurement
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.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: stock_orderpoint_manual_procurement
#: model_terms:ir.ui.view,arch_db:stock_orderpoint_manual_procurement.view_make_procure_without_security
#: model_terms:ir.ui.view,arch_db:stock_orderpoint_manual_procurement.view_make_procurment_buffer_wizard
msgid "Cancel"
msgstr ""

#. module: stock_orderpoint_manual_procurement
#: model:res.groups,name:stock_orderpoint_manual_procurement.group_change_orderpoint_procure_qty
msgid "Change quantity in manual procurements from reordering rules"
msgstr ""

#. module: stock_orderpoint_manual_procurement
#: model_terms:ir.ui.view,arch_db:stock_orderpoint_manual_procurement.view_warehouse_orderpoint_tree
msgid "Create Procurement"
msgstr ""

#. module: stock_orderpoint_manual_procurement
#: model:ir.model.fields,field_description:stock_orderpoint_manual_procurement.field_make_procurement_orderpoint__create_uid
#: model:ir.model.fields,field_description:stock_orderpoint_manual_procurement.field_make_procurement_orderpoint_item__create_uid
msgid "Created by"
msgstr ""

#. module: stock_orderpoint_manual_procurement
#: model:ir.model.fields,field_description:stock_orderpoint_manual_procurement.field_make_procurement_orderpoint__create_date
#: model:ir.model.fields,field_description:stock_orderpoint_manual_procurement.field_make_procurement_orderpoint_item__create_date
msgid "Created on"
msgstr ""

#. module: stock_orderpoint_manual_procurement
#: model:ir.model.fields,field_description:stock_orderpoint_manual_procurement.field_make_procurement_orderpoint__display_name
#: model:ir.model.fields,field_description:stock_orderpoint_manual_procurement.field_make_procurement_orderpoint_item__display_name
msgid "Display Name"
msgstr ""

#. module: stock_orderpoint_manual_procurement
#: model_terms:ir.ui.view,arch_db:stock_orderpoint_manual_procurement.view_make_procure_without_security
#: model_terms:ir.ui.view,arch_db:stock_orderpoint_manual_procurement.view_make_procurment_buffer_wizard
msgid "Execute"
msgstr ""

#. module: stock_orderpoint_manual_procurement
#: model:ir.model.fields,field_description:stock_orderpoint_manual_procurement.field_make_procurement_orderpoint__id
#: model:ir.model.fields,field_description:stock_orderpoint_manual_procurement.field_make_procurement_orderpoint_item__id
msgid "ID"
msgstr ""

#. module: stock_orderpoint_manual_procurement
#: model:ir.model.fields,field_description:stock_orderpoint_manual_procurement.field_make_procurement_orderpoint__item_ids
#: model_terms:ir.ui.view,arch_db:stock_orderpoint_manual_procurement.view_make_procure_without_security
#: model_terms:ir.ui.view,arch_db:stock_orderpoint_manual_procurement.view_make_procurment_buffer_wizard
msgid "Items"
msgstr ""

#. module: stock_orderpoint_manual_procurement
#: model:ir.model.fields,field_description:stock_orderpoint_manual_procurement.field_make_procurement_orderpoint____last_update
#: model:ir.model.fields,field_description:stock_orderpoint_manual_procurement.field_make_procurement_orderpoint_item____last_update
msgid "Last Modified on"
msgstr ""

#. module: stock_orderpoint_manual_procurement
#: model:ir.model.fields,field_description:stock_orderpoint_manual_procurement.field_make_procurement_orderpoint__write_uid
#: model:ir.model.fields,field_description:stock_orderpoint_manual_procurement.field_make_procurement_orderpoint_item__write_uid
msgid "Last Updated by"
msgstr ""

#. module: stock_orderpoint_manual_procurement
#: model:ir.model.fields,field_description:stock_orderpoint_manual_procurement.field_make_procurement_orderpoint__write_date
#: model:ir.model.fields,field_description:stock_orderpoint_manual_procurement.field_make_procurement_orderpoint_item__write_date
msgid "Last Updated on"
msgstr ""

#. module: stock_orderpoint_manual_procurement
#: model:ir.model.fields,field_description:stock_orderpoint_manual_procurement.field_make_procurement_orderpoint_item__location_id
msgid "Location"
msgstr ""

#. module: stock_orderpoint_manual_procurement
#: model:ir.model,name:stock_orderpoint_manual_procurement.model_make_procurement_orderpoint_item
msgid "Make Procurements from Orderpoint Item"
msgstr ""

#. module: stock_orderpoint_manual_procurement
#: model:ir.model,name:stock_orderpoint_manual_procurement.model_make_procurement_orderpoint
msgid "Make Procurements from Orderpoints"
msgstr ""

#. module: stock_orderpoint_manual_procurement
#: model:ir.model,name:stock_orderpoint_manual_procurement.model_stock_warehouse_orderpoint
msgid "Minimum Inventory Rule"
msgstr ""

#. module: stock_orderpoint_manual_procurement
#: code:addons/stock_orderpoint_manual_procurement/wizards/make_procurement_orderpoint.py:72
#, python-format
msgid "No reordering rule found!"
msgstr ""

#. module: stock_orderpoint_manual_procurement
#: model:ir.model.fields,field_description:stock_orderpoint_manual_procurement.field_make_procurement_orderpoint_item__date_planned
msgid "Planned Date"
msgstr ""

#. module: stock_orderpoint_manual_procurement
#: model:ir.model.fields,field_description:stock_orderpoint_manual_procurement.field_stock_warehouse_orderpoint__procure_recommended_qty
#: model:ir.model.fields,field_description:stock_orderpoint_manual_procurement.field_stock_warehouse_orderpoint_template__procure_recommended_qty
msgid "Procure Recommendation"
msgstr ""

#. module: stock_orderpoint_manual_procurement
#: model_terms:ir.ui.view,arch_db:stock_orderpoint_manual_procurement.view_make_procure_without_security
#: model_terms:ir.ui.view,arch_db:stock_orderpoint_manual_procurement.view_make_procurment_buffer_wizard
msgid "Procurement Request"
msgstr ""

#. module: stock_orderpoint_manual_procurement
#: model:ir.model.fields,field_description:stock_orderpoint_manual_procurement.field_make_procurement_orderpoint_item__product_id
msgid "Product"
msgstr ""

#. module: stock_orderpoint_manual_procurement
#: model:ir.model.fields,field_description:stock_orderpoint_manual_procurement.field_make_procurement_orderpoint_item__qty
msgid "Qty"
msgstr ""

#. module: stock_orderpoint_manual_procurement
#: model:ir.model.fields,field_description:stock_orderpoint_manual_procurement.field_make_procurement_orderpoint_item__qty_without_security
msgid "Quantity"
msgstr ""

#. module: stock_orderpoint_manual_procurement
#: code:addons/stock_orderpoint_manual_procurement/wizards/make_procurement_orderpoint.py:70
#, python-format
msgid "Quantity must be positive."
msgstr ""

#. module: stock_orderpoint_manual_procurement
#: model:ir.model.fields,field_description:stock_orderpoint_manual_procurement.field_stock_warehouse_orderpoint__procure_recommended_date
#: model:ir.model.fields,field_description:stock_orderpoint_manual_procurement.field_stock_warehouse_orderpoint_template__procure_recommended_date
msgid "Recommended Request Date"
msgstr ""

#. module: stock_orderpoint_manual_procurement
#: model:ir.model.fields,field_description:stock_orderpoint_manual_procurement.field_make_procurement_orderpoint_item__orderpoint_id
msgid "Reordering rule"
msgstr ""

#. module: stock_orderpoint_manual_procurement
#: model:ir.actions.act_window,name:stock_orderpoint_manual_procurement.act_make_procurement_from_orderpoint
msgid "Request Procurement"
msgstr ""

#. module: stock_orderpoint_manual_procurement
#: model:ir.model.fields,field_description:stock_orderpoint_manual_procurement.field_make_procurement_orderpoint_item__uom_id
msgid "Unit of Measure"
msgstr ""

#. module: stock_orderpoint_manual_procurement
#: model_terms:ir.ui.view,arch_db:stock_orderpoint_manual_procurement.view_make_procure_without_security
#: model_terms:ir.ui.view,arch_db:stock_orderpoint_manual_procurement.view_make_procurment_buffer_wizard
msgid "Use this assistant to generate a procurement request for this\n"
" stock buffer. According to the product configuration,\n"
" this may trigger a draft purchase order, a manufacturing\n"
" order or a transfer picking."
msgstr ""

#. module: stock_orderpoint_manual_procurement
#: model:ir.model.fields,field_description:stock_orderpoint_manual_procurement.field_make_procurement_orderpoint_item__warehouse_id
msgid "Warehouse"
msgstr ""

#. module: stock_orderpoint_manual_procurement
#: model:ir.model.fields,field_description:stock_orderpoint_manual_procurement.field_make_procurement_orderpoint_item__wiz_id
msgid "Wizard"
msgstr ""

0 comments on commit 83391fa

Please sign in to comment.