mirror of
https://github.com/bringout/oca-ocb-technical.git
synced 2026-04-18 07:32:00 +02:00
Initial commit: Technical packages
This commit is contained in:
commit
3473fa71a0
873 changed files with 297766 additions and 0 deletions
23
odoo-bringout-oca-ocb-barcodes/barcodes/__manifest__.py
Normal file
23
odoo-bringout-oca-ocb-barcodes/barcodes/__manifest__.py
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
'name': 'Barcode',
|
||||
'version': '2.0',
|
||||
'category': 'Hidden',
|
||||
'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/helpers.js'],
|
||||
'web.qunit_suite_tests': ['barcodes/static/tests/basic/**/*.js'],
|
||||
'web.qunit_mobile_suite_tests': ['barcodes/static/tests/mobile/*.js'],
|
||||
},
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue