Browse Source

[UPDT] Kit dashboard group added

pull/195/head
Ajmal Cybro 4 years ago
parent
commit
ed73a990f3
  1. 2
      base_accounting_kit/__manifest__.py
  2. 4
      base_accounting_kit/doc/RELEASE_NOTES.md
  3. 13
      base_accounting_kit/security/security.xml
  4. BIN
      base_accounting_kit/static/description/images/screenshots/base_accounting_kit-60.png
  5. 242
      base_accounting_kit/static/description/index.html
  6. 2
      base_accounting_kit/static/src/js/payment_matching.js
  7. 5
      base_accounting_kit/static/src/xml/payment_matching.xml
  8. 2
      base_accounting_kit/views/dashboard_views.xml

2
base_accounting_kit/__manifest__.py

@ -22,7 +22,7 @@
{
'name': 'Odoo 15 Full Accounting Kit',
'version': '15.0.1.0.0',
'version': '15.0.2.0.1',
'category': 'Accounting',
'live_test_url': 'https://www.youtube.com/watch?v=peAp2Tx_XIs',
'summary': """ Asset and Budget Management,

4
base_accounting_kit/doc/RELEASE_NOTES.md

@ -5,3 +5,7 @@
#### ADD
- Initial commit for Odoo 15 accounting
#### 20.11.2021
#### Version 15.0.2.0.1
#### ADD
- Added specific user group for Accounting Dashboard view.

13
base_accounting_kit/security/security.xml

@ -1,18 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data noupdate="1">
<record model="res.groups" id="group_account_dashboard">
<field name="name">Access to Accounting Dashboard</field>
</record>
<record id="account_asset_category_multi_company_rule" model="ir.rule">
<field name="name">Account Asset Category multi-company</field>
<field ref="model_account_asset_category" name="model_id"/>
<field eval="True" name="global"/>
<field name="domain_force">['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])]</field>
<field name="domain_force">['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])]
</field>
</record>
<record id="account_asset_asset_multi_company_rule" model="ir.rule">
<field name="name">Account Asset multi-company</field>
<field ref="model_account_asset_asset" name="model_id"/>
<field eval="True" name="global"/>
<field name="domain_force">['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])]</field>
<field name="domain_force">['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])]
</field>
</record>
<!-- Rename user group as Accountant -->
<record id="account.group_account_user" model="res.groups">
@ -24,7 +30,8 @@
<!-- Rename user group as Chief Accountant -->
<record id="account.group_account_manager" model="res.groups">
<field name="name">Chief Accountant</field>
<field name="implied_ids" eval="[(3, ref('account.group_account_invoice')), (4, ref('account.group_account_user'))]"/>
<field name="implied_ids"
eval="[(3, ref('account.group_account_invoice')), (4, ref('account.group_account_user'))]"/>
<field name="category_id" ref="base.module_category_accounting_accounting"/>
</record>
</data>

BIN
base_accounting_kit/static/description/images/screenshots/base_accounting_kit-60.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

242
base_accounting_kit/static/description/index.html

@ -27,6 +27,10 @@
<div class="col-lg-6">
<div class="mt-3">
<ul style="list-style: none !important; padding-left: 0;">
<li class="deep-1 font-weight-bold"
style="font-family: Montserrat, 'sans-serif'; font-size: 0.9125rem; background-color: #fff; padding: 0.5rem 1rem; border-radius: 5px; color: #102e42; list-style: none !important;">
<i class="fa fa-files-o mr-2"></i>Specific User Group for Accounting Dashboard
</li>
<li class="deep-1 font-weight-bold"
style="font-family: Montserrat, 'sans-serif'; font-size: 0.9125rem; background-color: #fff; padding: 0.5rem 1rem; border-radius: 5px; color: #102e42; list-style: none !important;">
<i class="fa fa-files-o mr-2"></i>Multiple Invoice Copies Option Added
@ -111,38 +115,44 @@
</div>
<div class="col-lg-4 mt-4">
<div class="px-3 pt-3 my-2 d-flex align-itmes-center"
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
<i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
<p style="color: #102e42; font-weight: 500; margin-top: 1px;">Specific User Group for Accounting
Dashboard</p>
</div>
<div class="px-3 pt-3 my-2 d-flex align-itmes-center"
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
<i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
<p style="color: #102e42; font-weight: 500; margin-top: 1px;">Multiple Invoice Copies Option</p>
</div>
<div class="px-3 pt-3 my-2 d-flex align-itmes-center"
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
<i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
<p style="color: #102e42; font-weight: 500; margin-top: 1px;">Reconciliation Widget</p>
</div>
<div class="px-3 pt-3 my-2 d-flex align-itmes-center"
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
<i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
<p style="color: #102e42; font-weight: 500; margin-top: 1px;">Accounting Dashboard with all
necessary details</p>
</div>
<div class="px-3 pt-3 my-2 d-flex align-itmes-center"
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
<i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
<p style="color: #102e42; font-weight: 500; margin-top: 1px;">Manage Customer follow-ups</p>
</div>
<div class="px-3 pt-3 my-2 d-flex align-itmes-center"
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
<i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
<p style="color: #102e42; font-weight: 500; margin-top: 1px;">PDC management is now in</p>
</div>
<div class="px-3 pt-3 my-2 d-flex align-itmes-center"
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
<i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
<p style="color: #102e42; font-weight: 500; margin-top: 1px;">Accounting lock dates for Odoo 15
community edition</p>
@ -152,40 +162,40 @@
<div class="col-lg-4 mt-4">
<div class="px-3 pt-3 my-2 d-flex align-itmes-center"
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
<i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
<p style="color: #102e42; font-weight: 500; margin-top: 1px;">Customer credit limit</p>
</div>
<div class="px-3 pt-3 my-2 d-flex align-itmes-center"
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
<i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
<p style="color: #102e42; font-weight: 500; margin-top: 1px;">Handle Recurring payments in Odoo
</p>
</div>
<div class="px-3 pt-3 my-2 d-flex align-itmes-center"
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
<i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
<p style="color: #102e42; font-weight: 500; margin-top: 1px;">Asset management system for Odoo
15 community edition</p>
</div>
<div class="px-3 pt-3 my-2 d-flex align-itmes-center"
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
<i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
<p style="color: #102e42; font-weight: 500; margin-top: 1px;">Multiple Invoice Copies</p>
</div>
<div class="px-3 pt-3 my-2 d-flex align-itmes-center"
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
<i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
<p style="color: #102e42; font-weight: 500; margin-top: 1px;">Day book, Bank book and Cash book
reports</p>
</div>
<div class="px-3 pt-3 my-2 d-flex align-itmes-center"
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
<i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
<p style="color: #102e42; font-weight: 500; margin-top: 1px;">Financial reports</p>
</div>
@ -195,37 +205,37 @@
<div class="col-lg-4 mt-4">
<div class="px-3 pt-3 my-2 d-flex align-itmes-center"
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
<i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
<p style="color: #102e42; font-weight: 500; margin-top: 1px;">Trial balance report</p>
</div>
<div class="px-3 pt-3 my-2 d-flex align-itmes-center"
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
<i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
<p style="color: #102e42; font-weight: 500; margin-top: 1px;">Journal audit report</p>
</div>
<div class="px-3 pt-3 my-2 d-flex align-itmes-center"
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
<i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
<p style="color: #102e42; font-weight: 500; margin-top: 1px;">General ledger report</p>
</div>
<div class="px-3 pt-3 my-2 d-flex align-itmes-center"
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
<i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
<p style="color: #102e42; font-weight: 500; margin-top: 1px;">Partner ledger report</p>
</div>
<div class="px-3 pt-3 my-2 d-flex align-itmes-center"
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
<i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
<p style="color: #102e42; font-weight: 500; margin-top: 1px;">Aged partner balance</p>
</div>
<div class="px-3 pt-3 my-2 d-flex align-itmes-center"
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
<i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
<p style="color: #102e42; font-weight: 500; margin-top: 1px;">Tax reports</p>
</div>
@ -240,7 +250,7 @@
<div class="row">
<div class="col-lg-6 my-4">
<div class="deep-2"
style="background-color: #fff; background-image: url('./images/yellow-pattern.png'); background-position: bottom; background-size: cover; background-repeat: no-repeat ; padding: 2rem 2.5rem; border-radius: 15px;">
style="background-color: #fff; background-image: url('./images/yellow-pattern.png'); background-position: bottom; background-size: cover; background-repeat: no-repeat ; padding: 2rem 2.5rem; border-radius: 15px;">
<h5 style="font-family: Montserrat, 'sans-serif';">Arabic RTL Support</h5>
<hr style="background-color: #0984e3; border: 2px solid #0984e3; width: 50px; margin-left: 0" ;>
<p class="lead" style="font-style: Roboto, 'sans-serif'; color: #636e72; font-size: 0.9125rem;">
@ -251,7 +261,7 @@
</div>
<div class="col-lg-6 my-4">
<div class="deep-2"
style="background-color: #fff; background-image: url('./images/blue-pattern.png'); background-position: bottom; background-size: cover; background-repeat: no-repeat ; padding: 2rem 2.5rem; border-radius: 15px;">
style="background-color: #fff; background-image: url('./images/blue-pattern.png'); background-position: bottom; background-size: cover; background-repeat: no-repeat ; padding: 2rem 2.5rem; border-radius: 15px;">
<h5 style="font-family: Montserrat, 'sans-serif';">Multiple Language Support</h5>
<hr style="background-color: #0984e3; border: 2px solid #0984e3; width: 50px; margin-left: 0" ;>
<p class="lead" style="font-style: Roboto, 'sans-serif'; color: #636e72; font-size: 0.9125rem;">
@ -276,7 +286,7 @@
</p>
</div>
<div class="col-lg-5"
style="background-image: url('./images/green-right-pattern.png'); background-position: right center; background-size: cover; background-repeat: no-repeat ; ">
style="background-image: url('./images/green-right-pattern.png'); background-position: right center; background-size: cover; background-repeat: no-repeat ; ">
<img src="./images/dashboard.png" height="400px" width="auto" style="margin-left: -20px;">
</div>
</div>
@ -290,7 +300,7 @@
<div class="row">
<div class="col-lg-4 my-4">
<div class="deep-2"
style="height: 450px; background-color: #fff; background-image: url('./images/yellow-pattern.png'); background-position: bottom; background-size: cover; background-repeat: no-repeat ; padding: 2rem 2.5rem; border-radius: 15px;">
style="height: 450px; background-color: #fff; background-image: url('./images/yellow-pattern.png'); background-position: bottom; background-size: cover; background-repeat: no-repeat ; padding: 2rem 2.5rem; border-radius: 15px;">
<h5 style="font-family: Montserrat, 'sans-serif';">Accounting Dashboard</h5>
<hr style="background-color: #0984e3; border: 2px solid #0984e3; width: 50px; margin-left: 0" ;>
<p class="lead" style="font-style: Roboto, 'sans-serif'; color: #636e72; font-size: 0.9125rem;">
@ -301,7 +311,7 @@
</div>
<div class="col-lg-4 my-4">
<div class="deep-2"
style="height: 450px; background-color: #fff; background-image: url('./images/red-pattern.png'); background-position: bottom; background-size: cover; background-repeat: no-repeat ; padding: 2rem 2.5rem; border-radius: 15px;">
style="height: 450px; background-color: #fff; background-image: url('./images/red-pattern.png'); background-position: bottom; background-size: cover; background-repeat: no-repeat ; padding: 2rem 2.5rem; border-radius: 15px;">
<h5 style="font-family: Montserrat, 'sans-serif';">Customer Follow-Ups</h5>
<hr style="background-color: #0984e3; border: 2px solid #0984e3; width: 50px; margin-left: 0" ;>
<p class="lead" style="font-style: Roboto, 'sans-serif'; color: #636e72; font-size: 0.9125rem;">
@ -312,7 +322,7 @@
</div>
<div class="col-lg-4 my-4">
<div class="deep-2"
style="height: 450px; background-color: #fff; background-image: url('./images/blue-pattern.png'); background-position: bottom; background-size: cover; background-repeat: no-repeat ; padding: 2rem 2.5rem; border-radius: 15px;">
style="height: 450px; background-color: #fff; background-image: url('./images/blue-pattern.png'); background-position: bottom; background-size: cover; background-repeat: no-repeat ; padding: 2rem 2.5rem; border-radius: 15px;">
<h5 style="font-family: Montserrat, 'sans-serif';">Recurring Templates</h5>
<hr style="background-color: #0984e3; border: 2px solid #0984e3; width: 50px; margin-left: 0" ;>
<p class="lead" style="font-style: Roboto, 'sans-serif'; color: #636e72; font-size: 0.9125rem;">
@ -427,8 +437,8 @@
</h3>
<div style=""><img class="img img-responsive center-block"
style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
src="./images/screenshots/screenshot1.png"></div>
style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
src="./images/screenshots/screenshot1.png"></div>
</div>
</div>
@ -441,8 +451,8 @@
</h3>
<div style=""><img class="img img-responsive center-block"
style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
src="./images/screenshots/screenshot2.png"></div>
style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
src="./images/screenshots/screenshot2.png"></div>
</div>
</div>
@ -456,8 +466,8 @@
</h3>
<div style=""><img class="img img-responsive center-block"
style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
src="./images/screenshots/screenshot9.png"></div>
style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
src="./images/screenshots/screenshot9.png"></div>
</div>
</div>
@ -472,8 +482,8 @@
</h3>
<div style=""><img class="img img-responsive center-block"
style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
src="./images/screenshots/base_accounting_kit-4.png"></div>
style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
src="./images/screenshots/base_accounting_kit-4.png"></div>
</div>
</div>
@ -486,8 +496,21 @@
</h3>
<div style=""><img class="img img-responsive center-block"
style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
src="./images/screenshots/base_accounting_kit-5.png"></div>
style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
src="./images/screenshots/base_accounting_kit-5.png"></div>
</div>
</div>
<div class="carousel-item" style="min-height: 0px;">
<div class="col-xs-12 col-sm-12 col-md-12 mb16 mt16" style="float: left;">
<h3 class="alert"
style="font-weight:400;color: #091E42;background: #fff;text-align: left;border-radius: 0; font-size: 18px;">
<i class="fa fa-check-circle-o" style="width:40px; color:#07B700"></i>Specific User Group for Accounting Dashboard.
</h3>
<div style=""><img class="img img-responsive center-block"
style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
src="./images/screenshots/base_accounting_kit-60.png"></div>
</div>
</div>
@ -500,8 +523,8 @@
</h3>
<div style=""><img class="img img-responsive center-block"
style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
src="./images/screenshots/base_accounting_kit-21.png"></div>
style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
src="./images/screenshots/base_accounting_kit-21.png"></div>
</div>
</div>
@ -515,8 +538,8 @@
</h3>
<div style=""><img class="img img-responsive center-block"
style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
src="./images/screenshots/base_accounting_kit-25.png"></div>
style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
src="./images/screenshots/base_accounting_kit-25.png"></div>
</div>
</div>
@ -530,8 +553,8 @@
</h3>
<div style=""><img class="img img-responsive center-block"
style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
src="./images/screenshots/base_accounting_kit-24.png"></div>
style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
src="./images/screenshots/base_accounting_kit-24.png"></div>
</div>
</div>
@ -546,8 +569,8 @@
</h3>
<div style=""><img class="img img-responsive center-block"
style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
src="./images/screenshots/base_accounting_kit-11.png"></div>
style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
src="./images/screenshots/base_accounting_kit-11.png"></div>
</div>
</div>
@ -561,18 +584,19 @@
</h3>
<div style=""><img class="img img-responsive center-block"
style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
src="./images/screenshots/base_accounting_kit-43.png"></div>
style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
src="./images/screenshots/base_accounting_kit-43.png"></div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#demo" data-slide="prev" style="left:-25px;width: 35px;color: #000;">
<span class="carousel-control-prev-icon"><i class="fa fa-chevron-left"
style="font-size:24px"></i></span> </a> <a class="carousel-control-next" href="#demo"
style="font-size:24px"></i></span> </a> <a
class="carousel-control-next" href="#demo"
data-slide="next" style="right:-25px;width: 35px;color: #000;"> <span
class="carousel-control-next-icon"><i class="fa fa-chevron-right" style="font-size:24px"></i></span>
</a>
class="carousel-control-next-icon"><i class="fa fa-chevron-right" style="font-size:24px"></i></span>
</a>
</div>
</section>
</section>
@ -592,62 +616,62 @@
<div class="carousel-item" style="min-height: 186px;">
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"><a
href="https://apps.odoo.com/apps/modules/14.0/mobile_service_shop_pro/" target="_blank">
<div style="border-radius:10px">
<img class="img img-responsive center-block"
style="border-top-left-radius:10px; border-top-right-radius:10px"
src="./images/mobile_service_shop_pro_banner.png">
</div>
</a></div>
<div style="border-radius:10px">
<img class="img img-responsive center-block"
style="border-top-left-radius:10px; border-top-right-radius:10px"
src="./images/mobile_service_shop_pro_banner.png">
</div>
</a></div>
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"><a
href="https://apps.odoo.com/apps/modules/14.0/hr_payroll_account_community/" target="_blank">
<div style="border-radius:10px">
<img class="img img-responsive center-block"
style="border-top-left-radius:10px; border-top-right-radius:10px"
src="./images/hr_acc_cc_banner.png">
</div>
</a></div>
<div style="border-radius:10px">
<img class="img img-responsive center-block"
style="border-top-left-radius:10px; border-top-right-radius:10px"
src="./images/hr_acc_cc_banner.png">
</div>
</a></div>
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"><a
href="https://apps.odoo.com/apps/modules/14.0/export_stockinfo_xls/" target="_blank">
<div style="border-radius:10px">
<img class="img img-responsive center-block"
style="border-top-left-radius:10px; border-top-right-radius:10px"
src="./images/xslx_image.png">
</div>
</a></div>
<div style="border-radius:10px">
<img class="img img-responsive center-block"
style="border-top-left-radius:10px; border-top-right-radius:10px"
src="./images/xslx_image.png">
</div>
</a></div>
</div>
<div class="carousel-item active" style="min-height: 186px;">
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"><a
href="https://apps.odoo.com/apps/modules/14.0/automatic_payroll/" target="_blank">
<div style="border-radius:10px">
<img class="img img-responsive center-block"
style="border-top-left-radius:10px; border-top-right-radius:10px"
src="./images/auto_payroll_banner.png">
</div>
</a></div>
<div style="border-radius:10px">
<img class="img img-responsive center-block"
style="border-top-left-radius:10px; border-top-right-radius:10px"
src="./images/auto_payroll_banner.png">
</div>
</a></div>
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"><a
href="https://apps.odoo.com/apps/modules/14.0/dynamic_accounts_report/" target="_blank">
<div style="border-radius:10px">
<img class="img img-responsive center-block"
style="border-top-left-radius:10px; border-top-right-radius:10px"
src="./images/dynamic_image.png">
</div>
</a></div>
<div style="border-radius:10px">
<img class="img img-responsive center-block"
style="border-top-left-radius:10px; border-top-right-radius:10px"
src="./images/dynamic_image.png">
</div>
</a></div>
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"><a
href="https://apps.odoo.com/apps/modules/14.0/base_account_budget/" target="_blank">
<div style="border-radius:10px">
<img class="img img-responsive center-block"
style="border-top-left-radius:10px; border-top-right-radius:10px"
src="./images/bud_banner.png">
</div>
</a></div>
<div style="border-radius:10px">
<img class="img img-responsive center-block"
style="border-top-left-radius:10px; border-top-right-radius:10px"
src="./images/bud_banner.png">
</div>
</a></div>
</div>
</div>
<!-- Left and right controls -->
<a class="carousel-control-prev" href="#demo1" data-slide="prev" style="width:35px; color:#000"> <span
class="carousel-control-prev-icon"><i class="fa fa-chevron-left" style="font-size:24px"></i></span>
</a> <a class="carousel-control-next" href="#demo1" data-slide="next" style="width:35px; color:#000">
<span class="carousel-control-next-icon"><i class="fa fa-chevron-right" style="font-size:24px"></i></span>
</a>
<span class="carousel-control-next-icon"><i class="fa fa-chevron-right" style="font-size:24px"></i></span>
</a>
</div>
</section>
@ -663,7 +687,7 @@
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4">
<div class="d-flex justify-content-center align-items-center mx-3 my-3"
style="background-color: #1dd1a1 !important; border-radius: 15px !important; height: 80px; width: 80px;">
style="background-color: #1dd1a1 !important; border-radius: 15px !important; height: 80px; width: 80px;">
<img src="assets/icons/cogs.png" class="img-responsive" height="48px" width="48px">
</div>
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;">
@ -673,7 +697,7 @@
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4">
<div class="d-flex justify-content-center align-items-center mx-3 my-3"
style="background-color: #ff6b6b !important; border-radius: 15px !important; height: 80px; width: 80px;">
style="background-color: #ff6b6b !important; border-radius: 15px !important; height: 80px; width: 80px;">
<img src="assets/icons/wrench.png" class="img-responsive" height="48px" width="48px">
</div>
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;">
@ -683,7 +707,7 @@
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4">
<div class="d-flex justify-content-center align-items-center mx-3 my-3"
style="background-color: #6462CD !important; border-radius: 15px !important; height: 80px; width: 80px;">
style="background-color: #6462CD !important; border-radius: 15px !important; height: 80px; width: 80px;">
<img src="assets/icons/lifebuoy.png" class="img-responsive" height="48px" width="48px">
</div>
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;">
@ -694,7 +718,7 @@
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4">
<div class="d-flex justify-content-center align-items-center mx-3 my-3"
style="background-color: #ffa801 !important; border-radius: 15px !important; height: 80px; width: 80px;">
style="background-color: #ffa801 !important; border-radius: 15px !important; height: 80px; width: 80px;">
<img src="assets/icons/user.png" class="img-responsive" height="48px" width="48px">
</div>
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;">
@ -705,7 +729,7 @@
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4">
<div class="d-flex justify-content-center align-items-center mx-3 my-3"
style="background-color: #54a0ff !important; border-radius: 15px !important; height: 80px; width: 80px;">
style="background-color: #54a0ff !important; border-radius: 15px !important; height: 80px; width: 80px;">
<img src="assets/icons/puzzle.png" class="img-responsive" height="48px" width="48px">
</div>
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;">
@ -715,7 +739,7 @@
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4">
<div class="d-flex justify-content-center align-items-center mx-3 my-3"
style="background-color: #6d7680 !important; border-radius: 15px !important; height: 80px; width: 80px;">
style="background-color: #6d7680 !important; border-radius: 15px !important; height: 80px; width: 80px;">
<img src="assets/icons/update.png" class="img-responsive" height="48px" width="48px">
</div>
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;">
@ -726,7 +750,7 @@
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4">
<div class="d-flex justify-content-center align-items-center mx-3 my-3"
style="background-color: #786fa6 !important; border-radius: 15px !important; height: 80px; width: 80px;">
style="background-color: #786fa6 !important; border-radius: 15px !important; height: 80px; width: 80px;">
<img src="assets/icons/consultation.png" class="img-responsive" height="48px" width="48px">
</div>
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;">
@ -736,7 +760,7 @@
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4">
<div class="d-flex justify-content-center align-items-center mx-3 my-3"
style="background-color: #f8a5c2 !important; border-radius: 15px !important; height: 80px; width: 80px;">
style="background-color: #f8a5c2 !important; border-radius: 15px !important; height: 80px; width: 80px;">
<img src="assets/icons/training.png" class="img-responsive" height="48px" width="48px">
</div>
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;">
@ -746,7 +770,7 @@
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4">
<div class="d-flex justify-content-center align-items-center mx-3 my-3"
style="background-color: #e6be26 !important; border-radius: 15px !important; height: 80px; width: 80px;">
style="background-color: #e6be26 !important; border-radius: 15px !important; height: 80px; width: 80px;">
<img src="assets/icons/license.png" class="img-responsive" height="48px" width="48px">
</div>
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;">
@ -767,7 +791,7 @@
<div class="col-lg-3">
<div class="my-4 d-flex flex-column justify-content-center"
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;">
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;">
<img src="./assets/icons/trading-black.png" class="img-responsive mb-3" height="48px" width="48px">
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;">
Trading
@ -781,7 +805,7 @@
<div class="col-lg-3">
<div class="my-4 d-flex flex-column justify-content-center"
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;">
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;">
<img src="./assets/icons/pos-black.png" class="img-responsive mb-3" height="48px" width="48px">
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;">
POS
@ -795,7 +819,7 @@
<div class="col-lg-3">
<div class="my-4 d-flex flex-column justify-content-center"
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;">
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;">
<img src="./assets/icons/education-black.png" class="img-responsive mb-3" height="48px" width="48px">
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;">
Education
@ -808,9 +832,9 @@
<div class="col-lg-3">
<div class="my-4 d-flex flex-column justify-content-center"
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;">
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;">
<img src="./assets/icons/manufacturing-black.png" class="img-responsive mb-3" height="48px"
width="48px">
width="48px">
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;">
Manufacturing
</h5>
@ -822,7 +846,7 @@
<div class="col-lg-3">
<div class="my-4 d-flex flex-column justify-content-center"
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;">
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;">
<img src="./assets/icons/ecom-black.png" class="img-responsive mb-3" height="48px" width="48px">
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;">
E-commerce &amp; Website
@ -836,7 +860,7 @@
<div class="col-lg-3">
<div class="my-4 d-flex flex-column justify-content-center"
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;">
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;">
<img src="./assets/icons/service-black.png" class="img-responsive mb-3" height="48px" width="48px">
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;">
Service Management
@ -849,7 +873,7 @@
<div class="col-lg-3">
<div class="my-4 d-flex flex-column justify-content-center"
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;">
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;">
<img src="./assets/icons/restaurant-black.png" class="img-responsive mb-3" height="48px" width="48px">
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;">
Restaurant
@ -862,7 +886,7 @@
<div class="col-lg-3">
<div class="my-4 d-flex flex-column justify-content-center"
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;">
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;">
<img src="./assets/icons/hotel-black.png" class="img-responsive mb-3" height="48px" width="48px">
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;">
Hotel Management
@ -891,20 +915,20 @@
<!-- Contact Cards -->
<div class="row d-flex justify-content-center align-items-center"
style="max-width:1540px; margin: 0 auto 2rem auto;">
style="max-width:1540px; margin: 0 auto 2rem auto;">
<div class="col-lg-12" style="padding: 0rem 3rem 2rem; border-radius: 10px; margin-right: 3rem; ">
<div class="row mt-4">
<div class="col-lg-6">
<a href="mailto:odoo@cybrosys.com" target="_blank" class="btn btn-block mb-2 deep_hover"
style="text-decoration: none; background-color: #4d4d4d; color: #FFF; border-radius: 4px;"><i
style="text-decoration: none; background-color: #4d4d4d; color: #FFF; border-radius: 4px;"><i
class="fa fa-envelope mr-2"></i>odoo@cybrosys.com</a>
</div>
<div class="col-lg-6">
<a href="https://api.whatsapp.com/send?phone=918606827707" target="_blank"
class="btn btn-block mb-2 deep_hover"
style="text-decoration: none; background-color: #25D366; color: #FFF; border-radius: 4px;"><i
class="btn btn-block mb-2 deep_hover"
style="text-decoration: none; background-color: #25D366; color: #FFF; border-radius: 4px;"><i
class="fa fa-whatsapp mr-2"></i>WhatsApp</a>
</div>
</div>
@ -918,12 +942,12 @@
<div class="row" style="max-width:1540px; margin: 0 auto; margin-right: 3rem; ">
<!-- Logo -->
<div class="col-lg-12 d-flex justify-content-center align-items-center" style="margin-top: 3rem;">
<img src="https://www.cybrosys.com/images/logo.png" width="200px" height="auto" />
<img src="https://www.cybrosys.com/images/logo.png" width="200px" height="auto"/>
</div>
<!-- End of Logo -->
<div class="col-lg-12">
<hr
style="margin-top: 3rem;background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(229,229,229,1) 33%, rgba(229,229,229,1) 58%, rgba(0,212,255,0) 100%); height: 2px; border-style: none;">
style="margin-top: 3rem;background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(229,229,229,1) 33%, rgba(229,229,229,1) 58%, rgba(0,212,255,0) 100%); height: 2px; border-style: none;">
<!-- End of Footer Section -->
</div>
</div>

2
base_accounting_kit/static/src/js/payment_matching.js

@ -504,4 +504,4 @@ return {
StatementAction: StatementAction,
ManualAction: ManualAction,
};
});
});

5
base_accounting_kit/static/src/xml/payment_matching.xml

@ -68,8 +68,8 @@
</t>
<div t-name="reconciliation.done" class="done_message">
<h2>Congrats, you're all done!</h2>
<span>HLOOOOOOOO</span>
<p>You reconciled <strong><t t-esc="number"/></strong> transactions in <strong><t t-esc="duration"/></strong>.
<t t-if="number > 1">
<br/>That's on average <t t-esc="timePerTransaction"/> seconds per transaction.
@ -85,6 +85,7 @@
</t>
</p>
</t>
</div>
<t t-name="reconciliation.line">
@ -400,4 +401,4 @@
</div>
</t>
</templates>
</templates>

2
base_accounting_kit/views/dashboard_views.xml

@ -7,7 +7,7 @@
<menuitem name="Dashboard" id="menu_accounting_dashboard" parent="account.menu_finance"
sequence="0"
groups="account.group_account_manager"
groups="group_account_dashboard"
action="action_account_invoice_report_all"/>
<record model="ir.ui.menu" id="account.menu_board_journal_1">
<field name="name">Overview</field>

Loading…
Cancel
Save