Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FoodCoops
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
Marcos Mendez Quintero
FoodCoops
Commits
29aa3bff
Commit
29aa3bff
authored
7 years ago
by
root
Browse files
Options
Downloads
Patches
Plain Diff
Fix Bugs
parent
3e99980d
No related branches found
Tags
v0.1.15
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
intercoop_addons/coop_produce/views/stock_views.xml
+9
-12
9 additions, 12 deletions
intercoop_addons/coop_produce/views/stock_views.xml
with
9 additions
and
12 deletions
intercoop_addons/coop_produce/views/stock_views.xml
+
9
−
12
View file @
29aa3bff
...
...
@@ -122,7 +122,7 @@
<field
name=
"week_number"
readonly=
"True"
string=
"Week Number"
/>
<field
name=
"hide_initialisation"
string=
"Hide initialisation"
groups=
"stock.group_stock_manager"
attrs=
"{'invisible': [('state', '=', 'done')]}"
/>
</group>
<group
attrs=
"{'invisible': [('hide_initialisation', '=', True)]}"
>
<group
attrs=
"{'invisible': [
'|',
('hide_initialisation', '=', True)
,('state', '=', 'done')
]}"
>
<group
col=
"4"
>
<field
name=
"categ_ids"
widget=
"many2many_tags"
string=
"Product Category"
groups=
"stock.group_stock_manager"
/>
<button
name=
"action_add_category"
string=
"Add"
type=
"object"
class=
"oe_highlight"
groups=
"stock.group_stock_manager"
/>
...
...
@@ -140,15 +140,13 @@
</group>
<group
col=
"7"
string=
"Pre-generation Orders Per Day"
>
<button
name=
"action_add"
string=
"Mond"
type=
"object"
style=
"margin-left:160px !important"
class=
"oe_highlight"
groups=
"stock.group_stock_manager"
/>
<button
name=
"action_add"
string=
"Tues"
type=
"object"
style=
"margin-left:60px !important"
class=
"oe_highlight"
groups=
"stock.group_stock_manager"
/>
<button
name=
"action_add"
string=
"Wed"
type=
"object"
style=
"margin-left:50px !important"
class=
"oe_highlight"
groups=
"stock.group_stock_manager"
/>
<button
name=
"action_add"
string=
"Thurs"
type=
"object"
style=
"margin-left:40px !important"
class=
"oe_highlight"
groups=
"stock.group_stock_manager"
/>
<button
name=
"action_add"
string=
"Fri"
type=
"object"
style=
"margin-left:45px !important"
class=
"oe_highlight"
groups=
"stock.group_stock_manager"
/>
<button
name=
"action_add"
string=
"Sat"
type=
"object"
style=
"margin-left:25px !important"
class=
"oe_highlight"
groups=
"stock.group_stock_manager"
/>
</group>
<group>
<group
col=
"7"
>
<div></div>
<button
name=
"action_add"
string=
"Mond"
type=
"object"
class=
"oe_highlight"
groups=
"stock.group_stock_manager"
/>
<button
name=
"action_add"
string=
"Tues"
type=
"object"
class=
"oe_highlight"
groups=
"stock.group_stock_manager"
/>
<button
name=
"action_add"
string=
"Wed"
type=
"object"
class=
"oe_highlight"
groups=
"stock.group_stock_manager"
/>
<button
name=
"action_add"
string=
"Thurs"
type=
"object"
class=
"oe_highlight"
groups=
"stock.group_stock_manager"
/>
<button
name=
"action_add"
string=
"Fri"
type=
"object"
class=
"oe_highlight"
groups=
"stock.group_stock_manager"
/>
<button
name=
"action_add"
string=
"Sat"
type=
"object"
class=
"oe_highlight"
groups=
"stock.group_stock_manager"
/>
<h4>
Total Commandé / À Commander
</h4>
<field
name=
"total_command_monday"
nolabel=
"1"
groups=
"stock.group_stock_manager"
readonly=
"True"
/>
<field
name=
"total_command_tuesday"
nolabel=
"1"
groups=
"stock.group_stock_manager"
readonly=
"True"
/>
...
...
@@ -164,7 +162,6 @@
<field
name=
"total_received_friday"
nolabel=
"1"
groups=
"stock.group_stock_manager"
readonly=
"True"
/>
<field
name=
"total_received_saturday"
nolabel=
"1"
groups=
"stock.group_stock_manager"
readonly=
"True"
/>
</group>
</group>
<field
name=
"line_ids"
string=
"Order Planning Details"
groups=
"stock.group_stock_manager"
>
...
...
@@ -250,7 +247,7 @@
<field
name=
"week_number"
string=
"N° Week"
/>
<field
name=
"hide_initialisation"
string=
"Hide initialisation"
groups=
"stock.group_stock_manager"
/>
</group>
<group
attrs=
"{'invisible': [('hide_initialisation', '=', True)]}"
>
<group
attrs=
"{'invisible': [
'|',
('hide_initialisation', '=', True)
,('state', '=', 'done')
]}"
>
<group
col=
"4"
>
<field
name=
"categ_ids"
widget=
"many2many_tags"
string=
"Product Category"
groups=
"stock.group_stock_manager"
/>
<button
name=
"action_add_category"
string=
"Add"
type=
"object"
class=
"oe_highlight"
groups=
"stock.group_stock_manager"
/>
...
...
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