16 lines
557 B
Python
16 lines
557 B
Python
{
|
|
'name': 'Purchase Report Billed Measures',
|
|
'version': '1.0',
|
|
'category': 'Purchase',
|
|
'summary': 'Add Total Billed and Untaxed Total Billed to Purchase Analysis',
|
|
'description': """
|
|
This module adds 'Total Billed' and 'Untaxed Total Billed' measures to the Purchase Analysis Report.
|
|
It computes these values based on the account move lines linked to the purchase order lines.
|
|
""",
|
|
'depends': ['purchase', 'account'],
|
|
'data': [],
|
|
'installable': True,
|
|
'auto_install': False,
|
|
'license': 'LGPL-3',
|
|
}
|