-
-
Notifications
You must be signed in to change notification settings - Fork 583
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ivan Yelizariev
committed
Feb 12, 2020
1 parent
97dc0da
commit 998caf3
Showing
296 changed files
with
15,080 additions
and
10,624 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
This folder is attached on image building as ``custom/`` folder in [doobba](https://github.com/Tecnativa/doodba#image-usage). | ||
Few additional [files](https://github.com/itpp-labs/DINAR/tree/master/embedded-files/.DINAR/image) are attached temporary on image building. | ||
This folder is attached on image building as `custom/` folder in | ||
[doobba](https://github.com/Tecnativa/doodba#image-usage). Few additional | ||
[files](https://github.com/itpp-labs/DINAR/tree/master/embedded-files/.DINAR/image) are | ||
attached temporary on image building. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<!-- Copyright 2018 Dinar Gabbasov <https://it-projects.info/team/GabbasovDinar> | ||
License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). --> | ||
<odoo> | ||
<template id="assets_backend" name="cash_box assets" inherit_id="web.assets_backend"> | ||
<template | ||
id="assets_backend" | ||
name="cash_box assets" | ||
inherit_id="web.assets_backend" | ||
> | ||
<xpath expr="." position="inside"> | ||
<script type="text/javascript" src="/pos_cashbox/static/src/js/cashbox.js"></script> | ||
<script | ||
type="text/javascript" | ||
src="/pos_cashbox/static/src/js/cashbox.js" | ||
/> | ||
</xpath> | ||
</template> | ||
</odoo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,23 @@ | ||
|
||
.popup.popup-selection.cashier { | ||
height: 90%; | ||
width: 90%; | ||
overflow-y: hidden; | ||
max-height: 100%; | ||
|
||
|
||
height: 90%; | ||
width: 90%; | ||
overflow-y: hidden; | ||
max-height: 100%; | ||
} | ||
|
||
.pos .popup.popup-selection .selection .cashier { | ||
max-height: 100%; | ||
max-height: 100%; | ||
} | ||
|
||
.selection.scrollable-y.touch-scrollable.cashier { | ||
max-height: 100%; | ||
max-height: 100%; | ||
} | ||
|
||
.selection.cashier { | ||
padding-bottom: 125px; | ||
max-height: 100%; | ||
padding-bottom: 125px; | ||
max-height: 100%; | ||
} | ||
|
||
.footer.cashier { | ||
background-color: #F0EEEE; | ||
background-color: #f0eeee; | ||
} |
Oops, something went wrong.