mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
If a changed line relates to a purchase order that is not cancelled, raises an exception with the name(s) of the purchase orders.
26 lines
594 B
Python
26 lines
594 B
Python
{
|
|
'name': 'Sale Line Change',
|
|
'summary': 'Change Confirmed Sale Lines Routes or Warehouses.',
|
|
'version': '11.0.1.0.0',
|
|
'author': "Hibou Corp.",
|
|
'category': 'Sale',
|
|
'license': 'AGPL-3',
|
|
'complexity': 'expert',
|
|
'images': [],
|
|
'website': "https://hibou.io",
|
|
'description': """
|
|
""",
|
|
'depends': [
|
|
'sale_sourced_by_line',
|
|
'sale_stock',
|
|
'stock_dropshipping',
|
|
],
|
|
'demo': [],
|
|
'data': [
|
|
'wizard/sale_line_change_views.xml',
|
|
'views/sale_views.xml',
|
|
],
|
|
'auto_install': False,
|
|
'installable': True,
|
|
}
|