Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions product_catalog_aeroo_report/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
"name": "Product Catalog Aeroo Report",
"version": "17.0.1.0.0",
"version": "18.0.1.0.0",
"category": "Aeroo Reporting",
"sequence": 14,
"summary": "",
Expand All @@ -43,7 +43,7 @@
"demo/product_template_demo.xml",
"demo/product_product_demo.xml",
],
"installable": False,
"installable": True,
"auto_install": False,
"application": True,
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<field name="name">Product Catalog Reports</field>
<field name="model">product.product_catalog_report</field>
<field name="arch" type="xml">
<tree string="Product Catalog Reports">
<list string="Product Catalog Reports">
<field name="name"/>
<field name="report_id"/>
<field name="pricelist_ids"/>
</tree>
</list>
</field>
</record>

Expand Down Expand Up @@ -53,7 +53,7 @@
<field name="name">Product Catalog Reports</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">product.product_catalog_report</field>
<field name="view_mode">tree,form</field>
<field name="view_mode">list,form</field>
</record>

<menuitem id="menu_product_catalog_reports" action="action_product_catalog_reports" parent="sale.prod_config_main" sequence="10"/>
Expand Down