mirror of
https://github.com/bringout/oca-ocb-pos.git
synced 2026-04-24 04:22:07 +02:00
19.0 vanilla
This commit is contained in:
parent
6e54c1af6c
commit
3ca647e428
1087 changed files with 132065 additions and 108499 deletions
|
|
@ -5,14 +5,23 @@
|
|||
{
|
||||
'name': 'pos_mrp',
|
||||
'version': '1.0',
|
||||
'category': 'Hidden',
|
||||
'category': 'Sales/Point of Sale',
|
||||
'sequence': 6,
|
||||
'summary': 'Link module between Point of Sale and Mrp',
|
||||
'description': """
|
||||
This is a link module between Point of Sale and Mrp.
|
||||
This is a link module between Point of Sale and Mrp.
|
||||
""",
|
||||
'depends': ['point_of_sale', 'mrp'],
|
||||
'data': [
|
||||
'security/ir.model.access.csv',
|
||||
],
|
||||
'assets': {
|
||||
'web.assets_tests': [
|
||||
'pos_mrp/static/tests/tours/**/*',
|
||||
],
|
||||
},
|
||||
'installable': True,
|
||||
'auto_install': True,
|
||||
'author': 'Odoo S.A.',
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue