feat: add all views, menus, and settings for WooCommerce module
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
15
fusion-woo-odoo/fusion_woocommerce/views/woo_dashboard.xml
Normal file
15
fusion-woo-odoo/fusion_woocommerce/views/woo_dashboard.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<!--
|
||||
Dashboard placeholder.
|
||||
The actual OWL component will be added in Task 15.
|
||||
For now, the dashboard menu points to the instance list.
|
||||
-->
|
||||
<record id="action_woo_dashboard" model="ir.actions.act_window">
|
||||
<field name="name">WooCommerce Dashboard</field>
|
||||
<field name="res_model">woo.instance</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user