Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'python': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'url:)': 0.13; '(the': 0.15; 'nicolas': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.17; '(or': 0.18; 'written': 0.20; "i'd": 0.22; 'second': 0.24; 'header:In-Reply- To:1': 0.25; 'header:User-Agent:1': 0.26; 'am,': 0.27; 'header:X -Complaints-To:1': 0.28; 'environment': 0.29; 'parent': 0.29; 'running.': 0.29; 'reporting': 0.29; 'framework': 0.30; '(and': 0.32; 'to:addr:python-list': 0.33; 'done': 0.34; 'thanks': 0.34; 'list': 0.35; 'templates': 0.35; 'add': 0.36; 'received:org': 0.36; 'url:org': 0.36; 'client': 0.36; 'uses': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'application': 0.40; 'header:Received:5': 0.40; 'business': 0.70; 'miss': 0.75; 'received:pacbell.net': 0.84; 'url:relatorio': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: emile Subject: Re: Migrate from Access 2010 / VBA Date: Fri, 30 Nov 2012 10:16:01 -0800 References: <6db4ed18-a16e-4cd1-940b-c10f51207780@googlegroups.com> <20121125204816.97f486775f8b1e7e575a7b0a@gmx.net> <20121129104650.GC5545@balisto> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: adsl-69-226-129-65.dsl.pltn13.pacbell.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4 In-Reply-To: <20121129104650.GC5545@balisto> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1354299385 news.xs4all.nl 6981 [2001:888:2000:d::a6]:58782 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:34103 On 11/29/2012 02:46 AM, Nicolas Évrard wrote: > > I'd like to add to the list > Tryton http://www.tryton.org/ > > Which framework can be used to create a business application Let me second this, although for openERP (the parent from which Tryton was forked)... > Reporting is done through relatorio (http://relatorio.openhex.org/), > which uses ODF templates to generate ODF reports (or other format > thanks to unoconv) the client is written in GTk (we're writing one in > JavaScript right now (and I miss python badly)). ... for which the web client is fully up and running. In any case it's a rich environment for business applications. Emile