Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tryton
Tryton
Commits
1ce6515a1780
Commit
1ce6515a
authored
Jan 21, 2023
by
Cédric Krier
Browse files
Put sequence on top right of the form for product supplier price
parent
9d21aacdc5f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/purchase/view/product_supplier_price_form.xml
View file @
1ce6515a
...
...
@@ -3,6 +3,6 @@
this repository contains the full copyright notices and license terms. -->
<form>
<label
name=
"product_supplier"
/>
<field
name=
"product_supplier"
colspan=
"3"
/>
<field
name=
"product_supplier"
/>
<label
name=
"sequence"
/>
<field
name=
"sequence"
/>
...
...
@@ -7,4 +7,5 @@
<label
name=
"sequence"
/>
<field
name=
"sequence"
/>
<label
name=
"quantity"
/>
<field
name=
"quantity"
symbol=
"uom"
/>
...
...
@@ -9,6 +10,5 @@
<label
name=
"quantity"
/>
<field
name=
"quantity"
symbol=
"uom"
/>
<newline/>
<label
name=
"unit_price"
/>
<field
name=
"unit_price"
/>
</form>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment