obook/website_sale_stock_available_display/__manifest__.py

23 lines
728 B
Python

# Copyright 2019 Tecnativa - Sergio Teruel
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
'name': 'Website Sale Stock Available Display',
'summary': 'Display stock in shop online and allow to sell with no stock '
'available',
'version': '12.0.1.2.1',
'development_status': 'Beta',
'category': 'Website',
'website': 'https://github.com/OCA/e-commerce',
'author': 'Tecnativa, Odoo Community Association (OCA)',
'license': 'AGPL-3',
'application': False,
'installable': True,
'depends': [
'website_sale_stock',
],
'data': [
'views/assets.xml',
'views/product_template_views.xml',
'views/templates.xml',
],
}