walking_skeleton/views #6

Merged
camilogs merged 17 commits from walking_skeleton into 6.8 2023-07-29 21:14:39 -05:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 0fe8ede9fd - Show all commits

View File

@ -4,7 +4,7 @@ this repository contains the full copyright notices and license terms. -->
<tryton>
<data>
<record model="ir.action.act_window" id="act_call_tree">
<field name="name">Prospect</field>
<field name="name">Calls</field>
<field name="res_model">sale.call</field>
</record>

View File

@ -4,7 +4,7 @@ this repository contains the full copyright notices and license terms. -->
<tryton>
<data>
<record model="ir.action.act_window" id="act_prospect_tree">
<field name="name">prospect</field>
<field name="name">Prospects</field>
<field name="res_model">sale.prospect</field>
</record>