Skip to Content
Menu
v 18.0 Third Party 114
Download for v 18.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Invoicing (account)
Maintenance (maintenance)
Discuss (mail)
Lines of code 399
Technical Name aspl_equipment_qrcode_generator
LicenseAGPL-3
Websitehttps://aspiresoftserv.com
Versions 15.0 16.0 17.0 18.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Invoicing (account)
Maintenance (maintenance)
Discuss (mail)
Lines of code 399
Technical Name aspl_equipment_qrcode_generator
LicenseAGPL-3
Websitehttps://aspiresoftserv.com
Versions 15.0 16.0 17.0 18.0
Request A Demo

Euipment Qr-code

The Equipment Management Module streamlines the intricate process of equipment management by generating unique QR codes for each asset. Scanning these QR codes instantly provides comprehensive details about the equipment. Additionally, the QR code features a direct link to the equipment's profile in Odoo, facilitating seamless management and updates.

Prerequisite:-

pip install qrcode==6.1

Screenshots

Sequence Configuration

Once you install the module, It will automatically create maintenance sequence for available company.

Serial number Generation

In the equipment, you'll find a "Generate Serial Number" button. When you click this button, it automatically creates a serial number based on the company's predefined sequence, which is set up when the module is installed (check above screenshot related to sequence configuration).

Print QR-Code View

In the equipment tree view, When you select an item, It will display a "QR Code" button.

QR Code Size Options

The module will display all available options for QR code sizes, allowing you to choose the appropriate dimensions for generating your QR codes.

Suggested Apps

Free Support

We will provide free support for any issues,queries and bug fixing
upto 90 days from the date of purchase of this application.

Request Free Support

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
There are no ratings yet!
安装时后台报错
by
yong
on 8/17/25, 11:06 PM

2025-08-18 03:05:32,988 532526 INFO odoo18_test1 odoo.modules.loading: Loading module aspl_equipment_qrcode_generator (64/118)

2025-08-18 03:05:33,077 532526 WARNING odoo18_test1 py.warnings: /home/odoo/odoo/odoo18/odoo/api.py:484: DeprecationWarning: The model odoo.addons.aspl_equipment_qrcode_generator.models.res_company is not overriding the create method in batch

  File "/home/odoo/odoo/odoo18/./odoo-bin", line 8, in <module>

    odoo.cli.main()

  File "/home/odoo/odoo/odoo18/odoo/cli/command.py", line 66, in main

    o.run(args)

  File "/home/odoo/odoo/odoo18/odoo/cli/server.py", line 182, in run

    main(args)

  File "/home/odoo/odoo/odoo18/odoo/cli/server.py", line 175, in main

    rc = odoo.service.server.start(preload=preload, stop=stop)

  File "/home/odoo/odoo/odoo18/odoo/service/server.py", line 1457, in start

    rc = server.run(preload, stop)

  File "/home/odoo/odoo/odoo18/odoo/service/server.py", line 622, in run

    rc = preload_registries(preload)

  File "/home/odoo/odoo/odoo18/odoo/service/server.py", line 1361, in preload_registries

    registry = Registry.new(dbname, update_module=update_module)

  File "<decorator-gen-13>", line 2, in new

  File "/home/odoo/odoo/odoo18/odoo/tools/func.py", line 97, in locked

    return func(inst, *args, **kwargs)

  File "/home/odoo/odoo/odoo18/odoo/modules/registry.py", line 129, in new

    odoo.modules.load_modules(registry, force_demo, status, update_module)

  File "/home/odoo/odoo/odoo18/odoo/modules/loading.py", line 480, in load_modules

    processed_modules += load_marked_modules(env, graph,

  File "/home/odoo/odoo/odoo18/odoo/modules/loading.py", line 365, in load_marked_modules

    loaded, processed = load_module_graph(

  File "/home/odoo/odoo/odoo18/odoo/modules/loading.py", line 186, in load_module_graph

    load_openerp_module(package.name)

  File "/home/odoo/odoo/odoo18/odoo/modules/module.py", line 384, in load_openerp_module

    __import__(qualname)

  File "/home/odoo/odoo/odoo18/odoo_modells/aspl_equipment_qrcode_generator/__init__.py", line 5, in <module>

    from . import models

  File "/home/odoo/odoo/odoo18/odoo_modells/aspl_equipment_qrcode_generator/models/__init__.py", line 4, in <module>

    from . import res_company

  File "/home/odoo/odoo/odoo18/odoo_modells/aspl_equipment_qrcode_generator/models/res_company.py", line 6, in <module>

    class ResCompany(models.Model):

  File "/home/odoo/odoo/odoo18/odoo_modells/aspl_equipment_qrcode_generator/models/res_company.py", line 10, in ResCompany

    def create(self, vals):

  File "/home/odoo/odoo/odoo18/odoo/api.py", line 431, in model

    return model_create_single(method)

  File "/home/odoo/odoo/odoo18/odoo/api.py", line 484, in model_create_single

    warnings.warn(


it works,
by
SAMA ERP
on 12/31/24, 11:50 PM

Thanks!