mirror of
https://github.com/bringout/oca-ocb-pos.git
synced 2026-04-24 18:42:04 +02:00
19.0 vanilla
This commit is contained in:
parent
6e54c1af6c
commit
3ca647e428
1087 changed files with 132065 additions and 108499 deletions
|
|
@ -2,8 +2,8 @@
|
|||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
{
|
||||
'name': "pos_hr",
|
||||
'category': "Hidden",
|
||||
'name': "POS - HR",
|
||||
'category': "Sales/Point of Sale",
|
||||
'summary': 'Link module between Point of Sale and HR',
|
||||
|
||||
'description': """
|
||||
|
|
@ -16,26 +16,25 @@ The actual till still requires one user but an unlimited number of employees can
|
|||
'data': [
|
||||
'views/pos_config.xml',
|
||||
'views/pos_order_view.xml',
|
||||
'views/pos_payment_view.xml',
|
||||
'views/pos_order_report_view.xml',
|
||||
'views/single_employee_sales_report.xml',
|
||||
'views/res_config_settings_views.xml',
|
||||
'wizard/pos_daily_sales_reports.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'auto_install': True,
|
||||
'assets': {
|
||||
'point_of_sale.assets': [
|
||||
'pos_hr/static/src/css/pos.css',
|
||||
'pos_hr/static/src/js/models.js',
|
||||
'pos_hr/static/src/js/SelectCashierMixin.js',
|
||||
'pos_hr/static/src/js/Chrome.js',
|
||||
'pos_hr/static/src/js/HeaderLockButton.js',
|
||||
'pos_hr/static/src/js/CashierName.js',
|
||||
'pos_hr/static/src/js/LoginScreen.js',
|
||||
'pos_hr/static/src/js/PaymentScreen.js',
|
||||
'pos_hr/static/src/xml/**/*',
|
||||
'point_of_sale._assets_pos': [
|
||||
'pos_hr/static/src/**/*',
|
||||
],
|
||||
'web.assets_tests': [
|
||||
'pos_hr/static/tests/**/*',
|
||||
'pos_hr/static/tests/tours/**/*',
|
||||
],
|
||||
'web.assets_unit_tests': [
|
||||
'pos_hr/static/tests/unit/**/*',
|
||||
],
|
||||
},
|
||||
'author': 'Odoo S.A.',
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue