19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:29:53 +01:00
parent 6e54c1af6c
commit 3ca647e428
1087 changed files with 132065 additions and 108499 deletions

View file

@ -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',
}