mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-24 09:28:42 -06:00
minor formatting issues
This commit is contained in:
parent
0ac5e7f875
commit
910179599d
@ -18,9 +18,8 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
from openerp import SUPERUSER_ID
|
|
||||||
from openerp import models, fields
|
from openerp import models, fields
|
||||||
|
from openerp import SUPERUSER_ID
|
||||||
|
|
||||||
|
|
||||||
class document_page_create_menu(models.TransientModel):
|
class document_page_create_menu(models.TransientModel):
|
||||||
|
@ -8,13 +8,19 @@
|
|||||||
<field name="model">wizard.document.page.history.show_diff</field>
|
<field name="model">wizard.document.page.history.show_diff</field>
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<form string="Difference" version="7.0">
|
<form string="Difference" version="7.0">
|
||||||
<field name="diff" widget="html" options='{"safe": True}'/>
|
<field name="diff"
|
||||||
|
widget="html"
|
||||||
|
options='{"safe": True}' />
|
||||||
<footer>
|
<footer>
|
||||||
<button string="Cancel" class="oe_link" special="cancel" />
|
<button string="Cancel"
|
||||||
|
class="oe_link"
|
||||||
|
special="cancel" />
|
||||||
</footer>
|
</footer>
|
||||||
</form>
|
</form>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
|
|
||||||
<!-- Create Index Action -->
|
<!-- Create Index Action -->
|
||||||
<record id="action_view_wiki_show_diff" model="ir.actions.act_window">
|
<record id="action_view_wiki_show_diff" model="ir.actions.act_window">
|
||||||
<field name="name">Difference</field>
|
<field name="name">Difference</field>
|
||||||
@ -24,8 +30,10 @@
|
|||||||
<field name="view_mode">form</field>
|
<field name="view_mode">form</field>
|
||||||
<field name="target">new</field>
|
<field name="target">new</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
|
|
||||||
<!-- Create Index Action Window -->
|
<!-- Create Index Action Window -->
|
||||||
<act_window
|
<act_window
|
||||||
id="action_view_wiki_show_diff_values"
|
id="action_view_wiki_show_diff_values"
|
||||||
key2="client_action_multi"
|
key2="client_action_multi"
|
||||||
name="Difference"
|
name="Difference"
|
||||||
|
Loading…
Reference in New Issue
Block a user