odoo/tutorials#827

Created by Abhishek Rathod (arat)

Blocked

label
odoo-dev:18.0-training-arat
head
c4079fd0b78838c4c2a6ff4315d365db9009bd7b
odoo/tutorials
18.0 #827 missing r+
master

[ADD] estate: added core functionality and improvement awesome_dashboard

estate_account ,awesome_dashbaord,*awesome_owl
I created an estate module, and the main functionality is multiple models with
relationships, views (list, form, kanban), computed field, constraints, and
button actions. I applied the important concepts, onchange, inverse, status bars
,access control, multi-company rules, data population using an XML file, and
generation of PDF reports, with test cases. I built up a bridge module for
invoicing with an account. move. Besides, I used the OWL framework to create
interactive elements, including counters, cards, and to-do lists, with the usage
of props, slots, hooks, and real-time updates. I helped create dynamic
real-time dashboard that involved charts, statistics, lazy loading, settings
and a responsive UI.