LaOsaCoop/Odoo16#109 migrated website_search_products
This commit is contained in:
parent
26dbe222dd
commit
f1a3a75988
11 changed files with 525 additions and 0 deletions
12
website_search_products/data/menu.xml
Normal file
12
website_search_products/data/menu.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -->
|
||||
<odoo>
|
||||
<data noupdate="1">
|
||||
<record id="menu_partner_form" model="website.menu">
|
||||
<field name="name">Products in Shop</field>
|
||||
<field name="url">/inventory/search</field>
|
||||
<field name="parent_id" ref="website.main_menu" />
|
||||
<field name="sequence" type="int">22</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue