Skip to content

Commit

Permalink
Merge PR #70 into 12.0
Browse files Browse the repository at this point in the history
Signed-off-by legalsylvain
  • Loading branch information
github-grap-bot committed Dec 3, 2023
2 parents eb9f2f6 + dc20d57 commit 69665cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion joint_buying_base/i18n/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ msgstr "Types de tournées"
#: model:ir.actions.act_window,name:joint_buying_base.action_joint_buying_tour_all
#: model:ir.ui.menu,name:joint_buying_base.menu_joint_buying_tour_all
msgid "Tours"
msgstr "Visites"
msgstr "Tournées"

#. module: joint_buying_base
#: model:ir.model.fields,field_description:joint_buying_base.field_joint_buying_tour__type_id
Expand Down
4 changes: 2 additions & 2 deletions joint_buying_base/views/view_joint_buying_tour.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
<record id="view_joint_buying_tour_calendar" model="ir.ui.view">
<field name="model">joint.buying.tour</field>
<field name="arch" type="xml">
<calendar date_start="start_date" date_stop="end_date" color="type_id">
<field name="type_id"/>
<calendar date_start="start_date" date_stop="end_date" color="carrier_id">
<field name="carrier_id"/>
<field name="summary"/>
</calendar>
</field>
Expand Down

0 comments on commit 69665cd

Please sign in to comment.