mirror of
https://github.com/bringout/oca-website.git
synced 2026-04-23 04:52:07 +02:00
Initial commit: OCA Website packages (16 packages)
This commit is contained in:
commit
0578ef7638
660 changed files with 37334 additions and 0 deletions
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
|
||||
<record id="website_auth_url_tree_view" model="ir.ui.view">
|
||||
<field name="name">website.auth.url</field>
|
||||
<field name="model">website.auth.url</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree editable="bottom">
|
||||
<field name="website_id" />
|
||||
<field name="path" />
|
||||
</tree>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue