mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-26 02:32:07 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!--
|
||||
Copyright (C) 2020 - Today: GRAP (http://www.grap.coop)
|
||||
@author: Sylvain LE GAL (https://twitter.com/legalsylvain)
|
||||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
-->
|
||||
<odoo>
|
||||
|
||||
<record id="food_category" model="product.category">
|
||||
<field name="name">Food</field>
|
||||
<field name="parent_id" ref="point_of_sale.product_category_pos" />
|
||||
<field name="meal_voucher_ok" eval="True" />
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!--
|
||||
Copyright (C) 2020 - Today: GRAP (http://www.grap.coop)
|
||||
@author: Sylvain LE GAL (https://twitter.com/legalsylvain)
|
||||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
-->
|
||||
<odoo>
|
||||
|
||||
<record id="bread" model="product.product">
|
||||
<field name="name">Organic Wholemeal Bread</field>
|
||||
<field name="categ_id" ref="food_category" />
|
||||
<field name="meal_voucher_ok" eval="True" />
|
||||
<field name="available_in_pos" eval="True" />
|
||||
<field name="list_price">5.30</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue