[MERGE] account_asset yaml test
[odoo/odoo.git] / addons / account_asset / __openerp__.py
index d0429a2..cf78871 100755 (executable)
     "depends" : ["account"],
     "author" : "Tiny",
     "description": """Financial and accounting asset management.
-    Allows to define
-    * Asset category. 
-    * Assets.
-    *Asset usage period and property.
+    This Module manages the assets owned by a company or an individual. It will keep track of depreciation's occurred on 
+    those assets. And it allows to create Move's of the depreciation lines.
     """,
     "website" : "http://www.openerp.com",
     "category" : "Generic Modules/Accounting",
     'test': ['test/account_asset.yml',
              ],
     "update_xml" : [
+        "security/account_asset_security.xml",
         "security/ir.model.access.csv",
         "account_asset_wizard.xml",
+        "wizard/account_asset_change_duration_view.xml",
+        "wizard/wizard_asset_compute_view.xml",
         "account_asset_view.xml",
         "account_asset_invoice_view.xml",
-       "account_asset_report_view.xml",
         "report/account_asset_report_view.xml",
-       #modif
+       
     ],
-#   "translations" : {
-#       "fr": "i18n/french_fr.csv"
-#   },
     "active": False,
     "installable": True,
-
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: