nfu/nfu_account/__manifest__.py
2025-07-29 13:08:09 +02:00

14 lines
347 B
Python

{
"name": "NFU Account",
"summary": "Adds EKG related features to accounting",
"author": "BAKEUP",
"website": "https://www.bakeup.org",
"category": "Stock",
"version": "16.0.1.0.0",
"depends": ["account"],
"data": [
"views/account_move_views.xml",
],
"license": "LGPL-3",
"application": True,
}