| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Discuss (mail) • Invoicing (account) |
| Community Apps Dependencies | Show |
| Lines of code | 515 |
| Technical Name |
nexterp_delivery_slip_report |
| License | OPL-1 |
| Website | https://www.nexterp.ro |
| Versions | 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Discuss (mail) • Invoicing (account) |
| Community Apps Dependencies | Show |
| Lines of code | 515 |
| Technical Name |
nexterp_delivery_slip_report |
| License | OPL-1 |
| Website | https://www.nexterp.ro |
| Versions | 19.0 |
NextERP - Stock Delivery Slip Report
NextERP - Stock Delivery Slip Report
Overview
nexterp_delivery_slip_report customises the standard Odoo delivery
slip PDF (stock.report_delivery_document) and its variants for serial
numbers and aggregated lines. It does not introduce a new report
action — instead, it inherits the existing templates at priority 100
and changes their rendering based on three company-level switches.
The module addresses two recurring requests on warehouse paperwork:
the product column should print only the product name (without the
[CODE] Name display name and without the picking description), and
the quantity column should honour the per-UoM decimal precision
already exposed by nexterp_account_invoice_report (a dependency).
A third option drives the language of incoming / internal transfers:
when enabled, the printed slip uses the company partner's language for
non-outgoing pickings, while customer deliveries (outgoing) keep the
standard behaviour of using the customer language. All three options
are stored on res.company and are configurable under the Inventory
settings.
Built & supported by NextERP Romania
Romanian Odoo specialists, here for the long run — from implementation to localization and day-to-day production support.
What we do
Odoo Solutions
From quick-start rollouts to multi-company deployments and custom modules built for your processes.
Romanian Localization
SAF-T (D406), e-Factura, e-Transport, D300 / D390 / D394, ANAF integration, full chart of accounts and fiscal positions.
Our Services
Implementation, customization, migration, integration, support and consultancy — Romanian-speaking, SLA-backed.
Features
- Inherits the three standard delivery PDF templates at priority 100:
stock.report_delivery_document,stock.stock_report_delivery_has_serial_move_lineandstock.stock_report_delivery_aggregated_move_lines. - Delivery slip report only name — replaces the product display
name (which prepends the internal reference) with the bare
product_id.name, and hides themove.description_picking/ aggregated description so the product column is cleaner. - Delivery slip report uom precision — formats the demand and done
quantity using the
report_precisiondefined per UoM (field inherited fromnexterp_account_invoice_report), so quantities are printed with the correct number of decimals for kg / l / m / etc. - Picking report lang company — for non-outgoing pickings (receipts, internal transfers, returns…), forces the report language to the company partner's language. Customer deliveries still print in the customer's language.
- All three switches are independent and can be combined.
- Depends on
nexterp_account_invoice_reportto reuse theuom.uom.report_precisionfield. - The aggregated-lines variant also propagates
report_precisionthrough_get_aggregated_product_quantities, and the override of_get_aggregated_propertiesstrips the[CODE]prefix from the printed product name when only name is on.
Configuration
All options are per company and are exposed in the standard Inventory settings page, right after the Operations block.
1. Enable the print options
- Go to Inventory -> Configuration -> Settings.
- Scroll down past the Operations block.
- Tick the options you want enabled for the printed delivery slip:
- Delivery slip report only name — print only the product name,
hide the
[internal reference] Nameprefix and the picking description. - Delivery slip report uom precision — format quantities using the per-UoM Report Precision.
- Picking report lang company — print receipts and internal transfers in the company partner's language.
- Delivery slip report only name — print only the product name,
hide the
- Save the settings. Repeat per company in a multi-company database.
2. Set UoM print precision
This module relies on the report_precision field added on uom.uom
by nexterp_account_invoice_report.
- Go to Inventory -> Configuration -> Units of Measure -> Units of Measure.
- Open a unit (e.g. kg, l, m) and set Report Precision to the number of decimal places you want printed on delivery slips.
- Leave the field empty (or
0) to keep the default behaviour for that UoM.
3. Language of receipts
When Picking report lang company is on, only receipts and internal
transfers switch to the company language; customer deliveries
(picking_type_code == 'outgoing') keep the standard language
resolution and print in the customer's language.
To install this module, you need to:
- clone the repository https://github.com/NextERP-Romania/odoo-community
- add the path to this repository in your configuration (addons-path)
- update the module list
- search for "NextERP - Delivery Slip Report" in your addons
- install the module
How it works
The module changes the behaviour of the existing delivery slip print actions — there is no new menu or wizard. Once installed and configured, every delivery slip printed from a transfer uses the inherited templates.
Printing a delivery slip
- Open a transfer from Inventory -> Operations -> Transfers.
- Click Print -> Delivery Slip.
- The generated PDF reflects the company options:
- Product column shows the bare product name (no
[CODE]prefix, no description) when only name is enabled. - Demand and done quantities are printed with the UoM-specific number of decimals when uom precision is enabled.
- The PDF is rendered in the company partner's language for non-outgoing pickings when lang company is enabled.
- Product column shows the bare product name (no
How it works
stock.report_delivery_documentis patched to replacemove.product_idand conditionally hidemove.description_picking.stock.stock_report_delivery_has_serial_move_lineapplies the same replacements on the per-serial-number view used for tracked products.stock.stock_report_delivery_aggregated_move_lineshides the aggregated description and consumes areport_precisionvalue attached to each aggregated line.StockMoveLine._get_aggregated_product_quantitiesinjectsreport_precisionfrom the line UoM into the aggregated dict.StockMoveLine._get_aggregated_propertiesreturnsproduct.name(instead of the display name) when only name is on.StockPicking._get_report_langreturns the company partner language for non-outgoing pickings when lang company is on; the default behaviour is preserved for customer deliveries.StockMoveLine._get_report_langpicks the move partner language first, falling back to the line partner language and then to the user language.
Versions
19.0.0.0.0 (2026-05-25)
- Changelog tracking starts at this release.
Discover the NextERP suite
Other modules from the same publisher, built to work together.
NextERP Romania
Odoo implementation, customization, Romanian localization and long-term support since 2018.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module