[IMP] Partner View Improvement: remove history tab.

This server branch comes with an addons branch where the various
items of the history tab are removed and transformed into
contextual buttons.
Names are added to two pages of the partner notebook to be able
to reference them in future inheritance.

bzr revid: tde@openerp.com-20130614120540-5qvvh07cu2quwi71
This commit is contained in:
Thibault Delavallée 2013-06-14 14:05:40 +02:00
parent 484148e8e4
commit 45780c147d
1 changed files with 2 additions and 5 deletions

View File

@ -293,10 +293,10 @@
</form>
</field>
</page>
<page string="Internal Notes">
<page name='internal_notes' string="Internal Notes">
<field name="comment" placeholder="Put an internal note..."/>
</page>
<page string="Sales &amp; Purchases">
<page name='sales_purchases' string="Sales &amp; Purchases">
<group>
<group>
<field name="user_id"
@ -317,9 +317,6 @@
</group>
</group>
</page>
<!-- The History page becomes visible as soon as there is something to display inside -->
<page string="History" name="page_history" invisible="True">
</page>
</notebook>
</sheet>
</form>