oca-ocb-pos/odoo-bringout-oca-ocb-pos_hr_restaurant/pos_hr_restaurant/__manifest__.py
Ernad Husremovic 3ca647e428 19.0 vanilla
2026-03-09 09:29:53 +01:00

25 lines
721 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'POS HR Restaurant',
'version': '1.0',
'category': 'Sales/Point of Sale',
'summary': 'Link module between pos_hr and pos_restaurant',
'description': """
This module adapts the behavior of the PoS when the pos_hr and pos_restaurant are installed.
""",
'depends': ['pos_hr', 'pos_restaurant'],
'auto_install': True,
'assets': {
'point_of_sale._assets_pos': [
'pos_hr_restaurant/static/src/**/*',
],
'web.assets_tests': [
'pos_hr_restaurant/static/tests/**/*',
],
},
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}