[MOV] website_hr: new module organization (models / data)

bzr revid: tde@openerp.com-20131014083652-ropy9u51uxtz7s0k
This commit is contained in:
Thibault Delavallée 2013-10-14 10:36:52 +02:00
parent 9415662718
commit 594a379b41
6 changed files with 5 additions and 4 deletions

View File

@ -1,2 +1,2 @@
import controllers
import hr
import models

View File

@ -1,5 +1,5 @@
{
'name': 'Team Page',
'name': 'Team Page',
'category': 'Website',
'summary': 'Present Your Team',
'version': '1.0',
@ -11,10 +11,10 @@ Our Team Page
'author': 'OpenERP SA',
'depends': ['website', 'hr'],
'demo': [
'website_hr_demo.xml',
'data/website_hr_demo.xml',
],
'data': [
'website_hr_data.xml',
'data/website_hr_data.xml',
'views/website_hr.xml',
'security/ir.model.access.csv',
'security/website_hr.xml',

View File

@ -0,0 +1 @@
import hr