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
22676c74
Commit
22676c74
authored
10 years ago
by
Frédéric van der Essen
Browse files
Options
Downloads
Patches
Plain Diff
[IMP] pos_restaurant: update some paths due to module name change
parent
81304870
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/pos_restaurant/static/src/js/main.js
+1
-1
1 addition, 1 deletion
addons/pos_restaurant/static/src/js/main.js
addons/pos_restaurant/views/templates.xml
+5
-5
5 additions, 5 deletions
addons/pos_restaurant/views/templates.xml
with
6 additions
and
6 deletions
addons/pos_restaurant/static/src/js/main.js
+
1
−
1
View file @
22676c74
openerp
.
restaurant
=
function
(
instance
){
openerp
.
pos_
restaurant
=
function
(
instance
){
var
module
=
instance
.
point_of_sale
;
...
...
This diff is collapsed.
Click to expand it.
addons/pos_restaurant/views/templates.xml
+
5
−
5
View file @
22676c74
...
...
@@ -6,16 +6,16 @@
<template
id=
"index"
inherit_id=
'point_of_sale.index'
name=
"Restaurant Index"
>
<
!DOCTYPE html
>
<xpath
expr=
"//link[@id='pos-stylesheet']"
position=
"after"
>
<link
rel=
"stylesheet"
href=
"/restaurant/static/src/css/restaurant.css"
/>
<link
rel=
"stylesheet"
href=
"/
pos_
restaurant/static/src/css/restaurant.css"
/>
</xpath>
</template>
<template
id=
"assets_frontend"
inherit_id=
"web.assets_common"
>
<xpath
expr=
"."
position=
"inside"
>
<script
type=
"text/javascript"
src=
"/restaurant/static/src/js/multiprint.js"
></script>
<script
type=
"text/javascript"
src=
"/restaurant/static/src/js/splitbill.js"
></script>
<script
type=
"text/javascript"
src=
"/restaurant/static/src/js/printbill.js"
></script>
<script
type=
"text/javascript"
src=
"/restaurant/static/src/js/main.js"
></script>
<script
type=
"text/javascript"
src=
"/
pos_
restaurant/static/src/js/multiprint.js"
></script>
<script
type=
"text/javascript"
src=
"/
pos_
restaurant/static/src/js/splitbill.js"
></script>
<script
type=
"text/javascript"
src=
"/
pos_
restaurant/static/src/js/printbill.js"
></script>
<script
type=
"text/javascript"
src=
"/
pos_
restaurant/static/src/js/main.js"
></script>
</xpath>
</template>
...
...
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