fix
[odoo/odoo.git] / addons / account_anglo_saxon / __openerp__.py
index 107a8b6..52ec058 100644 (file)
 ##############################################################################
 
 {
-    "name"      : "Stock Accounting for Anglo-Saxon Countries",
+    "name"      : "Anglo-Saxon Accounting",
     "version"   : "1.2",
     "author"    : "OpenERP SA, Veritos",
     "website"   : "http://tinyerp.com - http://veritos.nl",
-    "description" : """Implement the Anglo-Saxon Stock Accounting Method
-    This module will support the Anglo-Saxon accounting methodology by
-    changing the accounting logic with stock transactions. The difference between the Anglo-Saxon accounting countries
-    and the Rhine - or also called Continental accounting countries - is the moment of taking the Cost of Goods Sold versus Cost of Sales.
-    Anglo-Saxons accounting does take the cost when sales invoice is created, Continental accounting will take the cost at the moment the goods are shipped.
-    This module will add this functionality by using an interim account, to store the value of shipped goods and will reverse this
-    interim account
-    when the invoice is created to transfer this amount to the debtor or creditor account.
-    Secondly, price differences between actual purchase price and fixed product standard price are booked on a separate account""",
+    'complexity': "normal",
+    "description" : """
+This module supports the Anglo-Saxon accounting methodology by changing the accounting logic with stock transactions.
+=====================================================================================================================
+
+The difference between the Anglo-Saxon accounting countries
+and the Rhine or also called Continental accounting countries is the moment of taking the Cost of Goods Sold versus Cost of Sales.
+Anglo-Saxons accounting does take the cost when sales invoice is created, Continental accounting will take the cost at the moment the goods are shipped.
+This module will add this functionality by using a interim account, to store the value of shipped goods and will contra book this interim account
+when the invoice is created to transfer this amount to the debtor or creditor account.
+Secondly, price differences between actual purchase price and fixed product standard price are booked on a separate account""",
+    "images"   : ["images/account_anglo_saxon.jpeg"],
     "depends"   : ["product", "purchase"],
-    "category"  : "Warehouse",
+    "category"  : "Accounting & Finance",
     "init_xml"  : [],
     "demo_xml"  : [],
     "update_xml" : ["product_view.xml",],