mirror of
https://github.com/bringout/oca-ocb-pos.git
synced 2026-04-25 06:22:02 +02:00
Initial commit: Pos packages
This commit is contained in:
commit
95dfb9edb0
1301 changed files with 264148 additions and 0 deletions
|
|
@ -0,0 +1,37 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
{
|
||||
'name': "Point of Sale - Coupons & Loyalty",
|
||||
'version': '2.0',
|
||||
'category': 'Sales/Point Of Sale',
|
||||
'sequence': 6,
|
||||
'summary': 'Use Coupons, Gift Cards and Loyalty programs in Point of Sale',
|
||||
'depends': ['loyalty', 'point_of_sale'],
|
||||
'data': [
|
||||
'security/ir.model.access.csv',
|
||||
'data/default_barcode_patterns.xml',
|
||||
'data/gift_card_data.xml',
|
||||
'views/loyalty_card_views.xml',
|
||||
'views/loyalty_mail_views.xml',
|
||||
'views/pos_loyalty_menu_views.xml',
|
||||
'views/res_config_settings_view.xml',
|
||||
'views/loyalty_program_views.xml',
|
||||
],
|
||||
'demo': [
|
||||
'data/pos_loyalty_demo.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'auto_install': True,
|
||||
'assets': {
|
||||
'point_of_sale.assets': [
|
||||
'pos_loyalty/static/src/css/Loyalty.scss',
|
||||
'pos_loyalty/static/src/js/**/*',
|
||||
'pos_loyalty/static/src/xml/**/*',
|
||||
],
|
||||
'web.assets_tests': [
|
||||
'pos_loyalty/static/src/tours/**/*',
|
||||
],
|
||||
},
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue