Skip to content

Commit

Permalink
Merge 5230809 into 8aff8f8
Browse files Browse the repository at this point in the history
  • Loading branch information
andhit-r committed Aug 7, 2016
2 parents 8aff8f8 + 5230809 commit e36a64c
Show file tree
Hide file tree
Showing 18 changed files with 593 additions and 0 deletions.
84 changes: 84 additions & 0 deletions mrp_operations_start_without_material/README.rst
@@ -0,0 +1,84 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3

=====================================
MRP Operations start without material
=====================================

This module allows to start WO without having the material assigned.

Installation
============

To install this module, you need to:

1. Clone the branch 8.0 of the repository https://github.com/OCA/manufacture
2. Add the path to this repository in your configuration (addons-path)
3. Update the module list
4. Go to menu *Setting -> Modules -> Local Modules*
5. Search For *MRP Operations start without material*
6. Install the module

Usage
=====

To configure operation can be started without material, you need to:

1. Go to menu *Manufacture -> Configuration -> Routings*
2. Open/create routing data
3. Open/create one of the routing operation
4. Activate *Init without material* option

After configuration, everytime that operation create, user can start work order without
material assign.

To start work order without material assigned, you need to:

1. Go to menu *Manufacture -> Manufacture -> Workorder*
2. Open/create work order
3. Activate *Init without material* option

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/129/8.0


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

Bugs are tracked on `GitHub Issues
<https://github.com/OCA/manufacture/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
------------

* Daniel Campos <danielcampos@avanzosc.es>
* Pedro M. Baeza <pedro.baeza@tecnativa.com>
* Ana Juaristi <ajuaristio@gmail.com>
* OpenSynergy Indonesia <https://opensynergy-indonesia.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.
7 changes: 7 additions & 0 deletions mrp_operations_start_without_material/__init__.py
@@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
# © 2015 Daniel Campos
# © 2015 Pedro M. Baeza
# © 2015 Ana Juaristi
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

from . import models, tests
22 changes: 22 additions & 0 deletions mrp_operations_start_without_material/__openerp__.py
@@ -0,0 +1,22 @@
# -*- coding: utf-8 -*-
# © 2015 Daniel Campos
# © 2015 Pedro M. Baeza
# © 2015 Ana Juaristi
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

{
"name": "MRP Operations start without material",
"version": "8.0.1.0.1",
"author": "Tecnativa,"
"AvanzOSC,"
"OdooMRP Team,"
"Odoo Community Association (OCA)",
"website": "http://www.odoomrp.com",
"depends": ["mrp_operations_extension"],
"category": "Manufacturing",
"data": ['views/mrp_routing_view.xml',
'views/mrp_production_view.xml'
],
"installable": True,
"application": True
}
47 changes: 47 additions & 0 deletions mrp_operations_start_without_material/i18n/en_US.po
@@ -0,0 +1,47 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_operations_start_without_material
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: odoomrp-wip (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-07 10:43+0000\n"
"PO-Revision-Date: 2015-09-10 16:45+0000\n"
"Last-Translator: <>\n"
"Language-Team: English (United States) (http://www.transifex.com/oca/odoomrp-wip-8-0/language/en_US/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: en_US\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: mrp_operations_start_without_material
#: model:ir.model,name:mrp_operations_start_without_material.model_mrp_bom
msgid "Bill of Material"
msgstr ""

#. module: mrp_operations_start_without_material
#: help:mrp.production.workcenter.line,init_without_material:0
#: help:mrp.routing.workcenter,init_without_material:0
msgid ""
"If enabled, current operation could be initialized even if thereis no "
"material assigned to it."
msgstr ""

#. module: mrp_operations_start_without_material
#: field:mrp.production.workcenter.line,init_without_material:0
#: field:mrp.routing.workcenter,init_without_material:0
msgid "Init without material"
msgstr ""

#. module: mrp_operations_start_without_material
#: model:ir.model,name:mrp_operations_start_without_material.model_mrp_routing_workcenter
msgid "Work Center Usage"
msgstr ""

#. module: mrp_operations_start_without_material
#: model:ir.model,name:mrp_operations_start_without_material.model_mrp_production_workcenter_line
msgid "Work Order"
msgstr "Work Order"
48 changes: 48 additions & 0 deletions mrp_operations_start_without_material/i18n/es.po
@@ -0,0 +1,48 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_operations_start_without_material
#
# Translators:
# Pedro M. Baeza <pedro.baeza@gmail.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: odoomrp-wip (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-07 10:43+0000\n"
"PO-Revision-Date: 2015-10-09 10:59+0000\n"
"Last-Translator: Pedro M. Baeza <pedro.baeza@gmail.com>\n"
"Language-Team: Spanish (http://www.transifex.com/oca/odoomrp-wip-8-0/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: mrp_operations_start_without_material
#: model:ir.model,name:mrp_operations_start_without_material.model_mrp_bom
msgid "Bill of Material"
msgstr "Lista de material"

#. module: mrp_operations_start_without_material
#: help:mrp.production.workcenter.line,init_without_material:0
#: help:mrp.routing.workcenter,init_without_material:0
msgid ""
"If enabled, current operation could be initialized even if thereis no "
"material assigned to it."
msgstr "Si está habilitado, la operación actual puede ser inicializada incluso si no hay material asignado a ella."

#. module: mrp_operations_start_without_material
#: field:mrp.production.workcenter.line,init_without_material:0
#: field:mrp.routing.workcenter,init_without_material:0
msgid "Init without material"
msgstr ""

#. module: mrp_operations_start_without_material
#: model:ir.model,name:mrp_operations_start_without_material.model_mrp_routing_workcenter
msgid "Work Center Usage"
msgstr "Utilización del centro de producción"

#. module: mrp_operations_start_without_material
#: model:ir.model,name:mrp_operations_start_without_material.model_mrp_production_workcenter_line
msgid "Work Order"
msgstr "Orden de trabajo"
47 changes: 47 additions & 0 deletions mrp_operations_start_without_material/i18n/it.po
@@ -0,0 +1,47 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_operations_start_without_material
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: odoomrp-wip (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-20 17:16+0000\n"
"PO-Revision-Date: 2015-09-10 16:45+0000\n"
"Last-Translator: <>\n"
"Language-Team: Italian (http://www.transifex.com/oca/odoomrp-wip-8-0/language/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: mrp_operations_start_without_material
#: model:ir.model,name:mrp_operations_start_without_material.model_mrp_bom
msgid "Bill of Material"
msgstr "Distinta base"

#. module: mrp_operations_start_without_material
#: help:mrp.production.workcenter.line,init_without_material:0
#: help:mrp.routing.workcenter,init_without_material:0
msgid ""
"If enabled, current operation could be initialized even if thereis no "
"material assigned to it."
msgstr ""

#. module: mrp_operations_start_without_material
#: field:mrp.production.workcenter.line,init_without_material:0
#: field:mrp.routing.workcenter,init_without_material:0
msgid "Init without material"
msgstr ""

#. module: mrp_operations_start_without_material
#: model:ir.model,name:mrp_operations_start_without_material.model_mrp_routing_workcenter
msgid "Work Center Usage"
msgstr ""

#. module: mrp_operations_start_without_material
#: model:ir.model,name:mrp_operations_start_without_material.model_mrp_production_workcenter_line
msgid "Work Order"
msgstr "Ordine di lavorazione"
48 changes: 48 additions & 0 deletions mrp_operations_start_without_material/i18n/pt_BR.po
@@ -0,0 +1,48 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_operations_start_without_material
#
# Translators:
# danimaribeiro <danimaribeiro@gmail.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: odoomrp-wip (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-07 10:43+0000\n"
"PO-Revision-Date: 2015-10-09 03:08+0000\n"
"Last-Translator: danimaribeiro <danimaribeiro@gmail.com>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/odoomrp-wip-8-0/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#. module: mrp_operations_start_without_material
#: model:ir.model,name:mrp_operations_start_without_material.model_mrp_bom
msgid "Bill of Material"
msgstr "Lista de materiais"

#. module: mrp_operations_start_without_material
#: help:mrp.production.workcenter.line,init_without_material:0
#: help:mrp.routing.workcenter,init_without_material:0
msgid ""
"If enabled, current operation could be initialized even if thereis no "
"material assigned to it."
msgstr "Se habilitado, a operação atual pode ser inicializada mesmo se não existe material atribuído."

#. module: mrp_operations_start_without_material
#: field:mrp.production.workcenter.line,init_without_material:0
#: field:mrp.routing.workcenter,init_without_material:0
msgid "Init without material"
msgstr "Iniciar sem material"

#. module: mrp_operations_start_without_material
#: model:ir.model,name:mrp_operations_start_without_material.model_mrp_routing_workcenter
msgid "Work Center Usage"
msgstr "Uso do centro de trabalho"

#. module: mrp_operations_start_without_material
#: model:ir.model,name:mrp_operations_start_without_material.model_mrp_production_workcenter_line
msgid "Work Order"
msgstr "Ordem de serviço"
47 changes: 47 additions & 0 deletions mrp_operations_start_without_material/i18n/ro.po
@@ -0,0 +1,47 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_operations_start_without_material
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: odoomrp-wip (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-20 17:16+0000\n"
"PO-Revision-Date: 2015-09-10 16:45+0000\n"
"Last-Translator: <>\n"
"Language-Team: Romanian (http://www.transifex.com/oca/odoomrp-wip-8-0/language/ro/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ro\n"
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"

#. module: mrp_operations_start_without_material
#: model:ir.model,name:mrp_operations_start_without_material.model_mrp_bom
msgid "Bill of Material"
msgstr "Listă de materiale"

#. module: mrp_operations_start_without_material
#: help:mrp.production.workcenter.line,init_without_material:0
#: help:mrp.routing.workcenter,init_without_material:0
msgid ""
"If enabled, current operation could be initialized even if thereis no "
"material assigned to it."
msgstr ""

#. module: mrp_operations_start_without_material
#: field:mrp.production.workcenter.line,init_without_material:0
#: field:mrp.routing.workcenter,init_without_material:0
msgid "Init without material"
msgstr ""

#. module: mrp_operations_start_without_material
#: model:ir.model,name:mrp_operations_start_without_material.model_mrp_routing_workcenter
msgid "Work Center Usage"
msgstr "Utilizare centru de lucru"

#. module: mrp_operations_start_without_material
#: model:ir.model,name:mrp_operations_start_without_material.model_mrp_production_workcenter_line
msgid "Work Order"
msgstr "Comandă de lucru"

0 comments on commit e36a64c

Please sign in to comment.