mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-19 20:52:08 +02:00
Initial commit: Core packages
This commit is contained in:
commit
12c29a983b
9512 changed files with 8379910 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
{%- set mod= name|snake -%}
|
||||
{%- set model = "%s.%s"|format(mod, mod) -%}
|
||||
<odoo>
|
||||
<data>
|
||||
<!--{% for item in range(5) %}
|
||||
<record id="object{{ item }}" model="{{ model }}">
|
||||
<field name="name">Object {{ item }}</field>
|
||||
<field name="value">{{ item * 10 }}</field>
|
||||
</record>
|
||||
{% endfor %}-->
|
||||
</data>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue