Skip to content

Commit

Permalink
[FIX] rename model, file and import
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrunn committed May 27, 2015
1 parent 5755ecf commit a462f28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website_backend_views/model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
from . import ir_qweb
from . import website_qweb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from openerp import models


class IrQweb(models.Model):
class WebsiteQweb(models.Model):
_inherit = 'website.qweb'

def render_tag_website_backend_view(
Expand Down

0 comments on commit a462f28

Please sign in to comment.