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:
gsinghpal
2026-03-31 20:36:37 -04:00
parent 7b085a87a1
commit 50dbd63dd2
17 changed files with 993 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Redirect action for Settings → WooCommerce -->
<record id="action_woo_config_settings" model="ir.actions.act_window">
<field name="name">WooCommerce Settings</field>
<field name="res_model">woo.instance</field>
<field name="view_mode">tree,form</field>
</record>
</odoo>