mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
20 lines
559 B
Python
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",
|
|
],
|
|
}
|