Initial commit: Project packages

This commit is contained in:
Ernad Husremovic 2025-08-29 15:20:52 +02:00
commit 89613c97b0
753 changed files with 496325 additions and 0 deletions

View file

@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
<t t-name="project.example.generic" owl="1">
Prioritize Tasks by using the <a style="color: gold;" class="fa fa-star"></a> icon.
<br/>
Use the <span class="o_status d-inline-block o_status_green"></span> button to inform your colleagues that a task is ready for the next stage.
<br/>
Use the <span class="o_status d-inline-block o_status_red"></span> to indicate a problem or a need for discussion on a task.
<br/>
Use the <a class="fa fa-clock-o"></a> icon to organize your daily activities.
</t>
<t t-name="project.example.agilescrum" owl="1">
Use <span class="o_status d-inline-block o_status_green"></span> and <span class="o_status d-inline-block o_status_red"></span> bullets to indicate the status of a task.
<br/>
Use the <a class="fa fa-clock-o"></a> icon to organize your daily activities.
</t>
<t t-name="project.example.digitalmarketing" owl="1">
Everyone can propose ideas, and the Editor marks the best ones as <span class="o_status d-inline-block o_status_green"></span>.
Attach all documents or links to the task directly, to have all research information centralized.
<br/>
Use the <a class="fa fa-clock-o"></a> icon to organize your daily activities.
</t>
<t t-name="project.example.customerfeedback" owl="1">
Customers propose feedbacks by email; Odoo creates tasks automatically, and you can
communicate on the task directly. Your managers decide which feedback is accepted
<span class="o_status d-inline-block o_status_green"></span> and which feedback is
moved to the "Refused" column.
<br/>
Use the <a class="fa fa-clock-o"></a> icon to organize your daily activities.
</t>
<t t-name="project.example.consulting" owl="1">
Manage the lifecycle of your project using the kanban view. Add newly acquired projects,
assign them and use the <span class="o_status d-inline-block o_status_green"></span> and
<span class="o_status d-inline-block o_status_red"></span> to define if the project is
ready for the next step.
<br/>
Use the <a class="fa fa-clock-o"></a> icon to organize your daily activities.
</t>
<t t-name="project.example.researchproject" owl="1">
Handle your idea gathering within Tasks of your new Project and discuss them in the chatter of the tasks. Use the
<span class="o_status d-inline-block o_status_green"></span> and <span class="o_status d-inline-block o_status_red"></span>
to signalize what is the current status of your Idea.
<br/>
Use the <a class="fa fa-clock-o"></a> icon to organize your daily activities.
</t>
<t t-name="project.example.tshirtprinting" owl="1">
Communicate with customers on the task using the email gateway. Attach logo designs to the task, so that information flows from
designers to the workers who print the t-shirt. Organize priorities amongst orders using the
<a style="color: gold;" class="fa fa-star"></a> icon.
<br/>
Use the <a class="fa fa-clock-o"></a> icon to organize your daily activities.
</t>
</templates>

View file

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<templates id="template" xml:space="preserve">
<span t-name="project.statusWithColor" t-att-class="'o_status_bubble me-2 o_color_bubble_' + color"></span>
<div t-name="project.ControlPanel" t-inherit="web.Legacy.ControlPanel" t-inherit-mode="extension" owl="1">
<xpath expr="//ol[hasclass('breadcrumb')]" position="inside">
<t t-call="project.ProjectControlPanelContent">
<t t-set="showProjectUpdate" t-value="show_project_update"/>
<t t-set="isProjectUser" t-value="is_project_user"/>
</t>
</xpath>
</div>
<t t-name="project.task.PrivateProjectName">
<span class="fst-italic text-muted"><i class="fa fa-lock"></i> Private</span>
</t>
</templates>