123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- # -*- coding: utf-8 -*-
- {
- 'name': 'Stay On Product Page',
- 'version': '1.1',
- 'category': 'eCommerce',
- 'summary': 'Visitors stay on a product page while adding to cart',
- 'description': '''
- Stay On Product Page
- ====================
- Visitors stay on product pages while adding to cart
- The app is an e-shop extension, which modifies basic purchase process. Visitors would not be moved to cart while adding products. Instead they would stay on the same page.
- ''',
- 'auto_install': False,
- 'author': 'IT Libertas',
- 'website': 'https://itlibertas.com',
- 'depends': [
- 'website_sale',
- ],
- 'data': [
- 'data/data.xml',
- 'security/ir.model.access.csv',
- ],
- 'qweb': [
- ],
- 'js': [
- ],
- 'demo': [
- ],
- 'test': [
- ],
- 'license': 'AGPL-3',
- 'images': [
- 'static/description/main.png',
- ],
- 'update_xml': [
- ],
- 'application': False,
- 'installable': True,
- 'private_category': False,
- 'external_dependencies': {
- },
- }
|