Chore: Se cambian nombres de vistas
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Camilo Gonzalez 2023-07-30 02:12:57 +00:00
parent 51dcc6ff5e
commit 0fe8ede9fd
2 changed files with 2 additions and 2 deletions

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>