[IMP][10.0][document_page] Change Requests and workflow improvements on documents (#155)

This commit is contained in:
Iván Todorovich
2018-04-13 11:36:33 -03:00
parent 779573cb0a
commit 0d34f23b56
21 changed files with 518 additions and 364 deletions

View File

@@ -6,14 +6,10 @@
<field name="name">Show Difference</field>
<field name="model">wizard.document.page.history.show_diff</field>
<field name="arch" type="xml">
<form>
<field name="diff"
widget="html"
options='{"safe": True}' />
<form string="Difference" version="7.0">
<field name="diff" widget="html" class="overflow-x: scroll" />
<footer>
<button string="Close"
class="oe_link"
special="cancel" />
<button string="Close" class="oe_link" special="cancel" />
</footer>
</form>
</field>