24 lines
911 B
Python
24 lines
911 B
Python
{
|
|
'name': 'Purchase RFQ Comparison',
|
|
'version': '18.0.1.0.0',
|
|
'category': 'Purchase',
|
|
'summary': 'Add comparison page in RFQ forms with additional fields',
|
|
'description': '''
|
|
This module extends the Purchase RFQ functionality by adding:
|
|
- New "To Compare" page in RFQ forms
|
|
- Additional fields: Notes, Garansi (warranty), Landed Cost options
|
|
- Landed Cost tags with predefined options
|
|
- Enhanced Compare Alternative RFQ view with new fields and Payment Terms
|
|
''',
|
|
'author': 'Suherdy Yacob',
|
|
'depends': ['purchase', 'purchase_requisition'],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'data/landed_cost_tags_data.xml',
|
|
'views/purchase_order_views.xml',
|
|
'views/purchase_order_alternative_views.xml',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
'license': 'LGPL-3',
|
|
} |