[FIX]: Fix res configuration problem.

bzr revid: atp@tinyerp.com-20120917071459-tk7yropfczkfws22
This commit is contained in:
Atul Patel (OpenERP) 2012-09-17 12:44:59 +05:30
parent eef634b3dc
commit 924b15f974
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ class sale_configuration(osv.osv_memory):
implied_group='sale.group_invoice_so_lines',
help="To allow your salesman to make invoices for sale order lines using the menu 'Lines to Invoice'."),
'group_invoice_deli_orders': fields.boolean('Generate invoices after and based on delivery orders',
implied_group='sale.group_invoice_deli_orders',
implied_group='sale_stock.group_invoice_deli_orders',
help="To allow your salesman to make invoices for Delivery Orders using the menu 'Deliveries to Invoice'."),
'task_work': fields.boolean("Prepare invoices based on task's activities",
help="""Lets you transfer the entries under tasks defined for Project Management to

View File

@ -5,7 +5,7 @@
<record id="group_invoice_deli_orders" model="res.groups">
<field name="name">Enable Invoicing Delivery orders</field>
<field name="category_id" ref="base.module_category_hidden"/>
</record>
</record>
</data>
</openerp>