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
c0bdf81a
Unverified
Commit
c0bdf81a
authored
7 years ago
by
Moises Lopez
Committed by
Martin Trigaux
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[FIX] doc: correct patch line number
to avoid "WARNING: Hunk" Closes #18286
parent
19244952
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
doc/howtos/backend/exercise-calendar
+1
-1
1 addition, 1 deletion
doc/howtos/backend/exercise-calendar
doc/howtos/backend/exercise-kanban
+1
-1
1 addition, 1 deletion
doc/howtos/backend/exercise-kanban
with
2 additions
and
2 deletions
doc/howtos/backend/exercise-calendar
+
1
−
1
View file @
c0bdf81a
...
...
@@ -11,7 +11,7 @@ diff --git a/openacademy/models.py b/openacademy/models.py
+from datetime import timedelta
from odoo import models, fields, api, exceptions
class
Session
(models.Model):
class
Course
(models.Model):
@@ -55,6 +56,8 @@
class Session(models.Model):
attendee_ids = fields.Many2many('res.partner', string="Attendees")
...
...
This diff is collapsed.
Click to expand it.
doc/howtos/backend/exercise-kanban
+
1
−
1
View file @
c0bdf81a
...
...
@@ -17,7 +17,7 @@ Index: addons/openacademy/views/openacademy.xml
===================================================================
--- addons.orig/openacademy/views/openacademy.xml 2014-08-28 14:21:58.627015606 +0200
+++ addons/openacademy/views/openacademy.xml 2014-08-28 14:21:58.623015606 +0200
@@ -16
9
,11 +16
9
,57 @@
@@ -16
8
,11 +16
8
,57 @@
</field>
</record>
...
...
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