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

22 lines
833 B
Python
Raw Normal View History

2022-12-28 20:35:47 +01:00
# Copyright 2014-2022 Acsone (http://acsone.eu).
# Copyright 2016-2022 Akretion France (http://www.akretion.com/)
# @author Stéphane Bidoul <stephane.bidoul@acsone.eu>
# @author Alexis de Lattre <alexis.delattre@akretion.com>
2022-12-28 20:35:47 +01:00
# Copyright 2018-2022 DynApps (https://odoo.dynapps.be/)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
2014-04-18 14:53:38 +02:00
{
2022-12-28 20:35:47 +01:00
"name": "Account Partner Required",
"version": "16.0.1.0.0",
"category": "Accounting",
"license": "AGPL-3",
2022-12-28 20:35:47 +01:00
"summary": "Adds an option 'partner policy' on accounts",
"author": "ACSONE SA/NV,Akretion,Odoo Community Association (OCA)",
2022-12-28 20:35:47 +01:00
"maintainers": ["alexis-via"],
"website": "https://github.com/OCA/account-financial-tools",
2022-12-28 20:35:47 +01:00
"depends": ["account"],
"data": ["views/account_account.xml"],
"installable": True,
"application": False,
2014-04-18 14:53:38 +02:00
}