mirror of
https://github.com/bringout/oca-ocb-technical.git
synced 2026-04-20 00:12:00 +02:00
19.0 vanilla
This commit is contained in:
parent
5faf7397c5
commit
2696f14ed7
721 changed files with 220375 additions and 91221 deletions
25
odoo-bringout-oca-ocb-barcodes/barcodes/__manifest__.py
Normal file
25
odoo-bringout-oca-ocb-barcodes/barcodes/__manifest__.py
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
'name': 'Barcode',
|
||||
'version': '2.0',
|
||||
'category': 'Supply Chain/Inventory',
|
||||
'summary': 'Scan and Parse Barcodes',
|
||||
'depends': ['web'],
|
||||
'data': [
|
||||
'data/barcodes_data.xml',
|
||||
'views/barcodes_view.xml',
|
||||
'security/ir.model.access.csv',
|
||||
],
|
||||
'installable': True,
|
||||
'post_init_hook': '_assign_default_nomeclature_id',
|
||||
'assets': {
|
||||
'web.assets_backend': [
|
||||
'barcodes/static/src/**/*',
|
||||
],
|
||||
'web.tests_assets': ['barcodes/static/tests/legacy/helpers.js'],
|
||||
'web.assets_unit_tests': [
|
||||
'barcodes/static/tests/*.test.js',
|
||||
],
|
||||
},
|
||||
'author': 'Odoo S.A.',
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue