Skip to content

Commit

Permalink
[RESTRUCTURE]Account : Files Restructure according to new api guideliens
Browse files Browse the repository at this point in the history
  • Loading branch information
mba-odoo authored and jco-odoo committed Jun 23, 2015
1 parent 75d7bbb commit 38dc782
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 13 deletions.
14 changes: 1 addition & 13 deletions addons/account/__init__.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.

import partner
import account
import account_payment
import account_invoice
import account_bank_statement
import account_bank
import account_move
import chart_template
import account_analytic_line
import account_journal_dashboard
import product
import company
import res_config
import models

import wizard
import report
15 changes: 15 additions & 0 deletions addons/account/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# -*- coding: utf-8 -*-

import partner
import account
import account_payment
import account_invoice
import account_bank_statement
import account_bank
import account_move
import chart_template
import account_analytic_line
import account_journal_dashboard
import product
import company
import res_config
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 38dc782

Please sign in to comment.