Printing Auto Shipment Advice

printing_auto_shipment_advice
REPOSITORY
REPOSITORYOCA/stock-logistics-transport
GIT
GIThttps://github.com/OCA/stock-logistics-transport.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-transport/tree/18.0/printing_auto_shipment_advice
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, BCIM
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, BCIM
COMMITTERS
COMMITTERSJacques-Etienne Baudoux, Florent Xicluna, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-transport
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:18
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/queue:
    - queue_job
OCA/report-print-send:
    - printing_auto_base
    - base_report_to_printer
OCA/stock-logistics-reporting:
    - printing_auto_stock_picking
OCA/stock-logistics-transport:
    - shipment_advice
    - stock_dock
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - stock_delivery
    - sale_stock
    - sale
    - sales_team
    - account_payment
    - account
    - onboarding
    - analytic
    - payment
    - utm
    - stock_account
    - delivery
    - base_sparse_field
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES pycups
requests
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
When a shipment advice is done, automatically trigger the printing of some
documents.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_shipment_advice_form printing.auto.shipment.advice shipment.advice header Inherits shipment_advice.shipment_advice_view_form
view_warehouse_form_inherit printing.auto.stock.warehouse stock.warehouse page Inherits stock.view_warehouse
Models touched (2)

New fields (1)
  • auto_printing_ids Many2many → printing.auto
    related='warehouse_id.shipment_advice_auto_printing_ids' args: 'printing.auto'
Public methods (0)

No public methods.

New fields (1)
  • shipment_advice_auto_printing_ids Many2many → printing.auto
    domain=[('model', '=', 'shipment.advice')] string='Auto Printing Configuration' args: 'printing.auto'
Public methods (0)

No public methods.