Commit Graph

37 Commits

Author SHA1 Message Date
mymage
f5a19b1a94 Translated using Weblate (Italian)
Currently translated at 100.0% (24 of 24 strings)

Translation: manufacture-12.0/manufacture-12.0-quality_control_stock
Translate-URL: https://translation.odoo-community.org/projects/manufacture-12-0/manufacture-12-0-quality_control_stock/it/
2023-01-09 22:44:53 +00:00
OCA-git-bot
8a4f9c2ecc quality_control_stock 12.0.1.0.3 2022-10-25 16:11:24 +00:00
Holger Brunn
565122302b Apply dotfiles 2022-10-21 11:36:21 +02:00
OCA-git-bot
824154fa43 quality_control_stock 12.0.1.0.2 2020-12-02 09:27:52 +00:00
Cristina
d65283d300 [12.0] [FIX] quality_control_stock expected singleton when setting multiple stock pickings to Done 2020-12-02 08:32:34 +01:00
OCA-git-bot
071020ac5d quality_control_stock 12.0.1.0.1 2020-11-02 10:57:20 +00:00
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
Marcel Savegnago
609f4f3a99 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (24 of 24 strings)

Translation: manufacture-12.0/manufacture-12.0-quality_control_stock
Translate-URL: https://translation.odoo-community.org/projects/manufacture-12-0/manufacture-12-0-quality_control_stock/pt_BR/
2020-06-20 21:29:34 +00:00
Yann Papouin
c11c43eeae Translated using Weblate (French)
Currently translated at 70.8% (17 of 24 strings)

Translation: manufacture-12.0/manufacture-12.0-quality_control_stock
Translate-URL: https://translation.odoo-community.org/projects/manufacture-12-0/manufacture-12-0-quality_control_stock/fr/
2020-04-04 12:19:06 +00:00
OCA Transbot
b4497220a6 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: manufacture-12.0/manufacture-12.0-quality_control_stock
Translate-URL: https://translation.odoo-community.org/projects/manufacture-12-0/manufacture-12-0-quality_control_stock/
2019-09-17 12:18:52 +00:00
oca-travis
fc40dd361b [UPD] Update quality_control_stock.pot 2019-09-10 14:26:00 +00:00
Andrii Skrypka
8aea7384f1 [IMP] quality_control_stock: use read_group 2019-09-10 12:43:32 +02:00
Ignacio Ales
6aa5c38725 [MIG] quality_control_stock: Migration to 12.0 2019-08-04 12:48:42 +02:00
Ignacio Ales
076eb8db06 [MIG] quality_control_stock: Migration to 12.0 2019-07-12 16:13:48 +02:00
Marta Vázquez Rodríguez
91f681d8b7 Translated using Weblate (Spanish)
Currently translated at 100.0% (27 of 27 strings)

Translation: manufacture-11.0/manufacture-11.0-quality_control_stock
Translate-URL: https://translation.odoo-community.org/projects/manufacture-11-0/manufacture-11-0-quality_control_stock/es/
2019-07-12 16:13:48 +02:00
Maria Sparenberg
4c32712219 Translated using Weblate (German)
Currently translated at 100.0% (27 of 27 strings)

Translation: manufacture-11.0/manufacture-11.0-quality_control_stock
Translate-URL: https://translation.odoo-community.org/projects/manufacture-11-0/manufacture-11-0-quality_control_stock/de/
2019-07-12 16:13:48 +02:00
OCA Transbot
92a9f5c6d9 Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
2019-07-12 16:13:48 +02:00
oca-travis
a87842bf4b [UPD] Update quality_control_stock.pot 2019-07-12 16:13:48 +02:00
OCA-git-bot
713871d205 [UPD] README.rst 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
mreficent
9fef3aa20b [FIX] quality_control_stock: singleton error 2019-07-12 16:13:48 +02:00
mreficent
5a8c52aee3 [FIX] stock_picking_type: assure api.multi in write 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
2ad90ce8cc [FIX] count_inspections methods should be able to manage recordsets (#293) 2019-07-12 16:13:48 +02:00
Simone Rubino
6675f1a36f [FIX][quality_control_stock] get_lot and get_picking should be able to manage recordsets 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
agaldona
fa39db25f5 [IMP] quality_control_stock, quality_control_mrp: set correct qty to tests 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
oihane
5cade0798c [MOD] Smartbuttons all in one div 2019-07-12 16:13:48 +02:00
Pedro M. Baeza
261b66a4b1 [IMP] Expand AUTHORS 2019-07-12 16:13:48 +02:00
oihane
d483dc9e68 [MOD] Trigger lines instead of test 2019-07-12 16:13:48 +02:00
Pedro M. Baeza
e976a482cb [FIX] quality_control_stock:
* Omit lot when it's not present
* Change icon set
2019-07-12 16:13:48 +02:00
oihane
ff101edbf6 [FIX] Little changes in quality modules 2019-07-12 16:13:48 +02:00
Pedro M. Baeza
1d638b107d [IMP] Total refactorization of quality control modules with new API, README files, and new concepts. WIP of quality_control_tolerance
Merge branch '8.0' of github.com:odoomrp/odoomrp-wip into 8.0

[FIX] quality_control_stock:
* File missing
* Triggers for product category
2019-07-12 16:13:48 +02:00