This is only really an issue when you have access to more than one company. To resolve this internally we did the following. Created a new field in res.company called short_name. Updated execute function in wizard,multi,chartofaccounts to append this short name to the Journal name if new field sep_multi_seq was checked. We also had to duplicate sequneces and add company_id to prefix on sequences to keep them unique. Change the analytic journal search to not just return any journal, but only journals for the company, otherwise in multicompany it assigns the first analytic journal it finds to sale. Update spelling of analytical as it is incorrect everywhere. We also did the following to help with multicompany chart codes Added a prefix and suffix field to the wizard to prepend or append a code to account.account code from template. Update views accordingly. While doing this work it is worth noting that execute is give or take 400 line function, with the same behaviour carried out in different ways, and the same variables redeclared unnecessarily in places and old code commented out rather than deleted. It should probably be refactored, so when making changes like the above you don't end up with a big chunk of cut and paste. If anyone is interested then I can supply the changes we made to those 2, but it is tied up in a module that needs to do a lot more for localisation reasons. On Sat, May 14, 2011 at 2:16 AM, Bogdan Stanciu <