Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Odoo CE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coopdevs
Comunitats Energètiques
Odoo CE
Merge requests
!165
Landings V2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Landings V2
feature/landings-v2
into
dev
Overview
4
Commits
17
Pipelines
7
Changes
1
All threads resolved!
Hide all comments
Merged
Dani Quilez
requested to merge
feature/landings-v2
into
dev
1 year ago
Overview
4
Commits
17
Pipelines
7
Changes
1
All threads resolved!
Hide all comments
Expand
Adapt Odoo model and API to new landing design.
Edited
1 year ago
by
Dani Quilez
0
0
Merge request reports
Viewing commit
8baef183
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
8baef183
yes, we enforce this because of linter reasons
· 8baef183
Enrico Stano
authored
1 year ago
energy_communities/models/landing_page.py
+
1
−
1
Options
@@ -116,7 +116,7 @@ class LandingPage(models.Model):
"
map_reference
"
:
map_reference
,
"
street
"
:
self
.
street
or
""
,
"
postal_code
"
:
self
.
postal_code
or
""
,
"
city
"
:
self
.
city
or
""
"
city
"
:
self
.
city
or
""
,
}
}
Loading