bzr revid: mra@mra-laptop-20100719083850-6c1d6q353tm7jfw4
This commit is contained in:
Mustufa Rangwala 2010-07-19 14:08:50 +05:30
parent 0b8b7e3610
commit a49921f8b4
2 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
from osv import osv, fields
from tools.translate import _
from osv import osv
class account_general_journal(osv.osv_memory):
_inherit = "account.common.journal.report"

View File

@ -31,5 +31,6 @@
action="action_account_general_journal"
id="menu_account_general_journal"
icon="STOCK_PRINT"/>
</data>
</openerp>