mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
prepare #app_web_fullwidth将web_chatter_position的功能加入
app_web_fullwidth将web_chatter_position的功能加入
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
# https://www.odooai.cn/odoo10_developer_document_offline/
|
# https://www.odooai.cn/odoo10_developer_document_offline/
|
||||||
|
|
||||||
{
|
{
|
||||||
'name': 'App Web Responsive Fullwidth (form view full width)',
|
'name': 'Web Form Fullwidth, Full screen full width. Chatter Position ',
|
||||||
'version': '16.23.02.19',
|
'version': '16.23.02.19',
|
||||||
'category': 'web',
|
'category': 'web',
|
||||||
'author': 'odooai.cn',
|
'author': 'odooai.cn',
|
||||||
@@ -33,11 +33,13 @@
|
|||||||
"currency": "EUR",
|
"currency": "EUR",
|
||||||
'images': ['static/description/banner.png'],
|
'images': ['static/description/banner.png'],
|
||||||
'summary': """
|
'summary': """
|
||||||
Form view Responsive full width (fullwidth). Ready for small, medium, large, extra large screen.Ready for enterprise and communicate version.
|
Chatter Position set and Form Responsive full screen, full width (fullwidth).
|
||||||
|
Ready for small, medium, large, extra large screen.Ready for enterprise and communicate version.
|
||||||
|
Easy config the chatter position to bottom or side or Responsive.
|
||||||
""",
|
""",
|
||||||
'description': """
|
'description': """
|
||||||
UI Enhance for Odoo. Form view fullwidth, full screen.
|
UI Enhance for Odoo. Form view fullwidth, full screen.
|
||||||
ready
|
Easy config the chatter position to bottom or side or Responsive form every user.
|
||||||
""",
|
""",
|
||||||
'depends': [
|
'depends': [
|
||||||
'web'
|
'web'
|
||||||
|
|||||||
BIN
app_web_fullwidth/static/description/demo3.jpg
Normal file
BIN
app_web_fullwidth/static/description/demo3.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 139 KiB |
BIN
app_web_fullwidth/static/description/demo4.jpg
Normal file
BIN
app_web_fullwidth/static/description/demo4.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 262 KiB |
@@ -25,6 +25,16 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="oe_row oe_spaced" style="max-width: 95%;">
|
||||||
|
<div class="oe_demo"
|
||||||
|
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%;">
|
||||||
|
<h2 class='oe_mt32'>Set chatter bottom and full width full screen Form</h2>
|
||||||
|
</div>
|
||||||
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
|
<img src="demo4.jpg" style="border:1px solid black"/>
|
||||||
|
<br/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div class="oe_row oe_spaced" style="max-width: 95%;">
|
<div class="oe_row oe_spaced" style="max-width: 95%;">
|
||||||
<div class="oe_demo"
|
<div class="oe_demo"
|
||||||
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%;">
|
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%;">
|
||||||
@@ -55,6 +65,16 @@
|
|||||||
<br/>
|
<br/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="oe_row oe_spaced" style="max-width: 95%;">
|
||||||
|
<div class="oe_demo"
|
||||||
|
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%;">
|
||||||
|
<h2 class='oe_mt32'>User can easy switch to normal chatter with width form</h2>
|
||||||
|
</div>
|
||||||
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
|
<img src="demo3.jpg" style="border:1px solid black"/>
|
||||||
|
<br/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -40,6 +40,9 @@ sheet全宽
|
|||||||
max-width: 98%;
|
max-width: 98%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.o_web_client .o_form_view.o_xxl_form_view .o_form_sheet_bg > .o_form_sheet {
|
||||||
|
max-width: 98%;
|
||||||
|
}
|
||||||
|
|
||||||
//xs: 0,
|
//xs: 0,
|
||||||
//vsm: 475px,
|
//vsm: 475px,
|
||||||
|
|||||||
Reference in New Issue
Block a user