Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
oacc_account_surplus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Le Filament
Opération Auto-Consommation Collective
oacc_account_surplus
Merge requests
!3
[UPD] billing agent
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[UPD] billing agent
16.0-billing-agent
into
16.0
Overview
0
Commits
1
Changes
2
Merged
Julien - Le Filament
requested to merge
16.0-billing-agent
into
16.0
7 months ago
Overview
0
Commits
1
Changes
2
Expand
Merge request reports
Compare
16.0
16.0 (base)
and
latest version
latest version
9d86e590
1 commit,
7 months ago
2 files
+
4
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
models/acc_operation.py
+
2
−
1
Options
@@ -23,10 +23,11 @@ class AccOperation(models.Model):
string
=
"
Liste des Prix du Surplus
"
,
)
# todo
account_move_surplus_ids
=
fields
.
One2many
(
"
account.move
"
,
"
acc_operation_id
"
,
domain
=
[(
"
acc_delivery_counter_id
"
,
"
=
"
,
False
)],
domain
=
[(
"
acc_delivery_counter_id
s
"
,
"
=
"
,
False
)],
string
=
"
Factures de surplus
"
,
)
Loading