Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lefilament_projets
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Le Filament
lefilament_projets
Commits
0be3e020
Commit
0be3e020
authored
7 years ago
by
Rémi - Le Filament
Browse files
Options
Downloads
Patches
Plain Diff
Initial porting to version 10.0
parent
7333b5c0
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
__manifest__.py
+2
-2
2 additions, 2 deletions
__manifest__.py
lefilament_projets.py
+2
-2
2 additions, 2 deletions
lefilament_projets.py
views/lefilament_projets_view.xml
+2
-2
2 additions, 2 deletions
views/lefilament_projets_view.xml
with
6 additions
and
6 deletions
__
openerp
__.py
→
__
manifest
__.py
+
2
−
2
View file @
0be3e020
{
'
name
'
:
'
Le Filament - Projets
'
,
'
version
'
:
'
9
.0.1.0
'
,
'
version
'
:
'
10
.0.1.0
'
,
'
description
'
:
"""
MODULE PROJET LE FILAMENT
...
...
This diff is collapsed.
Click to expand it.
lefilament_projets.py
+
2
−
2
View file @
0be3e020
...
...
@@ -2,8 +2,8 @@
from
datetime
import
datetime
,
date
import
time
from
o
penerp
import
tools
from
o
penerp
import
models
,
fields
,
api
,
osv
from
o
doo
import
tools
from
o
doo
import
models
,
fields
,
api
,
osv
class
SapovalPartners
(
models
.
Model
):
_name
=
'
project.project
'
...
...
This diff is collapsed.
Click to expand it.
views/lefilament_projets_view.xml
+
2
−
2
View file @
0be3e020
<?xml version="1.0" encoding="utf-8"?>
<o
penerp
>
<o
doo
>
<data>
<!-- Assets -->
...
...
@@ -114,4 +114,4 @@
</record>
</data>
</openerp>
\ No newline at end of file
</odoo>
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