pre-commit update

This commit is contained in:
OCA-git-bot
2020-03-14 12:02:31 +01:00
committed by Dũng (Trần Đình)
parent 2c0e4d7e3c
commit 98f2a8b469
10 changed files with 295 additions and 237 deletions

View File

@@ -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>