mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
15 lines
512 B
Python
15 lines
512 B
Python
# Copyright 2024 ForgeFlow S.L.
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
"name": "Stock Account Anglo Saxon COGS Kit",
|
|
"category": "Accounting",
|
|
"version": "16.0.2.0.0",
|
|
"depends": ["sale_mrp", "purchase_mrp"],
|
|
"data": [],
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/account-financial-tools",
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
"maintainers": ["MarinaAForgeFlow", "AaronHForgeFlow"],
|
|
}
|