Kuldeep Joshi(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-reporting-menu-imp-kjo into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-reporting-menu-imp-kjo/+merge/113706
In hr_timesheet_invoice module remove tab
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-reporting-menu-imp-kjo/+merge/113706
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-reporting-menu-imp-kjo.
=== modified file 'hr_timesheet_invoice/wizard/hr_timesheet_analytic_profit_view.xml'
--- hr_timesheet_invoice/wizard/hr_timesheet_analytic_profit_view.xml 2012-07-03 15:58:43 +0000
+++ hr_timesheet_invoice/wizard/hr_timesheet_analytic_profit_view.xml 2012-07-06 09:00:33 +0000
@@ -7,27 +7,27 @@
<field name="model">hr.timesheet.analytic.profit</field>
<field name="type">form</field>
<field name="arch" type="xml">
- <form string="Timesheet Profit" version="7.0">
+ <form string="Timesheet Profit" version="7.0">
<header>
<button name="print_report" string="Print" colspan="1" type="object" class="oe_highlight"/> or
<button special="cancel" string="Cancel" class="oe_link"/>
</header>
<sheet>
<group>
- <label for="date_from" string="Duration" />
+ <label for="date_from" string="Duration" />
<div>
- <field name="date_from" nolabel="1" class="oe_inline" />
+ <field name="date_from" nolabel="1" class="oe_inline" />
- <field name="date_to" nolabel="1" class="oe_inline"/>
</div>
</group>
<group>
<separator string="Journals" colspan="4"/>
- <field name="journal_ids" colspan="4" nolabel="1"/>
+ <field name="journal_ids" colspan="4" nolabel="1"/>
<separator string="Users" colspan="4"/>
- <field name="employee_ids" colspan="4" nolabel="1"/>
- </group>
+ <field name="employee_ids" colspan="4" nolabel="1"/>
+ </group>
</sheet>
- </form>
+ </form>
</field>
</record>
_______________________________________________
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