Add Sale line with barcode using GS1 barcodes
Project description
This module builds on sale_input_barcode, making use of the full barcode information given by a barcode/datamatrix device.
This module may also create lot and/or select lot if used in combination with sale_order_lot_selection
Table of contents
Configuration
Optionnaly you may prevent to create unknown lot if you add this code in your custom code.
class SaleOrderLine(models.Model):
_inherit = "sale.order.line"
def _create_unknown_lot(self, barcode):
return False
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Maintainers
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
Current maintainer:
This module is part of the OCA/stock-logistics-barcode project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file odoo14_addon_sale_input_barcode_gs1-14.0.2.0.0-py3-none-any.whl
.
File metadata
- Download URL: odoo14_addon_sale_input_barcode_gs1-14.0.2.0.0-py3-none-any.whl
- Upload date:
- Size: 23.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36ef41a9eba6cfbf63f8f184ba9a16c86356141d508b595646036811c2c4b9ea |
|
MD5 | 93f78d4e4acfcbddfa232ce191ff3a7b |
|
BLAKE2b-256 | 0591e1e58a8dd91eee3a60871fa42c873769b0c9fa7eab1ec4f64df4e24b4bd4 |