vendor_bill_editable_totals/__manifest__.py
2025-12-06 19:07:14 +07:00

35 lines
1.2 KiB
Python

{
"name": "Vendor Bill Editable Totals",
"version": "17.0.1.0.2",
"summary": "Enable direct editing of tax excluded and tax included amounts on vendor bill lines with automatic unit price recalculation",
"description": """
Vendor Bill Editable Totals
============================
This module allows accountants to directly edit the tax excluded (price_subtotal)
and tax included (price_total) fields on vendor bill invoice lines. When these
fields are modified, the system automatically recalculates the unit price to
maintain exact decimal accuracy with the user-inputted amounts.
Key Features:
* Edit price_subtotal directly on vendor bill lines
* Edit price_total directly on vendor bill lines
* Automatic unit price recalculation
* Maintains decimal precision accuracy
* Handles multiple tax configurations
* Supports credit notes with negative values
""",
"license": "LGPL-3",
"author": "Suherdy Yacob",
"category": "Accounting",
"depends": [
"account"
],
"data": [
"views/account_move_views.xml",
],
"application": False,
"installable": True,
"auto_install": False,
}