16 lines
569 B
Python
16 lines
569 B
Python
# Copyright 2025 Criptomart
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Purchase Invoice Subtotal with Taxes",
|
|
"version": "16.0.1.0.0",
|
|
"summary": "Show both subtotal with and without taxes as optional columns",
|
|
"license": "AGPL-3",
|
|
"author": "Criptomart, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/account-invoicing",
|
|
"depends": ["purchase", "account"],
|
|
"data": [
|
|
"views/purchase_order_view.xml",
|
|
"views/account_move_view.xml",
|
|
],
|
|
"installable": True,
|
|
}
|