Criptomart/red-supermercados-coop#5 add purchase_invoice_subtotal_taxes
This commit is contained in:
parent
9daf707f40
commit
18f98defeb
7 changed files with 199 additions and 0 deletions
16
purchase_invoice_subtotal_taxes/__manifest__.py
Normal file
16
purchase_invoice_subtotal_taxes/__manifest__.py
Normal 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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue