mirror of
https://github.com/bringout/oca-workflow-process.git
synced 2026-04-24 15:52:07 +02:00
Initial commit: OCA Workflow Process packages (456 packages)
This commit is contained in:
commit
d366e42934
18799 changed files with 1284507 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
|
||||
access_elaboration_user,access_elaboration_user,model_product_elaboration,base.group_user,1,0,0,0
|
||||
access_elaboration_manager,access_elaboration_manager,model_product_elaboration,sales_team.group_sale_manager,1,1,1,1
|
||||
access_elaboration_portal,product.elaboration.portal,model_product_elaboration,base.group_portal,1,0,0,0
|
||||
access_elaboration_profile_user,product_elaboration_profile_user,sale_elaboration.model_product_elaboration_profile,base.group_user,1,0,0,0
|
||||
access_elaboration_profile_manager,product_elaboration_profile_manager,sale_elaboration.model_product_elaboration_profile,sales_team.group_sale_manager,1,1,1,1
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<record id="group_elaboration_note_on_delivery_slip" model="res.groups">
|
||||
<field name="name">Include elaboration notes on delivery slip</field>
|
||||
<field name="category_id" ref="base.module_category_hidden" />
|
||||
</record>
|
||||
|
||||
<record id="group_elaboration_note_on_picking_operations" model="res.groups">
|
||||
<field name="name">Include elaboration notes on picking operations</field>
|
||||
<field name="category_id" ref="base.module_category_hidden" />
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue