2
0
account-financial-tools/account_account_tag_code/__manifest__.py

14 lines
457 B
Python
Raw Normal View History

2023-10-24 16:35:25 +02:00
# Copyright 2023 ForgeFlow S.L.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Account Account Tag Code",
"summary": "Add a code field to the accounts tags",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"author": "ForgeFlow,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-financial-tools",
"depends": ["account"],
"data": ["views/account_account_tag_views.xml"],
}