Skip to content

Commit

Permalink
notes on exercises
Browse files Browse the repository at this point in the history
  • Loading branch information
ged-odoo committed Sep 19, 2024
1 parent df5127f commit 824752f
Showing 1 changed file with 55 additions and 1 deletion.
56 changes: 55 additions & 1 deletion 4_customize_fields_views.md
Original file line number Diff line number Diff line change
@@ -1 +1,55 @@
# Module 4: Customize Fields and Views
# Module 4: Customize Fields and Views

FIELDS/VIEWS

settting general:

shelters:

model:
animal
animal_type cat dog ... pictogram
animal_race
contact

# 1. Add a ribbon Adopted on cat image when stage = adopted



# 1. displaying a custom view banner

view widget: if animal is there > 6month and not adopted => message
on a record/date field
1. ajouter view widget
add arch =<widget>

# 2. Subclass A char field to generate a name

subclass char field
add button [GENEERATE NAME]
only visible if name is not set


# 2. customize status bar widget to add a rainbow man

+ add a rainbow man

# 2. Pictogram/type in list view



.list
only in list view?

# 4. Field Map

a field component on a char field that has a side button
htat when clicked on it opens a dialog with a map view that allow to set the
adress/gps coordinate


5. A custo of a view????

js_class
?

0 comments on commit 824752f

Please sign in to comment.