Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
acc_account
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Le Filament
Opération Auto-Consommation Collective
acc_account
Commits
39fec4ad
Commit
39fec4ad
authored
3 years ago
by
Juliana
Browse files
Options
Downloads
Patches
Plain Diff
[UPD]Change tree order
parent
343c8186
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
views/acc_operation_views.xml
+2
-2
2 additions, 2 deletions
views/acc_operation_views.xml
views/acc_sale_price_views.xml
+1
-1
1 addition, 1 deletion
views/acc_sale_price_views.xml
with
3 additions
and
3 deletions
views/acc_operation_views.xml
+
2
−
2
View file @
39fec4ad
...
...
@@ -56,7 +56,7 @@
attrs=
"{'invisible': [('is_account_active', '=', False)]}"
/>
</header>
<field
name=
"acc_sale_price_ids"
widget=
"one2many"
>
<tree
editable=
"bottom"
default_order=
"
acc_injection_id,acc_delivery_id,
start_date desc"
>
<tree
editable=
"bottom"
default_order=
"start_date desc"
>
<field
name=
"acc_injection_id"
/>
<field
name=
"acc_delivery_id"
/>
<field
name=
"start_date"
/>
...
...
@@ -76,7 +76,7 @@
attrs=
"{'invisible': [('is_account_active', '=', False)]}"
/>
</header>
<field
name=
"acc_sale_price_surplus_ids"
widget=
"one2many"
>
<tree
editable=
"bottom"
>
<tree
editable=
"bottom"
default_order=
"start_date desc"
>
<field
name=
"acc_injection_id"
/>
<field
name=
"acc_buyer_id"
/>
<field
name=
"start_date"
/>
...
...
This diff is collapsed.
Click to expand it.
views/acc_sale_price_views.xml
+
1
−
1
View file @
39fec4ad
...
...
@@ -87,7 +87,7 @@
<field
name=
"name"
>
acc.acc_sale_price_buyer.tree
</field>
<field
name=
"model"
>
acc.sale.price.buyer
</field>
<field
name=
"arch"
type=
"xml"
>
<tree
string=
"Prix de vente Acheteur"
>
<tree
string=
"Prix de vente Acheteur"
default_order=
"start_date desc"
>
<field
name=
"acc_injection_id"
/>
<field
name=
"acc_buyer_id"
/>
<field
name=
"start_date"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment