Conversation
b6cc82f to
c9f3912
Compare
|
@max3903 |
2b6f315 to
6be7046
Compare
|
@max3903 I made a fast review. A few recommendations of my experience doing a vertical for healthcare.
In a few words, I recommend you to keep things simple. I have seen a lot of cases in healthcare where people explains the weirdest cases at the begining trying to show that their process is supercomplicated, but it is usually simpler than they show us. My 2 cts. |
|
Another thing, I have the feeling that you are duplicating Odoo records with this approach, let me explain myself: The launcher of everything here will be a sale.order. For me a sale.order is quite similar to a lims.order. I think we should need to assume that sale.order == lims.order and simplify from that point on. Otherwise, it will be overcomplicated for internal user. When the sale.order is confirmed, a lims.sample and lims.line is created depending on the configuration (also, it allows the splitting, for example, buying an aggregated service that will create several lines). This way, everything gets more sense. I will make a migration of my original module based on an OpenSource software specific for labs. It doesn't include batches or resources, but that is a second round for me. Actually, that might be functional for a basic laboratory, but it includes all the basic information and a flow for validation. I will propose the PR to clash with this, but just to show how it should be IMO. |
2ca7f09 to
e121552
Compare
e121552 to
19ffb79
Compare
d1609a2 to
f8e9ce2
Compare
|
@max3903 Did you review my comments? |
|
/ocabot rebase |
|
@etobella The rebase process failed, because command |
|
Can you rebase? |
#13
@hector-fe-dev
@jasiel-osi
@madridrodrigo