implement V2 website theme layout and enable database filtering in Docker configuration
This commit is contained in:
parent
53a688cd02
commit
f5bee990ff
BIN
addons/event_rental/__pycache__/__init__.cpython-310.pyc
Normal file
BIN
addons/event_rental/__pycache__/__init__.cpython-310.pyc
Normal file
Binary file not shown.
Binary file not shown.
BIN
addons/event_rental/controllers/__pycache__/main.cpython-310.pyc
Normal file
BIN
addons/event_rental/controllers/__pycache__/main.cpython-310.pyc
Normal file
Binary file not shown.
BIN
addons/event_rental/models/__pycache__/__init__.cpython-310.pyc
Normal file
BIN
addons/event_rental/models/__pycache__/__init__.cpython-310.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
addons/theme_aakriti_events/__pycache__/__init__.cpython-310.pyc
Normal file
BIN
addons/theme_aakriti_events/__pycache__/__init__.cpython-310.pyc
Normal file
Binary file not shown.
BIN
addons/theme_aakriti_v2/__pycache__/__init__.cpython-310.pyc
Normal file
BIN
addons/theme_aakriti_v2/__pycache__/__init__.cpython-310.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,6 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<!-- Create the About Us website page record -->
|
||||
<record id="aboutus_page" model="website.page">
|
||||
<field name="name">About Us</field>
|
||||
<field name="url">/aboutus</field>
|
||||
<field name="is_published">True</field>
|
||||
<field name="view_id" ref="website.aboutus"/>
|
||||
<field name="track">True</field>
|
||||
</record>
|
||||
|
||||
<!-- ============================================================
|
||||
THEME AAKRITI V2 — Premium Events Theme
|
||||
All templates are self-contained. Nothing in
|
||||
|
||||
@ -22,6 +22,7 @@ services:
|
||||
USER: odoo
|
||||
PASSWORD: odoo
|
||||
LIST_DB: "True"
|
||||
DBFILTER: "^aakriti$"
|
||||
volumes:
|
||||
- client4_odoo_data:/var/lib/odoo
|
||||
- ./addons:/mnt/extra-addons
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user