Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
3b67250
[ADD] purchase_open_qty
MiquelRForgeFlow Jun 26, 2017
3b3eb02
[10.0][MIG] purchase_open_qty: Migration to 10.0
MiquelRForgeFlow Jul 25, 2017
c9dbb31
[FIX] adapt methods to some cases
MiquelRForgeFlow Aug 30, 2017
b9b9eb0
[ADD] More test
MiquelRForgeFlow Sep 12, 2017
3ab7478
[10.0][IMP] purchase_open_qty: add filter to po lines
LoisRForgeFlow Mar 6, 2018
c90a827
[MIG] purchase_open_qty: Migration to 11.0
Jun 5, 2018
6f57643
[IMP] Adapt readme to smaller pieces
MiquelRForgeFlow Oct 30, 2018
0cf7cb2
[MIG] purchase_open_qty: Migration to v12
bjeficent Dec 4, 2018
273199f
[purchase_open_qty] introduces boolean fields to make it easier to find
JordiBForgeFlow Jul 2, 2019
92f6fab
Added translation using Weblate (Chinese (Simplified))
liweijie0812 Sep 2, 2019
f7da390
Translated using Weblate (Chinese (Simplified))
liweijie0812 Sep 2, 2019
c6f15ff
Translated using Weblate (Italian)
Oct 8, 2019
62e216f
Translated using Weblate (Portuguese (Brazil))
Nov 24, 2019
fba1743
[13.0][MIG] purchase_open_qty, black
kittiu Nov 27, 2019
33ddcea
[13.0][MIG] purchase_open_qty
kittiu Nov 27, 2019
407f9f1
Translated using Weblate (Chinese (Simplified))
dong-z Mar 23, 2020
1ff6dda
[FIX] purchase_open_qty: not able to filter by pending/receiving quan…
eantones May 7, 2020
50a8db8
Translated using Weblate (German)
didierdonze Jul 22, 2020
8d80567
Translated using Weblate (French)
didierdonze Jul 22, 2020
889119c
[FIX] Delete empty " " spaces in same string line
MiquelRForgeFlow Sep 30, 2020
536df53
[MIG] purchase_open_qty: Migration to 14.0
SurachetS Nov 19, 2020
05c497f
Translated using Weblate (Spanish)
Mat-moran Dec 28, 2020
a1c6113
Translated using Weblate (French)
Yvesldff Feb 18, 2021
eccd1ca
[14.0][IMP] purchase_open_qty, field optional='hide'
kittiu Jun 24, 2021
466391d
[MIG] purchase_open_qty: Migration to 15.0
Jun 21, 2022
838150a
[IMP] purchase_open_qty: Quantity returned without credit note is pen…
CarlosRoca13 Nov 9, 2022
940ab4a
[FIX] purchase_open_qty: Quantity to invoice less than 0 has to be to…
CarlosRoca13 Nov 10, 2022
619b5ed
[IMP] purchase_open_qty: remove qty_to_invoice field and computation
Dec 1, 2022
8fad9ce
Translated using Weblate (Italian)
francesco-ooops Jan 2, 2023
ed27c88
[IMP] purchase_open_qty: consider services
LoisRForgeFlow Feb 8, 2023
c26d609
[MIG] purchase_open_qty: Migration to 16.0
santostelmo May 24, 2023
eadc544
[IMP] purchase_open_qty: pre-commit auto fixes
Jan 10, 2024
57136b5
[MIG] purchase_open_qty: Migrate to version 17.0
Jan 10, 2024
b51758c
Translated using Weblate (Italian)
sergiocorato Jun 13, 2024
e3d1484
[IMP] purchase_open_qty: add purchase_order_line_menu dependency
ThiagoMForgeFlow Jul 2, 2024
4279222
[MIG] purchase_open_qty: Migration to 18.0
StefanRijnhart Dec 18, 2024
700b2a0
[FIX] purchase_open_qty
nobuQuartile Apr 28, 2025
26de0a3
[19.0][MIG] purchase_open_qty: Migration to 19.0
ellbristow Mar 16, 2026
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
102 changes: 102 additions & 0 deletions purchase_open_qty/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
.. image:: https://odoo-community.org/readme-banner-image
:target: https://odoo-community.org/get-involved?utm_source=readme
:alt: Odoo Community Association

=================
Purchase Open Qty
=================

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

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

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

This module allows purchase users to identify what are the purchase
orders that currently have quantities pending to invoice or to receive.

**Table of contents**

.. contents::
:local:

Usage
=====

To use this module, you need to go to Purchase Orders and select the new
filters in the search.

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

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

- Miquel Raïch <miquel.raich@forgeflow.com>
- Andreas Dian Sukarno Putro <andreasdian777@gmail.com>
- Kitti Upariphutthiphong <kittiu@ecosoft.co.th>
- Eric Antones <eantones@nuobit.com>
- Juany Davila <juany.davila@forgeflow.com>
- `Tecnativa <https://www.tecnativa.com>`__:

- Carlos Roca

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

- Son Ho sonhd@trobz.com

- `Glo Networks <https://glo.systems>`__:

- Elliott Bristow elliott@glo.systems

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/purchase-workflow <https://github.com/OCA/purchase-workflow/tree/19.0/purchase_open_qty>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
4 changes: 4 additions & 0 deletions purchase_open_qty/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

from . import models
from .init_hook import pre_init_hook
25 changes: 25 additions & 0 deletions purchase_open_qty/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 2017 ForgeFlow S.L.
# (http://www.forgeflow.com)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

{
"name": "Purchase Open Qty",
"summary": "Allows to identify the purchase orders that have quantities "
"pending to invoice or to receive.",
"version": "19.0.1.0.0",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/purchase-workflow",
"category": "Purchases",
"depends": [
"purchase_stock",
"purchase_order_line_menu",
],
"data": [
"views/purchase_order_line_views.xml",
"views/purchase_order_views.xml",
],
"pre_init_hook": "pre_init_hook",
"license": "AGPL-3",
"installable": True,
"application": False,
}
61 changes: 61 additions & 0 deletions purchase_open_qty/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * purchase_open_qty
#
# 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-24 07:53+0000\n"
"PO-Revision-Date: 2020-07-22 12:19+0000\n"
"Last-Translator: c2cdidier <didier.donze@camptocamp.com>\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.10\n"

#. module: purchase_open_qty
#: model:ir.model.fields,field_description:purchase_open_qty.field_purchase_order__pending_qty_to_invoice
#: model_terms:ir.ui.view,arch_db:purchase_open_qty.purchase_order_line_search
#: model_terms:ir.ui.view,arch_db:purchase_open_qty.view_purchase_order_filter
msgid "Pending Qty to Bill"
msgstr "Ausstehende Menge zu verrechnen"

#. module: purchase_open_qty
#: model:ir.model.fields,field_description:purchase_open_qty.field_purchase_order__pending_qty_to_receive
#: model_terms:ir.ui.view,arch_db:purchase_open_qty.purchase_order_line_search
#: model_terms:ir.ui.view,arch_db:purchase_open_qty.view_purchase_order_filter
msgid "Pending Qty to Receive"
msgstr "Ausstehende Menge zu empfangen"

#. module: purchase_open_qty
#: model:ir.model,name:purchase_open_qty.model_purchase_order
msgid "Purchase Order"
msgstr "Bestellung"

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

#. module: purchase_open_qty
#: model:ir.model.fields,field_description:purchase_open_qty.field_purchase_order__qty_to_invoice
msgid "Qty to Bill"
msgstr "Menge zu verrechnen"

#. module: purchase_open_qty
#: model:ir.model.fields,field_description:purchase_open_qty.field_purchase_order__qty_to_receive
#: model:ir.model.fields,field_description:purchase_open_qty.field_purchase_order_line__qty_to_receive
msgid "Qty to Receive"
msgstr "Menge zu empfangen"

#. module: purchase_open_qty
#. odoo-python
#: code:addons/purchase_open_qty/models/purchase_order.py:0
msgid "Unsupported search operator"
msgstr "Nicht unterstützte Suche"
62 changes: 62 additions & 0 deletions purchase_open_qty/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * purchase_open_qty
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
# Pedro M. Baeza <pedro.baeza@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-09 12:16+0000\n"
"PO-Revision-Date: 2022-11-09 13:21+0100\n"
"Last-Translator: Pedro M. Baeza <pedro.baeza@gmail.com>, 2017\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: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 2.3\n"

#. module: purchase_open_qty
#: model:ir.model.fields,field_description:purchase_open_qty.field_purchase_order__pending_qty_to_invoice
#: model_terms:ir.ui.view,arch_db:purchase_open_qty.purchase_order_line_search
#: model_terms:ir.ui.view,arch_db:purchase_open_qty.view_purchase_order_filter
msgid "Pending Qty to Bill"
msgstr "Cantidad pendiente de facturar"

#. module: purchase_open_qty
#: model:ir.model.fields,field_description:purchase_open_qty.field_purchase_order__pending_qty_to_receive
#: model_terms:ir.ui.view,arch_db:purchase_open_qty.purchase_order_line_search
#: model_terms:ir.ui.view,arch_db:purchase_open_qty.view_purchase_order_filter
msgid "Pending Qty to Receive"
msgstr "Cantidad pendiente de recibir"

#. module: purchase_open_qty
#: model:ir.model,name:purchase_open_qty.model_purchase_order
msgid "Purchase Order"
msgstr "Orden de compra"

#. module: purchase_open_qty
#: model:ir.model,name:purchase_open_qty.model_purchase_order_line
msgid "Purchase Order Line"
msgstr "Linea pedido compra"

#. module: purchase_open_qty
#: model:ir.model.fields,field_description:purchase_open_qty.field_purchase_order__qty_to_invoice
msgid "Qty to Bill"
msgstr "Cantidad a facturar"

#. module: purchase_open_qty
#: model:ir.model.fields,field_description:purchase_open_qty.field_purchase_order__qty_to_receive
#: model:ir.model.fields,field_description:purchase_open_qty.field_purchase_order_line__qty_to_receive
msgid "Qty to Receive"
msgstr "Cantidad a recibir"

#. module: purchase_open_qty
#. odoo-python
#: code:addons/purchase_open_qty/models/purchase_order.py:0
msgid "Unsupported search operator"
msgstr "Operador de búsqueda no soportado"
61 changes: 61 additions & 0 deletions purchase_open_qty/i18n/es_MX.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * purchase_open_qty
#
# 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-24 07:53+0000\n"
"PO-Revision-Date: 2017-11-24 07:53+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: purchase_open_qty
#: model:ir.model.fields,field_description:purchase_open_qty.field_purchase_order__pending_qty_to_invoice
#: model_terms:ir.ui.view,arch_db:purchase_open_qty.purchase_order_line_search
#: model_terms:ir.ui.view,arch_db:purchase_open_qty.view_purchase_order_filter
msgid "Pending Qty to Bill"
msgstr ""

#. module: purchase_open_qty
#: model:ir.model.fields,field_description:purchase_open_qty.field_purchase_order__pending_qty_to_receive
#: model_terms:ir.ui.view,arch_db:purchase_open_qty.purchase_order_line_search
#: model_terms:ir.ui.view,arch_db:purchase_open_qty.view_purchase_order_filter
msgid "Pending Qty to Receive"
msgstr ""

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

#. module: purchase_open_qty
#: model:ir.model,name:purchase_open_qty.model_purchase_order_line
msgid "Purchase Order Line"
msgstr "Línea de orden de compra"

#. module: purchase_open_qty
#: model:ir.model.fields,field_description:purchase_open_qty.field_purchase_order__qty_to_invoice
msgid "Qty to Bill"
msgstr ""

#. module: purchase_open_qty
#: model:ir.model.fields,field_description:purchase_open_qty.field_purchase_order__qty_to_receive
#: model:ir.model.fields,field_description:purchase_open_qty.field_purchase_order_line__qty_to_receive
msgid "Qty to Receive"
msgstr ""

#. module: purchase_open_qty
#. odoo-python
#: code:addons/purchase_open_qty/models/purchase_order.py:0
msgid "Unsupported search operator"
msgstr ""
61 changes: 61 additions & 0 deletions purchase_open_qty/i18n/es_PE.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * purchase_open_qty
#
# Translators:
# Henry Garcia <henry@yaroslab.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-24 07:53+0000\n"
"PO-Revision-Date: 2017-11-24 07:53+0000\n"
"Last-Translator: Henry Garcia <henry@yaroslab.com>, 2017\n"
"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/"
"es_PE/)\n"
"Language: es_PE\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: purchase_open_qty
#: model:ir.model.fields,field_description:purchase_open_qty.field_purchase_order__pending_qty_to_invoice
#: model_terms:ir.ui.view,arch_db:purchase_open_qty.purchase_order_line_search
#: model_terms:ir.ui.view,arch_db:purchase_open_qty.view_purchase_order_filter
msgid "Pending Qty to Bill"
msgstr ""

#. module: purchase_open_qty
#: model:ir.model.fields,field_description:purchase_open_qty.field_purchase_order__pending_qty_to_receive
#: model_terms:ir.ui.view,arch_db:purchase_open_qty.purchase_order_line_search
#: model_terms:ir.ui.view,arch_db:purchase_open_qty.view_purchase_order_filter
msgid "Pending Qty to Receive"
msgstr ""

#. module: purchase_open_qty
#: model:ir.model,name:purchase_open_qty.model_purchase_order
msgid "Purchase Order"
msgstr "Orden de compra"

#. module: purchase_open_qty
#: model:ir.model,name:purchase_open_qty.model_purchase_order_line
msgid "Purchase Order Line"
msgstr "Linea de orden de compra"

#. module: purchase_open_qty
#: model:ir.model.fields,field_description:purchase_open_qty.field_purchase_order__qty_to_invoice
msgid "Qty to Bill"
msgstr ""

#. module: purchase_open_qty
#: model:ir.model.fields,field_description:purchase_open_qty.field_purchase_order__qty_to_receive
#: model:ir.model.fields,field_description:purchase_open_qty.field_purchase_order_line__qty_to_receive
msgid "Qty to Receive"
msgstr ""

#. module: purchase_open_qty
#. odoo-python
#: code:addons/purchase_open_qty/models/purchase_order.py:0
msgid "Unsupported search operator"
msgstr ""
Loading
Loading