X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=addons%2Fsale_journal%2F__terp__.py;h=afb1dc0561174aca590af03e947f908a631f5c69;hb=b4d6690794cfd28236dcae6efff52a55adcef516;hp=bd2f08845d22a799de0ece2d4ab72b5aed763a2f;hpb=ae5bbd49db33cf0853c444aa144242e362a0c512;p=odoo%2Fodoo.git diff --git a/addons/sale_journal/__terp__.py b/addons/sale_journal/__terp__.py index bd2f088..afb1dc0 100644 --- a/addons/sale_journal/__terp__.py +++ b/addons/sale_journal/__terp__.py @@ -1,39 +1,47 @@ +# -*- encoding: utf-8 -*- # # Use the custom module to put your specific code in a separate module. # { - "name" : "Managing sales and deliveries by journal", - "version" : "1.0", - "author" : "Tiny", - "category" : "Generic Modules/Sales & Purchases", - "website": "http://www.tinyerp.com", - "depends" : ["stock","sale"], - "demo_xml" : ['sale_journal_demo.xml'], - "init_xml" : ['sale_journal_data.xml'], - "update_xml" : ["sale_journal_view.xml","picking_journal_view.xml","picking_journal_view_report.xml"], - "description" : """ - The sale journal modules allows you to categorize your - sales and deliveries (packing lists) between different journals. - This module is very helpfull for bigger companies that - works by departments. + "name" : "Managing sales and deliveries by journal", + "version" : "1.0", + "author" : "Tiny", + "category" : "Generic Modules/Sales & Purchases", + "website": "http://www.tinyerp.com", + "depends" : ["stock","sale"], + "demo_xml" : ['sale_journal_demo.xml'], + "init_xml" : ['sale_journal_data.xml'], + "update_xml" : [ + "security/ir.model.access.csv", + "sale_journal_view.xml", + "picking_journal_view.xml", + "picking_journal_view_report.xml" + ], + "description" : """ + The sale journal modules allows you to categorize your + sales and deliveries (packing lists) between different journals. + This module is very helpfull for bigger companies that + works by departments. - You can use journal for different purposes, some examples: - * isolate sales of different departments - * journals for deliveries by truck or by UPS + You can use journal for different purposes, some examples: + * isolate sales of different departments + * journals for deliveries by truck or by UPS - Journals have a responsible and evolves between different status: - * draft, open, cancel, done. + Journals have a responsible and evolves between different status: + * draft, open, cancel, done. - Batch operations can be processed on the different journals to - confirm all sales at once, to validate or invoice packings, ... + Batch operations can be processed on the different journals to + confirm all sales at once, to validate or invoice packings, ... - It also supports batch invoicing methods that can be configured by - partners and sales orders, examples: - * daily invoicing, - * monthly invoicing, ... + It also supports batch invoicing methods that can be configured by + partners and sales orders, examples: + * daily invoicing, + * monthly invoicing, ... - Some statistics by journals are provided. - """, - "active": False, - "installable": True + Some statistics by journals are provided. + """, + "active": False, + "installable": True } +# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: +