Añadidos módulos de OCA/e-commerce para la tienda online
This commit is contained in:
parent
10bfdb5a49
commit
c14ed5b4ef
99 changed files with 5359 additions and 0 deletions
23
website_sale_stock_available_display/__manifest__.py
Normal file
23
website_sale_stock_available_display/__manifest__.py
Normal file
|
@ -0,0 +1,23 @@
|
|||
# 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',
|
||||
],
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue