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

« back to all changes in this revision

Viewing changes to analytic_distribution/__init__.py

  • Committer: Olivier DOSSMANN
  • Date: 2014-03-07 15:05:30 UTC
  • mto: This revision was merged to the branch mainline in revision 2033.
  • Revision ID: od@tempo-consulting.fr-20140307150530-xoxv9tz0a3ii9mjp
REF-38 [DEL] analytic_distribution_invoice module

  * move elements from analytic_distribution_invoice to account_override AND register_accounting
  * delete useless remaining elements
  * delete the module analytic_distribution_invoice

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
import account_commitment
28
28
import analytic_line
29
29
import invoice
 
30
import account_invoice_refund
30
31
import wizard
31
32
import report
32
33