account,base,base_setup,l10n_xxx,account_chart,hr_timesheet_invoice: improve accounting

- add new module account_chart that remove minimal account -> all account chart must depend on it
- remove currency_id on account for some charts
- remove definition of devise in all account, now there are all in the base module
- add to base_setup the currency of the company
- move menu for country/currency from Partner to Administration

bzr revid: ced-343e4b452eefb460e784c65572b1751e941384e7
This commit is contained in:
ced 2007-07-23 05:16:40 +00:00
parent a2e5db5060
commit 56762754eb
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ class aged_trial_report(report_sxw.rml_parse):
AND (line.partner_id=res_partner.id) AND (line.state<>'draft') \
AND (line.period_id in (SELECT id FROM account_period WHERE fiscalyear_id=%d))\
AND (account_account.company_id = %d) AND account_account.active \
AND (account_account.company_id = %d) \
ORDER BY res_partner.name", (form['fiscalyear'], form['company_id']))
partners = self.cr.dictfetchall()
for partner in partners: