mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-27 14:12:02 +02:00
19.0 vanilla
This commit is contained in:
parent
79f83631d5
commit
73afc09215
6267 changed files with 1534193 additions and 1130106 deletions
|
|
@ -3,9 +3,9 @@
|
|||
|
||||
|
||||
{
|
||||
'name': 'pos_sale',
|
||||
'name': 'POS - Sales',
|
||||
'version': '1.1',
|
||||
'category': 'Hidden',
|
||||
'category': 'Sales/Point of Sale',
|
||||
'sequence': 6,
|
||||
'summary': 'Link module between Point of Sale and Sales',
|
||||
'description': """
|
||||
|
|
@ -27,21 +27,17 @@ This module adds a custom Sales Team for the Point of Sale. This enables you to
|
|||
'installable': True,
|
||||
'auto_install': True,
|
||||
'assets': {
|
||||
'point_of_sale.assets': [
|
||||
'pos_sale/static/src/css/pos_sale.css',
|
||||
'pos_sale/static/src/js/models.js',
|
||||
'pos_sale/static/src/js/SetSaleOrderButton.js',
|
||||
'pos_sale/static/src/js/OrderManagementScreen/MobileSaleOrderManagementScreen.js',
|
||||
'pos_sale/static/src/js/OrderManagementScreen/SaleOrderFetcher.js',
|
||||
'pos_sale/static/src/js/OrderManagementScreen/SaleOrderList.js',
|
||||
'pos_sale/static/src/js/OrderManagementScreen/SaleOrderManagementControlPanel.js',
|
||||
'pos_sale/static/src/js/OrderManagementScreen/SaleOrderManagementScreen.js',
|
||||
'pos_sale/static/src/js/OrderManagementScreen/SaleOrderRow.js',
|
||||
'pos_sale/static/src/xml/**/*',
|
||||
'point_of_sale._assets_pos': [
|
||||
'pos_sale/static/src/**/*',
|
||||
],
|
||||
'web.assets_tests': [
|
||||
'pos_sale/static/tests/**/*',
|
||||
'pos_sale/static/tests/tours/**/*',
|
||||
],
|
||||
'web.assets_unit_tests': [
|
||||
'pos_sale/static/tests/unit/**/*',
|
||||
],
|
||||
},
|
||||
'post_init_hook': '_pos_sale_post_init',
|
||||
'author': 'Odoo S.A.',
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue