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
=== modified file 'account_followup/__openerp__.py'
--- account_followup/__openerp__.py 2012-12-09 10:55:27 +0000
+++ account_followup/__openerp__.py 2013-08-22 11:44:30 +0000
@@ -29,7 +29,7 @@
2929
30You can define your multiple levels of recall through the menu:30You can define your multiple levels of recall through the menu:
31---------------------------------------------------------------31---------------------------------------------------------------
32 Configuration / Follow-Up Levels32 Configuration / Follow-up / Follow-up Levels
33 33
34Once it is defined, you can automatically print recalls every day through simply clicking on the menu:34Once it is defined, you can automatically print recalls every day through simply clicking on the menu:
35------------------------------------------------------------------------------------------------------35------------------------------------------------------------------------------------------------------
@@ -55,6 +55,7 @@
55 'account_followup_view.xml',55 'account_followup_view.xml',
56 'account_followup_customers.xml',56 'account_followup_customers.xml',
57 'wizard/account_followup_print_view.xml',57 'wizard/account_followup_print_view.xml',
58 'res_config_view.xml'
58 ],59 ],
59 'demo': ['account_followup_demo.xml'],60 'demo': ['account_followup_demo.xml'],
60 'test': [61 'test': [
6162
=== modified file 'account_followup/account_followup_view.xml'
--- account_followup/account_followup_view.xml 2012-12-28 14:08:53 +0000
+++ account_followup/account_followup_view.xml 2013-08-22 11:44:30 +0000
@@ -130,8 +130,10 @@
130 parent="menu_finance_followup"130 parent="menu_finance_followup"
131 sequence="0"131 sequence="0"
132 id="menu_manual_reconcile_followup"/>132 id="menu_manual_reconcile_followup"/>
133
134 <menuitem id="account_followup_main_menu" parent="account.menu_finance_configuration" name="Follow-up"/>
133135
134 <menuitem action="action_account_followup_definition_form" id="account_followup_menu" parent="account.menu_finance_configuration" name="Follow-up Levels"/>136 <menuitem action="action_account_followup_definition_form" id="account_followup_menu" parent="account_followup_main_menu" name="Follow-up Levels"/>
135 <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"/>137 <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"/>
136138
137 <record id="account_move_line_partner_tree" model="ir.ui.view">139 <record id="account_move_line_partner_tree" model="ir.ui.view">
138140
=== added file 'account_followup/res_config_view.xml'
--- account_followup/res_config_view.xml 1970-01-01 00:00:00 +0000
+++ account_followup/res_config_view.xml 2013-08-22 11:44:30 +0000
@@ -0,0 +1,17 @@
1<?xml version="1.0" encoding="utf-8"?>
2<openerp>
3 <data>
4 <record id="view_account_config_settings_inherit" model="ir.ui.view">
5 <field name="name">account settings</field>
6 <field name="model">account.config.settings</field>
7 <field name="inherit_id" ref="account.view_account_config_settings"/>
8 <field name="arch" type="xml">
9 <xpath expr="//label[@for='module_account_followup']" position="after">
10 <button type="action"
11 name="%(action_account_followup_definition_form)d"
12 string="Configure your follow-up levels" class="oe_link"/>
13 </xpath>
14 </field>
15 </record>
16 </data>
17</openerp>

Subscribers

People subscribed via source and target branches

to all changes: