Criptomart/red-supermercados-coop#5 add purchase_invoice_subtotal_taxes

This commit is contained in:
Luis 2025-12-04 17:56:31 +01:00
parent 9daf707f40
commit 18f98defeb
7 changed files with 199 additions and 0 deletions

View file

@ -0,0 +1,16 @@
# 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,
}