~zaber/openupgrade-addons/missing-import

« back to all changes in this revision

Viewing changes to audittrail/wizard/__init__.py

  • Committer: Sofia
  • Date: 2008-09-16 11:45:13 UTC
  • mto: (1558.2.75 addons)
  • mto: This revision was merged to the branch mainline in revision 1588.
  • Revision ID: sahibsofia@gmail.com-20080916114513-7an9yz59hucjmjk8
The following modules are merged::
addons-extra/product_procurement -> mrp module
addons-extra/inventory_merge -> stock
addons-extra/product_pricelist_print -> product
addons-extra/invoice_payment -> account 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
 
2
import wizard_view_log
 
3
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
 
4