Skip to content
Snippets Groups Projects
Commit 1685b4a2 authored by Cédric Snauwaert's avatar Cédric Snauwaert
Browse files

[FIX]purchase_requisition: put js file in a bundle

bzr revid: csn@openerp.com-20140509092717-07wp6u6fc5so07jz
parent 6f997646
No related branches found
No related tags found
No related merge requests found
......@@ -33,11 +33,9 @@ related requisition. This new object will regroup and will allow you to easily
keep track and order all your purchase orders.
""",
'depends' : ['purchase'],
'js': [
'static/src/js/web_addons.js',
],
'demo': ['purchase_requisition_demo.xml'],
'data': ['security/purchase_tender.xml',
'data': ['views/purchase_requisition.xml',
'security/purchase_tender.xml',
'wizard/purchase_requisition_partner_view.xml',
'wizard/bid_line_qty_view.xml',
'purchase_requisition_data.xml',
......
<?xml version="1.0" encoding="utf-8"?>
<!-- vim:fdn=3:
-->
<openerp>
<data>
<template id="assets_backend" name="purchase requisition assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script type="text/javascript" src="/purchase_requisition/static/src/js/web_addons.js"></script>
</xpath>
</template>
</data>
</openerp>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment