nfu/nfu_wholesaler_exporter
2025-10-07 15:34:45 +02:00
..
models [IMP] nfu_wholesaler_exporter: change limiter and visibility 2025-10-07 15:34:45 +02:00
readme [IMP] nfu_wholesaler_exporter: change limiter and visibility 2025-10-07 15:34:45 +02:00
static/description [IMP] nfu_wholesaler_exporter: change limiter and visibility 2025-10-07 15:34:45 +02:00
views [IMP] nfu_wholesaler_exporter: change limiter and visibility 2025-10-07 15:34:45 +02:00
__init__.py [IMP] Rename Grell Exporter to Wholesaler Exporter 2024-10-16 14:55:24 +02:00
__manifest__.py [IMP] nfu_wholesaler_exporter: change limiter and visibility 2025-10-07 15:34:45 +02:00
README.rst [IMP] nfu_wholesaler_exporter: change limiter and visibility 2025-10-07 15:34:45 +02:00

=======================
NFU Wholesaler Exporter
=======================

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

.. |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-LGPL--3-blue.png
    :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
    :alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-bakeupboys%2Fnfu-lightgray.png?logo=github
    :target: https://github.com/bakeupboys/nfu/tree/16.0/nfu_wholesaler_exporter
    :alt: bakeupboys/nfu

|badge1| |badge2| |badge3|

This module adds a CSV exporter action to Sale Order Batch module.
It exports the article number (default_code) and the qty of the Sale Order Batch
Product view.

Großhändler bieten die Möglichkeit Bestellungen als CSV hochzuladen. Dafür werden lediglich 2 Spalten benötigt
\|Artnr\|Menge\|. Als Trennezeichen dient das ";"

* Artnr
    Artikelnummer beim Hersteller
    Das ist aktuell der default_code, falls wir den mal prefixen, muss das hier angepasst werden oder wir gehen auf Das Lieferantenmodel
* Menge
    Bestellmenge/Gebindegröße

**Table of contents**

.. contents::
   :local:

Changelog
=========

- 16.0.0.0.1: Initial module.
- 16.0.1.0.0: Adjust to Grell format specification
- 16.0.1.0.1: Rename to CSV Exporter
- 16.0.1.1.0: Add rounding for float values and remove zero lines
- 16.0.1.2.0: Change limiter to ";" and only show exporter in closed state

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

Bugs are tracked on `GitHub Issues <https://github.com/bakeupboys/nfu/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/bakeupboys/nfu/issues/new?body=module:%20nfu_wholesaler_exporter%0Aversion:%2016.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
~~~~~~~

* BAKEUP

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

* Niels Göttsch <niels@ziemlichoptimal.de>

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

This module is part of the `bakeupboys/nfu <https://github.com/bakeupboys/nfu/tree/16.0/nfu_wholesaler_exporter>`_ project on GitHub.

You are welcome to contribute.