Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
account_import_clearance
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Jenck
account_import_clearance
Commits
f82e4cca
Commit
f82e4cca
authored
6 years ago
by
Gabriel Davini
Browse files
Options
Downloads
Plain Diff
Merge branch '8.0-stage' into '8.0-fix_multicurrency'
# Conflicts: # .gitignore
parents
9b11bb2c
07c849f2
No related branches found
No related tags found
1 merge request
!33
8.0 fix multicurrency
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
views/purchase_view.xml
+2
-2
2 additions, 2 deletions
views/purchase_view.xml
with
3 additions
and
2 deletions
.gitignore
+
1
−
0
View file @
f82e4cca
...
...
@@ -4,3 +4,4 @@
TODO
*.mo
*~
*.jasper
\ No newline at end of file
This diff is collapsed.
Click to expand it.
views/purchase_view.xml
+
2
−
2
View file @
f82e4cca
<openerp>
<data>
<!-- Purchase Order / Form -->
<record
id=
"view_purchase_order_clearance_form"
model=
"ir.ui.view"
>
<field
name=
"name"
>
purchase.order.clearance.form.inherit
</field>
...
...
@@ -11,7 +11,7 @@
<field
name=
"shipped"
position=
"after"
>
<field
name=
"local"
invisible=
"1"
/>
</field>
<button
name=
"purchase
_confirm"
position=
"after"
>
<button
id=
"draft
_confirm"
position=
"after"
>
<button
name=
"create_import_clearance"
attrs=
"{'invisible': ['|', ('state', 'not in', ('ready_to_embark', 'approved')), ('local', '=', True)]}"
groups=
"purchase.group_purchase_user"
string=
"Create Clearance"
type=
"object"
/>
</button>
<xpath
expr=
"//page[@string='Deliveries & Invoices']"
position=
"after"
>
...
...
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