purchase_custom_visibility/__manifest__.py
2026-05-29 20:17:40 +07:00

17 lines
479 B
Python

# -*- coding: utf-8 -*-
{
'name': 'Purchase Custom Form Visibility',
'version': '19.0.1.0.0',
'summary': 'Configure visibility of buttons and prices/totals on Purchase Order form per user.',
'category': 'Inventory/Purchase',
'author': 'Suherdy Yacob',
'depends': ['purchase'],
'data': [
'views/res_users_views.xml',
'views/purchase_order_views.xml',
],
'installable': True,
'application': False,
'license': 'LGPL-3',
}