[MIG] document_page: Migration to 13.0

This commit is contained in:
ernesto
2019-11-07 15:26:37 -05:00
parent 3c990a4040
commit 1d672ea1a4
24 changed files with 109 additions and 151 deletions

3
document_page/views/document_page_history.xml Executable file → Normal file
View File

@@ -68,7 +68,6 @@
<record model="ir.actions.act_window" id="action_history">
<field name="name">Page history</field>
<field name="res_model">document.page.history</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
</record>
@@ -84,7 +83,7 @@
domain="[('page_id','=',active_id)]"
name="Page History"
res_model="document.page.history"
src_model="document.page"/>
binding_model="document.page"/>
</odoo>