Commit Graph

9 Commits

Author SHA1 Message Date
Pedro M. Baeza
c5bf6e18b2 [FIX] quality_control_stock: Fix qc.trigger creation
Several use cases:

- Triggers were created for all created picking types, not only active ones.
- If picking types are activated/deactivated, this is not reflected on qc.trigger
  records.
2020-10-19 13:58:34 +02:00
Ignacio Ales
076eb8db06 [MIG] quality_control_stock: Migration to 12.0 2019-07-12 16:13:48 +02:00
Jordi Ballester Alomar
0b21a3e92a [quality_control_stock][FIX] the stock user should be able to
create quality control inspection without necessarily being
quality control user. It is common that the person doing the
picking is not going to be the same as the one doing the inspection.

So when a stock user create the transfer, the system will create
the necessary qc inspections, regardless if the user has permissions
to process them.
2019-07-12 16:13:48 +02:00
Ignacio Ales
6c48d00e64 [MIG] quality_control_stock: Migration to 11.0 2019-07-12 16:13:48 +02:00
Simone Rubino
eddcbf0621 [MIG] quality_control_stock: Migration to 10.0 2019-07-12 16:13:48 +02:00
oihane
1ad54f3ec0 [IMP] quality_control_stock: if lot in reference, get its info
quality_control_mrp: tests extended

[IMP] quality_control_mrp: removed not required code
2019-07-12 16:13:48 +02:00
Pedro M. Baeza
8b5e8cfd54 [IMP] quality_control_*: Make use of qty field
Making it a regular field, you can put any manual quantity in inspections
2019-07-12 16:13:48 +02:00
oihane
71c703c614 [IMP] quality_control_stock: adapted to OCA
* more tests to increase coveralls

[IMP] quality_control_stock:
* added demo data
* replaced unlink method by ondelete="cascade"
* required changes
2019-07-12 16:13:48 +02:00
oihane
3ef59d6d64 [IMP] <quality_control> and <quality_control_stock>
* Added "partner_selectable" field, so that inspections can by made by partner
* Stock inspections are "partner_selectable"
* Little view fixing, field was oe_edit_only instead of label
* Added partner to creation from stock_picking
* Added tests
* Picking pack operations automatically created
2019-07-12 16:13:48 +02:00