@ -21,7 +21,7 @@
{
'name': 'Inventory All In One Report Generator',
'version': '15.0.1.1.1',
'version': '15.0.1.0.1',
'summary': "Dynamic Inventory Report Generator",
'description': "Dynamic Inventory Report Generator",
'category': 'Inventory',
@ -4,11 +4,6 @@
border-radius: 5px;
padding: 10px;
}
.apply_sale{
margin-right: 5px;
padding: 4px;
a.dropdown-toggle.report-type {
margin: 10px;
@ -44,15 +39,3 @@ tr.table_pr_head th {
font-size: 18px;
text-align: center;
ul.dropdown-menu.show {
height: 40px;
background-color: #eeeeee;
width: 200px;
ul.dropdown-menu.show li {
margin-left: 10px;
ul.dropdown-menu.show a{
color: #221c1c;
@ -226,6 +226,6 @@ odoo.define('inventory_report_generator.inventory_report', function(require) {
},
});
core.action_registry.add("inv_r", InventoryReport);
core.action_registry.add("p_r", InventoryReport);
return InventoryReport;
@ -81,9 +81,10 @@
</select>
<span id="report_res"/>
</div>
<div style="">
<div>
<button type="button" id="apply_filter" class="btn btn-primary"
style="top: 0px; height: 42px; color: white; background-color: #7c7bad; border-color: #7c7bad; width: 100px;">
style="margin-right: 5px;
padding: 4px;top: 0px; height: 42px; color: white; background-color: #7c7bad; border-color: #7c7bad;">
Apply
</button>
@ -2,7 +2,7 @@
<odoo>
<record id="inventory_all_report_action" model="ir.actions.client">
<field name="name">All In One Inventory Report</field>
<field name="tag">inv_r</field>
<field name="tag">p_r</field>
</record>
<menuitem action="inventory_all_report_action" parent="stock.menu_valuation"
'name': 'POS All in One Report Generator',
'summary': "Dynamic Point Of Sale Report Maker",
'description': "Dynamic Point Of Sale Report Maker",
'category': 'Point of Sale',
@ -38,16 +38,3 @@ tr.table_pos_head th {
@ -85,7 +85,8 @@
'name': 'Purchase All In One Report Generator',
'summary': "Dynamic Purchase Report Maker",
'description': "Dynamic Purchase Report Maker",
'category': 'Purchase',