Harry (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-addons-issues5-base-pso into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons-issues5-base-pso/+merge/122451
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons-issues5-base-pso/+merge/122451
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-addons-issues5-base-pso.
=== modified file 'account/res_config.py'
--- account/res_config.py 2012-08-09 12:04:09 +0000
+++ account/res_config.py 2012-09-03 06:34:21 +0000
@@ -114,6 +114,9 @@
help="This purchase tax will be assigned by default on new products."),
'decimal_precision': fields.integer('Decimal precision on journal entries',
help="""As an example, a decimal precision of 2 will allow journal entries like: 9.99 EUR, whereas a decimal precision of 4 will allow journal entries like: 0.0231 EUR."""),
+ 'group_multi_currency': fields.boolean('allow multi currencies',
+ implied_group='base.group_multi_currency',
+ help="Allows you multi currency environment"),
}
def _default_company(self, cr, uid, context=None):
=== modified file 'account/res_config_view.xml'
--- account/res_config_view.xml 2012-08-13 16:06:57 +0000
+++ account/res_config_view.xml 2012-09-03 06:34:21 +0000
@@ -122,6 +122,10 @@
<label for="id" string="Features"/>
<div>
<div>
+ <field name="group_multi_currency" class="oe_inline"/>
+ <label for="group_multi_currency"/>
+ </div>
+ <div>
<field name="module_account_accountant" class="oe_inline"/>
<label for="module_account_accountant"/>
</div>
=== modified file 'hr/security/hr_security.xml'
--- hr/security/hr_security.xml 2012-05-31 07:11:55 +0000
+++ hr/security/hr_security.xml 2012-09-03 06:34:21 +0000
@@ -6,9 +6,11 @@
<field name="name">Officer</field>
<field name="category_id" ref="base.module_category_human_resources"/>
<field name="implied_ids" eval="[(4, ref('base.group_user'))]"/>
+ <field name="comment">Officer: the user will be able to approve document created by employees</field>
</record>
<record id="base.group_hr_manager" model="res.groups">
<field name="name">Manager</field>
+ <field name="comment">Manager: the user will have an access to the human resources configuration as well as statistic reports</field>
<field name="category_id" ref="base.module_category_human_resources"/>
<field name="implied_ids" eval="[(4, ref('base.group_hr_user'))]"/>
<field name="users" eval="[(4, ref('base.user_root'))]"/>
=== modified file 'sale/security/sale_security.xml'
--- sale/security/sale_security.xml 2012-07-23 10:27:36 +0000
+++ sale/security/sale_security.xml 2012-09-03 06:34:21 +0000
@@ -5,16 +5,19 @@
<record id="base.group_sale_salesman" model="res.groups">
<field name="name">User - Own Leads Only</field>
<field name="category_id" ref="base.module_category_sales_management"/>
+ <field name="comment">User - Own Leads Only: the user will have access to his own data in the sales application.</field>
</record>
<record id="base.group_sale_salesman_all_leads" model="res.groups">
<field name="name">User - All Leads</field>
<field name="category_id" ref="base.module_category_sales_management"/>
<field name="implied_ids" eval="[(4, ref('base.group_sale_salesman'))]"/>
+ <field name="comment">User - All Leads: the user will have access to all records of everyone in the sales application.</field>
</record>
<record id="base.group_sale_manager" model="res.groups">
<field name="name">Manager</field>
+ <field name="comment">Manager: the user will have an access to the sales configuration as well as statistic reports.</field>
<field name="category_id" ref="base.module_category_sales_management"/>
<field name="implied_ids" eval="[(4, ref('base.group_sale_salesman_all_leads'))]"/>
<field name="users" eval="[(4, ref('base.user_root'))]"/>
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp