[ADD] website_sale: added website file in controllers, for website specific code

bzr revid: tde@openerp.com-20131119093735-peyoz1ri2hv21w3v
This commit is contained in:
Thibault Delavallée 2013-11-19 10:37:35 +01:00
parent 4d84a4a627
commit 5a51562c18
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,2 @@
import website
import main
# vim:expandtab:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
class Website(osv.osv):
_inherit = "website"
pass