OpusVL / odoo-project-management

WIP Port to Odoo v8 of eficent-openerp-project-management from Launchpad
7 stars 14 forks source link

Various modules try to hook in around the Administration page on the project screen #2

Open colinnewell opened 9 years ago

colinnewell commented 9 years ago

I have fixed most where the xml was straight forward, the ones using XPath will need some more thought to come up with the correct path/markup.

Left to do is,

The xml is generally like this,

<xpath expr="//page[@string='Administration']/group[@name='misc']/field[@name='warn_manager']" position="before">

colinnewell commented 9 years ago

Looking at the UI that refers to an Administration page which has been moved to a simple subsection of the 'Other info' tab on the UI.

This sugests that something like this is likely to be useful,

//notebook/page[@string='Other Info']/group[@name='misc']/field[@name='active']" position='after'

colinnewell commented 9 years ago

account_analytic_lob has been dealt with.