FIX bugù
This commit is contained in:
parent
1f126e4faa
commit
75e78187c2
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
|
||||
<data noupdate="1">
|
||||
<!-- Category -->
|
||||
<record model="ir.module.category" id="module_category_purchase_requisition_custom">
|
||||
<field name="name">Purchase Requisition</field>
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
</record>
|
||||
|
||||
<record id="group_purchase_set_to_draft" model="res.groups">
|
||||
<field name="name">Purchase set to Draft </field>
|
||||
<field name="name">Purchase set to Draft</field>
|
||||
<field name="category_id" ref="purchase_requisition_custom.module_category_purchase_requisition_custom"/>
|
||||
</record>
|
||||
|
||||
|
|
@ -145,8 +145,8 @@
|
|||
</record>
|
||||
|
||||
<record id="group_reject_purchase_committee_head" model="res.groups">
|
||||
<field name="name">Reject PO Committee </field>
|
||||
<field name="name">Reject PO Committee</field>
|
||||
<field name="category_id" ref="purchase_requisition_custom.module_category_purchase_requisition_custom"/>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
</odoo>
|
||||
|
|
|
|||
Loading…
Reference in New Issue