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
19
website_sale_stock_available/__manifest__.py
Normal file
19
website_sale_stock_available/__manifest__.py
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Copyright 2020 Tecnativa - Ernesto Tejeda
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
{
|
||||
"name": "Website Sale Stock Available",
|
||||
"summary": "Display 'Available to promise' in shop online "
|
||||
"instead 'Quantity On Hand'",
|
||||
"version": "12.0.1.0.3",
|
||||
"category": "Website",
|
||||
"website": "https://github.com/OCA/e-commerce",
|
||||
"author": "Tecnativa, Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"depends": [
|
||||
"stock_available",
|
||||
"website_sale_stock",
|
||||
],
|
||||
"data": [
|
||||
],
|
||||
"installable": True,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue