first commit
This commit is contained in:
15
modules/sale_stock_quantity/sale.xml
Normal file
15
modules/sale_stock_quantity/sale.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<tryton>
|
||||
<data>
|
||||
<record model="res.group" id="group_sale_stock_quantity">
|
||||
<field name="name">Sale Stock Quantity</field>
|
||||
</record>
|
||||
<record model="res.user-res.group"
|
||||
id="user_admin_sale_stock_quantity">
|
||||
<field name="user" ref="res.user_admin"/>
|
||||
<field name="group" ref="group_sale_stock_quantity"/>
|
||||
</record>
|
||||
</data>
|
||||
</tryton>
|
||||
Reference in New Issue
Block a user