Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Coopdevs OCB mirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container 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
Coopdevs
Odoo
Coopdevs OCB mirror
Commits
20c83a0b
Commit
20c83a0b
authored
17 years ago
by
Cédric Krier
Browse files
Options
Downloads
Patches
Plain Diff
KERNEL: add new win32 build script
bzr revid: ced-11cbd13f1bc25343224748b0477cb01374d6b55c
parent
ed2c8b7c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
addons/account_asset/account_asset_sequence.py
+0
-17
0 additions, 17 deletions
addons/account_asset/account_asset_sequence.py
addons/account_asset/account_asset_wizard.py
+0
-12
0 additions, 12 deletions
addons/account_asset/account_asset_wizard.py
with
0 additions
and
29 deletions
addons/account_asset/account_asset_sequence.py
deleted
100644 → 0
+
0
−
17
View file @
ed2c8b7c
<
?
xml
version
=
"
1.0
"
?
>
<
terp
>
<
data
noupdate
=
"
1
"
>
<
record
model
=
"
ir.sequence.type
"
id
=
"
sequence_asset_type
"
>
<
field
name
=
"
name
"
>
Account
asset
</
field
>
<
field
name
=
"
code
"
>
account
.
asset
.
code
</
field
>
</
record
>
<
record
model
=
"
ir.sequence
"
id
=
"
sequence_asset
"
>
<
field
name
=
"
name
"
>
Account
asset
</
field
>
<
field
name
=
"
code
"
>
account
.
asset
.
code
</
field
>
<
field
name
=
"
prefix
"
></
field
>
</
record
>
</
data
>
</
terp
>
This diff is collapsed.
Click to expand it.
addons/account_asset/account_asset_wizard.py
deleted
100644 → 0
+
0
−
12
View file @
ed2c8b7c
<
?
xml
version
=
"
1.0
"
?
>
<
terp
>
<
data
>
<
menuitem
name
=
"
Financial Management
"
icon
=
"
terp-account
"
/>
<
wizard
string
=
"
Refund Invoice
"
model
=
"
account.invoice
"
name
=
"
account.invoice.refund
"
id
=
"
wizard_invoice_refund
"
/>
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