Skip to content
Open
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
86 changes: 86 additions & 0 deletions stock_scrap_product_report/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
============
Scrap Report
============

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

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--workflow-lightgray.png?logo=github
:target: https://github.com/OCA/stock-logistics-workflow/tree/18.0/stock_scrap_product_report
:alt: OCA/stock-logistics-workflow
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/stock-logistics-workflow-18-0/stock-logistics-workflow-18-0-stock_scrap_product_report
: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/stock-logistics-workflow&target_branch=18.0
:alt: Try me on Runboat

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

Display value of all products in the scrap location.

**Table of contents**

.. contents::
:local:

Usage
=====

To view this report, you need to:

1. Go to Inventory > Reporting > Scrap Report.

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-workflow/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/stock-logistics-workflow/issues/new?body=module:%20stock_scrap_product_report%0Aversion:%2018.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
-------

* Trobz

Contributors
------------

- `Trobz <https://trobz.com>`__:

- Nguyễn Minh Chiến <[email protected]>
- Phan Hong Phuc <[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/stock-logistics-workflow <https://github.com/OCA/stock-logistics-workflow/tree/18.0/stock_scrap_product_report>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
21 changes: 21 additions & 0 deletions stock_scrap_product_report/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
##############################################################################
#
# Copyright since 2009 Trobz (<https://trobz.com/>).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################

from . import models
from . import wizard
38 changes: 38 additions & 0 deletions stock_scrap_product_report/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
##############################################################################
#
# Copyright since 2009 Trobz (<https://trobz.com/>).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################

{
"name": "Scrap Report",
"summary": "Display scrap products.",
"version": "18.0.1.0.0",
"category": "Warehouse",
"website": "https://github.com/OCA/stock-logistics-workflow",
"author": "Trobz, Odoo Community Association (OCA)",
"license": "AGPL-3",
"depends": [
"stock_account",
"report_xlsx_helper",
],
"data": [
"security/ir.model.access.csv",
"views/report_data.xml",
"wizard/stock_scrap_product_wizard_view.xml",
],
"installable": True,
}
206 changes: 206 additions & 0 deletions stock_scrap_product_report/i18n/stock_inventory_valuation_report.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,206 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_scrap_product_report
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-12-31 04:41+0000\n"
"PO-Revision-Date: 2020-12-31 04:41+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: stock_scrap_product_report
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_stock_scrap_product_wizard_view__barcode
msgid "Barcode"
msgstr ""

#. module: stock_scrap_product_report
#: model_terms:ir.ui.view,arch_db:stock_scrap_product_report.view_stock_scrap_report_wizard_form
msgid "Cancel"
msgstr ""

#. module: stock_scrap_product_report
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_stock_scrap_product_wizard_view__categ_name
msgid "Categ Name"
msgstr ""

#. module: stock_scrap_product_report
#: model_terms:ir.ui.view,arch_db:stock_scrap_product_report.view_stock_scrap_report_wizard_form
msgid "Choose your date"
msgstr ""

#. module: stock_scrap_product_report
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_stock_scrap_product_wizard__company_id
msgid "Company"
msgstr ""

#. module: stock_scrap_product_report
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_stock_scrap_product_wizard_view__cost_currency_id
msgid "Cost Currency"
msgstr ""

#. module: stock_scrap_product_report
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_stock_scrap_product_wizard_view__cost_method
msgid "Cost Method"
msgstr ""

#. module: stock_scrap_product_report
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_report_report_stock_scrap_product_report_xlsx__create_uid
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_stock_scrap_product_wizard__create_uid
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_stock_scrap_product_wizard_view__create_uid
msgid "Created by"
msgstr ""

#. module: stock_scrap_product_report
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_report_report_stock_scrap_product_report_xlsx__create_date
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_stock_scrap_product_wizard__create_date
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_stock_scrap_product_wizard_view__create_date
msgid "Created on"
msgstr ""

#. module: stock_scrap_product_report
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_stock_scrap_product_wizard_view__currency_id
msgid "Currency"
msgstr ""

#. module: stock_scrap_product_report
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_stock_scrap_product_wizard_view__date
msgid "Date"
msgstr ""

#. module: stock_scrap_product_report
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_report_report_stock_scrap_product_report_xlsx__display_name
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_stock_scrap_product_wizard__display_name
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_stock_scrap_product_wizard_view__display_name
msgid "Display Name"
msgstr ""

#. module: stock_scrap_product_report
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_stock_scrap_product_wizard__end_date
msgid "End Date"
msgstr ""

#. module: stock_scrap_product_report
#: model_terms:ir.ui.view,arch_db:stock_scrap_product_report.view_stock_scrap_report_wizard_form
msgid "Export XLSX"
msgstr ""

#. module: stock_scrap_product_report
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_report_report_stock_scrap_product_report_xlsx__id
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_stock_scrap_product_wizard__id
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_stock_scrap_product_wizard_view__id
msgid "ID"
msgstr ""

#. module: stock_scrap_product_report
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_report_report_stock_scrap_product_report_xlsx____last_update
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_stock_scrap_product_wizard____last_update
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_stock_scrap_product_wizard_view____last_update
msgid "Last Modified on"
msgstr ""

#. module: stock_scrap_product_report
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_report_report_stock_scrap_product_report_xlsx__write_uid
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_stock_scrap_product_wizard__write_uid
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_stock_scrap_product_wizard_view__write_uid
msgid "Last Updated by"
msgstr ""

#. module: stock_scrap_product_report
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_report_report_stock_scrap_product_report_xlsx__write_date
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_stock_scrap_product_wizard__write_date
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_stock_scrap_product_wizard_view__write_date
msgid "Last Updated on"
msgstr ""

#. module: stock_scrap_product_report
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_stock_scrap_product_wizard_view__name
msgid "Name"
msgstr ""

#. module: stock_scrap_product_report
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_stock_scrap_product_wizard_view__origin
msgid "Origin"
msgstr ""

#. module: stock_scrap_product_report
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_stock_scrap_product_wizard_view__qty_at_date
msgid "Qty At Date"
msgstr ""

#. module: stock_scrap_product_report
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_stock_scrap_product_wizard_view__reference
msgid "Reference"
msgstr ""

#. module: stock_scrap_product_report
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_stock_scrap_product_wizard__results
msgid "Results"
msgstr ""

#. module: stock_scrap_product_report
#: model:ir.actions.report,name:stock_scrap_product_report.action_stock_scrap_report_xlsx
msgid "Scrap Product Report XLSX"
msgstr ""

#. module: stock_scrap_product_report
#: model:ir.actions.act_window,name:stock_scrap_product_report.stock_scrap_product_action
#: model:ir.ui.menu,name:stock_scrap_product_report.menu_scrap_report
msgid "Scrap Report"
msgstr ""

#. module: stock_scrap_product_report
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_stock_scrap_product_wizard_view__standard_price
msgid "Standard Price"
msgstr ""

#. module: stock_scrap_product_report
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_stock_scrap_product_wizard__start_date
msgid "Start Date"
msgstr ""

#. module: stock_scrap_product_report
#: model:ir.model,name:stock_scrap_product_report.model_report_stock_inventory_valuation_report
msgid "Stock Inventory Valuation Report"
msgstr ""

#. module: stock_scrap_product_report
#: model:ir.model,name:stock_scrap_product_report.model_stock_quantity_history
msgid "Stock Quantity History"
msgstr ""

#. module: stock_scrap_product_report
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_stock_scrap_product_wizard_view__stock_value
msgid "Stock Value"
msgstr ""

#. module: stock_scrap_product_report
#: model:ir.model.fields,field_description:stock_scrap_product_report.field_stock_scrap_product_wizard_view__uom_id
msgid "Uom"
msgstr ""

#. module: stock_scrap_product_report
#: model:ir.model.fields,help:stock_scrap_product_report.field_stock_scrap_product_wizard__results
msgid "Use compute fields, so there is nothing store in database"
msgstr ""

#. module: stock_scrap_product_report
#: model:ir.model,name:stock_scrap_product_report.model_stock_scrap_product_wizard
msgid "Wizard for Scrap Report"
msgstr ""

#. module: stock_scrap_product_report
#: model:ir.model,name:stock_scrap_product_report.model_stock_scrap_product_wizard_view
msgid "Wizard for Scrap Report View"
msgstr ""

#. module: stock_scrap_product_report
#: model:ir.model,name:stock_scrap_product_report.model_report_report_stock_scrap_product_report_xlsx
msgid "report.report_stock_scrap_product_report_xlsx"
msgstr ""
1 change: 1 addition & 0 deletions stock_scrap_product_report/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import stock_scrap_product_report_xlsx
Loading