[ADD] directory structure for web addons

bzr revid: rgaopenerp-20120611072042-r5lj4z6p3tqsonx8
This commit is contained in:
RGA(OpenERP) 2012-06-11 12:50:42 +05:30
parent 787df16f84
commit cf8581e99c
3 changed files with 18 additions and 0 deletions

View File

@ -128,6 +128,12 @@ module named account_voucher.
"res_config_view.xml",
"account_pre_install.yml"
],
'js': [
'static/src/js/account.js',
],
'qweb' : [
"static/src/xml/*",
],
'demo_xml': [
'demo/account_demo.xml',
'project/project_demo.xml',

View File

@ -0,0 +1 @@
console.log('loading account.....')

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- vim:fdl=1:
-->
<templates id="template" xml:space="preserve">
<t t-extend="ViewManager">
<t t-jquery=".oe-view-manager-header" t-operation="before">
</t>
</t>
</templates>