-
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.
[FIX] pricelist: Fixed the pricelist
- Loading branch information
Showing
4 changed files
with
27 additions
and
20 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<odoo noupdate="1"> | ||
<record id="product_pricelist_1" model="product.pricelist"> | ||
<field name="website_id" ref="website.default_website"/> | ||
</record> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,18 @@ | ||
<div class="o_editor_banner o_not_editable lh-1 d-flex align-items-center alert alert-warning pb-0 pt-3" role="status" data-oe-protected="true" contenteditable="false"> | ||
<i class="o_editor_banner_icon mb-3 fst-normal" aria-label="Banner Warning">🟢</i> | ||
<div class="w-100 px-3" data-oe-protected="false" contenteditable="true"> | ||
<h2><strong>Odoo for Fitness Center</strong></h2> | ||
<p>This industry package includes everything you need to run your fitness center efficiently with Odoo.</p> | ||
<h3><strong>Basics</strong></h3> | ||
<ul> | ||
<li>Use the <strong><font class="text-o-color-1">Sales & Subscriptions app</font></strong> to manage memberships, create custom fitness packages, and handle client sign-ups.</li> | ||
<li>Use the <strong><font class="text-o-color-1">Appointments app</font></strong> to schedule personal training sessions, group classes, and equipment orientations.</li> | ||
<li>Employ the <strong><font class="text-o-color-1">Point of Sale system</font></strong> for quick transactions, including membership payments, merchandise sales, and supplement purchases.</li> | ||
<li>Use the <strong><font class="text-o-color-1">Inventory app</font></strong> to manage your fitness equipment, merchandise stock, and supplement supplies.</li> | ||
<li>Leverage the <strong><font class="text-o-color-1">Planning app</font></strong> to organize staff schedules, class timetables, and facility maintenance.</li> | ||
<li>Use the <strong><font class="text-o-color-1">Invoicing app</font></strong> to handle all financial transactions, from membership dues to equipment purchases.</li> | ||
</ul> | ||
<h3><strong>Included customizations</strong></h3> | ||
<p>A special pricelist for free courses is automatically applied to active subscription members, allowing them to book appointments at no cost.</p> | ||
<p>An automated action sets the booking fee to 0 when an active subscription member registers for a course, ensuring they aren't charged extra.</p> | ||
<p>Another automated action removes the free course pricelist when a member's subscription expires, reverting them to standard pricing.</p> | ||
<p>The attendees selection field is set to 1 by default and hidden on the Appointment form.</p> | ||
</div> | ||
<div class="w-100 px-3" data-oe-protected="false" contenteditable="true"> | ||
<h2><strong>Odoo for Fitness Center</strong></h2> | ||
<p>This industry package includes everything you need to run your fitness center efficiently with Odoo.</p> | ||
<h3><strong>Basics</strong></h3> | ||
<ul> | ||
<li>Use the <strong><font class="text-o-color-1">Sales & Subscriptions app</font></strong> to manage memberships, create custom fitness packages, and handle client sign-ups.</li> | ||
<li>Use the <strong><font class="text-o-color-1">Appointments app</font></strong> to schedule personal training sessions, group classes, and equipment orientations.</li> | ||
<li>Employ the <strong><font class="text-o-color-1">Point of Sale system</font></strong> for quick transactions, including membership payments, merchandise sales, and supplement purchases.</li> | ||
<li>Use the <strong><font class="text-o-color-1">Inventory app</font></strong> to manage your fitness equipment, merchandise stock, and supplement supplies.</li> | ||
<li>Leverage the <strong><font class="text-o-color-1">Planning app</font></strong> to organize staff schedules, class timetables, and facility maintenance.</li> | ||
<li>Use the <strong><font class="text-o-color-1">Invoicing app</font></strong> to handle all financial transactions, from membership dues to equipment purchases.</li> | ||
</ul> | ||
<h3><strong>Included customizations</strong></h3> | ||
<p>A special pricelist for free courses is automatically applied to active subscription members, allowing them to book appointments at no cost.</p> | ||
<p>An automated action sets the booking fee to 0 when an active subscription member registers for a course, ensuring they aren't charged extra.</p> | ||
<p>Another automated action removes the free course pricelist when a member's subscription expires, reverting them to standard pricing.</p> | ||
<p>The attendees selection field is set to 1 by default and hidden on the Appointment form.</p> | ||
</div> |