Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Tryton
Manage
Activity
Members
Labels
Plan
Issues
850
Issue boards
Milestones
External wiki
Code
Merge requests
143
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tryton
Tryton
Merge requests
!1319
Add employee fields on invoice form
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add employee fields on invoice form
topic/default/invoice-show-employee-fields
into
branch/default
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Sergi Almacellas Abellana
requested to merge
topic/default/invoice-show-employee-fields
into
branch/default
9 months ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
Closes
#13128 (closed)
👍
0
👎
0
Merge request reports
Compare
branch/default
version 1
e8b65c30
9 months ago
branch/default (base)
and
latest version
latest version
b94c723b
1 commit,
9 months ago
version 1
e8b65c30
1 commit,
9 months ago
1 file
+
4
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
modules/account_invoice/view/invoice_form.xml
+
4
−
0
Options
@@ -58,6 +58,10 @@
<field
name=
"account"
/>
<label
name=
"accounting_date"
/>
<field
name=
"accounting_date"
/>
<label
name=
"validated_by"
/>
<field
name=
"validated_by"
/>
<label
name=
"posted_by"
/>
<field
name=
"posted_by"
/>
<field
name=
"alternative_payees"
colspan=
"4"
/>
<label
name=
"move"
/>
<field
name=
"move"
/>
Loading