Browse Source

Jan 23 : [UPDT] Index Updated 'theme_coffee_shop'

pull/254/merge
RisvanaCybro 1 year ago
parent
commit
26ff3e78b2
  1. 2
      theme_coffee_shop/__init__.py
  2. 2
      theme_coffee_shop/__manifest__.py
  3. 2
      theme_coffee_shop/controllers/__init__.py
  4. 2
      theme_coffee_shop/controllers/theme_coffee_shop.py
  5. 2
      theme_coffee_shop/doc/RELEASE_NOTES.md
  6. 2
      theme_coffee_shop/models/__init__.py
  7. 2
      theme_coffee_shop/models/theme_utils.py
  8. 4
      theme_coffee_shop/static/description/index.html

2
theme_coffee_shop/__init__.py

@ -3,7 +3,7 @@
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright (C) 2023-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Copyright (C) 2024-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Author: Fathima Mazlin AM (odoo@cybrosys.com)
#
# You can modify it under the terms of the GNU LESSER

2
theme_coffee_shop/__manifest__.py

@ -3,7 +3,7 @@
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright (C) 2023-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Copyright (C) 2024-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Author: Fathima Mazlin AM(odoo@cybrosys.com)
#
# You can modify it under the terms of the GNU LESSER

2
theme_coffee_shop/controllers/__init__.py

@ -3,7 +3,7 @@
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright (C) 2023-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Copyright (C) 2024-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Author: Fathima Mazlin AM (odoo@cybrosys.com)
#
# You can modify it under the terms of the GNU LESSER

2
theme_coffee_shop/controllers/theme_coffee_shop.py

@ -3,7 +3,7 @@
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright (C) 2023-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Copyright (C) 2024-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Author: Fathima Mazlin AM (odoo@cybrosys.com)
#
# You can modify it under the terms of the GNU LESSER

2
theme_coffee_shop/doc/RELEASE_NOTES.md

@ -1,6 +1,6 @@
## Module <theme_coffee_shop>
#### 23.11.2023
#### 23.01.2024
#### Version 15.0.1.0.0
#### ADD

2
theme_coffee_shop/models/__init__.py

@ -3,7 +3,7 @@
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright (C) 2023-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Copyright (C) 2024-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Author: Fathima Mazlin AM (odoo@cybrosys.com)
#
# You can modify it under the terms of the GNU LESSER

2
theme_coffee_shop/models/theme_utils.py

@ -3,7 +3,7 @@
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright (C) 2023-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Copyright (C) 2024-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Author: Fathima Mazlin AM (odoo@cybrosys.com)
#
# You can modify it under the terms of the GNU LESSER

4
theme_coffee_shop/static/description/index.html

@ -16,7 +16,7 @@
<div class="position-relative py-3">
<div class="position-absolute d-none d-lg-block"
style="background-color:#ffeed8; width:100vw; height:100%; margin-left:calc((1080px - 100vw) / 2); margin-top:-30px">
style="width:100vw; height:100%; margin-left:calc((1080px - 100vw) / 2); margin-top:-30px">
</div>
<div class=" pt-4 float-left w-100">
<div class="container">
@ -172,7 +172,7 @@
<div class=" position-relative">
<img class="position-absolute w-75"
<img class="position-absolute w-50"
style="top:-83px; left:100px;"
src="images/content-area-img.png"/>

Loading…
Cancel
Save