MRP Production Serial Matrix Import Xlsx

mrp_production_serial_matrix_import_xlsx
REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/17.0/mrp_production_serial_matrix_import_xlsx
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYManufacturing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, DavidJForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/manufacture:
    - mrp_production_serial_matrix
OCA/web:
    - web_widget_x2many_2d_matrix
odoo/odoo:
    - mrp
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES openpyxl
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Allows to download a xlsx file to fill it up with the actual matrix in a separate application.
Also, you can upload the file to correctly fill all the matrix automatically.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
mrp_production_serial_matrix_view_form mrp.production.serial.matrix.initial.form- import_xlsx mrp.production.serial.matrix button Inherits mrp_production_serial_matrix.mrp_production_serial_matrix_view_form
Models touched (1)

New fields (2)
  • import_file Binary
    string='Upload Excel File'
  • import_filename Char
    string='File Name'
Public methods (2)
  • action_download_template(self)
  • action_import_template(self)