mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-25 04:52:03 +02:00
19.0 vanilla
This commit is contained in:
parent
79f83631d5
commit
73afc09215
6267 changed files with 1534193 additions and 1130106 deletions
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<odoo noupdate="1">
|
||||
|
||||
<record id="product_product_4_product_template_document" model="product.document">
|
||||
<field name="name">Customizable Desk Document</field>
|
||||
<field name="datas" type="base64" file="product/static/demo/customizable_desk_document.pdf"/>
|
||||
<field name="mimetype">application/pdf</field>
|
||||
<field name="res_model">product.template</field>
|
||||
<field name="res_id" ref="product.product_product_4_product_template"/>
|
||||
</record>
|
||||
|
||||
<record id="product_product_25_document" model="product.document">
|
||||
<field name="name">Acoustic Bloc Screens Document</field>
|
||||
<field name="datas" type="base64" file="product/static/demo/acoustic_bloc_screen_document.pdf"/>
|
||||
<field name="mimetype">application/pdf</field>
|
||||
<field name="res_model">product.product</field>
|
||||
<field name="res_id" ref="product.product_product_25"/>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue