~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to account_journal/__init__.py

  • Committer: Quentin THEURET
  • Date: 2011-05-13 08:02:05 UTC
  • mto: This revision was merged to the branch mainline in revision 128.
  • Revision ID: qt@tempo-consulting.fr-20110513080205-zcebzsn2ahccvd4n
UF-205 [ADD] Added procurement_report module

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
##############################################################################
21
21
 
22
22
import account_journal
23
 
import project # this is for account_analytic_journal
24
 
import invoice
25
23
 
26
24
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: