Merge lp:~openerp-dev/openobject-addons/trunk-bug-1136950-Jaydeep into lp:openobject-addons

Proposed by Jaydeep Barot(OpenERP)
Status: Work in progress
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1136950-Jaydeep
Merge into: lp:openobject-addons
Diff against target: 29 lines (+4/-4)
2 files modified
base_setup/res_config.py (+2/-2)
note/note.py (+2/-2)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1136950-Jaydeep
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+151748@code.launchpad.net

Description of the change

Hello,
           change to addons module base_setup and note module in py file

To post a comment you must log in.

Unmerged revisions

8595. By Jaydeep Barot(OpenERP)

[FIX] Solve some help bubbles missing in general settings

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'base_setup/res_config.py'
2--- base_setup/res_config.py 2012-12-17 14:43:06 +0000
3+++ base_setup/res_config.py 2013-03-05 13:33:20 +0000
4@@ -34,8 +34,8 @@
5 help="""Give your customers access to their documents."""),
6 'module_portal_anonymous': fields.boolean('Activate the public portal',
7 help="""Enable the public part of openerp, openerp becomes a public website."""),
8- 'module_auth_oauth': fields.boolean('Use external authentication providers, sign in with google, facebook, ...'),
9- 'module_base_import': fields.boolean("Allow users to import data from CSV files"),
10+ 'module_auth_oauth': fields.boolean('Use external authentication providers, sign in with google, facebook, ...',help="""Enable the use external part of use social sites google or facebook."""),
11+ 'module_base_import': fields.boolean("Allow users to import data from CSV files",help="""Enable to Allow users to import data from CSV files """),
12 }
13
14 def open_company(self, cr, uid, ids, context=None):
15
16=== modified file 'note/note.py'
17--- note/note.py 2013-01-24 10:46:25 +0000
18+++ note/note.py 2013-03-05 13:33:20 +0000
19@@ -172,8 +172,8 @@
20 class note_base_config_settings(osv.osv_memory):
21 _inherit = 'base.config.settings'
22 _columns = {
23- 'module_note_pad': fields.boolean('Use collaborative pads (etherpad)'),
24- 'group_note_fancy': fields.boolean('Use fancy layouts for notes', implied_group='note.group_note_fancy'),
25+ 'module_note_pad': fields.boolean('Use collaborative pads (etherpad)',help="""Enable to use collaborative pads """),
26+ 'group_note_fancy': fields.boolean('Use fancy layouts for notes', implied_group='note.group_note_fancy',help="""Enable to Use fancy layouts for notes """),
27 }
28
29 class res_users(osv.Model):

Subscribers

People subscribed via source and target branches

to all changes: