Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
ce183fe
[ADD] account_sale_stock_report_non_billed: New module
CarlosRoca13 Aug 23, 2022
7218eb9
[IMP] account_sale_stock_report_non_billed: Allow to select moves thr…
sergio-teruel Sep 26, 2022
c260ce3
[FIX] account_sale_stock_report_non_billed: Don't care about returns …
CarlosRoca13 Oct 26, 2022
54df205
[IMP] account_*_stock_report_non_billed: Allow use dates as a range
CarlosRoca13 Nov 14, 2022
4efda52
[IMP] account_*_stock_report_non_billed: Take care about discount whe…
CarlosRoca13 Nov 14, 2022
0d17d4b
Update translation files
weblate Nov 15, 2022
3289bc3
[IMP] account_sale_stock_report_non_billed: black, isort, prettier
stefan-tecnativa Jan 26, 2023
de177e9
[MIG] account_sale_stock_report_non_billed: Migration to 15.0
stefan-tecnativa Jan 26, 2023
c5bcdf6
[IMP] account_sale_stock_report_non_billed:Change dates check order
stefan-tecnativa Jan 31, 2023
e75e54f
[FIX] account_sale_stock_report_non_billed: Date can't be comparated …
CarlosRoca13 Nov 22, 2022
bb1a9b7
[FIX] account_sale_stock_report_non_billed: Date can't be comparated …
CarlosRoca13 Nov 22, 2022
9a6b605
[FIX] account_sale_stock_report_non_billed: Extra exception conditions
pedrobaeza Sep 8, 2023
570d419
[16.0][MIG] account_sale_stock_report_non_billed
cormaza May 31, 2024
f9b64a9
Added translation using Weblate (Italian)
mymage Oct 3, 2024
b5e61e1
[IMP] account_sale_stock_report_non_billed: pre-commit auto fixes
carlos-lopez-tecnativa Feb 28, 2025
ad553ea
[MIG] account_sale_stock_report_non_billed: Migration to version 17.0
carlos-lopez-tecnativa Mar 5, 2025
ffa1edc
[MIG] account_sale_stock_report_non_billed: Migration to 18.0
bizzappdev Sep 5, 2025
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
100 changes: 100 additions & 0 deletions account_sale_stock_report_non_billed/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
====================================
Account Sale Stock Report Non Billed
====================================

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

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

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

Module to allow list stock moves that have not being invoiced yet, by
adding a wizard that supports show the pickings not invoiced at a
specific date.

**Table of contents**

.. contents::
:local:

Usage
=====

To use this module, you need to:

1. Go to Invicing > Reporting > Non Billed Stock Moves.
2. Select a concrete date.
3. The stock moves created before this date with quantity to be
invoiced, are being showed at the tree view.

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-financial-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/account-financial-reporting/issues/new?body=module:%20account_sale_stock_report_non_billed%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
-------

* Tecnativa

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

- `Tecnativa <https://www.tecnativa.com>`__:

- Carlos Roca
- Pedro M. Baeza
- Stefan Ungureanu

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

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

|maintainer-CarlosRoca13|

This module is part of the `OCA/account-financial-reporting <https://github.com/OCA/account-financial-reporting/tree/18.0/account_sale_stock_report_non_billed>`_ 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 account_sale_stock_report_non_billed/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from . import models
from . import wizard
19 changes: 19 additions & 0 deletions account_sale_stock_report_non_billed/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright 2022 Tecnativa - Carlos Roca
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Account Sale Stock Report Non Billed",
"version": "18.0.1.0.0",
"license": "AGPL-3",
"author": "Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-financial-reporting",
"depends": ["stock_picking_invoice_link"],
"data": [
"views/res_config_settings_views.xml",
"views/stock_move_non_billed_views.xml",
"security/ir.model.access.csv",
"wizard/account_sale_stock_report_non_billed_wiz_views.xml",
],
"installable": True,
"maintainers": ["CarlosRoca13"],
"development_status": "Beta",
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,162 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_sale_stock_report_non_billed
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.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: account_sale_stock_report_non_billed
#: model:ir.model.fields,field_description:account_sale_stock_report_non_billed.field_stock_move__price_not_invoiced
msgid "Amount to invoice"
msgstr ""

#. module: account_sale_stock_report_non_billed
#: model_terms:ir.ui.view,arch_db:account_sale_stock_report_non_billed.account_sale_stock_report_non_billed_wiz_form
msgid "Cancel"
msgstr ""

#. module: account_sale_stock_report_non_billed
#: model:ir.model,name:account_sale_stock_report_non_billed.model_res_company
msgid "Companies"
msgstr ""

#. module: account_sale_stock_report_non_billed
#: model:ir.model,name:account_sale_stock_report_non_billed.model_res_config_settings
msgid "Config Settings"
msgstr ""

#. module: account_sale_stock_report_non_billed
#: model_terms:ir.ui.view,arch_db:account_sale_stock_report_non_billed.account_sale_stock_report_non_billed_wiz_form
msgid "Confirm"
msgstr ""

#. module: account_sale_stock_report_non_billed
#: model:ir.model.fields,field_description:account_sale_stock_report_non_billed.field_account_sale_stock_report_non_billed_wiz__create_uid
msgid "Created by"
msgstr ""

#. module: account_sale_stock_report_non_billed
#: model:ir.model.fields,field_description:account_sale_stock_report_non_billed.field_account_sale_stock_report_non_billed_wiz__create_date
msgid "Created on"
msgstr ""

#. module: account_sale_stock_report_non_billed
#: model:ir.model.fields,field_description:account_sale_stock_report_non_billed.field_stock_move__currency_id
msgid "Currency"
msgstr ""

#. module: account_sale_stock_report_non_billed
#: model:ir.model.fields,field_description:account_sale_stock_report_non_billed.field_account_sale_stock_report_non_billed_wiz__date_check
msgid "Date"
msgstr ""

#. module: account_sale_stock_report_non_billed
#: model_terms:ir.ui.view,arch_db:account_sale_stock_report_non_billed.res_config_settings_view_form
msgid ""
"Date from which stock movements are to be taken into account for the non "
"billed movements report."
msgstr ""

#. module: account_sale_stock_report_non_billed
#: model:ir.model.fields,field_description:account_sale_stock_report_non_billed.field_account_sale_stock_report_non_billed_wiz__display_name
msgid "Display Name"
msgstr ""

#. module: account_sale_stock_report_non_billed
#: model:ir.model.fields,field_description:account_sale_stock_report_non_billed.field_stock_move__date_done
msgid "Effective Date"
msgstr ""

#. module: account_sale_stock_report_non_billed
#: model_terms:ir.ui.view,arch_db:account_sale_stock_report_non_billed.view_move_search
msgid "Effective date"
msgstr ""

#. module: account_sale_stock_report_non_billed
#: model:ir.model.fields,field_description:account_sale_stock_report_non_billed.field_account_sale_stock_report_non_billed_wiz__id
msgid "ID"
msgstr ""

#. module: account_sale_stock_report_non_billed
#: model:ir.model,name:account_sale_stock_report_non_billed.model_account_move_line
msgid "Journal Item"
msgstr ""

#. module: account_sale_stock_report_non_billed
#: model:ir.model.fields,field_description:account_sale_stock_report_non_billed.field_account_sale_stock_report_non_billed_wiz__write_uid
msgid "Last Updated by"
msgstr ""

#. module: account_sale_stock_report_non_billed
#: model:ir.model.fields,field_description:account_sale_stock_report_non_billed.field_account_sale_stock_report_non_billed_wiz__write_date
msgid "Last Updated on"
msgstr ""

#. module: account_sale_stock_report_non_billed
#: model:ir.actions.act_window,name:account_sale_stock_report_non_billed.action_open_non_billed_stock_move
#: model:ir.ui.menu,name:account_sale_stock_report_non_billed.menu_non_billed_stock_move
#: model_terms:ir.ui.view,arch_db:account_sale_stock_report_non_billed.account_sale_stock_report_non_billed_wiz_form
msgid "Non Billed Stock Moves"
msgstr ""

#. module: account_sale_stock_report_non_billed
#: model:ir.model.fields,field_description:account_sale_stock_report_non_billed.field_res_company__stock_move_non_billed_threshold
#: model:ir.model.fields,field_description:account_sale_stock_report_non_billed.field_res_config_settings__stock_move_non_billed_threshold
msgid "Non Billed Threshold Date"
msgstr ""

#. module: account_sale_stock_report_non_billed
#. odoo-python
#: code:addons/account_sale_stock_report_non_billed/wizard/account_sale_stock_report_non_billed_wiz.py:0
#, python-format
msgid "Non billed moves (%(from)s -> %(to)s)"
msgstr ""

#. module: account_sale_stock_report_non_billed
#: model_terms:ir.ui.view,arch_db:account_sale_stock_report_non_billed.view_move_tree
msgid "Open document"
msgstr ""

#. module: account_sale_stock_report_non_billed
#: model_terms:ir.ui.view,arch_db:account_sale_stock_report_non_billed.view_move_tree
msgid "Picking"
msgstr ""

#. module: account_sale_stock_report_non_billed
#: model:ir.model.fields,field_description:account_sale_stock_report_non_billed.field_stock_move__quantity_not_invoiced
msgid "Qty. to invoice"
msgstr ""

#. module: account_sale_stock_report_non_billed
#: model:ir.model.fields,field_description:account_sale_stock_report_non_billed.field_account_sale_stock_report_non_billed_wiz__interval_restrict_invoices
#: model:ir.model.fields,field_description:account_sale_stock_report_non_billed.field_res_config_settings__default_interval_restrict_invoices
msgid "Restrict invoices using the date interval"
msgstr ""

#. module: account_sale_stock_report_non_billed
#: model:ir.model,name:account_sale_stock_report_non_billed.model_stock_move
msgid "Stock Move"
msgstr ""

#. module: account_sale_stock_report_non_billed
#: model:ir.model.fields,field_description:account_sale_stock_report_non_billed.field_account_sale_stock_report_non_billed_wiz__stock_move_non_billed_threshold
msgid "Stock Move Non Billed Threshold"
msgstr ""

#. module: account_sale_stock_report_non_billed
#: model_terms:ir.ui.view,arch_db:account_sale_stock_report_non_billed.view_move_pivot_no_invoiced
msgid "Stock Moves Analysis"
msgstr ""

#. module: account_sale_stock_report_non_billed
#: model:ir.model,name:account_sale_stock_report_non_billed.model_account_sale_stock_report_non_billed_wiz
msgid "Wizard to open stock moves that have not been invoiced at that time"
msgstr ""
Loading
Loading