bemade-addons/bemade_reordering_rules_chatter/__manifest__.py
Benoît Vézina bcd039d89c odoo 16
2023-11-16 19:33:53 -05:00

22 lines
543 B
Python

# -*- coding: utf-8 -*-
{
"name": "Chatter on the Reordering Rules",
"version": "15.0.0.0.1",
"category": "Extra Tools",
'license': 'GPL-3',
'summary': 'Add chatter on the reordering rules',
"description": """
Add chatter on the reordering rules
""",
"author": "Bemade",
'website': 'https://www.bemade.org',
"depends": [
'stock',
],
"data": [
# BV : FOR MIGRATION
# 'views/stock_warehouse_orderpoint.xml',
],
"auto_install": False,
"installable": True,
}