Odoo provides a versatile approach to improving the user interface on our website portal by enabling the addition of sorting features customized to our requirements.
How to Add Pagination in Website portal in OdooCeline George
油
In the context of an Odoo website portal, pagination refers to the process of dividing a large set of records into smaller, more manageable pages and providing navigation controls to move between these pages. This is essential for enhancing the user experience by preventing long loading times and making data presentation more manageable.
Spring Data JPA in detail with spring bootrinky1234
油
Spring Data JPA provides features for pagination, sorting, and querying data from databases. It allows querying data through method names or annotations. For complex queries, the @Query annotation can be used to define JPQL or native SQL queries. Named queries define reusable queries through annotations. Transactions in Spring manage multiple database operations together to maintain data integrity. Declarative and programmatic transaction management approaches are supported through annotations and programming.
Spring Data JPA provides features for pagination, sorting, and querying data from a database. It supports defining queries declaratively through method names, named queries annotated with @NamedQuery, and custom queries annotated with @Query. Transactions in Spring manage a sequence of database operations atomically through programmatic or declarative transaction management using annotations or configuration. Custom repositories may also be implemented to define additional queries beyond standard Spring Data JPA features.
How to add Many2Many fields in odoo website form.pptxCeline George
油
This feature dynamically links various pieces of data, creating complex relationships between records. Users can enjoy a more personalized and engaging experience on your website. For instance, when a user interacts with one record, related records are automatically shown.
How to Create a Custom Web Form View in Odoo 17Celine George
油
Creating a custom web form view in Odoo 17 involves several key steps: defining the model, creating the view, setting up actions and menus, and defining the template and controller. Heres a structured overview to guide you through the process:
How To Extend Odoo Form View using js_class_Celine George
油
In Odoo, js_class is used in form views to link JavaScript classes to XML views. This allows developers to extend and customize the behavior of Odoo form views by leveraging the power of JavaScript. First we need to register a class in javascript for a particular view. When we add the same class for a form view, it injects the customized view into the form.
How to Create a Dynamic Snippet in Odoo 17Celine George
油
Dynamic snippets in Odoo 17 are modular components that allow for the dynamic display of content on web pages. These snippets can be tailored to showcase various types of information, such as product listings, testimonials, or promotional banners.
URLS and routing in odoo 18 - Odoo 際際滷sCeline George
油
In Odoo 18, URLs and routing are key components of its web framework, used to handle HTTP requests. Understanding them is essential for customizing Odoos behavior, creating new pages, and integrating with external systems.
How to Create Cohort View in Odoo 17 - Odoo 17 際際滷sCeline George
油
Odoo has a variety of view kinds, including list, form, tree, kanban, graph, pivot, calendar, cohort, and more. Cohort views are a kind of reporting view in Odoo that let us monitor and evaluate user behavior across time. Rows and columns are displayed in the cohort view.
User Profiles: I Didn't Know I Could Do That (Updated Demo)Stacy Deere
油
User profiles and MySites are often confused but are different features in SharePoint. User profiles are representations of users that include personal information, while MySites allow users to create personal sites. Although user profiles don't require MySites, MySites leverage user profiles to populate user information. The document provides steps for configuring user profiles, including connecting to Active Directory, defining custom profile properties, and using managed metadata. It also demonstrates how to build a corporate directory search page for finding user profiles.
URLs and Routing in the Odoo 17 Website AppCeline George
油
In Odoo, Controllers are used to configure front-end modules under Website. Using controllers, we can specify the URL to the link the web pages.
For that, we need to setup the controller in our module and create an xml template to load the data in the web page.
SenchaCon 2016: Handle Real-World Data with Confidence - Fredric Berling Sencha
油
To connect real model data to a view model, mess around with it, validate it, and then save it back to the server is crucial for any modern application. I will help you understand how some of the key features of the Sencha Ext JS classes work together to handle many of the real world challenges. We will take a closer look at the classes and configs that help us consume and handle the more advanced data structures. I will explain how they are connected and how you can tweak them to your needs. The focus will be on view models, data models, data sessions, proxies, stores, and associations, and how they all come together in a real world application.
Develop an App with the Odoo Framework or How to Implement a Plant Nursery in a Few Minutes.
Yannick Tivisse, Software Engineer, RD4HR Team Leader, Odoo
This document provides an overview of creating a basic people management template in Oracle Human Capital Management (HCM) to improve data entry efficiencies. Key steps include identifying an existing template to build from, configuring data fields and buttons, setting context-sensitive behaviors, defining the task flow and form function, and testing the new template. The goal is to combine related employee data from multiple forms into a single template interface to streamline the data entry process for HR users.
This document discusses supercharging organic click-through rate (CTR) through the use of JSON for Linked Data (JSON-LD). It covers:
1. What JSON-LD is and the benefits it provides like rich snippets and action buttons
2. Different implementation methods like using WordPress plugins or Google Tag Manager
3. Examples of JSON-LD markup for things like products, reviews, and local businesses
4. Testing and monitoring the impact on organic CTR before and after implementing JSON-LD
Advance Sql Server Store procedure PresentationAmin Uddin
油
This document discusses stored procedures in SQL, including:
1. What stored procedures are and how they improve performance over dynamic SQL.
2. How to create stored procedures with parameters and return values.
3. How to call/execute stored procedures and examples of inserting, updating, and deleting data using stored procedures.
4. The process of stored procedure compilation and recompilation, including when recompilation may be needed due to changes in data or indexes.
How to Store Data on the Odoo 17 WebsiteCeline George
油
Here we are going to discuss how to store data in Odoo 17 Website.
It includes defining a model with few fields in it. Add demo data into the model using data directory. Also using a controller, pass the values into the template while rendering it and display the values in the website.
This document provides an introduction and overview of AngularJS. It begins with an introduction to the course and what will be covered, including the MVVM pattern, two-way data binding, consuming REST resources, and component integration. It then defines what AngularJS is and some of its advantages like being reactive, rapid development, modularity, and testability. The document demonstrates how to create a basic AngularJS application with data binding examples and discusses controllers and scopes. It also covers retrieving data from servers using HTTP requests.
How to Create & Manage a Dashboard Using OWL in Odoo 17Celine George
油
A dashboard in Odoo is a user interface feature that provides a visual overview of key performance indicators (KPIs), metrics, and important data points relevant to a business. Dashboards are designed to present this information in an easy-to-read format, often using charts, graphs, and tables, to help users quickly assess the state of their business and make informed decisions.
TechDays 2013 Jari Kallonen: What's New WebForms 4.5Tieturi Oy
油
This document summarizes new features in ASP.NET WebForms 4.5, including strongly typed data controls, model binding, unobtrusive validation, HTML5 support, and asynchronous programming support. It provides code examples of using data binding, model binding with value providers, validation with data annotations and validation controls, and asynchronous code with the async and await keywords. The document demonstrates these new ASP.NET features.
This document provides an overview and instructions for implementing approval processes in Salesforce, including:
- Creating parallel approval processes with different criteria to route records to different approvers
- Using Apex triggers to dynamically submit and approve approval requests based on record field values
- Tracking record field history and setup changes for auditing approval processes
- Creating outbound messages as part of approval processes to integrate with external systems
- Leveraging cross-object formulas to reference related record fields in approval criteria
Alexandria ACM Student Chapter | Specification & Verification of Data-Centric...AlexACMSC
油
The document describes a formal modeling and contracting framework for specifying and verifying data-centric web services. It proposes modeling the underlying data of a service as a set of records with attributes. Services would then be formally specified in terms of this data model. This allows verification of service compositions by constructing a global data contract from individual service contracts. The framework is evaluated through experiments showing it can decrease ambiguity, enhance reuse, and enable detection of errors in service implementations.
Client Actions In Odoo 17 - Odoo 17 際際滷sCeline George
油
In Odoo, a client action refers to a set of actions or operations that are executed on the client side of the application. Odoo is an open-source ERP (Enterprise Resource Planning) and business management software, and it uses a client-server architecture. The client-side actions in Odoo are typically defined using JavaScript and XML.
Subscribed zuora forsalesforce training -section301-finalSamuel Sharaf
油
The document discusses components and plugins in Zuora for Salesforce and provides examples. It defines components as reusable pieces of code that can encapsulate common design patterns. Plugins are external classes that can be called from within a managed package. The document provides examples of out-of-the-box components like properties, lists, and lookups. It also discusses the benefits of using components and plugins to speed up development and allow custom functionality. Two lab exercises are described that demonstrate creating a custom component page and extending an out-of-box plugin.
An Overview of Owl Input Bindings in Odoo 16Celine George
油
The Odoo Javascript framework uses a custom component framework called Owl(Odoo Web Library). Odoo 16 uses relies on the OWL for web development. It employs OWL concepts and principles in its POS system, with JavaScript code.
MICROPROJECT_CSS resume.pdf client side scriptingvaijenathphad15
油
The document summarizes a micro project completed by three students to build a resume generator using JavaScript. It includes the project rationale, aims/benefits, course outcomes addressed, literature review methodology, resources used, and outputs. The project aimed to automate resume creation and provide customization options to make the process more efficient. It reviewed research on resume writing best practices and digital tools before implementing form inputs, templates, and resume generation through JavaScript functions. The final output was an interactive resume builder web application.
How to setup journals in Odoo 17 AccountingCeline George
油
The Accounting module in Odoo 17 is a comprehensive tool designed to manage all financial aspects of a business. Once the module is installed, the very step to do is to set the fiscal localization for the company. With that, the whole setup related to the pre-configured taxes, chart of accounts and legal statements will get downloaded in the database.
How to handle the storage categories of the locations in Odoo 17Celine George
油
In Odoo 17, locations are specific places within the warehouse where the products can be stored or transferred. These locations are used to manage inventory efficiently and track product movement.
More Related Content
Similar to How to Add Sort Option in Website Portal Odoo 17 (20)
URLS and routing in odoo 18 - Odoo 際際滷sCeline George
油
In Odoo 18, URLs and routing are key components of its web framework, used to handle HTTP requests. Understanding them is essential for customizing Odoos behavior, creating new pages, and integrating with external systems.
How to Create Cohort View in Odoo 17 - Odoo 17 際際滷sCeline George
油
Odoo has a variety of view kinds, including list, form, tree, kanban, graph, pivot, calendar, cohort, and more. Cohort views are a kind of reporting view in Odoo that let us monitor and evaluate user behavior across time. Rows and columns are displayed in the cohort view.
User Profiles: I Didn't Know I Could Do That (Updated Demo)Stacy Deere
油
User profiles and MySites are often confused but are different features in SharePoint. User profiles are representations of users that include personal information, while MySites allow users to create personal sites. Although user profiles don't require MySites, MySites leverage user profiles to populate user information. The document provides steps for configuring user profiles, including connecting to Active Directory, defining custom profile properties, and using managed metadata. It also demonstrates how to build a corporate directory search page for finding user profiles.
URLs and Routing in the Odoo 17 Website AppCeline George
油
In Odoo, Controllers are used to configure front-end modules under Website. Using controllers, we can specify the URL to the link the web pages.
For that, we need to setup the controller in our module and create an xml template to load the data in the web page.
SenchaCon 2016: Handle Real-World Data with Confidence - Fredric Berling Sencha
油
To connect real model data to a view model, mess around with it, validate it, and then save it back to the server is crucial for any modern application. I will help you understand how some of the key features of the Sencha Ext JS classes work together to handle many of the real world challenges. We will take a closer look at the classes and configs that help us consume and handle the more advanced data structures. I will explain how they are connected and how you can tweak them to your needs. The focus will be on view models, data models, data sessions, proxies, stores, and associations, and how they all come together in a real world application.
Develop an App with the Odoo Framework or How to Implement a Plant Nursery in a Few Minutes.
Yannick Tivisse, Software Engineer, RD4HR Team Leader, Odoo
This document provides an overview of creating a basic people management template in Oracle Human Capital Management (HCM) to improve data entry efficiencies. Key steps include identifying an existing template to build from, configuring data fields and buttons, setting context-sensitive behaviors, defining the task flow and form function, and testing the new template. The goal is to combine related employee data from multiple forms into a single template interface to streamline the data entry process for HR users.
This document discusses supercharging organic click-through rate (CTR) through the use of JSON for Linked Data (JSON-LD). It covers:
1. What JSON-LD is and the benefits it provides like rich snippets and action buttons
2. Different implementation methods like using WordPress plugins or Google Tag Manager
3. Examples of JSON-LD markup for things like products, reviews, and local businesses
4. Testing and monitoring the impact on organic CTR before and after implementing JSON-LD
Advance Sql Server Store procedure PresentationAmin Uddin
油
This document discusses stored procedures in SQL, including:
1. What stored procedures are and how they improve performance over dynamic SQL.
2. How to create stored procedures with parameters and return values.
3. How to call/execute stored procedures and examples of inserting, updating, and deleting data using stored procedures.
4. The process of stored procedure compilation and recompilation, including when recompilation may be needed due to changes in data or indexes.
How to Store Data on the Odoo 17 WebsiteCeline George
油
Here we are going to discuss how to store data in Odoo 17 Website.
It includes defining a model with few fields in it. Add demo data into the model using data directory. Also using a controller, pass the values into the template while rendering it and display the values in the website.
This document provides an introduction and overview of AngularJS. It begins with an introduction to the course and what will be covered, including the MVVM pattern, two-way data binding, consuming REST resources, and component integration. It then defines what AngularJS is and some of its advantages like being reactive, rapid development, modularity, and testability. The document demonstrates how to create a basic AngularJS application with data binding examples and discusses controllers and scopes. It also covers retrieving data from servers using HTTP requests.
How to Create & Manage a Dashboard Using OWL in Odoo 17Celine George
油
A dashboard in Odoo is a user interface feature that provides a visual overview of key performance indicators (KPIs), metrics, and important data points relevant to a business. Dashboards are designed to present this information in an easy-to-read format, often using charts, graphs, and tables, to help users quickly assess the state of their business and make informed decisions.
TechDays 2013 Jari Kallonen: What's New WebForms 4.5Tieturi Oy
油
This document summarizes new features in ASP.NET WebForms 4.5, including strongly typed data controls, model binding, unobtrusive validation, HTML5 support, and asynchronous programming support. It provides code examples of using data binding, model binding with value providers, validation with data annotations and validation controls, and asynchronous code with the async and await keywords. The document demonstrates these new ASP.NET features.
This document provides an overview and instructions for implementing approval processes in Salesforce, including:
- Creating parallel approval processes with different criteria to route records to different approvers
- Using Apex triggers to dynamically submit and approve approval requests based on record field values
- Tracking record field history and setup changes for auditing approval processes
- Creating outbound messages as part of approval processes to integrate with external systems
- Leveraging cross-object formulas to reference related record fields in approval criteria
Alexandria ACM Student Chapter | Specification & Verification of Data-Centric...AlexACMSC
油
The document describes a formal modeling and contracting framework for specifying and verifying data-centric web services. It proposes modeling the underlying data of a service as a set of records with attributes. Services would then be formally specified in terms of this data model. This allows verification of service compositions by constructing a global data contract from individual service contracts. The framework is evaluated through experiments showing it can decrease ambiguity, enhance reuse, and enable detection of errors in service implementations.
Client Actions In Odoo 17 - Odoo 17 際際滷sCeline George
油
In Odoo, a client action refers to a set of actions or operations that are executed on the client side of the application. Odoo is an open-source ERP (Enterprise Resource Planning) and business management software, and it uses a client-server architecture. The client-side actions in Odoo are typically defined using JavaScript and XML.
Subscribed zuora forsalesforce training -section301-finalSamuel Sharaf
油
The document discusses components and plugins in Zuora for Salesforce and provides examples. It defines components as reusable pieces of code that can encapsulate common design patterns. Plugins are external classes that can be called from within a managed package. The document provides examples of out-of-the-box components like properties, lists, and lookups. It also discusses the benefits of using components and plugins to speed up development and allow custom functionality. Two lab exercises are described that demonstrate creating a custom component page and extending an out-of-box plugin.
An Overview of Owl Input Bindings in Odoo 16Celine George
油
The Odoo Javascript framework uses a custom component framework called Owl(Odoo Web Library). Odoo 16 uses relies on the OWL for web development. It employs OWL concepts and principles in its POS system, with JavaScript code.
MICROPROJECT_CSS resume.pdf client side scriptingvaijenathphad15
油
The document summarizes a micro project completed by three students to build a resume generator using JavaScript. It includes the project rationale, aims/benefits, course outcomes addressed, literature review methodology, resources used, and outputs. The project aimed to automate resume creation and provide customization options to make the process more efficient. It reviewed research on resume writing best practices and digital tools before implementing form inputs, templates, and resume generation through JavaScript functions. The final output was an interactive resume builder web application.
How to setup journals in Odoo 17 AccountingCeline George
油
The Accounting module in Odoo 17 is a comprehensive tool designed to manage all financial aspects of a business. Once the module is installed, the very step to do is to set the fiscal localization for the company. With that, the whole setup related to the pre-configured taxes, chart of accounts and legal statements will get downloaded in the database.
How to handle the storage categories of the locations in Odoo 17Celine George
油
In Odoo 17, locations are specific places within the warehouse where the products can be stored or transferred. These locations are used to manage inventory efficiently and track product movement.
How to Identify the Margin from the Sales Orders using Odoo 17Celine George
油
In Odoo Sales, the Sales Margin or the Profit Margin feature allows us to track and analyze the profitability of our sales. It helps you calculate the difference between the sale price and the cost price of a product, giving you insights into your profit margins.
Field Parameters in Odoo 18 - Odoo 18 際際滷sCeline George
油
In this slide well discuss on the field parameters in Odoo 18. These parameters are essential for customizing and controlling the behavior of fields in models. We will review some of the most commonly used parameters and their applications in development.
How to Invoice Shipping Cost to Customer in Odoo 17Celine George
油
Odoo allows the invoicing of the shipping costs after delivery and this ensures that the charges are accurate based on the real time factors like weight, distance and chosen shipping method.
How to configure the retail shop in Odoo 17 Point of SaleCeline George
油
Odoo's Retail Shop is managed by the module Point of Sale(POS). It is a powerful tool designed to streamline and optimize the operations of retail businesses. It provides a comprehensive solution for managing various aspects of a retail store, from inventory and sales to customer management and reporting.
How to process Interwarehouse and Intrawarehouse transfers in OdooCeline George
油
Inventory management is a critical component of any business that deals with physical goods. In Odoo, the Inventory module provides a comprehensive solution for managing stock, tracking inventory movements, and optimizing supply chain operations.
How to manage Customer Tips with Odoo 17 Point Of SaleCeline George
油
In the context of point-of-sale (POS) systems, a tip refers to the optional amount of money a customer leaves for the service they received. It's a way to show appreciation to the cashier, server, or whoever provided the service.
Analysis of Conf File Parameters in the Odoo 18Celine George
油
n Odoo, the configuration file (commonly named odoo.conf) is a critical file that allows administrators to define various parameters to control the behavior of the Odoo server. These parameters include settings for database connections, server performance, logging, and other operational configurations.
Purchase Analysis in Odoo 17 - Odoo 際際滷sCeline George
油
Purchase is one of the important things as a part of a business. It is essential to analyse everything that is happening inside the purchase and keep tracking. In Odoo 17, the reporting section is inside the purchase module, which is purchase analysis.
Analysis of Conf File Parameters in Odoo 17Celine George
油
In this slide, we will analyse the configuration file parameters in Odoo 17. The odoo.conf file plays a pivotal role in configuring and managing the Odoo 17 server. It contains essential parameters that control database connections, server behaviour, logging, and performance settings.
Managing Online Signature and Payment with Odoo 17Celine George
油
Odoo Digital Signature is a feature that allows users to sign documents electronically within the Odoo platform. This functionality streamlines workflows by enabling the creation, distribution, and signing of documents digitally, reducing the need for physical paperwork and speeding up processes.
Recruitment in the Odoo 17 - Odoo 17 際際滷sCeline George
油
It is a sad fact that finding qualified candidates for open positions has grown to be a challenging endeavor for an organization's human resource management. In Odoo, we can manage this easily by using the recruitment module
How to Setup Company Data in Odoo 17 Accounting AppCeline George
油
The Accounting module in Odoo 17 is a comprehensive tool designed to manage all financial aspects of a business. It provides a range of features that help with everything from day-to-day bookkeeping to advanced financial analysis.
How to Install Odoo 18 with Pycharm - Odoo 18 際際滷sCeline George
油
In this slide well discuss the installation of odoo 18 with pycharm. Odoo 18 is a powerful business management software known for its enhanced features and ability to streamline operations. Built with Python 3.10+ for the backend and PostgreSQL as its database, it provides a reliable and efficient system.
How to Manage Purchase Order Approval in Odoo 18Celine George
油
In Odoo 18, you can set a minimum amount as a limit, and whenever an order comes above the limit, it requires the approval of the manager. In this slide, we are diving into the crucial aspect of procurement, which is managing purchase order approval.
How to Configure Outgoing and Incoming mail servers in Odoo 18Celine George
油
Odoo 18 features a powerful email management system designed to streamline business communications directly within the platform. By setting up Outgoing Mail Servers, users can effortlessly send emails. Similarly, configuring Incoming Mail Servers enables Odoo to process incoming emails and generate records such as leads or helpdesk tickets.
How to Grant Discounts in Sale Order Lines in Odoo 18 SalesCeline George
油
Odoo offers several ways to apply the discounts on sales orders, providing flexibility for various scenarios. The discounts applied on the sales order lines are global discounts, fixed discounts, and discounts on all order lines. In this slide, we will learn how to grant discounts on the sale order line in Odoo 18.
Comparing RFQ Lines for the best price in Odoo 17Celine George
油
The Purchase module in Odoo 17 is a powerful tool designed to streamline the procurement process for businesses. It offers a wide range of features that help manage supplier relationships, track purchase orders, and ensure that procurement activities align with the company's needs.
Anti-Viral Agents.pptx Medicinal Chemistry III, B Pharm SEM VISamruddhi Khonde
油
Antiviral agents are crucial in combating viral infections, causing a variety of diseases from mild to life-threatening. Developed through medicinal chemistry, these drugs target viral structures and processes while minimizing harm to host cells. Viruses are classified into DNA and RNA viruses, with each replicating through distinct mechanisms. Treatments for herpesviruses involve nucleoside analogs like acyclovir and valacyclovir, which inhibit the viral DNA polymerase. Influenza is managed with neuraminidase inhibitors like oseltamivir and zanamivir, which prevent the release of new viral particles. HIV is treated with a combination of antiretroviral drugs targeting various stages of the viral life cycle. Hepatitis B and C are treated with different strategies, with nucleoside analogs like lamivudine inhibiting viral replication and direct-acting antivirals targeting the viral RNA polymerase and other key proteins.
Antiviral agents are designed based on their mechanisms of action, with several categories including nucleoside and nucleotide analogs, protease inhibitors, neuraminidase inhibitors, reverse transcriptase inhibitors, and integrase inhibitors. The design of these agents often relies on understanding the structure-activity relationship (SAR), which involves modifying the chemical structure of compounds to enhance efficacy, selectivity, and bioavailability while reducing side effects. Despite their success, challenges such as drug resistance, viral mutation, and the need for long-term therapy remain.
A Systematic Review:
Provides a clear and transparent process
Facilitates efficient integration of information for rational decision
making
Demonstrates where the effects of health care are consistent and
where they do vary
Minimizes bias (systematic errors) and reduce chance effects
Can be readily updated, as needed.
Meta-analysis can provide more precise estimates than individual
studies
Allows decisions based on evidence , whole of it and not partial
General Quiz at ChakraView 2025 | Amlan Sarkar | Ashoka Univeristy | Prelims ...Amlan Sarkar
油
Prelims (with answers) + Finals of a general quiz originally conducted on 9th February, 2025.
This was the closing quiz of the 2025 edition of ChakraView - the annual quiz fest of Ashoka University.
Feedback welcome at amlansarkr@gmail.com
As Artificial Intelligence continues to evolve, ensuring responsible, ethical, and regulatory-compliant AI governance is more critical than ever. This comprehensive audit checklist designed to help organizations align with ISO/IEC 42001:2023, the first global standard for AI management systems.
Whats Inside?
AI Management System (AIMS) audit framework
Key compliance factors covering risk, ethics and accountability
Readiness evaluation for AI-driven organizations
Actionable steps to align with ISO/IEC 42001:2023
Anorectal malformations refer to a range of congenital anomalies that involve the anus, rectum, and sometimes the urinary and genital organs. They result from abnormal development during the embryonic stage, leading to incomplete or absent formation of the rectum, anus, or both.
Different perspectives on dugout canoe heritage of Soomaa.pdfAivar Ruukel
油
Sharing the story of haabjas to 1st-year students of the University of Tartu MA programme "Folkloristics and Applied Heritage Studies" and 1st-year students of the Erasmus Mundus Joint Master programme "Education in Museums & Heritage".
Unit No 4- Chemotherapy of Malignancy.pptxAshish Umale
油
In the Pharmacy profession there are many dangerous diseases from which the most dangerous is cancer. Here we study about the cancer as well as its treatment that is supportive to the students of semester VI of Bachelor of Pharmacy. Cancer is a disease of cells of characterized by Progressive, Persistent, Perverted (abnormal), Purposeless and uncontrolled Proliferation of tissues. There are many types of cancer that are harmful to the human body which are responsible to cause the disease condition. The position 7 of guanine residues in DNA is especially susceptible. Cyclophosphamide is a prodrug converted to the active metabolite aldophosphamide in the liver. Procarbazine is a weak MAO inhibitor; produces sedation and other CNS effects, and can interact with foods and drugs. Methotrexate is one of the most commonly used anticancer drugs. Methotrexate (MTX) is a folic acid antagonist. 6-MP and 6-TG are activated to their ribonucleotides, which inhibit purine ring biosynthesis and nucleotide inter conversion. Pyrimidine analogue used in antineoplastic, antifungal and anti psoriatic agents.
5-Fluorouracil (5-FU) is a pyrimidine analog. It is a complex diterpin taxane obtained from bark of the Western yew tree. Actinomycin D is obtained from the fungus of Streptomyces species. Gefitinib and Erlotinib inhibit epidermal growth factor receptor (EGFR) tyrosine kinase. Sunitinib inhibits multiple receptor tyrosine kinases like platelet derived growth factor (PDGF) Rituximab target antigen on the B cells causing lysis of these cells.
Prednisolone is 4 times more potent than hydrocortisone, also more selective glucocorticoid, but fluid retention does occur with high doses. Estradiol is a major regulator of growth for the subset of breast cancers that express the estrogen receptor (ER, ESR1).
Finasteride and dutasteride inhibit conversion of testosterone to dihydrotestosterone in prostate (and other tissues), have palliative effect in advanced carcinoma prostate; occasionally used. Chemotherapy in most cancers (except curable cancers) is generally palliative and suppressive. Chemotherapy is just one of the modes in the treatment of cancer. Other modes like radiotherapy and surgery are also employed to ensure 'total cell kill'.
Strategic Corporate Social Responsibility: Sustainable Value Creation Fourthkeileyrazawi
油
Strategic Corporate Social Responsibility: Sustainable Value Creation Fourth
Strategic Corporate Social Responsibility: Sustainable Value Creation Fourth
Strategic Corporate Social Responsibility: Sustainable Value Creation Fourth
General Quiz at Maharaja Agrasen College | Amlan Sarkar | Prelims with Answer...Amlan Sarkar
油
Prelims (with answers) + Finals of a general quiz originally conducted on 13th November, 2024.
Part of The Maharaja Quiz - the Annual Quiz Fest of Maharaja Agrasen College, University of Delhi.
Feedback welcome at amlansarkr@gmail.com
General Quiz at Maharaja Agrasen College | Amlan Sarkar | Prelims with Answer...Amlan Sarkar
油
How to Add Sort Option in Website Portal Odoo 17
1. How to Add Sort Option in
Website Portal Odoo 17
Enterprise
2. Introduction
Enterprise
Odoo provides a versatile approach to improving the user
interface on our website portal by enabling the addition of
sorting features customized to our requirements.
In the "My Account" section of the website, there are
various options such as Sales Orders, Projects, Timesheets, and
more. We can view further details by selecting each menu item.
3. Steps
Enterprise
Steps for Adding the Sort Option in Odoo Website
1. Create a Custom Module
2. Define the Module Manifest
3. Extend the Model
4. Create a XML template
5. Create a controller
6. Update and Install the Module
4. Explanation
Enterprise
1. Create a Custom Module: Create a custom module, define
a new file with the desired functionality
2. Define the Module Manifest, Extend the Model:
Include the necessary metadata and dependencies, and
also extend the model.
5. Create a XML template
Enterprise
3. Create a XML template
6. Explanation
Enterprise
This template changes the current portal breadcrumbs to
include a "Recruitment" breadcrumb entry. The entry
appears conditionally active and is linked based on the
variables page_name and recruitment.
If page_name equals 'recruitment', the entry is shown. If
recruitment is true, it will be an active link.
otherwise, it will appear as plain text.
This setup enables users to access the "Recruitment" page
via the breadcrumb trail, ensuring a consistent and user-
friendly navigation experience.
8. Explanation
Enterprise
This code enhances the Odoo portal's home page by
adding a new menu item for "Recruitment."
These changes enhance the portal's home page with a
user-friendly link to the "Recruitment" section, improving
navigation and accessibility for users.
10. Explanation
Enterprise
This template extends the portal layout to add a "Recruitment"
page in the Odoo portal. The page includes:
1. A Search Bar: The search bar is enabled and a title is set to
"Recruitment".
2. A Table: A table with headers for Applicant, Create Date, Job
Position, and Status.
3. Dynamic Content: Each row in the table corresponds to a
recruitment record, displaying the applicant's name,
creation date, job position, and current status.
This setup provides a clear and organized way for users to view
recruitment details within the portal.
12. Explanation
Enterprise
This class and method are used to extend the Odoo
customer portal to include recruitment data
This allows users to see the number of recruitment
applications they are involved with when they access the
portal, enhancing the portal's functionality by integrating
recruitment information.
14. Explanation
Enterprise
This method handles the display and sorting of recruitment records in
the Odoo portal. When a user accesses the recruitment page.
Defines Routes: Specifies the URL routes it responds to, ensuring the
user is authenticated.
Sorts Records: Provides sorting options for recruitment records by
date or status.
Searches Records: Retrieves recruitment records for the current user,
applying the chosen sorting order.
Renders Page: Passes the retrieved records and sorting options to the
specified template for rendering.
This setup enhances the user experience by allowing users to easily
view and sort their recruitment records in the portal.
15. Enterprise
searchbar_sortings = {
'date': {'label': _('Date'), 'order': 'create_date desc'},
'stage': {'label': _('Status'), 'order': 'stage_id'},
}
The searchbar_sortings dictionary is designed to define sorting
options for a search bar in a web application.
Each key in the dictionary represents a sorting criterion, with 'date'
and 'stage' being the criteria in this example.
The value associated with each key is another dictionary that
contains two entries: 'label' and 'order'.
The 'label' is a user-friendly name for the sorting criterion.
The 'order' specifies how the results should be ordered in the
database query.
SORT
16. Enterprise
Verifying with this code if a value is specified for the 'sortby'
option. If not, we can then establish a default value. In this
instance, the default order for sorting the records is by the date
in descending order.
This code checks if the 'sortby' option has a value. If it doesn't, a
default value is assigned. Here, the default sorting sequence for
the records is by date, in descending order.
if not sortby:
sortby = 'date'
order = searchbar_sortings[sortby]['order']
recruitment = request.env['hr.applicant'].sudo().search([
('user_id', '=', request.env.uid)], order=order)
18. Enterprise
Conclusion
Hence this way we can use the default sort functionality of odoo add
extra parameters to our sort option of the search bar in the portal
page .
19. For More Info.
Check our company website for related blogs
and Odoo book.
Check our YouTube channel for
functional and technical videos in Odoo.
Enterprise
www.cybrosys.com