In this slide well discuss on how to create and override existing field widget in odoo 17. Custom field widgets allow developers to enhance user interfaces by adding tailored functionality or altering the behavior of default widgets.
How to Use JS Class in Form Views in Odoo 17 - Odoo 17 際際滷sCeline George
油
This slide will represent how to use JS class in form views in odoo 17. This slide will explain the creation of a custom view using a Javascript class to render the form view.
How to Extend Pos payment validation to enhance functionality in Odoo 17Celine George
油
Point of Sale (POS) systems streamline transactions, and Odoo's POS module provides a robust solution for retailers. As businesses grow, they may need additional functionality to meet specific requirements.
In Odoo chatter, improving the user experience includes a specific customization of the chatter. Its a centralized hub for communication and updates as per required records.
How to extend Order, Orderlines , PoS store and model definition in odoo 17 POSCeline George
油
This slide well discuss how to extend order, orderlines , PoS store and model definition in odoo 17 POS. In Odoo 17, extending the Point of Sale (PoS) involves customizing core components such as orders, order lines, and store configurations. By modifying the PoS model definitions, developers can implement custom behaviors, integrate with other modules.
How to Count Records Using search_count in Odoo 17Celine George
油
In most of the Odoo form views, we can see smart buttons with the count of related records.So in this slide, lets check how we can create such smart buttons in our custom modules.Here in this slide, we are using a custom insurance module for demonstration.
How to Call Python Function from Menu ItemCeline George
油
In this slide well discuss how to call python function from menu item in odoo. Server action can be used to call a python method that should work when we click on a menu item.
How to Create a Popup in Odoo POS 17 - Odoo 17 際際滷sCeline George
油
In this slide well discuss how to create a custom popup in POS. We can use a pop-up for various purposes, such as displaying important messages, collecting additional customer information, or prompting users for specific actions.
How to Add Search Feature in Portal in Odoo 17Celine George
油
Odoo provides a versatile solution for optimizing user experience on our website portal, enabling us to incorporate searching options for specific products, articles, or support documentation.
The document describes several Salesforce projects including:
1. The Sales Congo project which is a flex-based system to store sales organization information and analyze it to make decisions. It uses Apex and Visualforce.
2. The Invoice System project which generates quotes, orders, and invoices in PDF for the UK and USA with fixed and recurring invoices.
3. The Cloud Budget project which is a budgeting system using Apex and Visualforce that reduces expenses. It has several modules like income, expenses, accounts payable/receivable, and fixed assets.
4. The Davinci Template project which creates email templates in Visualforce to attach proposals to emails based on sales reps.
How to Create and Manage Wizard in Odoo 17Celine George
油
Wizards are very useful for creating a good user experience. In all businesses, interactive sessions are most beneficial. To improve the user experience, wizards in Odoo provide an interactive session.
For creating wizards, we can use transient models or abstract models. This gives features of a model class except the data storing. Transient and abstract models have permanent database persistence. For them, database tables are made, and the records in such tables are kept until they are specifically erased.
HTML Editor in Odoo 18 - Odoo 18 Technical 際際滷sCeline George
油
In this slide well discuss on HTML editor in odoo 18, a powerful tool for customizing website content. The editor allows users to easily modify the structure, style, and layout directly from the Odoo interface.
How to Add Custom Fields to Configuration Settings in Odoo 17Celine George
油
In this blog, we will explore the ability for users to customize settings in Odoo's Settings menu to align with their specific business needs, including the option to add new settings and perform corresponding operations.
How to modify_create components control buttons in Pos odoo.pptxCeline George
油
The Odoo Javascript framework uses a custom component framework called Owl. Odoo 17 uses relies on the Odoo Web Library (OWL) for web development. It employs OWL concepts and principles in its POS system, with JavaScript code.
This document describes several HTML widgets that can be used for search:
1) An instant search widget that can be included on webpages and has autocomplete functionality.
2) A Google Maps widget to show locations of plants that manufacture a particular product.
3) A tag cloud widget to display the most common terms for a specific field like skills.
4) Pie charts and column charts to visualize distributions of values for fields like employee designation.
How to Create & Configure Server Actions in the Odoo 18Celine George
油
In this slide, well discuss on how to create & configure server actions in the Odoo 18. Server Actions in Odoo provide a powerful way to automate processes without extensive custom development.
How to hide the buttons on the POS screen in Odoo 17Celine George
油
The Point of Sale Product Screen in Odoo is a central interface that provides various functionalities through buttons such as Discount, Info, Refund, Reward, and others. Customising the visibility of these buttons based on user roles or permissions can enhance usability and security.
How To Create Record From Code In Odoo 17Celine George
油
In this slide well discuss how to create a record from code in odoo 17. In Odoo, creating records in a database table can be easily achieved using python code through the ORM (Object-Relational Mapping) framework. By using odoo's create() method, developers can insert new records into models, making data management more efficient and seamless.
This document summarizes a project for developing an online classified ads application. The application will allow administrators to manage member registrations and ad categories. Administrators can create, edit, and delete ads. It also allows administrators to manage important links, yellow pages entries, and track tasks assigned to employees. The proposed system aims to more efficiently manage ads, links, yellow pages, tasks, and agents compared to the existing manual system. The document outlines the software requirements and provides UML diagrams to design the system modules, including registration, ads management, member/ad info, and administrator functions. It concludes by discussing implementing additional search and content features.
The EffiChange XPager Suite: Understanding XPages ScaffoldingEffiChange LLC
油
The document discusses XPages scaffolding, which involves using customizable "layout" controls to create consistent user interfaces for applications. These layout controls can be modified via themes to implement different designs. Examples are given of layout controls generating HTML for the Dojo BorderContainer and Twitter Bootstrap frameworks. The approach allows applications to evolve their design over time by changing themes without modifying code. A demo then shows an application using different XPager themes to change its layout.
How to Render Dynamic Data using RPC call in Odoo 17 POSCeline George
油
In this slide we will discuss how to render dynamic data using RPC call in Odoo 17 POS. We can render dynamic data within the Point of Sale (POS) system using Remote Procedure Call (RPC) calls.
How to Add Barcode on PDF Report in Odoo 17Celine George
油
Odoo Barcode allows users to assign barcodes to individual products and product categories, and track inventory movements using those barcodes. Not only for products, but for many other cases also, Odoo default allows to use barcode and plays an inevitable role in business environment.
By connecting a barcode scanner, certain inventory processes can be triggered by scanning barcodes.
In this slide, we can just go through the the steps of creating a barcode and print it as PDF.
How to Create an App Using Odoo 17 StudioCeline George
油
Odoo Studio is a powerful tool that allows us to build custom applications without needing to write code. Creating an app with Odoo 17 Studio can greatly enhance our business processes by tailoring the software to fit our specific needs. Lets explore this interesting feature of Odoo in detail.
How to add button in list view Odoo 17 - Odoo 17 際際滷sCeline George
油
In this slide well discuss on how to add button in the tree view in odoo 17. This will enable enhanced user interactions directly from list views. This functionality allows users to perform actions on records without needing to open individual forms, streamlining workflow processes.
This document provides instructions for setting up the EpicNet web application. It outlines the steps needed to configure the business management, site management, sales and invoicing, reports, phone log, and accounts payable sections. The key steps include setting up the chart of accounts, services, tax information, vendors, company info, categories, inventory, customers, and payments. It emphasizes that the sections must be completed in the specified order for the application to work properly. The goal of EpicNet is to provide a flexible and easy to use system for organizations to conduct business from any location.
http://cmsmart.net/magento-extensions/mb-banner-ads-manager-magento-extension
http://cmsmart.net/tags/magento-order-manager
http://cmsmart.net/tags/magento-social-media-extension
http://cmsmart.net/tags/joomla-responsive-templates
http://cmsmart.net/tags/joomla3-templates
http://cmsmart.net/tags/virtuemart-responsive-templates
Banner Ads Manager Magento Extension
Banner Ads Manager extension is a powerful marketing tool which allows Magento store owners to manage unlimited banners in their website easily and effectively.
#MAGENTO #EXTENSION #CMSMART
This document describes several new features and enhancements to widgets in the Bit2win catalog and configuration experience. New widgets have been added for acquisitions processes, order templates, assets, and an administration console. Enhancements allow for things like preconfigured products, massive operations, and improved attribute display.
2019 ottobre 28 english gdoox personal profileDaniel Rueda H
油
This document provides instructions for configuring an e-commerce site without coding using the Gdoox platform. It outlines the steps to create pages, add products and images, configure payment and shipping options, and set up social media connections. Key documents like terms and conditions and return policies must be uploaded. Product information like specifications, pricing, and inventory need to be added. Images should be high resolution to professionally represent the company and products.
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 make a field widget in odoo 17 - Odoo 際際滷s (20)
The document describes several Salesforce projects including:
1. The Sales Congo project which is a flex-based system to store sales organization information and analyze it to make decisions. It uses Apex and Visualforce.
2. The Invoice System project which generates quotes, orders, and invoices in PDF for the UK and USA with fixed and recurring invoices.
3. The Cloud Budget project which is a budgeting system using Apex and Visualforce that reduces expenses. It has several modules like income, expenses, accounts payable/receivable, and fixed assets.
4. The Davinci Template project which creates email templates in Visualforce to attach proposals to emails based on sales reps.
How to Create and Manage Wizard in Odoo 17Celine George
油
Wizards are very useful for creating a good user experience. In all businesses, interactive sessions are most beneficial. To improve the user experience, wizards in Odoo provide an interactive session.
For creating wizards, we can use transient models or abstract models. This gives features of a model class except the data storing. Transient and abstract models have permanent database persistence. For them, database tables are made, and the records in such tables are kept until they are specifically erased.
HTML Editor in Odoo 18 - Odoo 18 Technical 際際滷sCeline George
油
In this slide well discuss on HTML editor in odoo 18, a powerful tool for customizing website content. The editor allows users to easily modify the structure, style, and layout directly from the Odoo interface.
How to Add Custom Fields to Configuration Settings in Odoo 17Celine George
油
In this blog, we will explore the ability for users to customize settings in Odoo's Settings menu to align with their specific business needs, including the option to add new settings and perform corresponding operations.
How to modify_create components control buttons in Pos odoo.pptxCeline George
油
The Odoo Javascript framework uses a custom component framework called Owl. Odoo 17 uses relies on the Odoo Web Library (OWL) for web development. It employs OWL concepts and principles in its POS system, with JavaScript code.
This document describes several HTML widgets that can be used for search:
1) An instant search widget that can be included on webpages and has autocomplete functionality.
2) A Google Maps widget to show locations of plants that manufacture a particular product.
3) A tag cloud widget to display the most common terms for a specific field like skills.
4) Pie charts and column charts to visualize distributions of values for fields like employee designation.
How to Create & Configure Server Actions in the Odoo 18Celine George
油
In this slide, well discuss on how to create & configure server actions in the Odoo 18. Server Actions in Odoo provide a powerful way to automate processes without extensive custom development.
How to hide the buttons on the POS screen in Odoo 17Celine George
油
The Point of Sale Product Screen in Odoo is a central interface that provides various functionalities through buttons such as Discount, Info, Refund, Reward, and others. Customising the visibility of these buttons based on user roles or permissions can enhance usability and security.
How To Create Record From Code In Odoo 17Celine George
油
In this slide well discuss how to create a record from code in odoo 17. In Odoo, creating records in a database table can be easily achieved using python code through the ORM (Object-Relational Mapping) framework. By using odoo's create() method, developers can insert new records into models, making data management more efficient and seamless.
This document summarizes a project for developing an online classified ads application. The application will allow administrators to manage member registrations and ad categories. Administrators can create, edit, and delete ads. It also allows administrators to manage important links, yellow pages entries, and track tasks assigned to employees. The proposed system aims to more efficiently manage ads, links, yellow pages, tasks, and agents compared to the existing manual system. The document outlines the software requirements and provides UML diagrams to design the system modules, including registration, ads management, member/ad info, and administrator functions. It concludes by discussing implementing additional search and content features.
The EffiChange XPager Suite: Understanding XPages ScaffoldingEffiChange LLC
油
The document discusses XPages scaffolding, which involves using customizable "layout" controls to create consistent user interfaces for applications. These layout controls can be modified via themes to implement different designs. Examples are given of layout controls generating HTML for the Dojo BorderContainer and Twitter Bootstrap frameworks. The approach allows applications to evolve their design over time by changing themes without modifying code. A demo then shows an application using different XPager themes to change its layout.
How to Render Dynamic Data using RPC call in Odoo 17 POSCeline George
油
In this slide we will discuss how to render dynamic data using RPC call in Odoo 17 POS. We can render dynamic data within the Point of Sale (POS) system using Remote Procedure Call (RPC) calls.
How to Add Barcode on PDF Report in Odoo 17Celine George
油
Odoo Barcode allows users to assign barcodes to individual products and product categories, and track inventory movements using those barcodes. Not only for products, but for many other cases also, Odoo default allows to use barcode and plays an inevitable role in business environment.
By connecting a barcode scanner, certain inventory processes can be triggered by scanning barcodes.
In this slide, we can just go through the the steps of creating a barcode and print it as PDF.
How to Create an App Using Odoo 17 StudioCeline George
油
Odoo Studio is a powerful tool that allows us to build custom applications without needing to write code. Creating an app with Odoo 17 Studio can greatly enhance our business processes by tailoring the software to fit our specific needs. Lets explore this interesting feature of Odoo in detail.
How to add button in list view Odoo 17 - Odoo 17 際際滷sCeline George
油
In this slide well discuss on how to add button in the tree view in odoo 17. This will enable enhanced user interactions directly from list views. This functionality allows users to perform actions on records without needing to open individual forms, streamlining workflow processes.
This document provides instructions for setting up the EpicNet web application. It outlines the steps needed to configure the business management, site management, sales and invoicing, reports, phone log, and accounts payable sections. The key steps include setting up the chart of accounts, services, tax information, vendors, company info, categories, inventory, customers, and payments. It emphasizes that the sections must be completed in the specified order for the application to work properly. The goal of EpicNet is to provide a flexible and easy to use system for organizations to conduct business from any location.
http://cmsmart.net/magento-extensions/mb-banner-ads-manager-magento-extension
http://cmsmart.net/tags/magento-order-manager
http://cmsmart.net/tags/magento-social-media-extension
http://cmsmart.net/tags/joomla-responsive-templates
http://cmsmart.net/tags/joomla3-templates
http://cmsmart.net/tags/virtuemart-responsive-templates
Banner Ads Manager Magento Extension
Banner Ads Manager extension is a powerful marketing tool which allows Magento store owners to manage unlimited banners in their website easily and effectively.
#MAGENTO #EXTENSION #CMSMART
This document describes several new features and enhancements to widgets in the Bit2win catalog and configuration experience. New widgets have been added for acquisitions processes, order templates, assets, and an administration console. Enhancements allow for things like preconfigured products, massive operations, and improved attribute display.
2019 ottobre 28 english gdoox personal profileDaniel Rueda H
油
This document provides instructions for configuring an e-commerce site without coding using the Gdoox platform. It outlines the steps to create pages, add products and images, configure payment and shipping options, and set up social media connections. Key documents like terms and conditions and return policies must be uploaded. Product information like specifications, pricing, and inventory need to be added. Images should be high resolution to professionally represent the company and products.
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.
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.
Unit No. 4 - Immunopharmacologyslides.pptxAshish Umale
油
The branch of pharmacology concerned with the immune system. Immunopharmacology is the study of the effects of the drugs modifying immune mechanism in body. It includes not only inoculation but also autoimmune disorders, allergic reactions, and cancer. IMMUNITY is the ability of the living body or the process to resist various types of organisms or toxins that tend to damage the tissue and organs.Immunostimulants and immunomodulators are drugs that modulate the immune response and can be used to increase the immune responsiveness of patients with Immunodeficiency as in AIDS, chronic illness and cancers.
Vaccines and antisera are used for immunization against bacterial and viral infections.
Synthesized originally as an anthelmintic but appears to restore depressed immune function of B lymphocytes, T lymphocytes, monocytes and macrophages.
Interferons alpha and beta are mainly used for antiviral effects while interferon a for its immunomodulating actions.
Cyclosporine is a cyclic peptide antibiotic produced by a fungus Beauveria nivea.
Cyclosporine acts at an early stage, selectively inhibits T cell proliferation and suppresses cell-mediated immunity.
Azathioprine is a prodrug of mercaptopurine which is a purine analog.
TNFa is secreted by activated macrophages and other immune cells to act on TNF receptors (TNFR1, TNFR2) which are located on the surface of neutrophils, fibroblasts, endothelial cells as well as found in free soluble form in serum and serous fluids.
Etanercept is also used for severe/refractory ankylosing spondylitis, polyarticular idiopathic juvenile arthritis and plaque psoriasis
Anakinra along with continued MTX has been used alone as well as added to Tnfa antagonists, because its clinical efficacy as monotherapy is lower.Use of immunosuppressants is essential for successful organ transplantation.
A glucocorticoid like methylprednisolone for 3-5 days generally suppresses acute rejection episodes
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
Behold a thrilling general quiz set brought to you by THE QUIZ CLUB OF PSG COLLEGE OF ARTS & SCIENCE, COIMBATORE, made of 26 questions for the each letter of the alphabet and covering everything above the earth and under the sky.
Explore the trivia , knowledge , curiosity
So, get seated for an enthralling quiz ride.
Quizmaster : THANVANTH N A (Batch of 2023-26), THE QUIZ CLUB OF PSG COLLEGE OF ARTS & SCIENCE, Coimbatore
A measles outbreak originating in West Texas has been linked to confirmed cases in New Mexico, with additional cases reported in Oklahoma and Kansas. 58 individuals have required hospitalization, and 3 deaths, 2 children in Texas and 1 adult in New Mexico. These fatalities mark the first measles-related deaths in the United States since 2015 and the first pediatric measles death since 2003. The YSPH The Virtual Medical Operations Center Briefs (VMOC) were created as a service-learning project by faculty and graduate students at the Yale School of Public Health in response to the 2010 Haiti Earthquake. Each year, the VMOC Briefs are produced by students enrolled in Environmental Health Science Course 581 - Public Health Emergencies: Disaster Planning and Response. These briefs compile diverse information sources including status reports, maps, news articles, and web content into a single, easily digestible document that can be widely shared and used interactively.Key features of this report include:
- Comprehensive Overview: Provides situation updates, maps, relevant news, and web resources.
- Accessibility: Designed for easy reading, wide distribution, and interactive use.
- Collaboration: The unlocked" format enables other responders to share, copy, and adapt it seamlessly.
The students learn by doing, quickly discovering how and where to find critical油information and presenting油it in an easily understood manner.油油
This presentation was provided by Jack McElaney of Microassist during the initial session of the NISO training series "Accessibility Essentials." Session One: The Introductory Seminar was held April 3, 2025.
Proteins, Bio similars & Antibodies.pptxAshish Umale
油
The slides describe about the protein along with biosimilar data, which is helpful for the study respect to the subject. antibody is known to be active against antigen to show its action in treatment of various disease condition.
These slides gives you the information regarding the topic of protein, biosimilars and details about antibody in response to the antigen along with targeted drug to the antigen. As this topic data is useful for the students of sem VI who are studying in Bachelor of Pharmacy with respect to the subject Pharmacology III.
GET READY TO GROOVE TO THE TUNES OF QUIZZING!
The Quiz Club of PSGCAS brings to you the foot-tapping, energetic "MUSIC QUIZ".
So energise yourself for a trivia filled evening.
QUIZMASTER : A POOJA JAIN, BA ECONOMICS (2023-26 BATCH), THE QUIZ CLUB OF PSGCAS
APM London Network: Essentials of a Good PMO, 2 April 2025
Presented by Aalok Sonawala and Magali Bruna
Whether supporting a project, programme or portfolio, a PMO brings many benefits to any project-based organisation.
During this event, we will discuss the need and importance of establishing a PMO within project-based organisations. Additionally, we will outline the different types of PMO, their key elements, and how these are best employed within an organisation.
Along with the best ways to implement PMOs, we will discuss the key benefits they can bring to your project, programme or portfolio. From ensuring your projects are effectively controlled to creating a Centre of Excellence and Best Practice guidelines.
We will delve into the key elements of PMO, such as providing guidance on topics such as Governance, Assurance and Risk, to creating design and workplace standards.
The event promises to provide valuable insights on PMOs, and also provides a great opportunity to knowledge-share ideas and network with like-minded colleagues.
1. How to make a field
widget in odoo 17
Enterprise
2. Introduction
Enterprise
In this slide well discuss on how to create and override existing
field widget in odoo 17. Custom field widgets allow developers to
enhance user interfaces by adding tailored functionality or
altering the behavior of default widgets. By understanding how
to create and modify these widgets, we can provide more
dynamic and intuitive user experiences. We will explore the steps
involved in defining custom widgets and overriding existing ones
using the updated Owl framework in Odoo 17.
3. Enterprise
Here we can see an example of creating the count widget which
counts the number of order lines in sale orderline. Initially we
can inherit sale order and add fields to compute the order line
count.
4. Enterprise
Next, we can add the js file for this field widget. In the JS file, we define
two components: OrderLine Count Popover and OrderLine Count
Widget. The OrderLine Count Widget component renders an icon that,
when clicked, opens a popover displaying the order line count. The
OrderLine Count Popover component is responsible for rendering the
popover content.
10. Enterprise
After upgrading the module, if we go to the sales module, we can
see the icon added to the tree view and also if we click on it, it will
display the total number of orderliness in that sale order
11. Enterprise
Next, we can see how to override an existing widget. For that we
can add the code to override the JavaScript file for the Orderline
widget in POS. Here, we patch the Orderline widget to include
additional functionality for discount button.
12. Enterprise
We override the widget for the Orderline when applying a discount. If
the discount exceeds 50%, a confirmation popup should appear to
verify the discount. To achieve this, we import the Confirm Popup
widget. We then override the set_discount() method, which is
responsible for setting the product discount, to include the
confirmation logic.
13. Enterprise
After choosing products and if we give discount more than 50%,
this popup will be shown for confirmation. This is how we
override an existing widget.
14. 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