Skip to content

Commit

Permalink
[IMP] joint_buying_base : group by carrier, instead of type, in calen…
Browse files Browse the repository at this point in the history
…dar view
  • Loading branch information
legalsylvain committed Oct 19, 2023
1 parent 2f0b631 commit dc20d57
Showing 1 changed file with 2 additions and 2 deletions.
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 dc20d57

Please sign in to comment.