mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-22 13:22:19 -06:00
pre-commit update
This commit is contained in:
committed by
Dũng (Trần Đình)
parent
2c0e4d7e3c
commit
98f2a8b469
@@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
|
||||
<!-- Create Index Form view -->
|
||||
<record id="view_wiki_show_diff" model="ir.ui.view">
|
||||
<field name="name">Show Difference</field>
|
||||
@@ -14,14 +13,13 @@
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<!-- Create Index Action Window -->
|
||||
<act_window
|
||||
id="action_view_wiki_show_diff_values"
|
||||
name="Difference"
|
||||
res_model="wizard.document.page.history.show_diff"
|
||||
binding_model="document.page.history"
|
||||
view_mode="form"
|
||||
target="new"/>
|
||||
|
||||
id="action_view_wiki_show_diff_values"
|
||||
name="Difference"
|
||||
res_model="wizard.document.page.history.show_diff"
|
||||
binding_model="document.page.history"
|
||||
view_mode="form"
|
||||
target="new"
|
||||
/>
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user