Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Accounting Reports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XCG
Odoo modules
Accounting Reports
Merge requests
!9
Add invoice_origin in account moves and lines & invoices
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add invoice_origin in account moves and lines & invoices
topic/11.0/us-3316
into
branch/11.0
Overview
0
Commits
1
Pipelines
7
Changes
11
Merged
damien.habets
requested to merge
topic/11.0/us-3316
into
branch/11.0
3 years ago
Overview
0
Commits
1
Pipelines
7
Changes
11
Expand
https://taiga.xcg.io/project/gle-jal/task/3318
Edited
3 years ago
by
damien.habets
0
0
Merge request reports
Viewing commit
92a47e8f
Show latest version
11 files
+
132
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
92a47e8f
Add invoice_origin in account moves and lines & invoices
· 92a47e8f
damien.habets
authored
3 years ago
models/__init__.py
+
1
−
1
Options
from
.
import
account_invoice
,
account_move_line
# noqa: F401
from
.
import
account_invoice
,
account_move
,
account_move_line
# noqa: F401
Loading