oca-technical/odoo-bringout-oca-dms-account_dms_field/account_dms_field/__manifest__.py
2025-08-29 15:43:03 +02:00

12 lines
405 B
Python

{
"name": "Add dms field for account",
"version": "16.0.1.0.1",
"category": "Accounting/Accounting",
"website": "https://github.com/OCA/dms",
"author": "Agent ERP GmbH, Odoo Community Association (OCA)",
"depends": ["account", "dms_field"],
"data": ["views/account_move_view.xml"],
"demo": ["demo/account_dms_data.xml"],
"installable": True,
"license": "LGPL-3",
}