[ADD] pos_pax: for Odoo 12.0

This commit is contained in:
Jared Kipe
2020-11-21 06:03:54 -08:00
parent c98f93ed67
commit a72273719b
13 changed files with 1275 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
.pos .paymentline.selected.o_pos_pax_txn_pending, .pos .paymentline.o_pos_pax_txn_pending {
background: rgb(239, 153, 65);
}
.pos .col-tendered.edit.o_pos_pax_txn_pending {
color: rgb(239, 153, 65);
box-shadow: 0px 0px 0px 3px rgb(239, 153, 65);
}
.pos .paymentline .pax_send_transaction {
cursor: pointer !important;
border: 1px solid rgba(255, 255, 255, 0.5);
background-color: rgba(255,255,255, 0.2);
display: block;
text-align: center;
margin: 6px 0 0 0;
padding: 2px 5px;
}