nfu/nfu_account/__manifest__.py

15 lines
377 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.1.0",
"depends": ["account"],
"data": [
"views/account_move_views.xml",
"views/template.xml",
],
"license": "LGPL-3",
"application": True,
}