Merge lp:~openerp-dev/openobject-addons/trunk-followup_levels_task-mansi into lp:openobject-addons

Proposed by Mansi Kariya(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-followup_levels_task-mansi
Merge into: lp:openobject-addons
Diff against target: 58 lines (+22/-2)
3 files modified
account_followup/__openerp__.py (+2/-1)
account_followup/account_followup_view.xml (+3/-1)
account_followup/res_config_view.xml (+17/-0)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-followup_levels_task-mansi
Reviewer Review Type Date Requested Status
Purnendu Singh (OpenERP) (community) Approve
Review via email: mp+167699@code.launchpad.net

Description of the change

Hello,
    I have done Follow-up Levels configuration.

- Added Follow-Up parent menu in Accounting > Configuration > Follow-up Levels to make view more user
  friendly.

- Also added Configure follow-up levels link to configure Follow-up levels directly from
  Settings > Configuration > Accounting when Account_follow up module is installed.

Thanx,
Mansi

To post a comment you must log in.
8754. By Mansi Kariya(OpenERP)

[IMP] Code improved

Revision history for this message
Purnendu Singh (OpenERP) (purnendu-singh) wrote :

seems ok to me.

thanks,
Purnendu Singh

review: Approve
8755. By Mansi Kariya(OpenERP)

[MERGE] merged with main addons

8756. By Mansi Kariya(OpenERP)

[IMP] Description improved

8757. By Mansi Kariya(OpenERP)

[IMP] Description improved

8758. By Mansi Kariya(OpenERP)

[MERGE] Merged with main branch

Unmerged revisions

8758. By Mansi Kariya(OpenERP)

[MERGE] Merged with main branch

8757. By Mansi Kariya(OpenERP)

[IMP] Description improved

8756. By Mansi Kariya(OpenERP)

[IMP] Description improved

8755. By Mansi Kariya(OpenERP)

[MERGE] merged with main addons

8754. By Mansi Kariya(OpenERP)

[IMP] Code improved

8753. By Mansi Kariya(OpenERP)

[IMP] Code improved

8752. By Mansi Kariya(OpenERP)

[add] added file

8751. By Mansi Kariya(OpenERP)

[IMP] Done followup level's configuration

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_followup/__openerp__.py'
2--- account_followup/__openerp__.py 2012-12-09 10:55:27 +0000
3+++ account_followup/__openerp__.py 2013-08-22 11:44:30 +0000
4@@ -29,7 +29,7 @@
5
6 You can define your multiple levels of recall through the menu:
7 ---------------------------------------------------------------
8- Configuration / Follow-Up Levels
9+ Configuration / Follow-up / Follow-up Levels
10
11 Once it is defined, you can automatically print recalls every day through simply clicking on the menu:
12 ------------------------------------------------------------------------------------------------------
13@@ -55,6 +55,7 @@
14 'account_followup_view.xml',
15 'account_followup_customers.xml',
16 'wizard/account_followup_print_view.xml',
17+ 'res_config_view.xml'
18 ],
19 'demo': ['account_followup_demo.xml'],
20 'test': [
21
22=== modified file 'account_followup/account_followup_view.xml'
23--- account_followup/account_followup_view.xml 2012-12-28 14:08:53 +0000
24+++ account_followup/account_followup_view.xml 2013-08-22 11:44:30 +0000
25@@ -130,8 +130,10 @@
26 parent="menu_finance_followup"
27 sequence="0"
28 id="menu_manual_reconcile_followup"/>
29+
30+ <menuitem id="account_followup_main_menu" parent="account.menu_finance_configuration" name="Follow-up"/>
31
32- <menuitem action="action_account_followup_definition_form" id="account_followup_menu" parent="account.menu_finance_configuration" name="Follow-up Levels"/>
33+ <menuitem action="action_account_followup_definition_form" id="account_followup_menu" parent="account_followup_main_menu" name="Follow-up Levels"/>
34 <report auto="False" id="account_followup_followup_report" menu="False" model="account_followup.followup" name="account_followup.followup.print" rml="account_followup/report/account_followup_print.rml" string="Follow-up Report"/>
35
36 <record id="account_move_line_partner_tree" model="ir.ui.view">
37
38=== added file 'account_followup/res_config_view.xml'
39--- account_followup/res_config_view.xml 1970-01-01 00:00:00 +0000
40+++ account_followup/res_config_view.xml 2013-08-22 11:44:30 +0000
41@@ -0,0 +1,17 @@
42+<?xml version="1.0" encoding="utf-8"?>
43+<openerp>
44+ <data>
45+ <record id="view_account_config_settings_inherit" model="ir.ui.view">
46+ <field name="name">account settings</field>
47+ <field name="model">account.config.settings</field>
48+ <field name="inherit_id" ref="account.view_account_config_settings"/>
49+ <field name="arch" type="xml">
50+ <xpath expr="//label[@for='module_account_followup']" position="after">
51+ <button type="action"
52+ name="%(action_account_followup_definition_form)d"
53+ string="Configure your follow-up levels" class="oe_link"/>
54+ </xpath>
55+ </field>
56+ </record>
57+ </data>
58+</openerp>

Subscribers

People subscribed via source and target branches

to all changes: