Skip to Content
Menu

Print Dynamic Product Barcode Labels For Product, Template, Sales Order, Purchase Order, Picking

by
Odoo 5

10.49

v 14.0 Third Party 229
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Inventory (stock)
Purchase (purchase)
Sales (sale_management)
Discuss (mail)
Invoicing (account)
Lines of code 642
Technical Name ca_barcode_labels
LicenseOPL-1
Versions 11.0 12.0 13.0 14.0 15.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Inventory (stock)
Purchase (purchase)
Sales (sale_management)
Discuss (mail)
Invoicing (account)
Lines of code 642
Technical Name ca_barcode_labels
LicenseOPL-1
Versions 11.0 12.0 13.0 14.0 15.0

OVERVIEW

CustomizeApps

Print Dynamic Product Barcode Labels For Product, Template, Purchase Order, Picking


Work With Both Community And Enterprise Version.
Overview CustomizeApps
CustomizeApps features

KEY FEATURES:

CustomizeApps Line
  • Easy To Use.
  • Dynamic Size
  • Any Number Of Barcode Configuration Template
  • Print Label For Sale/Purchase/Picking/Templates/Products
  • Separate Label Per Page
  • Print multiple Labels
  • Dynamic Selection of Print Label By Name,Attributes,Price
  • Dynamic Selection of Barcode Configuration Template
  • Multiple type of Barcode

CustomizeApps Configuration CONFIGURATION

CustomizeApps Line

Goto Settings --> Users --> Users --> Access Rights Page --> Allow Product Barcode Label

DETAILS

Bacode Configuration Template
User can create any number of barcode configuration template

Manually Create Product Label

Select Multiple Products And Create Label.

Print prodcut label for Sale Order

Print prodcut label for Purchase Order

Print prodcut label for Pickiing

Print Samples

EAN13 Barcode

QR Code

Code128 Barcode

And Much More ...

CustomizeApps SupportsSupports

CustomizeApps Line

For any supports or questions, please contact me via:

customizeapps5@gmail.com
Odoo Proprietary License v1.0

This software and associated files (the "Software") may only be used (executed,
modified, executed after modifications) if you have purchased a valid license
from the authors, typically via Odoo Apps, or if you have received a written
agreement from the authors of the Software (see the COPYRIGHT file).

You may develop Odoo modules that use the Software as a library (typically
by depending on it, importing it and using its resources), but without copying
any source code or material from the Software. You may distribute those
modules under the license of your choice, provided that this license is
compatible with the terms of the Odoo Proprietary License (For example:
LGPL, MIT, or proprietary licenses similar to this one).

It is forbidden to publish, distribute, sublicense, or sell copies of the Software
or modified copies of the Software.

The above copyright notice and this permission notice must be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

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 or have a question related to your purchase, please use the support page.
There are no ratings yet!
Does the module support LOT - SERIAL NUMBERS
by
Humberto
on 9/1/23, 3:50 PM



no good
by
tmtelectronique
on 6/15/22, 6:42 PM Confirmed Purchase

I bought this module on 04/11/2022 and the support didn't respond to my messages, the module didn't work.


Help me plz
by
tmtelectronique
on 5/4/22, 6:15 PM Confirmed Purchase

I bought this module on 04/11/2022 and the support didn't respond to my messages, the module didn't work. Im waiting for a response.


by
tmtelectronique
on 4/26/22, 6:04 AM Confirmed Purchase

Erreur:

Odoo Server Error


Traceback (most recent call last):

  File "/home/odoo/src/odoo/odoo/addons/base/models/ir_http.py", line 237, in _dispatch

    result = request.dispatch()

  File "/home/odoo/src/odoo/odoo/http.py", line 685, in dispatch

    result = self._call_function(**self.params)

  File "/home/odoo/src/odoo/odoo/http.py", line 361, in _call_function

    return checked_call(self.db, *args, **kwargs)

  File "/home/odoo/src/odoo/odoo/service/model.py", line 94, in wrapper

    return f(dbname, *args, **kwargs)

  File "/home/odoo/src/odoo/odoo/http.py", line 349, in checked_call

    result = self.endpoint(*a, **kw)

  File "/home/odoo/src/odoo/odoo/http.py", line 914, in __call__

    return self.method(*args, **kw)

  File "/home/odoo/src/odoo/odoo/http.py", line 533, in response_wrap

    response = f(*args, **kw)

  File "/home/odoo/src/odoo/addons/web/controllers/main.py", line 1398, in call_button

    action = self._call_kw(model, method, args, kwargs)

  File "/home/odoo/src/odoo/addons/web/controllers/main.py", line 1386, in _call_kw

    return call_kw(request.env[model], method, args, kwargs)

  File "/home/odoo/src/odoo/odoo/api.py", line 399, in call_kw

    result = _call_kw_multi(method, model, args, kwargs)

  File "/home/odoo/src/odoo/odoo/api.py", line 386, in _call_kw_multi

    result = method(recs, *args, **kwargs)

  File "<decorator-gen-72>", line 2, in button_immediate_install

  File "/home/odoo/src/odoo/odoo/addons/base/models/ir_module.py", line 74, in check_and_log

    return method(self, *args, **kwargs)

  File "/home/odoo/src/odoo/odoo/addons/base/models/ir_module.py", line 475, in button_immediate_install

    return self._button_immediate_function(type(self).button_install)

  File "/home/odoo/src/odoo/odoo/addons/base/models/ir_module.py", line 593, in _button_immediate_function

    modules.registry.Registry.new(self._cr.dbname, update_module=True)

  File "/home/odoo/src/odoo/odoo/modules/registry.py", line 89, in new

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

  File "/home/odoo/src/odoo/odoo/modules/loading.py", line 459, in load_modules

    processed_modules += load_marked_modules(cr, graph,

  File "/home/odoo/src/odoo/odoo/modules/loading.py", line 347, in load_marked_modules

    loaded, processed = load_module_graph(

  File "/home/odoo/src/odoo/odoo/modules/loading.py", line 198, in load_module_graph

    registry.setup_models(cr)

  File "/home/odoo/src/odoo/odoo/modules/registry.py", line 276, in setup_models

    model._setup_fields()

  File "/home/odoo/src/odoo/odoo/models.py", line 2845, in _setup_fields

    field.setup_full(self)

  File "/home/odoo/src/odoo/odoo/fields.py", line 399, in setup_full

    self._setup_regular_full(model)

  File "/home/odoo/src/odoo/odoo/fields.py", line 3119, in _setup_regular_full

    invf = comodel._fields[self.inverse_name]

Exception


The above exception was the direct cause of the following exception:


Traceback (most recent call last):

  File "/home/odoo/src/odoo/odoo/http.py", line 641, in _handle_exception

    return super(JsonRequest, self)._handle_exception(exception)

  File "/home/odoo/src/odoo/odoo/http.py", line 317, in _handle_exception

    raise exception.with_traceback(None) from new_cause

KeyError: 'product_tmpl_id'

Re:
by
CustomizeApps
on 4/26/22, 6:34 AM Author

Hello,

I am checking the error. We will fix and update.


Product Label menu doesn't show
by
Junior Veroy
on 11/12/21, 6:11 PM Confirmed Purchase

Hello, there 2 menus that are installed, de barcode configuration template and the product labels. the first one shows up, but the second won't.

Is there any other configuration (besides access rights) that needs to be done in order for it to show up?

JrVeroy


Error
by
Junior Veroy
on 11/12/21, 6:08 PM Confirmed Purchase

I'm getting an error when click on create a new template.

Odoo Server Error
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_http.py", line 237, in _dispatch
    result = request.dispatch()
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 683, in dispatch
    result = self._call_function(**self.params)
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 359, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 94, in wrapper
    return f(dbname, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 347, in checked_call
    result = self.endpoint(*a, **kw)
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 912, in __call__
    return self.method(*args, **kw)
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 531, in response_wrap
    response = f(*args, **kw)
  File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 1359, in call_kw
    return self._call_kw(model, method, args, kwargs)
  File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 1351, in _call_kw
    return call_kw(request.env[model], method, args, kwargs)
  File "/usr/lib/python3/dist-packages/odoo/api.py", line 396, in call_kw
    result = _call_kw_multi(method, model, args, kwargs)
  File "/usr/lib/python3/dist-packages/odoo/api.py", line 383, in _call_kw_multi
    result = method(recs, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/odoo/models.py", line 6165, in onchange
    value = record[name]
  File "/usr/lib/python3/dist-packages/odoo/models.py", line 5640, in __getitem__
    return self._fields[key].__get__(self, type(self))
  File "/usr/lib/python3/dist-packages/odoo/fields.py", line 987, in __get__
    raise ValueError("Compute method failed to assign %s.%s" % (record, self.name))
Exception

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 639, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 315, in _handle_exception
    raise exception.with_traceback(None) from new_cause
ValueError: Compute method failed to assign barcode.configuration.template(<NewId 0x7f108546fd90>,).label_height_px

Can't install
by
Alexandre Bernardes
on 7/20/21, 4:30 PM Reviewed

Hi,

I got a issue, then I remove this module.

Now, when I try to reinstall it I have this error message:

"Validation Error:

Please Create Product Label Template From: Sales --> Configuration --> Barcode Configuration Template"

I dont have this option in menu sales->configuration.

Can you help-me?

Thanks


by
Shay Kolker
on 6/16/21, 6:54 AM Confirmed Purchase

Is it possible to print more than one field on the same line?

If possible, can you reduce the font size dynamically in case it overflows to second line? 


by
Shay Kolker
on 5/23/21, 8:09 AM Confirmed Purchase

Hi

Do you support also event registration  module? I need to print attendees badge

Can I print to local printer?

Thanks

Shay