Browse Source

Aug 20 [UPDT] Updated 'orange_theme_odoo12'

pull/331/head
AjmalCybro 8 months ago
parent
commit
7603312b8d
  1. 2
      orange_theme_odoo12/__manifest__.py
  2. 5
      orange_theme_odoo12/doc/RELEASE_NOTES.md
  3. 9
      orange_theme_odoo12/views/login_templates.xml

2
orange_theme_odoo12/__manifest__.py

@ -21,7 +21,7 @@
############################################################################### ###############################################################################
{ {
'name': "Outrageous Orange Backend Theme", 'name': "Outrageous Orange Backend Theme",
'version': '17.0.1.0.0', 'version': '17.0.1.0.1',
'category': "Themes/Backend", 'category': "Themes/Backend",
'summary': "Outrageous Orange Backend Theme", 'summary': "Outrageous Orange Backend Theme",
'description': """Backend theme for Odoo 17.0 community edition.""", 'description': """Backend theme for Odoo 17.0 community edition.""",

5
orange_theme_odoo12/doc/RELEASE_NOTES.md

@ -4,3 +4,8 @@
#### Version 17.0.1.0.0 #### Version 17.0.1.0.0
#### ADD #### ADD
- Initial commit for Outrageous Orange Backend Theme - Initial commit for Outrageous Orange Backend Theme
#### 19.08.2024
#### Version 17.0.1.0.1
#### FIX
- Fixed the styles that affected the Website UI

9
orange_theme_odoo12/views/login_templates.xml

@ -12,13 +12,4 @@
<attribute name="class" add="btn btn-link btn-sm btn-block cybro-super-btn" separator=" "/> <attribute name="class" add="btn btn-link btn-sm btn-block cybro-super-btn" separator=" "/>
</xpath> </xpath>
</template> </template>
<template id="layout" name="Main layout Ext"
inherit_id="portal.frontend_layout">
<xpath expr="//div[@id='wrapwrap']" position="attributes">
<attribute name="t-attf-class"
add="cybro-bg #{pageName or ''} #{direction == 'rtl' and 'o_rtl' or ''}
#{'o_portal' if is_portal else ''}"
separator=" "/>
</xpath>
</template>
</odoo> </odoo>

Loading…
Cancel
Save