[MIG] from 8.0 to 9.0 document_url (#89)

[MIG] document_url

* bump version to 9.0.1.0.0 and make it installable
* Update JS structure
* Add css in order to be compliant with odoo style
* Add a README.rst and OCA conventions
* Improve selector
* add fr.po for fr translation
* open link with target='_blank'
This commit is contained in:
Jonathan Nemry (ACSONE)
2016-08-10 12:20:30 +02:00
committed by Pedro M. Baeza
parent 18d3cd9793
commit 073db63832
10 changed files with 195 additions and 90 deletions

View File

@@ -4,6 +4,7 @@
<template id="assets_backend" name="google_drive assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<link rel="stylesheet" href="/document_url/static/src/css/url.css" type="text/css"/>
<script type="text/javascript" src="/document_url/static/src/js/url.js"></script>
</xpath>
</template>