añadido stock_available de OCA/stock-logistics-workflow por dependencia de website_stock_available

This commit is contained in:
santiky 2021-09-14 14:27:00 +02:00
parent c14ed5b4ef
commit 9bd253a931
Signed by: snt
GPG key ID: A9FD34930EADBE71
45 changed files with 5494 additions and 0 deletions

View file

@ -0,0 +1,20 @@
# Copyright 2014 Numérigraphe
# Copyright 2016 Sodexis
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'Stock available to promise',
'version': '12.0.1.0.1',
'author': 'Numérigraphe, Sodexis, Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/stock-logistics-warehouse',
'development_status': 'Production/Stable',
'category': 'Warehouse',
'depends': ['stock'],
'license': 'AGPL-3',
'data': [
'views/product_template_view.xml',
'views/product_product_view.xml',
'views/res_config_settings_views.xml',
],
'installable': True,
}