vendor_bill_price_edit/__manifest__.py
2025-11-20 20:49:42 +07:00

16 lines
432 B
Python

{
"name": "Vendor Bill Price Edit",
"version": "17.0.1.0.0",
"summary": "Allow editing vendor bill tax-exclusive and tax-inclusive amounts with automatic price unit recomputation.",
"license": "GPL-3",
"author": "Suherdy Yacob",
"category": "Accounting",
"depends": [
"account"
],
"data": [
"views/account_move_views.xml"
],
"application": False,
"installable": True
}