mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
24 lines
651 B
Python
Executable File
24 lines
651 B
Python
Executable File
{
|
|
'name': 'Purchase by Sale History',
|
|
'author': 'Hibou Corp. <hello@hibou.io>',
|
|
'version': '15.0.1.0.0',
|
|
'license': 'LGPL-3',
|
|
'category': 'Purchases',
|
|
'sequence': 95,
|
|
'summary': 'Fill Purchase Orders by Sales History',
|
|
'description': """
|
|
Adds wizard to Purchase Orders that will fill the purchase order with products based on sales history.
|
|
""",
|
|
'website': 'https://hibou.io/',
|
|
'depends': [
|
|
'sale_stock',
|
|
'purchase',
|
|
],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'wizard/purchase_by_sale_history_views.xml',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
}
|