mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-24 13:12:09 +02:00
19.0 vanilla
This commit is contained in:
parent
79f83631d5
commit
73afc09215
6267 changed files with 1534193 additions and 1130106 deletions
|
|
@ -1,17 +1,17 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<data noupdate="1">
|
||||
<record id="product_category_all" model="product.category">
|
||||
<field name="name">All</field>
|
||||
|
||||
<!-- Categories -->
|
||||
<record id="product_category_goods" model="product.category">
|
||||
<field name="name">Goods</field>
|
||||
</record>
|
||||
<record id="product_category_1" model="product.category">
|
||||
<field name="parent_id" ref="product_category_all"/>
|
||||
<field name="name">Saleable</field>
|
||||
</record>
|
||||
<record id="cat_expense" model="product.category">
|
||||
<field name="parent_id" ref="product_category_all"/>
|
||||
<record id="product_category_expenses" model="product.category">
|
||||
<field name="name">Expenses</field>
|
||||
</record>
|
||||
<record id="product_category_services" model="product.category">
|
||||
<field name="name">Services</field>
|
||||
</record>
|
||||
|
||||
<!--
|
||||
Precisions
|
||||
|
|
@ -32,10 +32,6 @@
|
|||
<field name="name">Volume</field>
|
||||
<field name="digits">2</field>
|
||||
</record>
|
||||
<record forcecreate="True" id="decimal_product_uom" model="decimal.precision">
|
||||
<field name="name">Product Unit of Measure</field>
|
||||
<field name="digits" eval="2"/>
|
||||
</record>
|
||||
|
||||
<!--
|
||||
... to here, it should be in product_demo but we cant just move it
|
||||
|
|
@ -43,15 +39,5 @@ there yet otherwise people who have installed the server (even with the without-
|
|||
parameter) will see those record just disappear.
|
||||
-->
|
||||
|
||||
<!-- Price list -->
|
||||
<record id="list0" model="product.pricelist">
|
||||
<field name="name">Public Pricelist</field>
|
||||
<field name="sequence">1</field>
|
||||
</record>
|
||||
|
||||
<!--
|
||||
Property
|
||||
-->
|
||||
|
||||
</data>
|
||||
</odoo>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue