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

[MIG][17.0] purchase_backorder #71

Open
wants to merge 15 commits into
base: 17.0
Choose a base branch
from
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
104 changes: 104 additions & 0 deletions purchase_backorder/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
=========================
Purchase Backorder Report
=========================

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

.. |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%2Fpurchase--reporting-lightgray.png?logo=github
:target: https://github.com/OCA/purchase-reporting/tree/17.0/purchase_backorder
:alt: OCA/purchase-reporting
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/purchase-reporting-17-0/purchase-reporting-17-0-purchase_backorder
: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/purchase-reporting&target_branch=17.0
:alt: Try me on Runboat

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

This module adds the ability to view Un-Invoice Goods Received (UIGR)
and Backordered products on Purchase Oders.

The quantity and the value of both UIGR and Backordered products is
computed for purchase order lines and then aggregated for display on the
parent purchase order.

**Table of contents**

.. contents::
:local:

Usage
=====

- Go to Purchase > Purchase > PO Backorders.
- This will display a tree view of all purchase order lines with their
UIGR and Backorder information as well as the last date received and
the last date billed.
- Select one or more items in the tree view and then select the "PO
Backorder Report" option from the Print menu to print a report of the
selected items.

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/purchase-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/purchase-reporting/issues/new?body=module:%20purchase_backorder%0Aversion:%2017.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
-------

* Open Source Integrators

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

- Michael Allen <mallen@opensourceintegrators.com>
- Sandip Mangukiya <smangukiya@opensourceintegrators.com>
- Bhavesh Odedra <bodedra@opensourceintegrators.com>
- Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
- Murtaza Mithaiwala <mmithaiwala@opensourceintegrators.com>

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-smangukiya| image:: https://github.com/smangukiya.png?size=40px
:target: https://github.com/smangukiya
:alt: smangukiya

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-smangukiya|

This module is part of the `OCA/purchase-reporting <https://github.com/OCA/purchase-reporting/tree/17.0/purchase_backorder>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
6 changes: 6 additions & 0 deletions purchase_backorder/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Copyright (C) 2021 - TODAY, Open Source Integrators
# Copyright (C) 2021 Serpent Consulting Services
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import models
from . import wizard
23 changes: 23 additions & 0 deletions purchase_backorder/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright (C) 2021 Open Source Integrators
# Copyright (C) 2021 Serpent Consulting Services
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Purchase Backorder Report",
"version": "17.0.1.0.0",
"license": "AGPL-3",
"author": "Open Source Integrators, Odoo Community Association (OCA)",
"summary": "Report of Un-Invoiced Goods Received and Backorders",
"category": "Purchase",
"website": "https://github.com/OCA/purchase-reporting",
"depends": ["account", "purchase_stock"],
"data": [
"security/ir.model.access.csv",
"views/po_backorder_view.xml",
"views/purchase_view.xml",
"report/po_backorder_report.xml",
"wizard/po_backorder_wizard_view.xml",
],
"development_status": "Beta",
"maintainers": ["smangukiya"],
}
158 changes: 158 additions & 0 deletions purchase_backorder/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,158 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * purchase_backorder
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2022-05-11 12:05+0000\n"
"Last-Translator: Maria Sparenberg <maria.sparenberg@gmx.net>\n"
"Language-Team: none\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 4.3.2\n"

#. module: purchase_backorder
#: model:ir.model.fields,field_description:purchase_backorder.field_purchase_order_line__bo_qty
#: model_terms:ir.ui.view,arch_db:purchase_backorder.po_backorder_report
msgid "Backorder Qty"
msgstr ""

#. module: purchase_backorder
#: model:ir.model.fields,field_description:purchase_backorder.field_purchase_order_line__bo_value
#: model_terms:ir.ui.view,arch_db:purchase_backorder.po_backorder_report
msgid "Backorder Value"
msgstr ""

#. module: purchase_backorder
#: model:ir.model.fields,field_description:purchase_backorder.field_purchase_order__bo_value
msgid "Bo Value"
msgstr ""

#. module: purchase_backorder
#: model_terms:ir.ui.view,arch_db:purchase_backorder.po_backorder_report_view
msgid "Cancel"
msgstr "Abbrechen"

#. module: purchase_backorder
#: model:ir.model.fields,field_description:purchase_backorder.field_pobackorder_report_wizard__create_uid
msgid "Created by"
msgstr "Erstellt von"

#. module: purchase_backorder
#: model:ir.model.fields,field_description:purchase_backorder.field_pobackorder_report_wizard__create_date
msgid "Created on"
msgstr "Erstellt am"

#. module: purchase_backorder
#: model_terms:ir.ui.view,arch_db:purchase_backorder.po_backorder_report
msgid "Description"
msgstr "Beschreibung"

#. module: purchase_backorder
#: model:ir.model.fields,field_description:purchase_backorder.field_pobackorder_report_wizard__display_name
msgid "Display Name"
msgstr "Anzeigename"

#. module: purchase_backorder
#: model:ir.actions.act_window,name:purchase_backorder.action_po_backorder_wizard
#: model:ir.ui.menu,name:purchase_backorder.menu_po_backorder_report
msgid "Generate PO Backorder Report"
msgstr ""

#. module: purchase_backorder
#: model:ir.model.fields,field_description:purchase_backorder.field_pobackorder_report_wizard__id
msgid "ID"
msgstr "ID"

#. module: purchase_backorder
#: model:ir.model.fields,field_description:purchase_backorder.field_purchase_order__last_bill_date
#: model:ir.model.fields,field_description:purchase_backorder.field_purchase_order_line__last_bill_date
#: model_terms:ir.ui.view,arch_db:purchase_backorder.po_backorder_report
msgid "Last Bill Date"
msgstr ""

#. module: purchase_backorder
#: model:ir.model.fields,field_description:purchase_backorder.field_purchase_order__last_date_received
#: model:ir.model.fields,field_description:purchase_backorder.field_purchase_order_line__last_date_received
#: model_terms:ir.ui.view,arch_db:purchase_backorder.po_backorder_report
msgid "Last Date Received"
msgstr ""

#. module: purchase_backorder
#: model:ir.model.fields,field_description:purchase_backorder.field_pobackorder_report_wizard____last_update
msgid "Last Modified on"
msgstr "Zuletzt geändert am"

#. module: purchase_backorder
#: model:ir.model.fields,field_description:purchase_backorder.field_pobackorder_report_wizard__write_uid
msgid "Last Updated by"
msgstr "Zuletzt aktualisiert von"

#. module: purchase_backorder
#: model:ir.model.fields,field_description:purchase_backorder.field_pobackorder_report_wizard__write_date
msgid "Last Updated on"
msgstr "Zuletzt aktualisiert am"

#. module: purchase_backorder
#: model_terms:ir.ui.view,arch_db:purchase_backorder.po_backorder_report
msgid "Order Reference"
msgstr ""

#. module: purchase_backorder
#: model:ir.actions.report,name:purchase_backorder.action_po_backorder_report
#: model_terms:ir.ui.view,arch_db:purchase_backorder.po_backorder_report
msgid "PO Backorder Report"
msgstr ""

#. module: purchase_backorder
#: model:ir.model,name:purchase_backorder.model_pobackorder_report_wizard
msgid "PO Backorder Report Wizard"
msgstr ""

#. module: purchase_backorder
#: model:ir.actions.act_window,name:purchase_backorder.action_po_backorder
#: model:ir.ui.menu,name:purchase_backorder.menu_po_backorder
msgid "PO Backorders"
msgstr ""

#. module: purchase_backorder
#: model_terms:ir.ui.view,arch_db:purchase_backorder.po_backorder_report_view
msgid "Print Report"
msgstr "Beleg drucken"

#. module: purchase_backorder
#: model:ir.model.fields,field_description:purchase_backorder.field_purchase_order_line__product_type
msgid "Product Type"
msgstr ""

#. module: purchase_backorder
#: model:ir.model,name:purchase_backorder.model_purchase_order
msgid "Purchase Order"
msgstr "Beschaffungsauftrag"

#. module: purchase_backorder
#: model:ir.model,name:purchase_backorder.model_purchase_order_line
msgid "Purchase Order Line"
msgstr "Bestellposition"

#. module: purchase_backorder
#: model:ir.model.fields,field_description:purchase_backorder.field_purchase_order_line__uigr_qty
#: model_terms:ir.ui.view,arch_db:purchase_backorder.po_backorder_report
msgid "UIGR Qty"
msgstr ""

#. module: purchase_backorder
#: model:ir.model.fields,field_description:purchase_backorder.field_purchase_order_line__uigr_value
#: model_terms:ir.ui.view,arch_db:purchase_backorder.po_backorder_report
msgid "UIGR Value"
msgstr ""

#. module: purchase_backorder
#: model:ir.model.fields,field_description:purchase_backorder.field_purchase_order__uigr_value
msgid "Uigr Value"
msgstr ""
Loading
Loading