Files
pms/pms_account_move_budget/__manifest__.py
2023-11-21 12:50:50 +01:00

20 lines
559 B
Python

# © 2023 Comunitea
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Property in Account Move Budget",
"summary": "Add Property Field in Account Move Budget",
"version": "14.0.1.0.0",
"category": "Custom",
"website": "https://github.com/OCA/pms",
"author": "Comunitea, Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"account_move_budget",
],
"data": [
"views/account_move_budget_line_view.xml",
],
}