Atik Agewan(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-configuration-rework-fixes-aag into
lp:~openerp-dev/openobject-addons/trunk-configuration-rework.
Requested reviews:
Rucha (Open ERP) (rpa-openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-configuration-rework-fixes-aag/+merge/65664
Hello ,
Base_setup : menutip of Define default users preferences wizards is changed
for set values for all existing user and Default values for new users.
Account : remove account_voucher field from Account installer view so in main
Install application
account_voucher is install than it will shown in read only.
Association:remove project field from Associations Features so when assosiation
and peoject install from than Project fields in Install Appl is in read only.
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-configuration-rework-fixes-aag/+merge/65664
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-configuration-rework.
=== modified file 'account/account_installer.xml'
--- account/account_installer.xml 2011-06-08 14:21:49 +0000
+++ account/account_installer.xml 2011-06-23 13:20:50 +0000
@@ -53,7 +53,6 @@
<xpath expr="//group[@name='account_accountant']" position="replace">
<newline/>
<separator string="Accounting & Finance Features" colspan="4" />
- <field name="account_voucher"/>
<field name="account_followup"/>
<field name="account_payment"/>
<field name="account_analytic_plans"/>
=== modified file 'account/installer.py'
--- account/installer.py 2011-06-06 06:48:42 +0000
+++ account/installer.py 2011-06-23 13:20:50 +0000
@@ -265,10 +265,6 @@
"changing the accounting logic with stock transactions."),
}
- _defaults = {
- 'account_voucher': True,
- }
-
account_installer_modules()
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
=== modified file 'association/profile_association.py'
--- association/profile_association.py 2011-05-03 06:06:30 +0000
+++ association/profile_association.py 2011-06-23 13:20:50 +0000
@@ -28,9 +28,6 @@
'hr_expense':fields.boolean('Resources Management: Expenses Tracking', help="Tracks and manages employee expenses, and can "
"automatically re-invoice clients if the expenses are "
"project-related."),
- 'project':fields.boolean('Project Management',
- help="Helps you manage your projects and tasks by tracking them, "
- "generating plannings, etc..."),
'event_project':fields.boolean('Event Management: Events', help="Helps you to manage and organize your events."),
'project_gtd':fields.boolean('Getting Things Done',
help="GTD is a methodology to efficiently organise yourself and your tasks. This module fully integrates GTD principle with OpenERP's project management."),
=== modified file 'association/profile_association.xml'
--- association/profile_association.xml 2011-06-08 14:21:49 +0000
+++ association/profile_association.xml 2011-06-23 13:20:50 +0000
@@ -11,7 +11,6 @@
<xpath expr="//group[@name='association']" position="replace">
<newline/>
<separator string="Associations Features" colspan="4" />
- <field name="project" />
<field name="project_gtd" />
<field name="wiki" />
<field name="event_project" />
=== modified file 'base_setup/base_setup_installer.xml'
--- base_setup/base_setup_installer.xml 2011-06-10 10:31:07 +0000
+++ base_setup/base_setup_installer.xml 2011-06-23 13:20:50 +0000
@@ -167,7 +167,7 @@
</xpath>
<xpath expr="//label[@string='description']"
position="attributes">
- <attribute name="string">Specify default values.This will set the default values for each new user, each user is free to change his own preferences.</attribute>
+ <attribute name="string">Specify default values.This will set values for each existing users and set the default values for each new user, each user is free to change his own preferences.</attribute>
</xpath>
<xpath expr='//separator[@string="vsep"]' position='attributes'>
<attribute name='string'></attribute>
_______________________________________________
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