Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[16.0][MIG] mrp_flattened_bom_xlsx_labour_cost: Migration to 16.0 #117

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 90 additions & 0 deletions mrp_flattened_bom_xlsx_labour_cost/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
==============================================
Export Flattened BOM to Excel with labour cost
==============================================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:1e307ec2c605d6bbfe60a6c7bf8fc60aff957a7c46d14d69197a6eec8fe035d1
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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--reporting-lightgray.png?logo=github
:target: https://github.com/OCA/manufacture-reporting/tree/14.0/mrp_flattened_bom_xlsx_labour_cost
:alt: OCA/manufacture-reporting
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/manufacture-reporting-14-0/manufacture-reporting-14-0-mrp_flattened_bom_xlsx_labour_cost
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/manufacture-reporting&target_branch=14.0
:alt: Try me on Runboat

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

This module extends the report of the Export Flattened BOM to
Excel module with a new tab showing the labour costs.

**Table of contents**

.. contents::
:local:

Usage
=====

To use this module, you need to:

#. Go to 'Manufacturing / Products / Bill of Materials'

#. Select a BOM or more BOMS

*(Could be interesting to modify quantities of these BOMs)*

#. Go to 'Print / Export Flattened BOM to Excel'.

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/manufacture-reporting/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/manufacture-reporting/issues/new?body=module:%20mrp_flattened_bom_xlsx_labour_cost%0Aversion:%2014.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
~~~~~~~

* ForgeFlow

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

* Bernat Puig Font <[email protected]>

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/manufacture-reporting <https://github.com/OCA/manufacture-reporting/tree/14.0/mrp_flattened_bom_xlsx_labour_cost>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
2 changes: 2 additions & 0 deletions mrp_flattened_bom_xlsx_labour_cost/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from . import models
from . import report
13 changes: 13 additions & 0 deletions mrp_flattened_bom_xlsx_labour_cost/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Copyright 2022 ForgeFlow S.L. (http://www.forgeflow.com)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

{
"name": "Export Flattened BOM to Excel with labour cost",
"version": "16.0.1.0.0",
"category": "Manufacturing",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/manufacture-reporting",
"license": "AGPL-3",
"depends": ["mrp_flattened_bom_xlsx_direct_materials_cost", "mrp"],
"installable": True,
}
136 changes: 136 additions & 0 deletions mrp_flattened_bom_xlsx_labour_cost/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_flattened_bom_xlsx_labour_cost
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-07-25 12:11+0000\n"
"Last-Translator: Francesco Foresti <[email protected]>\n"
"Language-Team: none\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"
"X-Generator: Weblate 4.17\n"

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

#. module: mrp_flattened_bom_xlsx_labour_cost
#: code:addons/mrp_flattened_bom_xlsx_labour_cost/report/flattened_bom_xlsx.py:0
#, python-format
msgid "Cost per hour"
msgstr "Costo per ora"

#. module: mrp_flattened_bom_xlsx_labour_cost
#: code:addons/mrp_flattened_bom_xlsx_labour_cost/report/flattened_bom_xlsx.py:0
#, python-format
msgid "Currency"
msgstr "Valuta"

#. module: mrp_flattened_bom_xlsx_labour_cost
#: model:ir.model.fields,field_description:mrp_flattened_bom_xlsx_labour_cost.field_mrp_bom__display_name
#: model:ir.model.fields,field_description:mrp_flattened_bom_xlsx_labour_cost.field_report_mrp_flattened_bom_xlsx_flattened_bom_xlsx__display_name
msgid "Display Name"
msgstr "Nome visualizzato"

#. module: mrp_flattened_bom_xlsx_labour_cost
#: code:addons/mrp_flattened_bom_xlsx_labour_cost/report/flattened_bom_xlsx.py:0
#, python-format
msgid "Duration (hours)"
msgstr "Durata (ore)"

#. module: mrp_flattened_bom_xlsx_labour_cost
#: model:ir.model,name:mrp_flattened_bom_xlsx_labour_cost.model_report_mrp_flattened_bom_xlsx_flattened_bom_xlsx
msgid "Flattened BOM XLSX"
msgstr "XLSX distinta base tecnica"

#. module: mrp_flattened_bom_xlsx_labour_cost
#: model:ir.model.fields,field_description:mrp_flattened_bom_xlsx_labour_cost.field_mrp_bom__id
#: model:ir.model.fields,field_description:mrp_flattened_bom_xlsx_labour_cost.field_report_mrp_flattened_bom_xlsx_flattened_bom_xlsx__id
msgid "ID"
msgstr "ID"

#. module: mrp_flattened_bom_xlsx_labour_cost
#: code:addons/mrp_flattened_bom_xlsx_labour_cost/report/flattened_bom_xlsx.py:0
#, python-format
msgid "Internal Reference"
msgstr "Riferimento interno"

#. module: mrp_flattened_bom_xlsx_labour_cost
#: code:addons/mrp_flattened_bom_xlsx_labour_cost/report/flattened_bom_xlsx.py:0
#: model:ir.model.fields,field_description:mrp_flattened_bom_xlsx_labour_cost.field_mrp_bom__labour_cost
#, python-format
msgid "Labour Cost"
msgstr "Costo manodopera"

#. module: mrp_flattened_bom_xlsx_labour_cost
#: code:addons/mrp_flattened_bom_xlsx_labour_cost/report/flattened_bom_xlsx.py:0
#, python-format
msgid "Labour Costs"
msgstr "Costi manodopera"

#. module: mrp_flattened_bom_xlsx_labour_cost
#: code:addons/mrp_flattened_bom_xlsx_labour_cost/report/flattened_bom_xlsx.py:0
#, python-format
msgid "Labour Unit Cost"
msgstr "Costo unitario manodopera"

#. module: mrp_flattened_bom_xlsx_labour_cost
#: model:ir.model.fields,field_description:mrp_flattened_bom_xlsx_labour_cost.field_mrp_bom____last_update
#: model:ir.model.fields,field_description:mrp_flattened_bom_xlsx_labour_cost.field_report_mrp_flattened_bom_xlsx_flattened_bom_xlsx____last_update
msgid "Last Modified on"
msgstr "Ultima modifica il"

#. module: mrp_flattened_bom_xlsx_labour_cost
#: code:addons/mrp_flattened_bom_xlsx_labour_cost/report/flattened_bom_xlsx.py:0
#, python-format
msgid "Level"
msgstr "Livello"

#. module: mrp_flattened_bom_xlsx_labour_cost
#: code:addons/mrp_flattened_bom_xlsx_labour_cost/report/flattened_bom_xlsx.py:0
#, python-format
msgid "Main BOM"
msgstr "DiBa principale"

#. module: mrp_flattened_bom_xlsx_labour_cost
#: code:addons/mrp_flattened_bom_xlsx_labour_cost/report/flattened_bom_xlsx.py:0
#, python-format
msgid "Operation"
msgstr "Operazione"

#. module: mrp_flattened_bom_xlsx_labour_cost
#: code:addons/mrp_flattened_bom_xlsx_labour_cost/report/flattened_bom_xlsx.py:0
#, python-format
msgid "Product Name"
msgstr "Nome prodotto"

#. module: mrp_flattened_bom_xlsx_labour_cost
#: code:addons/mrp_flattened_bom_xlsx_labour_cost/report/flattened_bom_xlsx.py:0
#, python-format
msgid "Quantity"
msgstr "Quantità"

#. module: mrp_flattened_bom_xlsx_labour_cost
#: code:addons/mrp_flattened_bom_xlsx_labour_cost/report/flattened_bom_xlsx.py:0
#, python-format
msgid "Sub BOMs"
msgstr "DiBa sottostanti"

#. module: mrp_flattened_bom_xlsx_labour_cost
#: code:addons/mrp_flattened_bom_xlsx_labour_cost/report/flattened_bom_xlsx.py:0
#, python-format
msgid "Unit of Measure"
msgstr "Unità di misura"

#. module: mrp_flattened_bom_xlsx_labour_cost
#: code:addons/mrp_flattened_bom_xlsx_labour_cost/report/flattened_bom_xlsx.py:0
#, python-format
msgid "Work Center"
msgstr "Centro di lavoro"
Original file line number Diff line number Diff line change
@@ -0,0 +1,133 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_flattened_bom_xlsx_labour_cost
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.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: mrp_flattened_bom_xlsx_labour_cost
#: model:ir.model,name:mrp_flattened_bom_xlsx_labour_cost.model_mrp_bom
msgid "Bill of Material"
msgstr ""

#. module: mrp_flattened_bom_xlsx_labour_cost
#: code:addons/mrp_flattened_bom_xlsx_labour_cost/report/flattened_bom_xlsx.py:0
#, python-format
msgid "Cost per hour"
msgstr ""

#. module: mrp_flattened_bom_xlsx_labour_cost
#: code:addons/mrp_flattened_bom_xlsx_labour_cost/report/flattened_bom_xlsx.py:0
#, python-format
msgid "Currency"
msgstr ""

#. module: mrp_flattened_bom_xlsx_labour_cost
#: model:ir.model.fields,field_description:mrp_flattened_bom_xlsx_labour_cost.field_mrp_bom__display_name
#: model:ir.model.fields,field_description:mrp_flattened_bom_xlsx_labour_cost.field_report_mrp_flattened_bom_xlsx_flattened_bom_xlsx__display_name
msgid "Display Name"
msgstr ""

#. module: mrp_flattened_bom_xlsx_labour_cost
#: code:addons/mrp_flattened_bom_xlsx_labour_cost/report/flattened_bom_xlsx.py:0
#, python-format
msgid "Duration (hours)"
msgstr ""

#. module: mrp_flattened_bom_xlsx_labour_cost
#: model:ir.model,name:mrp_flattened_bom_xlsx_labour_cost.model_report_mrp_flattened_bom_xlsx_flattened_bom_xlsx
msgid "Flattened BOM XLSX"
msgstr ""

#. module: mrp_flattened_bom_xlsx_labour_cost
#: model:ir.model.fields,field_description:mrp_flattened_bom_xlsx_labour_cost.field_mrp_bom__id
#: model:ir.model.fields,field_description:mrp_flattened_bom_xlsx_labour_cost.field_report_mrp_flattened_bom_xlsx_flattened_bom_xlsx__id
msgid "ID"
msgstr ""

#. module: mrp_flattened_bom_xlsx_labour_cost
#: code:addons/mrp_flattened_bom_xlsx_labour_cost/report/flattened_bom_xlsx.py:0
#, python-format
msgid "Internal Reference"
msgstr ""

#. module: mrp_flattened_bom_xlsx_labour_cost
#: code:addons/mrp_flattened_bom_xlsx_labour_cost/report/flattened_bom_xlsx.py:0
#: model:ir.model.fields,field_description:mrp_flattened_bom_xlsx_labour_cost.field_mrp_bom__labour_cost
#, python-format
msgid "Labour Cost"
msgstr ""

#. module: mrp_flattened_bom_xlsx_labour_cost
#: code:addons/mrp_flattened_bom_xlsx_labour_cost/report/flattened_bom_xlsx.py:0
#, python-format
msgid "Labour Costs"
msgstr ""

#. module: mrp_flattened_bom_xlsx_labour_cost
#: code:addons/mrp_flattened_bom_xlsx_labour_cost/report/flattened_bom_xlsx.py:0
#, python-format
msgid "Labour Unit Cost"
msgstr ""

#. module: mrp_flattened_bom_xlsx_labour_cost
#: model:ir.model.fields,field_description:mrp_flattened_bom_xlsx_labour_cost.field_mrp_bom____last_update
#: model:ir.model.fields,field_description:mrp_flattened_bom_xlsx_labour_cost.field_report_mrp_flattened_bom_xlsx_flattened_bom_xlsx____last_update
msgid "Last Modified on"
msgstr ""

#. module: mrp_flattened_bom_xlsx_labour_cost
#: code:addons/mrp_flattened_bom_xlsx_labour_cost/report/flattened_bom_xlsx.py:0
#, python-format
msgid "Level"
msgstr ""

#. module: mrp_flattened_bom_xlsx_labour_cost
#: code:addons/mrp_flattened_bom_xlsx_labour_cost/report/flattened_bom_xlsx.py:0
#, python-format
msgid "Main BOM"
msgstr ""

#. module: mrp_flattened_bom_xlsx_labour_cost
#: code:addons/mrp_flattened_bom_xlsx_labour_cost/report/flattened_bom_xlsx.py:0
#, python-format
msgid "Operation"
msgstr ""

#. module: mrp_flattened_bom_xlsx_labour_cost
#: code:addons/mrp_flattened_bom_xlsx_labour_cost/report/flattened_bom_xlsx.py:0
#, python-format
msgid "Product Name"
msgstr ""

#. module: mrp_flattened_bom_xlsx_labour_cost
#: code:addons/mrp_flattened_bom_xlsx_labour_cost/report/flattened_bom_xlsx.py:0
#, python-format
msgid "Quantity"
msgstr ""

#. module: mrp_flattened_bom_xlsx_labour_cost
#: code:addons/mrp_flattened_bom_xlsx_labour_cost/report/flattened_bom_xlsx.py:0
#, python-format
msgid "Sub BOMs"
msgstr ""

#. module: mrp_flattened_bom_xlsx_labour_cost
#: code:addons/mrp_flattened_bom_xlsx_labour_cost/report/flattened_bom_xlsx.py:0
#, python-format
msgid "Unit of Measure"
msgstr ""

#. module: mrp_flattened_bom_xlsx_labour_cost
#: code:addons/mrp_flattened_bom_xlsx_labour_cost/report/flattened_bom_xlsx.py:0
#, python-format
msgid "Work Center"
msgstr ""
1 change: 1 addition & 0 deletions mrp_flattened_bom_xlsx_labour_cost/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import mrp_bom
Loading
Loading