Repository
OCA/manufacture · module folder · Try on Runboat
Module version
1.0.1
Category
Manufacturing
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/manufacture
Last tracking update
2026-08-07 08:22:59
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
Weblate, OCA-git-bot, oca-ci, DavidJForgeFlow
Odoo dependencies
Python dependencies
openpyxl
System dependencies
None
Required by
None
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 form Inherits mrp_production_serial_matrix.mrp_production_serial_matrix_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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)