Browse Source

[CHG] Index Changed 'fleet_rental'

pull/145/head
Ajmal JK 5 years ago
parent
commit
97ca4b47d1
  1. 2
      fleet_rental/__manifest__.py
  2. BIN
      fleet_rental/static/description/check_list_form.png
  3. BIN
      fleet_rental/static/description/check_list_tree.png
  4. BIN
      fleet_rental/static/description/checklist.png
  5. BIN
      fleet_rental/static/description/checklist_tree.png
  6. BIN
      fleet_rental/static/description/contract_menu.png
  7. BIN
      fleet_rental/static/description/fleet_rental.png
  8. 18
      fleet_rental/static/description/index.html
  9. BIN
      fleet_rental/static/description/menu_items.png
  10. BIN
      fleet_rental/static/description/rental_contract.png
  11. BIN
      fleet_rental/static/description/rental_contract_checklist.png
  12. BIN
      fleet_rental/static/description/rental_invoice.png
  13. BIN
      fleet_rental/static/description/rental_report.png
  14. BIN
      fleet_rental/static/description/rental_validation.png
  15. BIN
      fleet_rental/static/description/rental_warning.png
  16. BIN
      fleet_rental/static/description/report.png
  17. 36
      fleet_rental/views/checklist_view.xml

2
fleet_rental/__manifest__.py

@ -22,7 +22,7 @@
{
'name': 'Fleet Rental Management',
'version': '13.0.1.0.0',
'version': '13.0.1.1.0',
'summary': """This module will helps you to give the vehicles for Rent.""",
'description': "Module Helps You To Manage Rental Contracts, Odoo13, Odoo 13, Fleet, Rental, Rent, Vehicle management",
'category': "Industries",

BIN
fleet_rental/static/description/check_list_form.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

BIN
fleet_rental/static/description/check_list_tree.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

BIN
fleet_rental/static/description/checklist.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

BIN
fleet_rental/static/description/checklist_tree.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

BIN
fleet_rental/static/description/contract_menu.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

BIN
fleet_rental/static/description/fleet_rental.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

18
fleet_rental/static/description/index.html

@ -48,7 +48,7 @@
<div style="text-align: center">
<a href="https://www.cybrosys.com">
<div class="oe_demo oe_picture oe_screenshot">
<img style="border:10px solid white;height: 400px;" src="menu_items.png">
<img style="border:10px solid white;height: 400px;" src="fleet_rental.png">
</div>
</a>
<span style="text-align: center;padding-left:65px;">&#9755; When you install the module, an extra menu named Rental Management is created
@ -63,7 +63,7 @@
<p>
</div>
<div class="oe_demo oe_picture oe_screenshot">
<img style="border:10px solid white;" src="contract_menu.png">
<img style="border:10px solid white;" src="rental_contract.png">
</div>
<div style="padding-left:65px;">
<span>&#9755; This is the Rental Contract form. You can see the Recurring lines created according to
@ -79,7 +79,7 @@
<h3 class="oe_slogan">Checklist</h3>
<div class="" style="text-align: center">
<div class="oe_demo oe_picture oe_screenshot">
<img style="border:10px solid white;height: 400px;" src="checklist_contract.png">
<img style="border:10px solid white;height: 400px;" src="rental_contract_checklist.png">
</div>
<span>&#9755; Checklist Tab in Rental Contract Form.</span>
</div>
@ -103,13 +103,13 @@
<h3 class="oe_slogan">Checklist Easy Access</h3>
<div style="text-align: center">
<div class="oe_demo oe_picture oe_screenshot">
<img style="border:10px solid white;" src="check_list_tree.png">
<img style="border:10px solid white;" src="checklist_tree.png">
</div>
<span style="text-align: center">&#9755; No need to open all rental contract to see the checklist.</span>
</div>
<div class="" style="text-align: center">
<div class="oe_demo oe_picture oe_screenshot">
<img style="border:10px solid white;" src="check_list_form.png">
<img style="border:10px solid white;" src="checklist.png">
</div>
<div style="padding-left:65px;">
<span>
@ -158,18 +158,18 @@
<h3 class="oe_slogan">Contract Payment Validations</h3>
<div class="" style="text-align: center">
<div class="oe_demo oe_picture oe_screenshot">
<img style="border:10px solid white;height:400px;" src="rental_inv.png">
<img style="border:10px solid white;height:400px;" src="rental_invoice.png">
</div>
<div style="padding-left:65px;">
<span>&#9755;
Here you can see you have 4 invoices and this contract is in 'Invoice' state.
Here you can see you have 1 invoice and this contract is in 'Invoice' state.
So you can set this contract to done only if all the invoices are in 'paid' state.
Otherwise it will raise a warning as follow.
</span>
</div>
<div class="oe_demo oe_picture oe_screenshot">
<img style="border:10px solid white;height:400px;" src="rental_validation.png">
<img style="border:10px solid white;height:400px;" src="rental_warning.png">
</div>
</div>
</div>
@ -180,7 +180,7 @@
<h3 class="oe_slogan">Fleet Rental Analysis Report</h3>
<div class="" style="text-align: center">
<div class="oe_demo oe_picture oe_screenshot">
<img style="border:10px solid white;height:400px;" src="report.png">
<img style="border:10px solid white;height:400px;" src="rental_report.png">
</div>
<span>&#9755;
You can also analyse all your fleet rentals from Fleet Rental -> Reports -> Fleet Rental Analysis.

BIN
fleet_rental/static/description/menu_items.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

BIN
fleet_rental/static/description/rental_contract.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

BIN
fleet_rental/static/description/rental_contract_checklist.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

BIN
fleet_rental/static/description/rental_invoice.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

BIN
fleet_rental/static/description/rental_report.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

BIN
fleet_rental/static/description/rental_validation.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

BIN
fleet_rental/static/description/rental_warning.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

BIN
fleet_rental/static/description/report.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

36
fleet_rental/views/checklist_view.xml

@ -49,18 +49,18 @@
</field>
</record>
<!-- <record id="car_rental_contract_checklist_tree_view" model="ir.ui.view">-->
<!-- <field name="name">car_rental_contract_checklist_tree_view.tree</field>-->
<!-- <field name="model">car.rental.contract</field>-->
<!-- <field name="type">tree</field>-->
<!-- <field name="arch" type="xml">-->
<!-- <tree string="car_contract_result2" create="false" colors="#f20b07:state=='checking';green:state=='running'" decoration-info="state == 'draft'">-->
<!-- <field name="name" string="Contract"/>-->
<!-- <field name="customer_id" string="Renter"/>-->
<!-- <field name="state"/>-->
<!-- </tree>-->
<!-- </field>-->
<!-- </record>-->
<record id="car_rental_contract_checklist_tree_view" model="ir.ui.view">
<field name="name">car_rental_contract_checklist_tree_view.tree</field>
<field name="model">car.rental.contract</field>
<field name="type">tree</field>
<field name="arch" type="xml">
<tree string="car_contract_result2" create="false">
<field name="name" string="Contract"/>
<field name="customer_id" string="Renter"/>
<field name="state"/>
</tree>
</field>
</record>
<record id="action_fleet_rent_checklist" model="ir.actions.act_window">
<field name="name">Checklist</field>
@ -77,12 +77,12 @@
<field name="act_window_id" ref="action_fleet_rent_checklist"/>
</record>
<!-- <record id="action_fleet_rent_checklist_tree" model="ir.actions.act_window.view">-->
<!-- <field eval="1" name="sequence"/>-->
<!-- <field name="view_mode">tree</field>-->
<!-- <field name="view_id" ref="car_rental_contract_checklist_tree_view"/>-->
<!-- <field name="act_window_id" ref="action_fleet_rent_checklist"/>-->
<!-- </record>-->
<record id="action_fleet_rent_checklist_tree" model="ir.actions.act_window.view">
<field eval="1" name="sequence"/>
<field name="view_mode">tree</field>
<field name="view_id" ref="car_rental_contract_checklist_tree_view"/>
<field name="act_window_id" ref="action_fleet_rent_checklist"/>
</record>
<menuitem id="menu_car_checklist" parent="menu_car_parent" name="Checklist"
action="action_fleet_rent_checklist" sequence="2"/>

Loading…
Cancel
Save