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
c5ba0a58
Commit
c5ba0a58
authored
10 years ago
by
Xavier Morel
Browse files
Options
Downloads
Patches
Plain Diff
[FIX] incorrect offsets in patchfile
parent
b9a1879a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/howto/howto_website/templates-basic
+1
-1
1 addition, 1 deletion
doc/howto/howto_website/templates-basic
doc/howto/howto_website/url-pattern
+3
-3
3 additions, 3 deletions
doc/howto/howto_website/url-pattern
with
4 additions
and
4 deletions
doc/howto/howto_website/templates-basic
+
1
−
1
View file @
c5ba0a58
# HG changeset patch
# Parent
c6916a09fd20a67c210369676c78f23704870c8e
# Parent
2edbac8244a982055a6786c14ee41719ea5410e8
diff --git a/__openerp__.py b/__openerp__.py
--- a/__openerp__.py
...
...
This diff is collapsed.
Click to expand it.
doc/howto/howto_website/url-pattern
+
3
−
3
View file @
c5ba0a58
# HG changeset patch
# Parent
f7adcd9a5a8e0dc1c7438f94dde2faefd6406a30
# Parent
b82b9012736b3d8e0bc7f6325f47cb2fb86f475d
diff --git a/controllers/academy.py b/controllers/academy.py
--- a/controllers/academy.py
...
...
@@ -13,7 +13,7 @@ diff --git a/controllers/academy.py b/controllers/academy.py
for i, ta in enumerate(teaching_assistants)
]
@@ -3
9
,7 +3
9
,7 @@
class academy(main.Home):
@@ -3
2
,7 +3
2
,7 @@
class academy(main.Home):
'tas': '\n'.join(tas)
}
...
...
@@ -22,7 +22,7 @@ diff --git a/controllers/academy.py b/controllers/academy.py
def ta(self, id):
return """<!doctype html>
<html>
@@ -
51
,4 +
51
,4 @@
class academy(main.Home):
@@ -
44
,4 +
44
,4 @@
class academy(main.Home):
<h1>%(name)s</h1>
</body>
</html>
...
...
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