Browse Source
Merge pull request #306 from akretion/10-fix-pos_backend_partner_css
[10][FIX] pos_backend_partner css in tree view.
pull/320/head
beau sebastien
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
7 additions and
3 deletions
-
pos_backend_partner/__manifest__.py
-
pos_backend_partner/static/src/css/pos_backend_partner.css
|
|
@ -6,7 +6,7 @@ |
|
|
|
{ |
|
|
|
"name": "POS Backend Customer", |
|
|
|
"summary": "Choose point of sale customers in backend", |
|
|
|
"version": "10.0.1.0.1", |
|
|
|
"version": "10.0.1.0.2", |
|
|
|
"category": "Point of sale", |
|
|
|
"website": "http://www.akretion.com", |
|
|
|
'author': "Akretion,Odoo Community Association (OCA)", |
|
|
|
|
|
@ -1,7 +1,11 @@ |
|
|
|
td[data-field="select_in_pos_current_order"] { |
|
|
|
th[data-id="select_in_pos_current_order"] { |
|
|
|
width: 0; |
|
|
|
margin: 0; |
|
|
|
} |
|
|
|
td[data-field="select_in_pos_current_order"] > button { |
|
|
|
display:none; |
|
|
|
} |
|
|
|
|
|
|
|
.pos_backend_communication td[data-field="select_in_pos_current_order"] { |
|
|
|
.pos_backend_communication td[data-field="select_in_pos_current_order"] > button { |
|
|
|
display:block; |
|
|
|
} |