diff --git a/addons/rating_project/i18n/rating_project.pot b/addons/rating_project/i18n/rating_project.pot index c51b0d1f194acf9c6302a9529a48a07a0b5e7949..2aefa32b98f68490a74f7d6c057d15927f7df9a8 100644 --- a/addons/rating_project/i18n/rating_project.pot +++ b/addons/rating_project/i18n/rating_project.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0alpha1c\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-09-05 14:11+0000\n" -"PO-Revision-Date: 2016-09-05 14:11+0000\n" +"POT-Creation-Date: 2016-09-06 09:46+0000\n" +"PO-Revision-Date: 2016-09-06 09:46+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -116,7 +116,10 @@ msgid "Automatically modify the kanban state when the customer reply to the feed msgstr "" #. 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.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" msgstr "" @@ -135,13 +138,6 @@ msgstr "" msgid "Customer(s) Ratings" 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 #: selection:project.project,rating_status_period:0 msgid "Daily" diff --git a/addons/rating_project/views/project_dashboard.xml b/addons/rating_project/views/project_dashboard.xml index 50b1b516e92151d7f8e9bcc170f70796cc5ae354..9d47b370122d032ea902724eb8fee816338eab7a 100644 --- a/addons/rating_project/views/project_dashboard.xml +++ b/addons/rating_project/views/project_dashboard.xml @@ -25,7 +25,7 @@ <xpath expr="//div[contains(@class, 'o_kanban_card_manage_section')]" position="inside"> <div t-if="record.rating_status.raw_value != 'no'"> <a name="action_view_all_rating" type="object"> - Customers Ratings + Customer Ratings </a> </div> </xpath> diff --git a/addons/rating_project/views/project_view.xml b/addons/rating_project/views/project_view.xml index f545285a6763842972f75289b7f01e2d215e6df7..6e813b666ff1c591e5ba3fc1d9f6a23570589f8d 100644 --- a/addons/rating_project/views/project_view.xml +++ b/addons/rating_project/views/project_view.xml @@ -94,7 +94,7 @@ </record> <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="view_mode">kanban,pivot,graph</field> <field name="domain">[('res_model','in',['project.task', 'project.issue']), ('consumed', '=', True)]</field>