mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
opt 财务报表相关
This commit is contained in:
@@ -30,6 +30,7 @@
|
|||||||
1. Add dropdown arrow to parent menu.
|
1. Add dropdown arrow to parent menu.
|
||||||
2. Replace the odoo logo to your company logo in main menu.
|
2. Replace the odoo logo to your company logo in main menu.
|
||||||
3. Alway show search in main menu.
|
3. Alway show search in main menu.
|
||||||
|
4. Table and report UI enhance(Grid View).
|
||||||
""",
|
""",
|
||||||
'description': """
|
'description': """
|
||||||
odoo enterprise version UI enhance.
|
odoo enterprise version UI enhance.
|
||||||
@@ -42,8 +43,10 @@
|
|||||||
替换主菜单界面的logo为你公司的logo。
|
替换主菜单界面的logo为你公司的logo。
|
||||||
4. Add underline for input field.
|
4. Add underline for input field.
|
||||||
在可编辑字段下方增加下划线,易于分辨。
|
在可编辑字段下方增加下划线,易于分辨。
|
||||||
5. Add grid line form list view. Easy to read list data.</li>
|
5. Add grid line form list view. Easy to read list data.
|
||||||
为表格list增加行列分隔线,易于看数据。
|
为表格list增加行列分隔线,易于看数据。
|
||||||
|
6. Add grid line to Account Reports. Easy to view Data.
|
||||||
|
为财务报表增加行列分隔线,易于看数据及对账。
|
||||||
11. Multi-language Support. Multi-Company Support.
|
11. Multi-language Support. Multi-Company Support.
|
||||||
12. Support Odoo 16,15,14,13,12, Enterprise and Community and odoo.sh Edition.
|
12. Support Odoo 16,15,14,13,12, Enterprise and Community and odoo.sh Edition.
|
||||||
13. Full Open Source.
|
13. Full Open Source.
|
||||||
|
|||||||
BIN
app_web_enterprise/static/description/b05.png
Normal file
BIN
app_web_enterprise/static/description/b05.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 366 KiB |
@@ -14,6 +14,9 @@
|
|||||||
</section>
|
</section>
|
||||||
<!-- end title-->
|
<!-- end title-->
|
||||||
|
|
||||||
|
<!-- begin snapshot-->
|
||||||
|
<!-- quick demo-->
|
||||||
|
|
||||||
<section class="oe_container container">
|
<section class="oe_container container">
|
||||||
<div class="oe_row oe_spaced" style="max-width: 95%;">
|
<div class="oe_row oe_spaced" style="max-width: 95%;">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@@ -44,11 +47,6 @@
|
|||||||
<br/>
|
<br/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="oe_demo oe_screenshot img img-fluid mt32">
|
|
||||||
<img src="b04.png" style="border:1px solid black"/>
|
|
||||||
<br/>
|
|
||||||
</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%;">
|
||||||
@@ -61,6 +59,29 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="oe_container container">
|
||||||
|
<div class="oe_row oe_spaced">
|
||||||
|
<h2 class="bg-warning text-center pt8 pb8">5. Add grid line form list view. Easy to read list data.</h2>
|
||||||
|
<h4 class="oe_slogan"> </h4>
|
||||||
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
|
<img src="b04.png"/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="oe_container container">
|
||||||
|
<div class="oe_row oe_spaced">
|
||||||
|
<h2 class="bg-warning text-center pt8 pb8">6. Add grid line to Account Reports. Easy to view Data.</h2>
|
||||||
|
<h4 class="oe_slogan"> </h4>
|
||||||
|
<div class="oe_demo oe_screenshot img img-fluid">
|
||||||
|
<img src="b05.png"/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- end quick demo-->
|
||||||
|
|
||||||
<section class="container oe_dark">
|
<section class="container oe_dark">
|
||||||
<div class="oe_row oe_spaced text-center">
|
<div class="oe_row oe_spaced text-center">
|
||||||
|
|||||||
@@ -96,6 +96,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// report
|
||||||
|
.o_account_reports_page .o_account_reports_table {
|
||||||
|
.o_account_report_column_value tr > td.number {
|
||||||
|
border-left: 1px solid var(--AccountFinancial-border-color, #bbb);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
//izi
|
//izi
|
||||||
.izi_view {
|
.izi_view {
|
||||||
.izi_dashboard_filter_title span {
|
.izi_dashboard_filter_title span {
|
||||||
|
|||||||
Reference in New Issue
Block a user