-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ADD] fitness: master conflict solved
- Loading branch information
Showing
9 changed files
with
16 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<odoo> | ||
<template id="custom_appointment_info_view" inherit_id="appointment.appointment_info"> | ||
<xpath expr="//div[@t-if="appointment_type.category in ['punctual', 'recurring']"]" position="replace"> | ||
<div t-if="slots and not based_on_users and appointment_type.resource_manage_capacity and max_capacity" class="mb-4"> | ||
<xpath expr="//div[@t-if="not based_on_users and appointment_type.resource_manage_capacity"]" position="replace"> | ||
<div t-if="slots and max_capacity" class="mb-4"> | ||
<input type="hidden" name="resourceCapacity" value="1"/> | ||
</div> | ||
<div t-if="not based_on_users and appointment_type.resource_manage_capacity" class="o_appointment_no_capacity d-flex mt-2 pb-0 text-center"/> | ||
<div class="o_appointment_no_capacity d-flex mt-2 pb-0 text-center"/> | ||
</xpath> | ||
</template> | ||
</odoo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,6 @@ | |
<field name="name">Jim Nas</field> | ||
<field name="email">[email protected]</field> | ||
<field name="is_company" eval="True"/> | ||
<field name="team_id" ref="sales_team.team_sales_department"/> | ||
</record> | ||
<record id="res_partner_7" model="res.partner"> | ||
<field name="name">Jhon Jhon</field> | ||
|