Printing Auto MRP

printing_auto_mrp
REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/18.0/printing_auto_mrp
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYManufacturing
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/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/report-print-send:
    - printing_auto_base
    - base_report_to_printer
OCA/stock-logistics-reporting:
    - printing_auto_stock_picking
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
    - mrp
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES pycups
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
When a production order is completed, automatically trigger the printing of some documents.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_mrp_production_form printing.auto.mrp.production mrp.production header Inherits mrp.mrp_production_form_view
view_picking_type_form_inherit printing.auto.stock.picking stock.picking.type page Inherits stock.view_picking_type_form
Models touched (1)

New fields (1)
  • auto_printing_ids Many2many → printing.auto
    related='picking_type_id.auto_printing_ids' args: 'printing.auto'
Public methods (1)
  • button_mark_done(self)