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
!262
[IMP] energy_selfconsumption: contract generation improvment
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[IMP] energy_selfconsumption: contract generation improvment
feature/IMP_energy_selfconsumption_contract_generation_improvment
into
dev
Overview
2
Commits
3
Pipelines
2
Changes
5
Merged
Daniil Digtyar Vasilieva
requested to merge
feature/IMP_energy_selfconsumption_contract_generation_improvment
into
dev
1 year ago
Overview
2
Commits
3
Pipelines
2
Changes
5
Expand
Trello Card
Changelog
[IMP] energy_selfconsumption: wizard view showing warning text
[IMP] energy_selfconsumption: added start_date to generation wizard and used to create contracts with the selected date
[IMP] energy_selfconsumption: constraint on start_date so can select a date inferior of three months before today (90 days).
0
0
Merge request reports
Compare
dev
version 1
1c4b34c1
1 year ago
dev (base)
and
latest version
latest version
4be586ce
3 commits,
1 year ago
version 1
1c4b34c1
2 commits,
1 year ago
5 files
+
80
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
energy_selfconsumption/models/__init__.py
+
1
−
0
Options
@@ -5,4 +5,5 @@ from . import distribution_table
from
.
import
supply_point_assignation
from
.
import
project
from
.
import
contract
from
.
import
contract_line
from
.
import
product
Loading