23 lines
767 B
Python
23 lines
767 B
Python
{
|
|
'name': 'Purchase Create Bill Button',
|
|
'version': '19.0.1.0.0',
|
|
'category': 'Inventory/Purchase',
|
|
'summary': 'Add Create Bill buttons and restore smart button visibility on Purchase Order form view like Odoo 17',
|
|
'description': """
|
|
Purchase Create Bill Button
|
|
===========================
|
|
This module restores the Odoo 17 behaviors:
|
|
1. Adds "Create Bill" buttons in the header of the Purchase Order form view.
|
|
2. Ensures the "Vendor Bills" smart button is visible even when there are no associated bills yet.
|
|
""",
|
|
'author': 'Suherdy Yacob',
|
|
'depends': ['purchase'],
|
|
'data': [
|
|
'views/purchase_order_views.xml',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
'auto_install': False,
|
|
'license': 'LGPL-3',
|
|
}
|