mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-21 02:32:03 +02:00
12 lines
405 B
Python
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",
|
|
}
|