mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
93
product_quick_bom/README.rst
Normal file
93
product_quick_bom/README.rst
Normal file
@@ -0,0 +1,93 @@
|
||||
=================
|
||||
Product Quick Bom
|
||||
=================
|
||||
|
||||
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! 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%2Fmanufacture-lightgray.png?logo=github
|
||||
:target: https://github.com/OCA/manufacture/tree/13.0/product_quick_bom
|
||||
:alt: OCA/manufacture
|
||||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
||||
:target: https://translation.odoo-community.org/projects/manufacture-13-0/manufacture-13-0-product_quick_bom
|
||||
:alt: Translate me on Weblate
|
||||
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
|
||||
:target: https://runbot.odoo-community.org/runbot/129/13.0
|
||||
:alt: Try me on Runbot
|
||||
|
||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||||
|
||||
This module was written to be able to quickly create the BoM for your product. There is a new "Bill of Materials" tab in the product form view that allows the user to add a BoM and its lines directly.
|
||||
|
||||
Beware that this functionality is relevant only when one product template has one Bill of Materials, and works only for product templates for simplicity's sake.
|
||||
|
||||
**Table of contents**
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
||||
Go to product form view, click on edit, use the BoM lines field. If there is no BoM for the product yet, you can quickly create one by clicking on the "Create BoM" button.
|
||||
|
||||
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 <https://github.com/OCA/manufacture/issues/new?body=module:%20product_quick_bom%0Aversion:%2013.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
|
||||
~~~~~~~
|
||||
|
||||
* Akretion
|
||||
|
||||
Contributors
|
||||
~~~~~~~~~~~~
|
||||
|
||||
* Sébastien Beau <sebastien.beau@akretion.com>
|
||||
* Kevin Khao <kevin.khao@akretion.com>
|
||||
* Pimolnat Suntian <pimolnats@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.
|
||||
|
||||
.. |maintainer-sebastienbeau| image:: https://github.com/sebastienbeau.png?size=40px
|
||||
:target: https://github.com/sebastienbeau
|
||||
:alt: sebastienbeau
|
||||
.. |maintainer-kevinkhao| image:: https://github.com/kevinkhao.png?size=40px
|
||||
:target: https://github.com/kevinkhao
|
||||
:alt: kevinkhao
|
||||
|
||||
Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
|
||||
|
||||
|maintainer-sebastienbeau| |maintainer-kevinkhao|
|
||||
|
||||
This module is part of the `OCA/manufacture <https://github.com/OCA/manufacture/tree/13.0/product_quick_bom>`_ project on GitHub.
|
||||
|
||||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
||||
4
product_quick_bom/__init__.py
Normal file
4
product_quick_bom/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# Copyright (C) 2015 Akretion (http://www.akretion.com).
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from . import models
|
||||
17
product_quick_bom/__manifest__.py
Normal file
17
product_quick_bom/__manifest__.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Copyright (C) 2015 Akretion (http://www.akretion.com).
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
{
|
||||
"name": "Product Quick Bom",
|
||||
"summary": "Create the bom directly from the product",
|
||||
"version": "13.0.1.0.0",
|
||||
"category": "mrp",
|
||||
"website": "https://github.com/OCA/manufacture",
|
||||
"author": "Akretion, Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"application": False,
|
||||
"installable": True,
|
||||
"depends": ["mrp"],
|
||||
"data": ["views/product_view.xml"],
|
||||
"maintainers": ["sebastienbeau", "kevinkhao"],
|
||||
}
|
||||
62
product_quick_bom/i18n/ca.po
Normal file
62
product_quick_bom/i18n/ca.po
Normal file
@@ -0,0 +1,62 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_quick_bom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
|
||||
"PO-Revision-Date: 2017-11-28 03:44+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: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Bill of Materials"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__bom_id
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__bom_id
|
||||
msgid "Bill of Materials (quick access)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__specific_bom_line_ids
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__specific_bom_line_ids
|
||||
msgid "BoM Lines"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Create BoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model,name:product_quick_bom.model_product_template
|
||||
msgid "Product Template"
|
||||
msgstr "Plantilla del producte"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product doesn't have a BoM yet, you must create one before updating its "
|
||||
"components."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product is linked to several BoMs, modifications must be done BoM-side."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Product"
|
||||
#~ msgstr "Producte"
|
||||
85
product_quick_bom/i18n/de.po
Normal file
85
product_quick_bom/i18n/de.po
Normal file
@@ -0,0 +1,85 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_quick_bom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
|
||||
"PO-Revision-Date: 2018-12-10 11:58+0000\n"
|
||||
"Last-Translator: Maria Sparenberg <maria.sparenberg@gmx.net>\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"
|
||||
"X-Generator: Weblate 3.3\n"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
#, fuzzy
|
||||
#| msgid "Bill of Material"
|
||||
msgid "Bill of Materials"
|
||||
msgstr "Stückliste"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__bom_id
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__bom_id
|
||||
#, fuzzy
|
||||
#| msgid "Bill of Material"
|
||||
msgid "Bill of Materials (quick access)"
|
||||
msgstr "Stückliste"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__specific_bom_line_ids
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__specific_bom_line_ids
|
||||
#, fuzzy
|
||||
#| msgid "Bom Line"
|
||||
msgid "BoM Lines"
|
||||
msgstr "Stücklistenposition"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Create BoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model,name:product_quick_bom.model_product_template
|
||||
msgid "Product Template"
|
||||
msgstr "Produktvorlage"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product doesn't have a BoM yet, you must create one before updating its "
|
||||
"components."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product is linked to several BoMs, modifications must be done BoM-side."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Bom line"
|
||||
#~ msgstr "Stücklistenposition"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "If your product is manufactured you can select here the component to "
|
||||
#~ "produce them"
|
||||
#~ msgstr ""
|
||||
#~ "Wenn das Produkt gefertigt wird, können hier die Komponenten gewählt "
|
||||
#~ "werden, die zur Produktion nötig sind"
|
||||
|
||||
#~ msgid "Product"
|
||||
#~ msgstr "Produkt"
|
||||
|
||||
#~ msgid "You can only have one Bom per product template"
|
||||
#~ msgstr "Es darf nur eine Stückliste für eine Produktvorlage existieren"
|
||||
|
||||
#~ msgid "mrp.bom.line"
|
||||
#~ msgstr "mrp.bom.line"
|
||||
63
product_quick_bom/i18n/el_GR.po
Normal file
63
product_quick_bom/i18n/el_GR.po
Normal file
@@ -0,0 +1,63 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_quick_bom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
|
||||
"PO-Revision-Date: 2017-11-28 03:44+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/"
|
||||
"el_GR/)\n"
|
||||
"Language: el_GR\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: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Bill of Materials"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__bom_id
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__bom_id
|
||||
msgid "Bill of Materials (quick access)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__specific_bom_line_ids
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__specific_bom_line_ids
|
||||
msgid "BoM Lines"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Create BoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model,name:product_quick_bom.model_product_template
|
||||
msgid "Product Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product doesn't have a BoM yet, you must create one before updating its "
|
||||
"components."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product is linked to several BoMs, modifications must be done BoM-side."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Product"
|
||||
#~ msgstr "Προϊόν"
|
||||
66
product_quick_bom/i18n/es.po
Normal file
66
product_quick_bom/i18n/es.po
Normal file
@@ -0,0 +1,66 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_quick_bom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# enjolras <yo@miguelrevilla.com>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-02-12 03:48+0000\n"
|
||||
"PO-Revision-Date: 2018-02-12 03:48+0000\n"
|
||||
"Last-Translator: enjolras <yo@miguelrevilla.com>, 2018\n"
|
||||
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
|
||||
"Language: es\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: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Bill of Materials"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__bom_id
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__bom_id
|
||||
msgid "Bill of Materials (quick access)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__specific_bom_line_ids
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__specific_bom_line_ids
|
||||
msgid "BoM Lines"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Create BoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model,name:product_quick_bom.model_product_template
|
||||
msgid "Product Template"
|
||||
msgstr "Plantilla de producto"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product doesn't have a BoM yet, you must create one before updating its "
|
||||
"components."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product is linked to several BoMs, modifications must be done BoM-side."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Product"
|
||||
#~ msgstr "Producto"
|
||||
|
||||
#~ msgid "mrp.bom.line"
|
||||
#~ msgstr "mrp.bom.line"
|
||||
63
product_quick_bom/i18n/es_ES.po
Normal file
63
product_quick_bom/i18n/es_ES.po
Normal file
@@ -0,0 +1,63 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_quick_bom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
|
||||
"PO-Revision-Date: 2017-11-28 03:44+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/"
|
||||
"es_ES/)\n"
|
||||
"Language: es_ES\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: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Bill of Materials"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__bom_id
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__bom_id
|
||||
msgid "Bill of Materials (quick access)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__specific_bom_line_ids
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__specific_bom_line_ids
|
||||
msgid "BoM Lines"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Create BoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model,name:product_quick_bom.model_product_template
|
||||
msgid "Product Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product doesn't have a BoM yet, you must create one before updating its "
|
||||
"components."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product is linked to several BoMs, modifications must be done BoM-side."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Product"
|
||||
#~ msgstr "Producto"
|
||||
60
product_quick_bom/i18n/es_MX.po
Normal file
60
product_quick_bom/i18n/es_MX.po
Normal file
@@ -0,0 +1,60 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_quick_bom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
|
||||
"PO-Revision-Date: 2017-11-28 03:44+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: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Bill of Materials"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__bom_id
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__bom_id
|
||||
msgid "Bill of Materials (quick access)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__specific_bom_line_ids
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__specific_bom_line_ids
|
||||
msgid "BoM Lines"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Create BoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model,name:product_quick_bom.model_product_template
|
||||
msgid "Product Template"
|
||||
msgstr "Plantilla del producto"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product doesn't have a BoM yet, you must create one before updating its "
|
||||
"components."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product is linked to several BoMs, modifications must be done BoM-side."
|
||||
msgstr ""
|
||||
62
product_quick_bom/i18n/eu.po
Normal file
62
product_quick_bom/i18n/eu.po
Normal file
@@ -0,0 +1,62 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_quick_bom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
|
||||
"PO-Revision-Date: 2017-11-28 03:44+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n"
|
||||
"Language: eu\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: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Bill of Materials"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__bom_id
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__bom_id
|
||||
msgid "Bill of Materials (quick access)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__specific_bom_line_ids
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__specific_bom_line_ids
|
||||
msgid "BoM Lines"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Create BoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model,name:product_quick_bom.model_product_template
|
||||
msgid "Product Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product doesn't have a BoM yet, you must create one before updating its "
|
||||
"components."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product is linked to several BoMs, modifications must be done BoM-side."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Product"
|
||||
#~ msgstr "Produktua"
|
||||
62
product_quick_bom/i18n/fi.po
Normal file
62
product_quick_bom/i18n/fi.po
Normal file
@@ -0,0 +1,62 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_quick_bom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
|
||||
"PO-Revision-Date: 2017-11-28 03:44+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: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Bill of Materials"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__bom_id
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__bom_id
|
||||
msgid "Bill of Materials (quick access)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__specific_bom_line_ids
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__specific_bom_line_ids
|
||||
msgid "BoM Lines"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Create BoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model,name:product_quick_bom.model_product_template
|
||||
msgid "Product Template"
|
||||
msgstr "Tuotteen malli"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product doesn't have a BoM yet, you must create one before updating its "
|
||||
"components."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product is linked to several BoMs, modifications must be done BoM-side."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Product"
|
||||
#~ msgstr "Tuote"
|
||||
85
product_quick_bom/i18n/fr.po
Normal file
85
product_quick_bom/i18n/fr.po
Normal file
@@ -0,0 +1,85 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_quick_bom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
|
||||
"PO-Revision-Date: 2018-09-26 08:29+0000\n"
|
||||
"Last-Translator: William Olhasque <william.olhasque@scopea.fr>\n"
|
||||
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
|
||||
"Language: fr\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 3.1.1\n"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
#, fuzzy
|
||||
#| msgid "Bill of Material"
|
||||
msgid "Bill of Materials"
|
||||
msgstr "Nomenclature"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__bom_id
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__bom_id
|
||||
#, fuzzy
|
||||
#| msgid "Bill of Material"
|
||||
msgid "Bill of Materials (quick access)"
|
||||
msgstr "Nomenclature"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__specific_bom_line_ids
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__specific_bom_line_ids
|
||||
#, fuzzy
|
||||
#| msgid "Bom Line"
|
||||
msgid "BoM Lines"
|
||||
msgstr "Ligne de nomenclature"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Create BoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model,name:product_quick_bom.model_product_template
|
||||
msgid "Product Template"
|
||||
msgstr "Modèle d'article"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product doesn't have a BoM yet, you must create one before updating its "
|
||||
"components."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product is linked to several BoMs, modifications must be done BoM-side."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Bom line"
|
||||
#~ msgstr "Ligne de nomenclature"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "If your product is manufactured you can select here the component to "
|
||||
#~ "produce them"
|
||||
#~ msgstr ""
|
||||
#~ "Si votre produit est fabriqué, vous pouvez sélectionner ici les "
|
||||
#~ "composants pour le produire"
|
||||
|
||||
#~ msgid "Product"
|
||||
#~ msgstr "Article"
|
||||
|
||||
#~ msgid "You can only have one Bom per product template"
|
||||
#~ msgstr "Vous ne pouvez avoir qu'une nomenclature par modèle de produit"
|
||||
|
||||
#~ msgid "mrp.bom.line"
|
||||
#~ msgstr "Ligne de nomenclature"
|
||||
63
product_quick_bom/i18n/fr_CH.po
Normal file
63
product_quick_bom/i18n/fr_CH.po
Normal file
@@ -0,0 +1,63 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_quick_bom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
|
||||
"PO-Revision-Date: 2017-11-28 03:44+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: French (Switzerland) (https://www.transifex.com/oca/"
|
||||
"teams/23907/fr_CH/)\n"
|
||||
"Language: fr_CH\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: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Bill of Materials"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__bom_id
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__bom_id
|
||||
msgid "Bill of Materials (quick access)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__specific_bom_line_ids
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__specific_bom_line_ids
|
||||
msgid "BoM Lines"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Create BoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model,name:product_quick_bom.model_product_template
|
||||
msgid "Product Template"
|
||||
msgstr "Template de produit"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product doesn't have a BoM yet, you must create one before updating its "
|
||||
"components."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product is linked to several BoMs, modifications must be done BoM-side."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Product"
|
||||
#~ msgstr "Produit"
|
||||
63
product_quick_bom/i18n/fr_FR.po
Normal file
63
product_quick_bom/i18n/fr_FR.po
Normal file
@@ -0,0 +1,63 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_quick_bom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
|
||||
"PO-Revision-Date: 2017-11-28 03:44+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: French (France) (https://www.transifex.com/oca/teams/23907/"
|
||||
"fr_FR/)\n"
|
||||
"Language: fr_FR\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: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Bill of Materials"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__bom_id
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__bom_id
|
||||
msgid "Bill of Materials (quick access)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__specific_bom_line_ids
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__specific_bom_line_ids
|
||||
msgid "BoM Lines"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Create BoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model,name:product_quick_bom.model_product_template
|
||||
msgid "Product Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product doesn't have a BoM yet, you must create one before updating its "
|
||||
"components."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product is linked to several BoMs, modifications must be done BoM-side."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Product"
|
||||
#~ msgstr "Produit"
|
||||
62
product_quick_bom/i18n/gl.po
Normal file
62
product_quick_bom/i18n/gl.po
Normal file
@@ -0,0 +1,62 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_quick_bom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
|
||||
"PO-Revision-Date: 2017-11-28 03:44+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n"
|
||||
"Language: gl\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: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Bill of Materials"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__bom_id
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__bom_id
|
||||
msgid "Bill of Materials (quick access)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__specific_bom_line_ids
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__specific_bom_line_ids
|
||||
msgid "BoM Lines"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Create BoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model,name:product_quick_bom.model_product_template
|
||||
msgid "Product Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product doesn't have a BoM yet, you must create one before updating its "
|
||||
"components."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product is linked to several BoMs, modifications must be done BoM-side."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Product"
|
||||
#~ msgstr "Produto"
|
||||
86
product_quick_bom/i18n/hr.po
Normal file
86
product_quick_bom/i18n/hr.po
Normal file
@@ -0,0 +1,86 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_quick_bom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# Bole <bole@dajmi5.com>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-02-12 03:48+0000\n"
|
||||
"PO-Revision-Date: 2018-02-12 03:48+0000\n"
|
||||
"Last-Translator: Bole <bole@dajmi5.com>, 2018\n"
|
||||
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
|
||||
"Language: hr\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: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
#, fuzzy
|
||||
#| msgid "Bill of Material"
|
||||
msgid "Bill of Materials"
|
||||
msgstr "Sastavnica"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__bom_id
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__bom_id
|
||||
#, fuzzy
|
||||
#| msgid "Bill of Material"
|
||||
msgid "Bill of Materials (quick access)"
|
||||
msgstr "Sastavnica"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__specific_bom_line_ids
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__specific_bom_line_ids
|
||||
#, fuzzy
|
||||
#| msgid "Bom Line"
|
||||
msgid "BoM Lines"
|
||||
msgstr "Stavka sastavnice"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Create BoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model,name:product_quick_bom.model_product_template
|
||||
msgid "Product Template"
|
||||
msgstr "Predložak proizvoda"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product doesn't have a BoM yet, you must create one before updating its "
|
||||
"components."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product is linked to several BoMs, modifications must be done BoM-side."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Bom line"
|
||||
#~ msgstr "Stavka sastavnice"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "If your product is manufactured you can select here the component to "
|
||||
#~ "produce them"
|
||||
#~ msgstr ""
|
||||
#~ "Ako se vaš proizvod proizvodi ovdje možete odrediti componentu za "
|
||||
#~ "proizvodnju."
|
||||
|
||||
#~ msgid "Product"
|
||||
#~ msgstr "Proizvod"
|
||||
|
||||
#~ msgid "You can only have one Bom per product template"
|
||||
#~ msgstr "Možete imati samo jednu sastavnicu za predložak proizvoda"
|
||||
|
||||
#~ msgid "mrp.bom.line"
|
||||
#~ msgstr "mrp.bom.line"
|
||||
64
product_quick_bom/i18n/hr_HR.po
Normal file
64
product_quick_bom/i18n/hr_HR.po
Normal file
@@ -0,0 +1,64 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_quick_bom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-02-12 03:48+0000\n"
|
||||
"PO-Revision-Date: 2018-02-12 03:48+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/"
|
||||
"hr_HR/)\n"
|
||||
"Language: hr_HR\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: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Bill of Materials"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__bom_id
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__bom_id
|
||||
msgid "Bill of Materials (quick access)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__specific_bom_line_ids
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__specific_bom_line_ids
|
||||
msgid "BoM Lines"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Create BoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model,name:product_quick_bom.model_product_template
|
||||
msgid "Product Template"
|
||||
msgstr "Predložak proizvoda"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product doesn't have a BoM yet, you must create one before updating its "
|
||||
"components."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product is linked to several BoMs, modifications must be done BoM-side."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Product"
|
||||
#~ msgstr "Proizvod"
|
||||
62
product_quick_bom/i18n/it.po
Normal file
62
product_quick_bom/i18n/it.po
Normal file
@@ -0,0 +1,62 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_quick_bom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
|
||||
"PO-Revision-Date: 2017-11-28 03:44+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
|
||||
"Language: it\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: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Bill of Materials"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__bom_id
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__bom_id
|
||||
msgid "Bill of Materials (quick access)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__specific_bom_line_ids
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__specific_bom_line_ids
|
||||
msgid "BoM Lines"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Create BoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model,name:product_quick_bom.model_product_template
|
||||
msgid "Product Template"
|
||||
msgstr "Template prodotto"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product doesn't have a BoM yet, you must create one before updating its "
|
||||
"components."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product is linked to several BoMs, modifications must be done BoM-side."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Product"
|
||||
#~ msgstr "Prodotto "
|
||||
64
product_quick_bom/i18n/lt.po
Normal file
64
product_quick_bom/i18n/lt.po
Normal file
@@ -0,0 +1,64 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_quick_bom
|
||||
#
|
||||
# Translators:
|
||||
# Viktoras Norkus <viktoras@bmx.lt>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-16 08:02+0000\n"
|
||||
"PO-Revision-Date: 2018-01-16 08:02+0000\n"
|
||||
"Last-Translator: Viktoras Norkus <viktoras@bmx.lt>, 2018\n"
|
||||
"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n"
|
||||
"Language: lt\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"
|
||||
"%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
#, fuzzy
|
||||
#| msgid "Bill of Material"
|
||||
msgid "Bill of Materials"
|
||||
msgstr "Sąskaita už žaliavas"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__bom_id
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__bom_id
|
||||
#, fuzzy
|
||||
#| msgid "Bill of Material"
|
||||
msgid "Bill of Materials (quick access)"
|
||||
msgstr "Sąskaita už žaliavas"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__specific_bom_line_ids
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__specific_bom_line_ids
|
||||
msgid "BoM Lines"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Create BoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model,name:product_quick_bom.model_product_template
|
||||
msgid "Product Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product doesn't have a BoM yet, you must create one before updating its "
|
||||
"components."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product is linked to several BoMs, modifications must be done BoM-side."
|
||||
msgstr ""
|
||||
62
product_quick_bom/i18n/nl.po
Normal file
62
product_quick_bom/i18n/nl.po
Normal file
@@ -0,0 +1,62 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_quick_bom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
|
||||
"PO-Revision-Date: 2017-11-28 03:44+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n"
|
||||
"Language: nl\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: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Bill of Materials"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__bom_id
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__bom_id
|
||||
msgid "Bill of Materials (quick access)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__specific_bom_line_ids
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__specific_bom_line_ids
|
||||
msgid "BoM Lines"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Create BoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model,name:product_quick_bom.model_product_template
|
||||
msgid "Product Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product doesn't have a BoM yet, you must create one before updating its "
|
||||
"components."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product is linked to several BoMs, modifications must be done BoM-side."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Product"
|
||||
#~ msgstr "Product"
|
||||
63
product_quick_bom/i18n/nl_NL.po
Normal file
63
product_quick_bom/i18n/nl_NL.po
Normal file
@@ -0,0 +1,63 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_quick_bom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
|
||||
"PO-Revision-Date: 2017-11-28 03:44+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/"
|
||||
"teams/23907/nl_NL/)\n"
|
||||
"Language: nl_NL\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: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Bill of Materials"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__bom_id
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__bom_id
|
||||
msgid "Bill of Materials (quick access)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__specific_bom_line_ids
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__specific_bom_line_ids
|
||||
msgid "BoM Lines"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Create BoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model,name:product_quick_bom.model_product_template
|
||||
msgid "Product Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product doesn't have a BoM yet, you must create one before updating its "
|
||||
"components."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product is linked to several BoMs, modifications must be done BoM-side."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Product"
|
||||
#~ msgstr "Product"
|
||||
52
product_quick_bom/i18n/product_quick_bom.pot
Normal file
52
product_quick_bom/i18n/product_quick_bom.pot
Normal file
@@ -0,0 +1,52 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_quick_bom
|
||||
#
|
||||
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: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Bill of Materials"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__bom_id
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__bom_id
|
||||
msgid "Bill of Materials (quick access)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__specific_bom_line_ids
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__specific_bom_line_ids
|
||||
msgid "BoM Lines"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Create BoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model,name:product_quick_bom.model_product_template
|
||||
msgid "Product Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "The product doesn't have a BoM yet, you must create one before updating its components."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "The product is linked to several BoMs, modifications must be done BoM-side."
|
||||
msgstr ""
|
||||
|
||||
82
product_quick_bom/i18n/pt.po
Normal file
82
product_quick_bom/i18n/pt.po
Normal file
@@ -0,0 +1,82 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_quick_bom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
|
||||
"PO-Revision-Date: 2019-06-07 19:20+0000\n"
|
||||
"Last-Translator: Pedro Castro Silva <pedrocs@exo.pt>\n"
|
||||
"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n"
|
||||
"Language: pt\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 3.6.1\n"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
#, fuzzy
|
||||
#| msgid "Bill of Material"
|
||||
msgid "Bill of Materials"
|
||||
msgstr "Lista de Materiais"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__bom_id
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__bom_id
|
||||
#, fuzzy
|
||||
#| msgid "Bill of Material"
|
||||
msgid "Bill of Materials (quick access)"
|
||||
msgstr "Lista de Materiais"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__specific_bom_line_ids
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__specific_bom_line_ids
|
||||
#, fuzzy
|
||||
#| msgid "Bom Line"
|
||||
msgid "BoM Lines"
|
||||
msgstr "Linha de LdM"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Create BoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model,name:product_quick_bom.model_product_template
|
||||
msgid "Product Template"
|
||||
msgstr "Modelo de Produto"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product doesn't have a BoM yet, you must create one before updating its "
|
||||
"components."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product is linked to several BoMs, modifications must be done BoM-side."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Bom line"
|
||||
#~ msgstr "Linha de LdM"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "If your product is manufactured you can select here the component to "
|
||||
#~ "produce them"
|
||||
#~ msgstr ""
|
||||
#~ "Se o seu produto é fabricado pode aqui selecionar os componentes para o "
|
||||
#~ "produzir"
|
||||
|
||||
#~ msgid "Product"
|
||||
#~ msgstr "Produto"
|
||||
|
||||
#~ msgid "You can only have one Bom per product template"
|
||||
#~ msgstr "Só pode ter uma LdM para cada modelo de produto"
|
||||
63
product_quick_bom/i18n/pt_BR.po
Normal file
63
product_quick_bom/i18n/pt_BR.po
Normal file
@@ -0,0 +1,63 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_quick_bom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
|
||||
"PO-Revision-Date: 2017-11-28 03:44+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/"
|
||||
"teams/23907/pt_BR/)\n"
|
||||
"Language: pt_BR\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: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Bill of Materials"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__bom_id
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__bom_id
|
||||
msgid "Bill of Materials (quick access)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__specific_bom_line_ids
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__specific_bom_line_ids
|
||||
msgid "BoM Lines"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Create BoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model,name:product_quick_bom.model_product_template
|
||||
msgid "Product Template"
|
||||
msgstr "Produto Modelo"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product doesn't have a BoM yet, you must create one before updating its "
|
||||
"components."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product is linked to several BoMs, modifications must be done BoM-side."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Product"
|
||||
#~ msgstr "Produto"
|
||||
63
product_quick_bom/i18n/ro.po
Normal file
63
product_quick_bom/i18n/ro.po
Normal file
@@ -0,0 +1,63 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_quick_bom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
|
||||
"PO-Revision-Date: 2017-11-28 03:44+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n"
|
||||
"Language: ro\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%100>19)||((n%100==0)&&(n!=0)))?"
|
||||
"2:1));\n"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Bill of Materials"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__bom_id
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__bom_id
|
||||
msgid "Bill of Materials (quick access)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__specific_bom_line_ids
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__specific_bom_line_ids
|
||||
msgid "BoM Lines"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Create BoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model,name:product_quick_bom.model_product_template
|
||||
msgid "Product Template"
|
||||
msgstr "Produs șablon"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product doesn't have a BoM yet, you must create one before updating its "
|
||||
"components."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product is linked to several BoMs, modifications must be done BoM-side."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Product"
|
||||
#~ msgstr "Produs"
|
||||
64
product_quick_bom/i18n/ru.po
Normal file
64
product_quick_bom/i18n/ru.po
Normal file
@@ -0,0 +1,64 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_quick_bom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
|
||||
"PO-Revision-Date: 2017-11-28 03:44+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n"
|
||||
"Language: ru\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
|
||||
"%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Bill of Materials"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__bom_id
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__bom_id
|
||||
msgid "Bill of Materials (quick access)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__specific_bom_line_ids
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__specific_bom_line_ids
|
||||
msgid "BoM Lines"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Create BoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model,name:product_quick_bom.model_product_template
|
||||
msgid "Product Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product doesn't have a BoM yet, you must create one before updating its "
|
||||
"components."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product is linked to several BoMs, modifications must be done BoM-side."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Product"
|
||||
#~ msgstr "Товар/Услуга"
|
||||
62
product_quick_bom/i18n/sk.po
Normal file
62
product_quick_bom/i18n/sk.po
Normal file
@@ -0,0 +1,62 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_quick_bom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-02-12 03:48+0000\n"
|
||||
"PO-Revision-Date: 2018-02-12 03:48+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
|
||||
"Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n"
|
||||
"Language: sk\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: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Bill of Materials"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__bom_id
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__bom_id
|
||||
msgid "Bill of Materials (quick access)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__specific_bom_line_ids
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__specific_bom_line_ids
|
||||
msgid "BoM Lines"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Create BoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model,name:product_quick_bom.model_product_template
|
||||
msgid "Product Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product doesn't have a BoM yet, you must create one before updating its "
|
||||
"components."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product is linked to several BoMs, modifications must be done BoM-side."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Product"
|
||||
#~ msgstr "Produkt"
|
||||
63
product_quick_bom/i18n/sl.po
Normal file
63
product_quick_bom/i18n/sl.po
Normal file
@@ -0,0 +1,63 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_quick_bom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
|
||||
"PO-Revision-Date: 2017-11-28 03:44+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n"
|
||||
"Language: sl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
|
||||
"%100==4 ? 2 : 3);\n"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Bill of Materials"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__bom_id
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__bom_id
|
||||
msgid "Bill of Materials (quick access)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__specific_bom_line_ids
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__specific_bom_line_ids
|
||||
msgid "BoM Lines"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Create BoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model,name:product_quick_bom.model_product_template
|
||||
msgid "Product Template"
|
||||
msgstr "Predloga proizvoda"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product doesn't have a BoM yet, you must create one before updating its "
|
||||
"components."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product is linked to several BoMs, modifications must be done BoM-side."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Product"
|
||||
#~ msgstr "Proizvod"
|
||||
62
product_quick_bom/i18n/tr.po
Normal file
62
product_quick_bom/i18n/tr.po
Normal file
@@ -0,0 +1,62 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_quick_bom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
|
||||
"PO-Revision-Date: 2017-11-28 03:44+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n"
|
||||
"Language: tr\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: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Bill of Materials"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__bom_id
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__bom_id
|
||||
msgid "Bill of Materials (quick access)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__specific_bom_line_ids
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__specific_bom_line_ids
|
||||
msgid "BoM Lines"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Create BoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model,name:product_quick_bom.model_product_template
|
||||
msgid "Product Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product doesn't have a BoM yet, you must create one before updating its "
|
||||
"components."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product is linked to several BoMs, modifications must be done BoM-side."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Product"
|
||||
#~ msgstr "Ürün"
|
||||
63
product_quick_bom/i18n/tr_TR.po
Normal file
63
product_quick_bom/i18n/tr_TR.po
Normal file
@@ -0,0 +1,63 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_quick_bom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
|
||||
"PO-Revision-Date: 2017-11-28 03:44+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/"
|
||||
"tr_TR/)\n"
|
||||
"Language: tr_TR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Bill of Materials"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__bom_id
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__bom_id
|
||||
msgid "Bill of Materials (quick access)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__specific_bom_line_ids
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__specific_bom_line_ids
|
||||
msgid "BoM Lines"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Create BoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model,name:product_quick_bom.model_product_template
|
||||
msgid "Product Template"
|
||||
msgstr "Ürün şablonu"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product doesn't have a BoM yet, you must create one before updating its "
|
||||
"components."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product is linked to several BoMs, modifications must be done BoM-side."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Product"
|
||||
#~ msgstr "Ürün"
|
||||
63
product_quick_bom/i18n/vi_VN.po
Normal file
63
product_quick_bom/i18n/vi_VN.po
Normal file
@@ -0,0 +1,63 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_quick_bom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
|
||||
"PO-Revision-Date: 2017-11-28 03:44+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/"
|
||||
"teams/23907/vi_VN/)\n"
|
||||
"Language: vi_VN\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Bill of Materials"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__bom_id
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__bom_id
|
||||
msgid "Bill of Materials (quick access)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__specific_bom_line_ids
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__specific_bom_line_ids
|
||||
msgid "BoM Lines"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Create BoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model,name:product_quick_bom.model_product_template
|
||||
msgid "Product Template"
|
||||
msgstr "Mẫu sản phẩm"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product doesn't have a BoM yet, you must create one before updating its "
|
||||
"components."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product is linked to several BoMs, modifications must be done BoM-side."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Product"
|
||||
#~ msgstr "Sản phẩm"
|
||||
63
product_quick_bom/i18n/zh_CN.po
Normal file
63
product_quick_bom/i18n/zh_CN.po
Normal file
@@ -0,0 +1,63 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_quick_bom
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-02-12 03:48+0000\n"
|
||||
"PO-Revision-Date: 2018-02-12 03:48+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/"
|
||||
"zh_CN/)\n"
|
||||
"Language: zh_CN\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Bill of Materials"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__bom_id
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__bom_id
|
||||
msgid "Bill of Materials (quick access)"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_product__specific_bom_line_ids
|
||||
#: model:ir.model.fields,field_description:product_quick_bom.field_product_template__specific_bom_line_ids
|
||||
msgid "BoM Lines"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid "Create BoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model:ir.model,name:product_quick_bom.model_product_template
|
||||
msgid "Product Template"
|
||||
msgstr "产品模板"
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product doesn't have a BoM yet, you must create one before updating its "
|
||||
"components."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_quick_bom
|
||||
#: model_terms:ir.ui.view,arch_db:product_quick_bom.product_template_only_form_view_bomlines
|
||||
msgid ""
|
||||
"The product is linked to several BoMs, modifications must be done BoM-side."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Product"
|
||||
#~ msgstr "产品"
|
||||
4
product_quick_bom/models/__init__.py
Normal file
4
product_quick_bom/models/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# Copyright (C) 2015 Akretion (http://www.akretion.com).
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from . import product
|
||||
34
product_quick_bom/models/product.py
Normal file
34
product_quick_bom/models/product.py
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright (C) 2015 Akretion (http://www.akretion.com).
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from odoo import api, fields, models
|
||||
|
||||
|
||||
class ProductTemplate(models.Model):
|
||||
_inherit = "product.template"
|
||||
|
||||
@api.depends("bom_ids")
|
||||
def _compute_bom_id(self):
|
||||
for rec in self:
|
||||
if len(rec.bom_ids.ids) == 1:
|
||||
rec.bom_id = rec.bom_ids[0]
|
||||
else:
|
||||
rec.bom_id = self.env["mrp.bom"]
|
||||
|
||||
bom_id = fields.Many2one(
|
||||
comodel_name="mrp.bom",
|
||||
string="Bill of Materials (quick access)",
|
||||
compute="_compute_bom_id",
|
||||
store=True,
|
||||
)
|
||||
|
||||
# In case there is no bom_id yet, to simplify logic
|
||||
# we just add a button to create one
|
||||
def button_create_bom(self):
|
||||
self.ensure_one()
|
||||
vals = {"product_tmpl_id": self.id, "type": "normal"}
|
||||
self.env["mrp.bom"].create(vals)
|
||||
|
||||
specific_bom_line_ids = fields.One2many(
|
||||
related="bom_id.bom_line_ids", readonly=False
|
||||
)
|
||||
3
product_quick_bom/readme/CONTRIBUTORS.rst
Normal file
3
product_quick_bom/readme/CONTRIBUTORS.rst
Normal file
@@ -0,0 +1,3 @@
|
||||
* Sébastien Beau <sebastien.beau@akretion.com>
|
||||
* Kevin Khao <kevin.khao@akretion.com>
|
||||
* Pimolnat Suntian <pimolnats@ecosoft.co.th>
|
||||
3
product_quick_bom/readme/DESCRIPTION.rst
Normal file
3
product_quick_bom/readme/DESCRIPTION.rst
Normal file
@@ -0,0 +1,3 @@
|
||||
This module was written to be able to quickly create the BoM for your product. There is a new "Bill of Materials" tab in the product form view that allows the user to add a BoM and its lines directly.
|
||||
|
||||
Beware that this functionality is relevant only when one product template has one Bill of Materials, and works only for product templates for simplicity's sake.
|
||||
1
product_quick_bom/readme/USAGE.rst
Normal file
1
product_quick_bom/readme/USAGE.rst
Normal file
@@ -0,0 +1 @@
|
||||
Go to product form view, click on edit, use the BoM lines field. If there is no BoM for the product yet, you can quickly create one by clicking on the "Create BoM" button.
|
||||
BIN
product_quick_bom/static/description/icon.png
Normal file
BIN
product_quick_bom/static/description/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.2 KiB |
79
product_quick_bom/static/description/icon.svg
Normal file
79
product_quick_bom/static/description/icon.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 45 KiB |
429
product_quick_bom/static/description/index.html
Normal file
429
product_quick_bom/static/description/index.html
Normal file
@@ -0,0 +1,429 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
|
||||
<title>Product Quick Bom</title>
|
||||
<style type="text/css">
|
||||
|
||||
/*
|
||||
:Author: David Goodger (goodger@python.org)
|
||||
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
|
||||
:Copyright: This stylesheet has been placed in the public domain.
|
||||
|
||||
Default cascading style sheet for the HTML output of Docutils.
|
||||
|
||||
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
|
||||
customize this style sheet.
|
||||
*/
|
||||
|
||||
/* used to remove borders from tables and images */
|
||||
.borderless, table.borderless td, table.borderless th {
|
||||
border: 0 }
|
||||
|
||||
table.borderless td, table.borderless th {
|
||||
/* Override padding for "table.docutils td" with "! important".
|
||||
The right padding separates the table cells. */
|
||||
padding: 0 0.5em 0 0 ! important }
|
||||
|
||||
.first {
|
||||
/* Override more specific margin styles with "! important". */
|
||||
margin-top: 0 ! important }
|
||||
|
||||
.last, .with-subtitle {
|
||||
margin-bottom: 0 ! important }
|
||||
|
||||
.hidden {
|
||||
display: none }
|
||||
|
||||
.subscript {
|
||||
vertical-align: sub;
|
||||
font-size: smaller }
|
||||
|
||||
.superscript {
|
||||
vertical-align: super;
|
||||
font-size: smaller }
|
||||
|
||||
a.toc-backref {
|
||||
text-decoration: none ;
|
||||
color: black }
|
||||
|
||||
blockquote.epigraph {
|
||||
margin: 2em 5em ; }
|
||||
|
||||
dl.docutils dd {
|
||||
margin-bottom: 0.5em }
|
||||
|
||||
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* Uncomment (and remove this text!) to get bold-faced definition list terms
|
||||
dl.docutils dt {
|
||||
font-weight: bold }
|
||||
*/
|
||||
|
||||
div.abstract {
|
||||
margin: 2em 5em }
|
||||
|
||||
div.abstract p.topic-title {
|
||||
font-weight: bold ;
|
||||
text-align: center }
|
||||
|
||||
div.admonition, div.attention, div.caution, div.danger, div.error,
|
||||
div.hint, div.important, div.note, div.tip, div.warning {
|
||||
margin: 2em ;
|
||||
border: medium outset ;
|
||||
padding: 1em }
|
||||
|
||||
div.admonition p.admonition-title, div.hint p.admonition-title,
|
||||
div.important p.admonition-title, div.note p.admonition-title,
|
||||
div.tip p.admonition-title {
|
||||
font-weight: bold ;
|
||||
font-family: sans-serif }
|
||||
|
||||
div.attention p.admonition-title, div.caution p.admonition-title,
|
||||
div.danger p.admonition-title, div.error p.admonition-title,
|
||||
div.warning p.admonition-title, .code .error {
|
||||
color: red ;
|
||||
font-weight: bold ;
|
||||
font-family: sans-serif }
|
||||
|
||||
/* Uncomment (and remove this text!) to get reduced vertical space in
|
||||
compound paragraphs.
|
||||
div.compound .compound-first, div.compound .compound-middle {
|
||||
margin-bottom: 0.5em }
|
||||
|
||||
div.compound .compound-last, div.compound .compound-middle {
|
||||
margin-top: 0.5em }
|
||||
*/
|
||||
|
||||
div.dedication {
|
||||
margin: 2em 5em ;
|
||||
text-align: center ;
|
||||
font-style: italic }
|
||||
|
||||
div.dedication p.topic-title {
|
||||
font-weight: bold ;
|
||||
font-style: normal }
|
||||
|
||||
div.figure {
|
||||
margin-left: 2em ;
|
||||
margin-right: 2em }
|
||||
|
||||
div.footer, div.header {
|
||||
clear: both;
|
||||
font-size: smaller }
|
||||
|
||||
div.line-block {
|
||||
display: block ;
|
||||
margin-top: 1em ;
|
||||
margin-bottom: 1em }
|
||||
|
||||
div.line-block div.line-block {
|
||||
margin-top: 0 ;
|
||||
margin-bottom: 0 ;
|
||||
margin-left: 1.5em }
|
||||
|
||||
div.sidebar {
|
||||
margin: 0 0 0.5em 1em ;
|
||||
border: medium outset ;
|
||||
padding: 1em ;
|
||||
background-color: #ffffee ;
|
||||
width: 40% ;
|
||||
float: right ;
|
||||
clear: right }
|
||||
|
||||
div.sidebar p.rubric {
|
||||
font-family: sans-serif ;
|
||||
font-size: medium }
|
||||
|
||||
div.system-messages {
|
||||
margin: 5em }
|
||||
|
||||
div.system-messages h1 {
|
||||
color: red }
|
||||
|
||||
div.system-message {
|
||||
border: medium outset ;
|
||||
padding: 1em }
|
||||
|
||||
div.system-message p.system-message-title {
|
||||
color: red ;
|
||||
font-weight: bold }
|
||||
|
||||
div.topic {
|
||||
margin: 2em }
|
||||
|
||||
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
|
||||
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
|
||||
margin-top: 0.4em }
|
||||
|
||||
h1.title {
|
||||
text-align: center }
|
||||
|
||||
h2.subtitle {
|
||||
text-align: center }
|
||||
|
||||
hr.docutils {
|
||||
width: 75% }
|
||||
|
||||
img.align-left, .figure.align-left, object.align-left, table.align-left {
|
||||
clear: left ;
|
||||
float: left ;
|
||||
margin-right: 1em }
|
||||
|
||||
img.align-right, .figure.align-right, object.align-right, table.align-right {
|
||||
clear: right ;
|
||||
float: right ;
|
||||
margin-left: 1em }
|
||||
|
||||
img.align-center, .figure.align-center, object.align-center {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
table.align-center {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.align-left {
|
||||
text-align: left }
|
||||
|
||||
.align-center {
|
||||
clear: both ;
|
||||
text-align: center }
|
||||
|
||||
.align-right {
|
||||
text-align: right }
|
||||
|
||||
/* reset inner alignment in figures */
|
||||
div.align-right {
|
||||
text-align: inherit }
|
||||
|
||||
/* div.align-center * { */
|
||||
/* text-align: left } */
|
||||
|
||||
.align-top {
|
||||
vertical-align: top }
|
||||
|
||||
.align-middle {
|
||||
vertical-align: middle }
|
||||
|
||||
.align-bottom {
|
||||
vertical-align: bottom }
|
||||
|
||||
ol.simple, ul.simple {
|
||||
margin-bottom: 1em }
|
||||
|
||||
ol.arabic {
|
||||
list-style: decimal }
|
||||
|
||||
ol.loweralpha {
|
||||
list-style: lower-alpha }
|
||||
|
||||
ol.upperalpha {
|
||||
list-style: upper-alpha }
|
||||
|
||||
ol.lowerroman {
|
||||
list-style: lower-roman }
|
||||
|
||||
ol.upperroman {
|
||||
list-style: upper-roman }
|
||||
|
||||
p.attribution {
|
||||
text-align: right ;
|
||||
margin-left: 50% }
|
||||
|
||||
p.caption {
|
||||
font-style: italic }
|
||||
|
||||
p.credits {
|
||||
font-style: italic ;
|
||||
font-size: smaller }
|
||||
|
||||
p.label {
|
||||
white-space: nowrap }
|
||||
|
||||
p.rubric {
|
||||
font-weight: bold ;
|
||||
font-size: larger ;
|
||||
color: maroon ;
|
||||
text-align: center }
|
||||
|
||||
p.sidebar-title {
|
||||
font-family: sans-serif ;
|
||||
font-weight: bold ;
|
||||
font-size: larger }
|
||||
|
||||
p.sidebar-subtitle {
|
||||
font-family: sans-serif ;
|
||||
font-weight: bold }
|
||||
|
||||
p.topic-title {
|
||||
font-weight: bold }
|
||||
|
||||
pre.address {
|
||||
margin-bottom: 0 ;
|
||||
margin-top: 0 ;
|
||||
font: inherit }
|
||||
|
||||
pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
||||
margin-left: 2em ;
|
||||
margin-right: 2em }
|
||||
|
||||
pre.code .ln { color: grey; } /* line numbers */
|
||||
pre.code, code { background-color: #eeeeee }
|
||||
pre.code .comment, code .comment { color: #5C6576 }
|
||||
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
||||
pre.code .literal.string, code .literal.string { color: #0C5404 }
|
||||
pre.code .name.builtin, code .name.builtin { color: #352B84 }
|
||||
pre.code .deleted, code .deleted { background-color: #DEB0A1}
|
||||
pre.code .inserted, code .inserted { background-color: #A3D289}
|
||||
|
||||
span.classifier {
|
||||
font-family: sans-serif ;
|
||||
font-style: oblique }
|
||||
|
||||
span.classifier-delimiter {
|
||||
font-family: sans-serif ;
|
||||
font-weight: bold }
|
||||
|
||||
span.interpreted {
|
||||
font-family: sans-serif }
|
||||
|
||||
span.option {
|
||||
white-space: nowrap }
|
||||
|
||||
span.pre {
|
||||
white-space: pre }
|
||||
|
||||
span.problematic {
|
||||
color: red }
|
||||
|
||||
span.section-subtitle {
|
||||
/* font-size relative to parent (h1..h6 element) */
|
||||
font-size: 80% }
|
||||
|
||||
table.citation {
|
||||
border-left: solid 1px gray;
|
||||
margin-left: 1px }
|
||||
|
||||
table.docinfo {
|
||||
margin: 2em 4em }
|
||||
|
||||
table.docutils {
|
||||
margin-top: 0.5em ;
|
||||
margin-bottom: 0.5em }
|
||||
|
||||
table.footnote {
|
||||
border-left: solid 1px black;
|
||||
margin-left: 1px }
|
||||
|
||||
table.docutils td, table.docutils th,
|
||||
table.docinfo td, table.docinfo th {
|
||||
padding-left: 0.5em ;
|
||||
padding-right: 0.5em ;
|
||||
vertical-align: top }
|
||||
|
||||
table.docutils th.field-name, table.docinfo th.docinfo-name {
|
||||
font-weight: bold ;
|
||||
text-align: left ;
|
||||
white-space: nowrap ;
|
||||
padding-left: 0 }
|
||||
|
||||
/* "booktabs" style (no vertical lines) */
|
||||
table.docutils.booktabs {
|
||||
border: 0px;
|
||||
border-top: 2px solid;
|
||||
border-bottom: 2px solid;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
table.docutils.booktabs * {
|
||||
border: 0px;
|
||||
}
|
||||
table.docutils.booktabs th {
|
||||
border-bottom: thin solid;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
|
||||
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
|
||||
font-size: 100% }
|
||||
|
||||
ul.auto-toc {
|
||||
list-style-type: none }
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="document" id="product-quick-bom">
|
||||
<h1 class="title">Product Quick Bom</h1>
|
||||
|
||||
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/manufacture/tree/13.0/product_quick_bom"><img alt="OCA/manufacture" src="https://img.shields.io/badge/github-OCA%2Fmanufacture-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/manufacture-13-0/manufacture-13-0-product_quick_bom"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/129/13.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This module was written to be able to quickly create the BoM for your product. There is a new “Bill of Materials” tab in the product form view that allows the user to add a BoM and its lines directly.</p>
|
||||
<p>Beware that this functionality is relevant only when one product template has one Bill of Materials, and works only for product templates for simplicity’s sake.</p>
|
||||
<p><strong>Table of contents</strong></p>
|
||||
<div class="contents local topic" id="contents">
|
||||
<ul class="simple">
|
||||
<li><a class="reference internal" href="#usage" id="id1">Usage</a></li>
|
||||
<li><a class="reference internal" href="#bug-tracker" id="id2">Bug Tracker</a></li>
|
||||
<li><a class="reference internal" href="#credits" id="id3">Credits</a><ul>
|
||||
<li><a class="reference internal" href="#authors" id="id4">Authors</a></li>
|
||||
<li><a class="reference internal" href="#contributors" id="id5">Contributors</a></li>
|
||||
<li><a class="reference internal" href="#maintainers" id="id6">Maintainers</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="usage">
|
||||
<h1><a class="toc-backref" href="#id1">Usage</a></h1>
|
||||
<p>Go to product form view, click on edit, use the BoM lines field. If there is no BoM for the product yet, you can quickly create one by clicking on the “Create BoM” button.</p>
|
||||
</div>
|
||||
<div class="section" id="bug-tracker">
|
||||
<h1><a class="toc-backref" href="#id2">Bug Tracker</a></h1>
|
||||
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/manufacture/issues">GitHub Issues</a>.
|
||||
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
|
||||
<a class="reference external" href="https://github.com/OCA/manufacture/issues/new?body=module:%20product_quick_bom%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
||||
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
||||
</div>
|
||||
<div class="section" id="credits">
|
||||
<h1><a class="toc-backref" href="#id3">Credits</a></h1>
|
||||
<div class="section" id="authors">
|
||||
<h2><a class="toc-backref" href="#id4">Authors</a></h2>
|
||||
<ul class="simple">
|
||||
<li>Akretion</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="contributors">
|
||||
<h2><a class="toc-backref" href="#id5">Contributors</a></h2>
|
||||
<ul class="simple">
|
||||
<li>Sébastien Beau <<a class="reference external" href="mailto:sebastien.beau@akretion.com">sebastien.beau@akretion.com</a>></li>
|
||||
<li>Kevin Khao <<a class="reference external" href="mailto:kevin.khao@akretion.com">kevin.khao@akretion.com</a>></li>
|
||||
<li>Pimolnat Suntian <<a class="reference external" href="mailto:pimolnats@ecosoft.co.th">pimolnats@ecosoft.co.th</a>></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="maintainers">
|
||||
<h2><a class="toc-backref" href="#id6">Maintainers</a></h2>
|
||||
<p>This module is maintained by the OCA.</p>
|
||||
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
|
||||
<p>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.</p>
|
||||
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainers</a>:</p>
|
||||
<p><a class="reference external" href="https://github.com/sebastienbeau"><img alt="sebastienbeau" src="https://github.com/sebastienbeau.png?size=40px" /></a> <a class="reference external" href="https://github.com/kevinkhao"><img alt="kevinkhao" src="https://github.com/kevinkhao.png?size=40px" /></a></p>
|
||||
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/manufacture/tree/13.0/product_quick_bom">OCA/manufacture</a> project on GitHub.</p>
|
||||
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
1
product_quick_bom/tests/__init__.py
Normal file
1
product_quick_bom/tests/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from . import test_quick_bom
|
||||
56
product_quick_bom/tests/test_quick_bom.py
Normal file
56
product_quick_bom/tests/test_quick_bom.py
Normal file
@@ -0,0 +1,56 @@
|
||||
# Copyright (C) 2015 Akretion (http://www.akretion.com).
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
import logging
|
||||
|
||||
from odoo.tests.common import TransactionCase
|
||||
|
||||
_logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class TestQuickBom(TransactionCase):
|
||||
def setUp(self):
|
||||
# as we test new BoMs that must not already exist in demo data,
|
||||
# bolt + screw + ply = lamp
|
||||
super().setUp()
|
||||
self.prd_1 = self.env.ref("mrp.product_product_computer_desk_bolt")
|
||||
self.prd_2 = self.env.ref("mrp.product_product_computer_desk_screw")
|
||||
self.prd_3 = self.env.ref("mrp.product_product_wood_ply")
|
||||
self.tmpl_4 = self.env.ref("product.product_delivery_02_product_template")
|
||||
|
||||
def test_create_bom(self):
|
||||
self.tmpl_4.button_create_bom()
|
||||
self.tmpl_4.write(
|
||||
{
|
||||
"specific_bom_line_ids": [
|
||||
(0, 0, {"product_id": self.prd_1.id, "product_qty": 2}),
|
||||
(0, 0, {"product_id": self.prd_2.id, "product_qty": 2}),
|
||||
(0, 0, {"product_id": self.prd_3.id, "product_qty": 1}),
|
||||
]
|
||||
}
|
||||
)
|
||||
bom = self.tmpl_4.bom_id
|
||||
self.assertEqual(self.tmpl_4.id, bom.product_tmpl_id.id)
|
||||
self.assertEqual(bom.bom_line_ids[0].product_id.id, self.prd_1.id)
|
||||
self.assertEqual(bom.bom_line_ids[0].product_qty, 2)
|
||||
self.assertEqual(bom.bom_line_ids[1].product_id.id, self.prd_2.id)
|
||||
self.assertEqual(bom.bom_line_ids[1].product_qty, 2)
|
||||
self.assertEqual(bom.bom_line_ids[2].product_id.id, self.prd_3.id)
|
||||
self.assertEqual(bom.bom_line_ids[2].product_qty, 1)
|
||||
|
||||
def test_read_bom(self):
|
||||
bom = self.env["mrp.bom"].create(
|
||||
{"type": "normal", "product_tmpl_id": self.tmpl_4.id}
|
||||
)
|
||||
bomline1 = self.env["mrp.bom.line"].create(
|
||||
{"product_id": self.prd_1.id, "product_qty": 2, "bom_id": bom.id}
|
||||
)
|
||||
bomline2 = self.env["mrp.bom.line"].create(
|
||||
{"product_id": self.prd_2.id, "product_qty": 2, "bom_id": bom.id}
|
||||
)
|
||||
bomline3 = self.env["mrp.bom.line"].create(
|
||||
{"product_id": self.prd_3.id, "product_qty": 1, "bom_id": bom.id}
|
||||
)
|
||||
self.assertTrue(bomline1 in self.tmpl_4.specific_bom_line_ids)
|
||||
self.assertTrue(bomline2 in self.tmpl_4.specific_bom_line_ids)
|
||||
self.assertTrue(bomline3 in self.tmpl_4.specific_bom_line_ids)
|
||||
52
product_quick_bom/views/product_view.xml
Normal file
52
product_quick_bom/views/product_view.xml
Normal file
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<odoo>
|
||||
<record id="product_template_only_form_view_bomlines" model="ir.ui.view">
|
||||
<field name="model">product.template</field>
|
||||
<field name="inherit_id" ref="product.product_template_only_form_view" />
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//notebook" position="inside">
|
||||
<page name="bom_line" string="Bill of Materials">
|
||||
<div
|
||||
attrs="{'invisible': [('bom_count', '<', 2)]}"
|
||||
class="alert alert-danger text-center"
|
||||
role="alert"
|
||||
>
|
||||
<p
|
||||
>The product is linked to several BoMs, modifications must be done BoM-side.</p>
|
||||
</div>
|
||||
<div
|
||||
attrs="{'invisible': [('bom_count', '!=', 0)]}"
|
||||
class="alert alert-danger text-center"
|
||||
role="alert"
|
||||
>
|
||||
<p
|
||||
>The product doesn't have a BoM yet, you must create one before updating its components.</p>
|
||||
<button
|
||||
name="button_create_bom"
|
||||
type="object"
|
||||
string="Create BoM"
|
||||
/>
|
||||
</div>
|
||||
<field
|
||||
name="specific_bom_line_ids"
|
||||
attrs="{'invisible': [('bom_count', '!=', 1)]}"
|
||||
>
|
||||
<tree editable="bottom">
|
||||
<field name="company_id" invisible="1" />
|
||||
<field name="product_id" />
|
||||
<field name="product_qty" />
|
||||
<field
|
||||
name="possible_bom_product_template_attribute_value_ids"
|
||||
invisible="1"
|
||||
/>
|
||||
<field
|
||||
name="bom_product_template_attribute_value_ids"
|
||||
widget="many2many_tags"
|
||||
/>
|
||||
</tree>
|
||||
</field>
|
||||
</page>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
1
setup/product_quick_bom/odoo/addons/product_quick_bom
Symbolic link
1
setup/product_quick_bom/odoo/addons/product_quick_bom
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../product_quick_bom
|
||||
6
setup/product_quick_bom/setup.py
Normal file
6
setup/product_quick_bom/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
Reference in New Issue
Block a user