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

« back to all changes in this revision

Viewing changes to account_journal/__init__.py

  • Committer: Olivier DOSSMANN
  • Date: 2011-12-28 15:38:17 UTC
  • mto: This revision was merged to the branch mainline in revision 492.
  • Revision ID: olivier@tempo-laptop-20111228153817-rd119phuevo66e3y
UF-675 [FIX] Engagement lines deletion when a PO is cancelled.

Show diffs side-by-side

added added

removed removed

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