Skip to content
Snippets Groups Projects
Unverified Commit ae5f6df3 authored by Martin Trigaux's avatar Martin Trigaux
Browse files

[IMP] rating_project: unify terms

parent d272bde1
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,8 @@ msgid "" ...@@ -6,8 +6,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 10.0alpha1c\n" "Project-Id-Version: Odoo Server 10.0alpha1c\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-09-05 14:11+0000\n" "POT-Creation-Date: 2016-09-06 09:46+0000\n"
"PO-Revision-Date: 2016-09-05 14:11+0000\n" "PO-Revision-Date: 2016-09-06 09:46+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: \n" "Language-Team: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -116,7 +116,10 @@ msgid "Automatically modify the kanban state when the customer reply to the feed ...@@ -116,7 +116,10 @@ msgid "Automatically modify the kanban state when the customer reply to the feed
msgstr "" msgstr ""
#. module: rating_project #. module: rating_project
#: model:ir.actions.act_window,name:rating_project.rating_rating_action_project
#: model:ir.actions.act_window,name:rating_project.rating_rating_action_task #: model:ir.actions.act_window,name:rating_project.rating_rating_action_task
#: model:ir.ui.menu,name:rating_project.rating_rating_menu_project
#: model:ir.ui.view,arch_db:rating_project.view_project_project_rating_kanban
msgid "Customer Ratings" msgid "Customer Ratings"
msgstr "" msgstr ""
...@@ -135,13 +138,6 @@ msgstr "" ...@@ -135,13 +138,6 @@ msgstr ""
msgid "Customer(s) Ratings" msgid "Customer(s) Ratings"
msgstr "" msgstr ""
#. module: rating_project
#: model:ir.actions.act_window,name:rating_project.rating_rating_action_project
#: model:ir.ui.menu,name:rating_project.rating_rating_menu_project
#: model:ir.ui.view,arch_db:rating_project.view_project_project_rating_kanban
msgid "Customers Ratings"
msgstr ""
#. module: rating_project #. module: rating_project
#: selection:project.project,rating_status_period:0 #: selection:project.project,rating_status_period:0
msgid "Daily" msgid "Daily"
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<xpath expr="//div[contains(@class, 'o_kanban_card_manage_section')]" position="inside"> <xpath expr="//div[contains(@class, 'o_kanban_card_manage_section')]" position="inside">
<div t-if="record.rating_status.raw_value != 'no'"> <div t-if="record.rating_status.raw_value != 'no'">
<a name="action_view_all_rating" type="object"> <a name="action_view_all_rating" type="object">
Customers Ratings Customer Ratings
</a> </a>
</div> </div>
</xpath> </xpath>
......
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
</record> </record>
<record id="rating_rating_action_project" model="ir.actions.act_window"> <record id="rating_rating_action_project" model="ir.actions.act_window">
<field name="name">Customers Ratings</field> <field name="name">Customer Ratings</field>
<field name="res_model">rating.rating</field> <field name="res_model">rating.rating</field>
<field name="view_mode">kanban,pivot,graph</field> <field name="view_mode">kanban,pivot,graph</field>
<field name="domain">[('res_model','in',['project.task', 'project.issue']), ('consumed', '=', True)]</field> <field name="domain">[('res_model','in',['project.task', 'project.issue']), ('consumed', '=', True)]</field>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment