[IMP]Add css and dependency to fix error.

bzr revid: bth@tinyerp.com-20131030073105-99f5dsh0qh2w2baa
This commit is contained in:
bth-openerp 2013-10-30 13:01:05 +05:30
parent e11e4c8a30
commit 736c57d8f8
3 changed files with 11 additions and 4 deletions

View File

@ -448,3 +448,7 @@ table.well tr th {
text-align: right;
padding-right: 10px;
}
table.well tr td span {
padding-right: 5px;
}

View File

@ -339,6 +339,9 @@ a[data-publish]
.texttop
vertical-align: top
table.well tr th
text-align: right
padding-right: 10px
table.well tr
th
text-align: right
padding-right: 10px
td
padding-right: 5px

View File

@ -8,7 +8,7 @@ Publish and Assign Partner
==========================
""",
'author': 'OpenERP SA',
'depends': ['website_partner', 'website_google_map'],
'depends': ['crm_partner_assign','website_partner', 'website_google_map'],
'data': [
'views/website_crm_partner_assign.xml',
],